summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminate excess whitespace.Christopher Faylor2001-11-0538-184/+183
* Add strace debugging section.Christopher Faylor2001-11-051-6/+29
* 2001-11-04 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2001-11-052-1/+5
* * dtable.cc (dtable::build_fhandler): Fix debug_printf to avoid SEGV due toChristopher Faylor2001-11-052-1/+6
* * fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.Christopher Faylor2001-11-053-5/+13
* * pipe.cc (fhandler_pipe::read): Narrow eof return to just the "broken pipe"Christopher Faylor2001-11-052-1/+6
* * select.cc: Add more comments throughout. Use bool 'true' where appropriateChristopher Faylor2001-11-052-17/+34
* * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in parallelChristopher Faylor2001-11-043-0/+12
* * getfacl.c (username): New function.Corinna Vinschen2001-11-043-51/+255
* * strace.cc (main): New option '-w'. Start traced process in separateEgor Duda2001-11-042-3/+31
* * Makefile.in: Force configure in testsuite directory if config.status does notChristopher Faylor2001-11-042-3/+8
* * Makefile.in: Oops. Revert previous change. Add Makefile/Makefile.inChristopher Faylor2001-11-042-1/+8
* * Makefile.in: Add check target.Christopher Faylor2001-11-042-1/+5
* * configure.in: Disable subauth directory test.Christopher Faylor2001-11-044-4/+10
* * Makefile.in: Add directory dependencies to ensure ordering when using 'makeChristopher Faylor2001-11-042-0/+21
* * select.cc (verify_console): New function.Christopher Faylor2001-11-042-2/+25
* * fhandler.h (fhandler_base::ready_for_read): Remove unused argument.Christopher Faylor2001-11-044-162/+128
* * security.cc (get_supplementary_group_sidlist): New function.Corinna Vinschen2001-11-032-0/+38
* * Makefile.common: Remove preferred-stack-boundary setting since gcc 2.95.3Christopher Faylor2001-11-032-1/+6
* * fhandler.cc (fhandler_base::read): Return just read ahead characters if slowChristopher Faylor2001-11-035-46/+36
* * dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor2001-11-0310-58/+87
* * libltp/lib/forker.c: Include proper header to avoid compilerEgor Duda2001-11-022-0/+6
* * Makefile.common: Add some stuff to common CFLAGS.Christopher Faylor2001-11-022-1/+5
* * fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.Christopher Faylor2001-11-024-12/+21
* * cygheap.h (cygheap_fdmanip::isopen): Set appropriate errno if fd not open.Christopher Faylor2001-11-014-2/+29
* * dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor2001-11-019-119/+146
* 2001-10-30 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd2001-11-014-14/+34
* 2001-11-01 Arati Dikey <aratidikey@hotmail.com>Jeff Johnston2001-11-013-2/+39
* 2001-11-01 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd2001-11-0112-19/+197
* 2001-10-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-10-314-111/+91
* 2001-10-31 David Howells <dhowells@redhat.com>Jeff Johnston2001-10-319-47/+368
* * environ.cc: Set reset_com to false to mimic linux behavior more closely.Christopher Faylor2001-10-313-1/+7
* * dtable.cc (dtable::vfork_child_dup): Revert impersonationCorinna Vinschen2001-10-312-0/+13
* remove garbage ChangeLog entry.Christopher Faylor2001-10-311-4/+5
* * sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.Christopher Faylor2001-10-314-5/+11
* * fhandler.cc (fhandler_base::fork_fixup): Pass old handle to setclexec_pid.Christopher Faylor2001-10-312-1/+6
* * cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor2001-10-317-15/+78
* Add MMIX supportNick Clifton2001-10-306-16/+365
* * fhandler_socket.cc (fhandler_socket::close): Add error handling.Corinna Vinschen2001-10-302-2/+13
* * (fhandler_socket::dup): Revert previous change.Corinna Vinschen2001-10-302-2/+4
* * dtable.cc (dtable::dup2): Add some debugging. Use methods from passed inChristopher Faylor2001-10-304-13/+27
* * security.cc (is_group_member): Call NetLocalGroupGetMembers() forCorinna Vinschen2001-10-302-8/+8
* * Makefile.in: Propagate 'clean' to subdirs properly.Christopher Faylor2001-10-292-1/+5
* * fhandler.cc (fhandler_base::set_name): Set namehash here to catch nameChristopher Faylor2001-10-292-2/+14
* * winsup.api/ltp/stat03.c: Supress compiler warning.Egor Duda2001-10-292-4/+8
* * winsup.api/signal-into-win32-api.c: Supress compiler warning.Egor Duda2001-10-292-1/+5
* * select.cc (MAKEready): Remove extraneous select_read.Christopher Faylor2001-10-292-1/+4
* * uinfo.cc (internal_getlogin): Set environment variable $HOMECorinna Vinschen2001-10-292-2/+28
* * fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unitChristopher Faylor2001-10-297-15/+34
* fix spelling errorsChristopher Faylor2001-10-288-67/+67