aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2001-11-05Add strace debugging section.Christopher Faylor1-6/+29
2001-11-05* dtable.cc (dtable::build_fhandler): Fix debug_printf to avoid SEGV due toChristopher Faylor2-1/+6
2001-11-05* fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.Christopher Faylor3-5/+13
2001-11-05* pipe.cc (fhandler_pipe::read): Narrow eof return to just the "broken pipe"Christopher Faylor2-1/+6
2001-11-05* select.cc: Add more comments throughout. Use bool 'true' where appropriateChristopher Faylor2-17/+34
2001-11-04* select.cc (verify_console): New function.Christopher Faylor2-2/+25
2001-11-04* fhandler.h (fhandler_base::ready_for_read): Remove unused argument.Christopher Faylor4-162/+128
2001-11-03 * security.cc (get_supplementary_group_sidlist): New function.Corinna Vinschen2-0/+38
2001-11-03* fhandler.cc (fhandler_base::read): Return just read ahead characters if slowChristopher Faylor5-46/+36
2001-11-03* dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor10-58/+87
2001-11-02* fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.Christopher Faylor4-12/+21
2001-11-01* cygheap.h (cygheap_fdmanip::isopen): Set appropriate errno if fd not open.Christopher Faylor4-2/+29
2001-11-01* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor9-119/+146
2001-10-31* environ.cc: Set reset_com to false to mimic linux behavior more closely.Christopher Faylor3-1/+7
2001-10-31 * dtable.cc (dtable::vfork_child_dup): Revert impersonationCorinna Vinschen2-0/+13
2001-10-31remove garbage ChangeLog entry.Christopher Faylor1-4/+5
2001-10-31* sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.Christopher Faylor4-5/+11
2001-10-31* fhandler.cc (fhandler_base::fork_fixup): Pass old handle to setclexec_pid.Christopher Faylor2-1/+6
2001-10-31* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor7-15/+78
2001-10-30 * fhandler_socket.cc (fhandler_socket::close): Add error handling.Corinna Vinschen2-2/+13
2001-10-30 * (fhandler_socket::dup): Revert previous change.Corinna Vinschen2-2/+4
2001-10-30* dtable.cc (dtable::dup2): Add some debugging. Use methods from passed inChristopher Faylor4-13/+27
2001-10-30 * security.cc (is_group_member): Call NetLocalGroupGetMembers() forCorinna Vinschen2-8/+8
2001-10-29* fhandler.cc (fhandler_base::set_name): Set namehash here to catch nameChristopher Faylor2-2/+14
2001-10-29* select.cc (MAKEready): Remove extraneous select_read.Christopher Faylor2-1/+4
2001-10-29 * uinfo.cc (internal_getlogin): Set environment variable $HOMECorinna Vinschen2-2/+28
2001-10-29* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unitChristopher Faylor7-15/+34
2001-10-28fix spelling errorsChristopher Faylor8-67/+67
2001-10-28fix consistent spelling errors.Christopher Faylor1-6/+6
2001-10-26* select.cc (MAKEready): Check for read_ready in loop since select_read couldChristopher Faylor2-6/+13
2001-10-24* shared_info.h (MOUNT_VERSION): Change to a smaller, still arbitrary number.Christopher Faylor1-0/+13
2001-10-24* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor7-21/+43
2001-10-24Remove merge conflict indicator.Christopher Faylor1-1/+0
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor16-52/+70
2001-10-22* debug.cc (set_errno): Return value of errno that was set, just like theChristopher Faylor5-10/+24
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor18-92/+70
2001-10-22 Patch suggested by Ian Ray <ian.ray@nokia.com>:Corinna Vinschen3-32/+54
2001-10-22 * net.cc (get_2k_ifconf): Change multiple IP address naming schemeCorinna Vinschen2-74/+98
2001-10-22 * miscfuncs.cc (__check_invalid_read_ptr_errno): Return error, if any.Corinna Vinschen2-1/+5
2001-10-22* resource.cc (fill_rusage): Perform paranoid zero structure passed toChristopher Faylor2-4/+8
2001-10-21* autoload.cc: Autoload GetProcessMemoryInfo.Christopher Faylor3-5/+23
2001-10-21* dll_init.cc (dll_list::alloc): Increase retry count to 1000.Christopher Faylor2-1/+5
2001-10-20fix typo.Christopher Faylor1-1/+1
2001-10-20* miscfuncs.cc (+__check_invalid_read_ptr_errno): New function.Christopher Faylor4-3/+21
2001-10-19 * path.cc (getcwd): Allow len == 0 when buf == NULL.Corinna Vinschen2-1/+5
2001-10-19* syscalls.cc (_read): Validate input pointer.Christopher Faylor2-1/+16
2001-10-17 Patch from Frederic Devernay <Frederic.Devernay@sophia.inria.fr>:Corinna Vinschen2-8/+11
2001-10-16 * fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibilityCorinna Vinschen4-39/+40
2001-10-16Forgot ChangeLogCorinna Vinschen1-0/+8
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Guard against compiler warning.Christopher Faylor2-0/+7