summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen2005-05-1012-803/+1179
* * dcrt0.cc (dll_crt0_1): Call cygwin_exit to ensure that destructors areChristopher Faylor2005-05-102-1/+8
* * path.cc (path_conv::check): Set correct file attributes for socketCorinna Vinschen2005-05-102-1/+6
* 2005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2005-05-095-2/+117
* * dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor2005-05-094-43/+72
* * path.cc (normalize_posix_path): Don't treat '//' specially since newerChristopher Faylor2005-05-073-1/+7
* * devices.cc: Regenerate with correct name for dev_netdrive_storage.Christopher Faylor2005-05-072-1/+5
* move commentChristopher Faylor2005-05-061-2/+2
* fix breakpoint exampleChristopher Faylor2005-05-061-2/+2
* * Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.Christopher Faylor2005-05-066-1/+31
* * cygerrno.h (__set_errno): Remove useless parentheses.Corinna Vinschen2005-05-042-1/+5
* * cygerrno.h (__set_errno): Define as inline function here.Corinna Vinschen2005-05-043-13/+13
* * shared.cc (user_shared_initialize): Rework locking so that nothing is checkedChristopher Faylor2005-05-041-11/+8
* * 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-032-2/+13
* * fhandler_socket.cc (get_inet_addr): Add missing __seterrno call.Corinna Vinschen2005-05-032-0/+6
* white space and minor comment cleanup.Christopher Faylor2005-05-0240-265/+265
* * fhandler_tty.cc (fhandler_tty_slave::read): Actually read input when vmin ==Christopher Faylor2005-05-022-1/+6
* * environ.cc (spenv::force_into_environment): Rename from add_always.Christopher Faylor2005-04-303-8/+22
* * errno.cc (errmap): Sort table.Christopher Faylor2005-04-302-79/+83
* * errno.cc (errmap): Map ERROR_NETNAME_DELETED to ENOSHARE.Christopher Faylor2005-04-302-0/+5
* * shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor2005-04-288-69/+99
* (check in files that should have been checked in previously)Christopher Faylor2005-04-282-3/+7
* * 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-272-1/+6
* * include/cygwin/version.h: Bump DLL minor number to 17.Christopher Faylor2005-04-262-1/+5
* * how-to-debug-cygwin.txt: Fix typo.Joshua Daniel Franklin2005-04-252-2/+6
* * shared.cc (user_shared_initialize): Implement locking similar to shared_infoChristopher Faylor2005-04-232-1/+10
* * fhandler.h (dev_console::set_color): Define new function.Christopher Faylor2005-04-223-63/+84
* * fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor2005-04-227-80/+77
* * shared.cc (shared_info::initialize): Test previous version of shared memoryChristopher Faylor2005-04-212-9/+13
* revert erroneous checkinChristopher Faylor2005-04-201-13/+0
* * sigproc.cc (proc_subproc): Fix handling of waiting for pids with zero value.Christopher Faylor2005-04-203-1/+21
* * path.cc (path_conv::check): Fix problem reading symlinks introduced in belowChristopher Faylor2005-04-202-11/+29
* * path.cc (path_conv::check): Punt when attempting to access a nonexistentChristopher Faylor2005-04-202-1/+7
* * security.cc (alloc_sd): Remove DELETE bit from user's ACE ifCorinna Vinschen2005-04-192-0/+13
* * cygwin.din (pselect): Export.Corinna Vinschen2005-04-195-1/+44
* * fhandler.h (enum conn_state): Add connect_failed state.Corinna Vinschen2005-04-185-17/+50
* * include/cygwin/version.h: Bump DLL minor number to 16.Christopher Faylor2005-04-182-1/+5
* * grp.cc (initgroups32): Return the correct value.Corinna Vinschen2005-04-182-1/+5
* Actually check in files.Christopher Faylor2005-04-174-10/+10
* * fhandler_disk_file.cc (fhandler_base::utimes_fs): IgnoreCorinna Vinschen2005-04-163-2/+18
* * security.h (cygsidlist::addfromgr): Allow duplicate entries.Corinna Vinschen2005-04-164-67/+132
* * environ.cc (environ_init): Don't set traverse checking as default.Corinna Vinschen2005-04-162-5/+6
* * fhandler_disk_file.cc (fhandler_base::utimes_fs): Drop touchingCorinna Vinschen2005-04-162-4/+7
* * fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor2005-04-165-8/+32
* * syscalls.cc (setuid32): Correct debugging output.Corinna Vinschen2005-04-152-1/+6
* * dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor2005-04-1410-18/+62
* .Christopher Faylor2005-04-141-3/+1
* * fhandler.h (class fhandler_socket): Remove utimes.Corinna Vinschen2005-04-133-12/+5