summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * include/cygwin/socket.h: Include sys/uio.h instead of cygwin/uio.h.Corinna Vinschen2007-12-143-2/+6
* * dtable.cc (dtable::set_file_pointers_for_exec): Reenable. FixCorinna Vinschen2007-12-143-4/+11
* Merge from gcc:DJ Delorie2007-12-143-2/+7
* * poll.cc (poll): Return count of fds with events instead of totalCorinna Vinschen2007-12-132-39/+52
* * string.h: Guard cygwin internal string function definitions withCorinna Vinschen2007-12-132-0/+10
* * dcrt0.cc: Include string.h.Corinna Vinschen2007-12-1212-80/+232
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix R/O bitCorinna Vinschen2007-12-112-4/+8
* 2007-12-11 Dave Korn <dave.korn@artimi.com>Dave Korn2007-12-112-5/+12
* * localtime.cc (tzset): Guard by a muto for thread safety.Corinna Vinschen2007-12-112-3/+13
* * cygheap.cc (_csbrk): Don't request zero bytes from VirtualAlloc,Dave Korn2007-12-112-1/+6
* * localtime.cc (tzset): Call tzsetwall only if it hasn't beenCorinna Vinschen2007-12-112-1/+7
* * dwarf2.h (DW_AT_hi_user): Correct value.Daniel Jacobowitz2007-12-112-1/+5
* 2007-12-07 Bob Wilson <bob.wilson@acm.org>Bob Wilson2007-12-072-1/+6
* * regtool.cc (opts): Add missing 'W'.Corinna Vinschen2007-12-072-1/+5
* * include/sys/cygwin.h: Include limits.h.Corinna Vinschen2007-12-072-0/+5
* * ps.cc: Include limits.h.Corinna Vinschen2007-12-062-3/+14
* * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen2007-12-0611-23/+53
* config/Richard Sandiford2007-12-063-4/+9
* * fhandler_tty.cc (fhandler_tty_slave::open): Use MAX_PATH instead ofCorinna Vinschen2007-12-053-11/+18
* * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen2007-12-0510-22/+44
* Add missing ChangeLog entry.Corinna Vinschen2007-12-051-0/+8
* * config.sub, config.guess: Update from upstream sources.Ben Elliston2007-12-053-6/+45
* * fhandler_fifo.cc (fhandler_fifo::open): Use MAX_NAME for pipe nameCorinna Vinschen2007-12-042-14/+7
* 2007-12-03 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-12-042-1/+5
* 2007-12-03 techrazy <techrazy@users.sourceforge.net>Chris Sutcliffe2007-12-042-0/+14
* * autoload.cc (GetModuleFileNameExW): Replace definition ofCorinna Vinschen2007-12-034-16/+28
* * include/cygwin/time.h: Remove redundant #endif.Corinna Vinschen2007-12-032-1/+4
* * include/cygwin/time.h (daylight): Declare as extern symbol referringCorinna Vinschen2007-12-012-3/+11
* * cris/Makefile.in (crt0.o): Add CFLAGS when compiling crt0.S.Hans-Peter Nilsson2007-12-012-1/+5
* * Makefile.in (OBSOLETE_FUNCTIONS): Add timezone.Corinna Vinschen2007-12-013-8/+10
* 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>Paolo Bonzini2007-11-292-12/+25
* bfd/Mark Shinwell2007-11-294-0/+25
* include/opcode/Mark Shinwell2007-11-292-24/+61
* * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen2007-11-285-5/+15
* * fhandler_socket.cc (fhandler_socket::recv_internal): Add MSG_WAITALLCorinna Vinschen2007-11-283-10/+54
* * internal.h (ELF_IS_SECTION_IN_SEGMENT): Adjust to cope withNathan Sidwell2007-11-282-3/+9
* * posix_ipc.cc (ipc_names): Rename max_len to prefix_len. StoreCorinna Vinschen2007-11-272-20/+46
* Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen2007-11-277-118/+85
* * mmap.cc: Convert usage of dynamically growing cmalloced arrays toCorinna Vinschen2007-11-272-200/+176
* 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-11-2713-102/+119
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-2620-80/+114
* * cygheap.cc (_crealloc): Avoid memcpy when _cmalloc returns NULL.Christopher Faylor2007-11-232-2/+9
* 2007-11-21 Kevin Conaway <kevin_conaway@users.sourceforge.net>Chris Sutcliffe2007-11-222-0/+12
* 2007-11-21 elsapo <elsapo@users.sourceforge.net>Chris Sutcliffe2007-11-222-0/+270
* 2007-11-21 Brian Dessent <dessent@users.sourceforge.net>Chris Sutcliffe2007-11-222-0/+7
* 2007-11-19 Nick Clifton <nickc@redhat.com>Jeff Johnston2007-11-1911-98/+388
* [ld/testsuite/ChangeLog]Thiemo Seufer2007-11-172-3/+8
* * dwarf2.h: Mention the location of the DWARF3 spec on the web.Nick Clifton2007-11-162-3/+12
* Move changelog entries to the right ChangeLogVladimir Prus2007-11-151-53/+0
* Apply const qualifier to some users of bp_location.Vladimir Prus2007-11-151-0/+15