aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-03-13* include/cygwin/version.h: Bump DLL minor number to 22.github/unlabeled-1.64.2unlabeled-1.64.2Christopher Faylor1-0/+1
2003-03-09This commit was manufactured by cvs2svn to create branch 'unlabeled-1.64.2'.cvs2svn1-0/+524
2001-11-06* select.cc (fhandler_tty_slave::ready_for_read): Correct inverted not_openChristopher Faylor1-1/+1
2001-11-05This commit was manufactured by cvs2svn to create branch 'unlabeled-1.64.2'.cvs2svn3369-786532/+0
2001-11-05Eliminate excess whitespace.Christopher Faylor38-184/+183
2001-11-05Add strace debugging section.Christopher Faylor1-6/+29
2001-11-052001-11-04 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-1/+5
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* lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in parallelChristopher Faylor3-0/+12
2001-11-04 * getfacl.c (username): New function.Corinna Vinschen3-51/+255
2001-11-04* strace.cc (main): New option '-w'. Start traced process in separateEgor Duda2-3/+31
2001-11-04* Makefile.in: Force configure in testsuite directory if config.status does notChristopher Faylor2-3/+8
2001-11-04* Makefile.in: Oops. Revert previous change. Add Makefile/Makefile.inChristopher Faylor2-1/+8
2001-11-04* Makefile.in: Add check target.Christopher Faylor2-1/+5
2001-11-04* configure.in: Disable subauth directory test.Christopher Faylor4-4/+10
2001-11-04* Makefile.in: Add directory dependencies to ensure ordering when using 'makeChristopher Faylor2-0/+21
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* Makefile.common: Remove preferred-stack-boundary setting since gcc 2.95.3Christopher Faylor2-1/+6
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* libltp/lib/forker.c: Include proper header to avoid compilerEgor Duda2-0/+6
2001-11-02* Makefile.common: Add some stuff to common CFLAGS.Christopher Faylor2-1/+5
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-11-012001-10-30 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd4-14/+34
2001-11-012001-11-01 Arati Dikey <aratidikey@hotmail.com>Jeff Johnston3-2/+39
2001-11-012001-11-01 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd12-19/+197
2001-10-312001-10-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston4-111/+91
2001-10-312001-10-31 David Howells <dhowells@redhat.com>Jeff Johnston9-47/+368
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-30Add MMIX supportNick Clifton6-16/+365
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* Makefile.in: Propagate 'clean' to subdirs properly.Christopher Faylor2-1/+5
2001-10-29* fhandler.cc (fhandler_base::set_name): Set namehash here to catch nameChristopher Faylor2-2/+14
2001-10-29* winsup.api/ltp/stat03.c: Supress compiler warning.Egor Duda2-4/+8
2001-10-29* winsup.api/signal-into-win32-api.c: Supress compiler warning.Egor Duda2-1/+5