summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * dcrt0.cc (do_global_dtors): Don't call dll_global_dtors here.Christopher Faylor2005-05-111-0/+8
* * cygtls.cc (_cygtls::remove): Clear exitsock after close.Christopher Faylor2005-05-111-0/+6
* * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen2005-05-101-0/+25
* * dcrt0.cc (dll_crt0_1): Call cygwin_exit to ensure that destructors areChristopher Faylor2005-05-101-0/+5
* * path.cc (path_conv::check): Set correct file attributes for socketCorinna Vinschen2005-05-101-0/+5
* 2005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2005-05-091-0/+14
* * dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor2005-05-091-0/+9
* * path.cc (normalize_posix_path): Don't treat '//' specially since newerChristopher Faylor2005-05-071-0/+5
* * devices.cc: Regenerate with correct name for dev_netdrive_storage.Christopher Faylor2005-05-071-0/+4
* * Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.Christopher Faylor2005-05-061-0/+9
* * cygerrno.h (__set_errno): Remove useless parentheses.Corinna Vinschen2005-05-041-0/+4
* * cygerrno.h (__set_errno): Define as inline function here.Corinna Vinschen2005-05-041-0/+6
* * shared.cc (user_shared_initialize): Rework locking so that nothing is checkedChristopher Faylor2005-05-041-0/+5
* * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't treatCorinna Vinschen2005-05-031-0/+6
* * fhandler_socket.cc (get_inet_addr): Add missing __seterrno call.Corinna Vinschen2005-05-031-0/+4
* * fhandler_tty.cc (fhandler_tty_slave::read): Actually read input when vmin ==Christopher Faylor2005-05-021-0/+5
* * environ.cc (spenv::force_into_environment): Rename from add_always.Christopher Faylor2005-04-301-0/+11
* * errno.cc (errmap): Sort table.Christopher Faylor2005-04-301-0/+4
* * errno.cc (errmap): Map ERROR_NETNAME_DELETED to ENOSHARE.Christopher Faylor2005-04-301-0/+4
* * shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor2005-04-281-0/+20
* * fhandler.cc (fhandler_base::open_9x): Remove (broken) check forChristopher Faylor2005-04-281-0/+6
* * environ.cc (build_env): Ensure that win32 array is properly filled in when aChristopher Faylor2005-04-271-0/+5
* * include/cygwin/version.h: Bump DLL minor number to 17.Christopher Faylor2005-04-261-0/+4
* * how-to-debug-cygwin.txt: Fix typo.Joshua Daniel Franklin2005-04-251-0/+4
* * shared.cc (user_shared_initialize): Implement locking similar to shared_infoChristopher Faylor2005-04-231-0/+5
* * fhandler.h (dev_console::set_color): Define new function.Christopher Faylor2005-04-221-0/+20
* * fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor2005-04-221-0/+13
* * shared.cc (shared_info::initialize): Test previous version of shared memoryChristopher Faylor2005-04-211-0/+6
* * sigproc.cc (proc_subproc): Fix handling of waiting for pids with zero value.Christopher Faylor2005-04-201-0/+7
* * path.cc (path_conv::check): Fix problem reading symlinks introduced in belowChristopher Faylor2005-04-201-0/+6
* * path.cc (path_conv::check): Punt when attempting to access a nonexistentChristopher Faylor2005-04-201-0/+5
* * security.cc (alloc_sd): Remove DELETE bit from user's ACE ifCorinna Vinschen2005-04-191-0/+5
* * cygwin.din (pselect): Export.Corinna Vinschen2005-04-191-0/+7
* * fhandler.h (enum conn_state): Add connect_failed state.Corinna Vinschen2005-04-181-0/+18
* * include/cygwin/version.h: Bump DLL minor number to 16.Christopher Faylor2005-04-181-0/+4
* * grp.cc (initgroups32): Return the correct value.Corinna Vinschen2005-04-181-0/+4
* * fhandler_disk_file.cc (fhandler_base::utimes_fs): IgnoreCorinna Vinschen2005-04-161-0/+7
* * security.h (cygsidlist::addfromgr): Allow duplicate entries.Corinna Vinschen2005-04-161-0/+14
* * environ.cc (environ_init): Don't set traverse checking as default.Corinna Vinschen2005-04-161-0/+4
* * fhandler_disk_file.cc (fhandler_base::utimes_fs): Drop touchingCorinna Vinschen2005-04-161-0/+5
* * fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor2005-04-161-0/+19
* * syscalls.cc (setuid32): Correct debugging output.Corinna Vinschen2005-04-151-0/+4
* * dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor2005-04-141-0/+20
* * fhandler.h (class fhandler_socket): Remove utimes.Corinna Vinschen2005-04-131-0/+5
* * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen2005-04-131-0/+15
* * fhandler.h (fhandler_base::utimes_fs): New method.Christopher Faylor2005-04-131-0/+8
* * fhandler_disk_file.cc (fhandler_disk_file::utimes): Don't set errnoCorinna Vinschen2005-04-131-3/+7
* * autoload.cc (NtQueryVolumeInformationFile): Add.Corinna Vinschen2005-04-121-0/+41
* Fix ChangeLog entry.Corinna Vinschen2005-04-111-1/+1
* Revert previous patch.Corinna Vinschen2005-04-111-0/+8