summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.Corinna Vinschen2001-10-202-0/+10
* * miscfuncs.cc (+__check_invalid_read_ptr_errno): New function.Christopher Faylor2001-10-204-3/+21
* * path.cc (getcwd): Allow len == 0 when buf == NULL.Corinna Vinschen2001-10-192-1/+5
* * syscalls.cc (_read): Validate input pointer.Christopher Faylor2001-10-192-1/+16
* 2001-10-18 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2001-10-182-1/+7
* Add ddb-kseg0.ld and switch to kseg1 if sizing memory from kseg0Michael Meissner2001-10-186-22/+212
* 2001-10-17 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2001-10-182-1/+6
* [gas/testsuite/ChangeLog]Chris Demetriou2001-10-182-1/+10
* Add __rtems__ as system defining fchdir().Corinna Vinschen2001-10-172-2/+2
* Patch from Frederic Devernay <Frederic.Devernay@sophia.inria.fr>:Corinna Vinschen2001-10-172-8/+11
* * libc/include/sys/unistd.h: Add prototype for fchdir() whenCorinna Vinschen2001-10-172-0/+8
* [gas/ChangeLog]Matthew Green2001-10-172-1/+5
* 2001-10-16 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2001-10-172-1/+5
* * fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibilityCorinna Vinschen2001-10-164-39/+40
* Forgot ChangeLogCorinna Vinschen2001-10-161-0/+8
* * fhandler.cc (fhandler_base::fork_fixup): Guard against compiler warning.Christopher Faylor2001-10-162-0/+7
* * fhandler_tape.cc (fhandler_dev_tape::tape_status): ReportCorinna Vinschen2001-10-163-2/+10
* * pathnames.sgml: Cleanup raw device text to be more coherent.Corinna Vinschen2001-10-162-24/+29
* * pathnames.sgml: Add description for new fixed device paths.Corinna Vinschen2001-10-162-4/+80
* * autoload.cc: Add load statement for `NtOpenFile'.Corinna Vinschen2001-10-1610-60/+253
* * cygheap.h (cygheap_fdget::cygheap_fdget): Remove debugging operation fromChristopher Faylor2001-10-162-1/+6
* * mmap.cc (mmap): Assign 'fh' from cygheap_fdget. Use 'fh' everywhere.Christopher Faylor2001-10-162-3/+8
* minor reformat.Christopher Faylor2001-10-161-42/+21
* * filenames.h: Add cygwin to the list of dosish style path systems.Christopher Faylor2001-10-162-2/+6
* * cygerrno.h (set_errno): Define more informative version of this function forChristopher Faylor2001-10-166-10/+32