summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix consistent spelling errors.Christopher Faylor2001-10-281-6/+6
* * configure: Regenerate, removing erroneous SUBDIRS substitution.Corinna Vinschen2001-10-262-1/+5
* Fix usage of H_GET_32/16. Likewise with H_PUT_32/16.Nick Clifton2001-10-262-4/+9
* * select.cc (MAKEready): Check for read_ready in loop since select_read couldChristopher Faylor2001-10-262-6/+13
* Clarify checkin comment slightly.Christopher Faylor2001-10-241-1/+2
* * shared_info.h (MOUNT_VERSION): Change to a smaller, still arbitrary number.Christopher Faylor2001-10-241-0/+13
* * Makefile.in: Remove EXEEXT consideration. We always need EXEEXT.Christopher Faylor2001-10-242-1/+5
* * Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor2001-10-2413-35/+78
* merge from gccDJ Delorie2001-10-242-1/+8
* 2001-10-24 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2001-10-242-1/+5
* 2001-10-24 Christopher Faylor <cgf@redhat.com>Jeff Johnston2001-10-242-0/+8
* Remove merge conflict indicator.Christopher Faylor2001-10-241-1/+0
* Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor2001-10-2416-52/+70
* * libc/include/math.h: The C++ standard adds the single-precisionGeoffrey Keating2001-10-232-0/+13
* merge from gccDJ Delorie2001-10-232-1/+8
* * internal.h: White space changes to keep lines under 80 chars.Alan Modra2001-10-232-14/+18
* * debug.cc (set_errno): Return value of errno that was set, just like theChristopher Faylor2001-10-225-10/+24
* Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor2001-10-2218-92/+70
* Patch suggested by Ian Ray <ian.ray@nokia.com>:Corinna Vinschen2001-10-223-32/+54
* * libc/posix/execvp.c: Remove obsolete CYGWIN32 considerations throughout.Christopher Faylor2001-10-225-24/+11
* * net.cc (get_2k_ifconf): Change multiple IP address naming schemeCorinna Vinschen2001-10-222-74/+98
* * miscfuncs.cc (__check_invalid_read_ptr_errno): Return error, if any.Corinna Vinschen2001-10-222-1/+5
* * resource.cc (fill_rusage): Perform paranoid zero structure passed toChristopher Faylor2001-10-222-4/+8
* * autoload.cc: Autoload GetProcessMemoryInfo.Christopher Faylor2001-10-213-5/+23
* * dll_init.cc (dll_list::alloc): Increase retry count to 1000.Christopher Faylor2001-10-212-1/+5
* fix typo.Christopher Faylor2001-10-201-1/+1
* * mkgroup.c: Avoid compiler warnings.Corinna Vinschen2001-10-203-207/+238