| Commit message (Expand) | Author | Age | Files | Lines |
* | * glob.cc: Update copyright notice with latest from FreeBSD. | Christopher Faylor | 2007-01-13 | 2 | -6/+8 |
* | * cygheap.cc (_csbrk): Fix off-by-one error. | Corinna Vinschen | 2007-01-12 | 3 | -3/+8 |
* | * external.cc (sync_winenv): Use cur_environ () rather than __cygwin_environ. | Christopher Faylor | 2007-01-12 | 2 | -1/+6 |
* | * fork.cc (child_copy): Add missing Windows PID in debug output. | Corinna Vinschen | 2007-01-12 | 2 | -4/+8 |
* | * syscalls.cc: Update copyright. | Corinna Vinschen | 2007-01-12 | 2 | -1/+5 |
* | 2007-01-11 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2007-01-11 | 8 | -38/+16 |
* | 2007-01-11 Paolo Bonzini <bonzini@gnu.org> | Paolo Bonzini | 2007-01-11 | 5 | -14/+29 |
* | 2007-01-11 Paolo Bonzini <bonzini@gnu.org> | Paolo Bonzini | 2007-01-11 | 2 | -11/+20 |
* | 2007-01-11 Paolo Bonzini <bonzini@gnu.org> | Paolo Bonzini | 2007-01-11 | 6 | -380/+2394 |
* | 2007-01-11 Gisle Vanem <giva@users.sourceforge.net> | Danny Smith | 2007-01-11 | 1 | -1/+10 |
* | * mmap.cc (mmap64): Pre-Reserve space for the whole mapping to get a | Corinna Vinschen | 2007-01-10 | 2 | -1/+31 |
* | * syscalls.cc (sync): Use b_drive for B: drive (Thanks to Howard Chu). | Corinna Vinschen | 2007-01-10 | 2 | -1/+5 |
* | Add changelog entries for copyright updates. | Daniel Jacobowitz | 2007-01-10 | 1 | -0/+4 |
* | Copyright updates for 2007. | Daniel Jacobowitz | 2007-01-09 | 11 | -14/+13 |
* | * syscalls.cc (getpagesize): Change condition for clarity. | Corinna Vinschen | 2007-01-09 | 2 | -2/+7 |
* | * Makefile.tpl (all-target): Correct @if conditional for target modules. | Nick Clifton | 2007-01-09 | 5 | -123/+139 |
* | * cygpath.cc (usage): Add -O and -F, remove tabs. | Corinna Vinschen | 2007-01-09 | 3 | -40/+99 |
* | * mmap.cc: Do bookkeeping in 4K pages, rather than in 64K chunks. | Corinna Vinschen | 2007-01-09 | 2 | -18/+26 |
* | Mention that the top level configure file has been regenerated. | Nick Clifton | 2007-01-09 | 1 | -0/+1 |
* | oops - omitted from previous delta | Nick Clifton | 2007-01-09 | 1 | -153/+146 |
* | * configure.in: Add support for an x86_64-mingw* target. | Nick Clifton | 2007-01-09 | 2 | -0/+13 |
* | * spu/exit.c (_exit): Finish with an infinite loop to eliminate a | Ben Elliston | 2007-01-09 | 2 | -0/+8 |
* | 2007-01-05 Brian Ford <Brian.Ford@FlightSafety.com> | Jeff Johnston | 2007-01-08 | 2 | -1/+5 |
* | bfd/ | Kazu Hirata | 2007-01-08 | 4 | -8/+14 |
* | 2007-02-06 Pierre A. Humblet <Pierre.Humblet@ieee.org> | Danny Smith | 2007-01-08 | 2 | -1/+52 |
* | * security.h (setacl): Add parameter for writability flag. | Corinna Vinschen | 2007-01-07 | 4 | -6/+26 |
* | * include/strings.h: Don't include string.h. Only declare functions | Corinna Vinschen | 2007-01-05 | 2 | -4/+40 |
* | 2007-01-04 Kazu Hirata <kazu@codesourcery.com> | Jeff Johnston | 2007-01-04 | 6 | -159/+207 |
* | (get_ifconf): Set MTU for loopback to more correct value. | Corinna Vinschen | 2007-01-04 | 2 | -2/+6 |
* | * fhandler_socket.cc (fhandler_socket::ioctl): Don't fake results | Corinna Vinschen | 2007-01-04 | 3 | -123/+121 |
* | * fhandler.h (PREFERRED_IO_BLKSIZE): Define as 64K. | Corinna Vinschen | 2007-01-04 | 6 | -9/+24 |
* | 2007-01-04 Paolo Bonzini <bonzini@gnu.org> | Paolo Bonzini | 2007-01-04 | 3 | -3/+14 |
* | Sync with gcc: | Daniel Jacobowitz | 2007-01-04 | 6 | -201/+1153 |
* | 2006-01-03 Kazu Hirata <kazu@codesourcery.com> | Jeff Johnston | 2007-01-03 | 5 | -35/+56 |
* | 2007-01-03 Kazu Hirata <kazu@codesourcery.com> | Jeff Johnston | 2007-01-03 | 2 | -8/+12 |
* | * ChangeLog: Happy New Year. | Corinna Vinschen | 2007-01-03 | 3 | -3573/+3572 |
* | 2007-01-02 Kazu Hirata <kazu@codesourcery.com> | Jeff Johnston | 2007-01-02 | 2 | -8/+13 |
* | 2007-01-02 Ben Elliston <bje@au.ibm.com> | Jeff Johnston | 2007-01-02 | 2 | -3/+6 |
* | 2007-01-02 Ben Elliston <bje@au.ibm.com> | Jeff Johnston | 2007-01-02 | 2 | -1/+5 |
* | 2007-01-01 Mike Stump <mrs@apple.com> | Paolo Bonzini | 2007-01-02 | 2 | -8/+2 |
* | * spawn.cc (spawn_guts): Don't expect synchronization from a non-cygwin | Christopher Faylor | 2007-01-01 | 2 | -2/+10 |
* | * include/libgen.h: New file; required by... | Keith Marshall | 2006-12-31 | 5 | -3/+321 |
* | 2006-12-29 Paolo Bonzini <bonzini@gnu.org> | Paolo Bonzini | 2006-12-29 | 7 | -392/+376 |
* | * configure.in: When removing Makefiles to force a reconfigure, also | Ian Lance Taylor | 2006-12-27 | 3 | -31/+72 |
* | * arm/licfunc.c (do_AngelSWI): Remove. | Kazu Hirata | 2006-12-25 | 4 | -35/+25 |
* | * arm/syscalls.c (_unlink, _system, _rename): Cast arguments | Kazu Hirata | 2006-12-25 | 2 | -4/+9 |
* | bfd/ | Kazu Hirata | 2006-12-25 | 4 | -0/+15 |
* | * m68k.h (mcfmac, mcfemac, cfloat, mcfhwdiv, mcfisa_a, | Kazu Hirata | 2006-12-24 | 2 | -12/+18 |
* | bfd/ | Kazu Hirata | 2006-12-24 | 1 | -0/+4 |
* | * fhandler_disk_file.cc (fhandler_disk_file::readdir): Improve debug | Corinna Vinschen | 2006-12-21 | 2 | -1/+9 |