]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/ChangeLog
* include/cygwin/version.h: Bump DLL minor number.
[newlib-cygwin.git] / winsup / cygwin / ChangeLog
2003-02-08 Christopher Faylor* include/cygwin/version.h: Bump DLL minor number.
2003-02-07 Corinna Vinschen * mmap.cc (mmap_record::alloc_map): De-inline. Add...
2003-02-07 Christopher FaylorChristopher Faylor <cgf@redhat.com>
2003-02-07 Christopher Faylor* malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid...
2003-02-07 Christopher Faylor* heap.cc (heap_init): Remove debugging code.
2003-02-06 Corinna Vinschen * security.h: Introduce names UNKNOWN_UID and UNKNOWN_...
2003-02-05 Christopher Faylor* path.cc: Change 'to_posix_p' to 'to_posix' throughout.
2003-02-05 Christopher Faylor* path.cc (etc::dir_changed): Fix debug printf.
2003-02-05 Corinna Vinschen * sec_acl.cc (setacl): Move all permission settings...
2003-02-05 Christopher Faylor* include/sys/cygwin.h: Use C-style comments.
2003-02-05 Corinna Vinschen * sec_helper.cc (get_sids_info): New function.
2003-02-04 Thomas Pfaff* syscalls.cc (struct system_cleanup_args): New struct.
2003-02-04 Corinna Vinschen * path.cc (symlink): Create security attributes so...
2003-02-04 Corinna Vinschen * grp.cc (internal_getgroups): Do not return without...
2003-02-04 Corinna Vinschen * security.h (class cygpsid): New class.
2003-02-04 Christopher FaylorEliminate most unneeded this-> pointers throughout.
2003-02-03 Corinna Vinschen * security.h: Add third argument to set_process_privilege.
2003-02-03 Corinna Vinschen * fhandler_socket.cc (fhandler_socket::recvfrom):...
2003-02-01 Christopher Faylor* grp.cc (getgrent32): Only refresh group entries when...
2003-02-01 Christopher Faylor* dlfcn.cc (dlerror): Only report load errors once...
2003-02-01 Christopher Faylor* fhandler_serial.cc (fhandler_serial::open): Avoid...
2003-01-31 Christopher Faylor* passwd.cc (pwdgrp::read_passwd): linebuf *must* be...
2003-01-31 Christopher Faylor* shared.cc (shared_info::heap_chunk_size): Use correct...
2003-01-30 Christopher Faylor* fhandler_registry.cc (fhandler_registry::exists)...
2003-01-30 Christopher Faylor* lib/getopt.c: Allow environment variable control...
2003-01-28 Corinna Vinschen * fhandler_socket.cc (fhandler_socket::accept): On...
2003-01-27 Christopher Faylor* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving...
2003-01-27 Christopher Faylorfix typo
2003-01-27 Christopher Faylor* uinfo.cc (pwdgrp::next_num): Remove check for NULL...
2003-01-27 Christopher Faylor* strings.h (strechr): New function.
2003-01-26 Christopher Faylor* uinfo.cc (pwdgrp::load): Regularize strace output...
2003-01-26 Christopher Faylor* passwd.cc (pwdgrp::parse_passwd): Eliminate use of...
2003-01-26 Christopher Faylor* pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one probl...
2003-01-26 Christopher Faylor* include/sys/strace.h (paranoid_printf): Define as...
2003-01-25 Christopher Faylorclarify
2003-01-25 Christopher Faylor* pwdgrp.cc (pwdgrp::reparse): Declare.
2003-01-25 Corinna Vinschen * syscalls.cc (seteuid32): On Win95 get the pw entry...
2003-01-25 Christopher Faylor* fhandler_console.cc (fhandler_console::send_winch_may...
2003-01-24 Corinna Vinschen * cygwin.din: Export setreuid32, setreuid, setregid32...
2003-01-24 Christopher Faylor* pwdrp.h (pwdgrp::refresh): Lock entire test prior...
2003-01-24 Christopher FaylorAdd missing entry.
2003-01-22 Thomas Pfaff* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert...
2003-01-22 Thomas Pfaff* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert...
2003-01-22 Corinna Vinschen * cygrun.c: Move from here to ../testsuite.
2003-01-22 Corinna Vinschen * cygwin.din: Export nanosleep().
2003-01-21 Christopher Faylor* grp.cc: Call gr.refresh() rather than doing isunitial...
2003-01-21 Christopher Faylor* include/cygwin/version.h: Bump DLL minor number.
2003-01-21 Christopher FaylorFix ChangeLog entry.
2003-01-21 Christopher Fayloradd missing ChangeLog entry.
2003-01-21 Christopher Fayloradd missing ChangeLog entry.
2003-01-21 Christopher Faylor* path.h (etc::change_possible): Revert the type to...
2003-01-20 Christopher Faylor* pwdgrp.h (etc): Move to path.h.
2003-01-18 Christopher Faylorfix typo
2003-01-18 Christopher Faylor* cygheap.cc: Change most 'int's to 'unsigned's.
2003-01-17 Christopher Faylor* dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG...
2003-01-17 Corinna Vinschen * cygwin.din: Add strerror_r.
2003-01-17 Christopher Faylorcorrect pwdgroup::load entry
2003-01-17 Christopher Faylor* uinfo.cc (etc::dir_changed): Don't print a warning...
2003-01-17 Christopher Faylor* grp.cc (read_etc_group): On NT, add a line for gid...
2003-01-16 Corinna Vinschen * mmap.cc (fixup_mmaps_after_fork): Add ERROR_NOACCESS...
2003-01-16 Christopher Faylor* path.cc (normalize_posix_path): Convert win32 path...
2003-01-15 Christopher Faylor* cmalloc.cc (_cmalloc): Fix memory leak.
2003-01-15 Corinna Vinschen * autoload.cc: Fix copyright date.
2003-01-15 Christopher Faylorfix minor typo.
2003-01-14 Corinna Vinschen * mmap.cc (fixup_mmaps_after_fork): Copy protection...
2003-01-14 Corinna Vinschen * mmap.cc (mmap_record::access): Change argument type...
2003-01-14 Thomas PfaffApply system_cancel patch
2003-01-14 Thomas PfaffApply wait_cancel patch
2003-01-14 Thomas PfaffApply sleep_cancel patch
2003-01-14 Thomas PfaffApply handle_sigsuspend patch
2003-01-14 Christopher Faylor* fhandler_dsp.cc (fhandler_dsp::ioctl): Add limited...
2003-01-13 Christopher Faylor* ntdll.h: Fix typo.
2003-01-12 Corinna Vinschen * uname.cc (uname): Use cygwin_gethostname() to retrie...
2003-01-12 Corinna Vinschen * sec_acl.cc (search_ace): Use id == -1, instead of...
2003-01-11 Christopher Faylor* net.cc: Use gethostname define from winsock2.h.
2003-01-10 Christopher Faylor* path.cc: Unrevert below reversion except for mount_in...
2003-01-10 Corinna Vinschen * path.cc: Revert patch from 2003-01-09 to normalize...
2003-01-10 Corinna Vinschen * autoload.cc (gethostname): Make call optional, retur...
2003-01-10 Corinna Vinschen Split ChangeLog, create ChangeLog-2002.
2003-01-10 Corinna Vinschen * cygwin.din: add asprintf and vasprintf, as well...
2003-01-10 Corinna Vinschen * net.cc (cygwin_gethostname): Fix call to wsock funct...
2003-01-10 Christopher Faylor* cygthread.cc (cygthread::cygthread): Be more noisy...
2003-01-09 Thomas PfaffApply pthread_types_patch
2003-01-09 Thomas PfaffApply pthread_cancel_patch
2003-01-09 Thomas PfaffApplied pthread_mutex patch
2003-01-09 Thomas PfaffApplied cond_init patch
2003-01-09 Corinna Vinschen * fhandler_disk_file.cc (num_entries): Return 2 as...
2003-01-09 Corinna Vinschen * security.cc (get_nt_attribute): Always return -1...
2003-01-09 Christopher FaylorUse isdirsep rather than SLASH_P throughout.
2003-01-05 Christopher Faylor* pinfo.cc (_pinfo::commune_send): Use myself->lock...
2003-01-03 Christopher Faylor* dtable.h (dtable::in_vfork_cleanup): New function...
2003-01-02 Christopher Faylor* passwd.cc (getpwuid_r32): Revert previous change.
2003-01-01 Christopher Faylor* sysconf.cc (sysconf): Return arbitrary values for...
2002-12-30 Christopher Faylor* exceptions.cc (events_init): Display name of mutex...
2002-12-30 Christopher Faylor* windows.cc (setitimer): Return ENOSYS on invalid...
2002-12-28 Christopher Faylor* fhandler_termios.cc (fhandler_termios::line_edit...
2002-12-27 Nathanael NerodeMove ChangeLog entry from toplevel, where it didn't...
2002-12-27 Christopher Faylorcorrect typo
2002-12-27 Christopher Faylor* fhandler.h (fhandler_termios::line_edit): Replace...
2002-12-25 Christopher Faylor* include/cygwin/version.h: Bump DLL minor number.
next
This page took 0.456982 seconds and 108 git commands to generate.