aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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 * configure: Regenerate, removing erroneous SUBDIRS substitution.Corinna Vinschen2-1/+5
2001-10-26Fix usage of H_GET_32/16. Likewise with H_PUT_32/16.Nick Clifton2-4/+9
2001-10-26* select.cc (MAKEready): Check for read_ready in loop since select_read couldChristopher Faylor2-6/+13
2001-10-24Clarify checkin comment slightly.Christopher Faylor1-1/+2
2001-10-24* shared_info.h (MOUNT_VERSION): Change to a smaller, still arbitrary number.Christopher Faylor1-0/+13
2001-10-24* Makefile.in: Remove EXEEXT consideration. We always need EXEEXT.Christopher Faylor2-1/+5
2001-10-24* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor13-35/+78
2001-10-24merge from gccDJ Delorie2-1/+8
2001-10-242001-10-24 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2-1/+5
2001-10-242001-10-24 Christopher Faylor <cgf@redhat.com>Jeff Johnston2-0/+8
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-23 * libc/include/math.h: The C++ standard adds the single-precisionGeoffrey Keating2-0/+13
2001-10-23merge from gccDJ Delorie2-1/+8
2001-10-23 * internal.h: White space changes to keep lines under 80 chars.Alan Modra2-14/+18
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