summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * strace.cc (main): Open trace output file in UNIX mode.Corinna Vinschen2009-07-152-2/+7
* * fhandler_netdrive.cc (fhandler_netdrive::readdir): Remove uselessCorinna Vinschen2009-07-152-1/+5
* * path.cc (cwdstuff::set): Only fix up UNC path in win32 so as notCorinna Vinschen2009-07-152-1/+10
* * mep/syscalls.S (sysret): Maintain 16-byte stack alignment.DJ Delorie2009-07-142-2/+6
* Throughout avoid having to initialize constant UNICODE_STRINGs.Corinna Vinschen2009-07-1410-75/+98
* * globals.cc (active_codepage): Remove.Corinna Vinschen2009-07-142-3/+4
* * cygcheck.cc (dump_sysinfo): Remove "not yet supported" text.Corinna Vinschen2009-07-132-5/+6
* 2009-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-07-122-3/+9
* 2009-06-28 Ozkan Sezer <sezero@users.sourceforge.net>Chris Sutcliffe2009-07-1228-1431/+1339
* * how-spawn-works.txt: Add "out of date" note.Christopher Faylor2009-07-123-1/+7
* * Makefile.in: Don't do anything special with any RCS directories.Christopher Faylor2009-07-125-3/+15
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Don't useCorinna Vinschen2009-07-122-20/+45
* bfdTom Tromey2009-07-103-1/+8
* 2009-07-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-07-102-847/+5
* STT_GNU_IFUNC support for PowerPC.Alan Modra2009-07-103-7/+20
* merge from gccDJ Delorie2009-07-092-0/+9
* merge from gccDJ Delorie2009-07-092-0/+867
* 2009-07-09 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-07-0922-34/+67
* * pathnames.sgml: Fix typo.Christopher Faylor2009-07-082-1/+5
* * m32c/sbrk.c (sbrk): Change to take ptrdiff_t, not int.DJ Delorie2009-07-082-1/+13
* * winbase.h (ilockexch): Avoid making 'ret' volatile.Dave Korn2009-07-072-2/+7
* * ChangeLog: Assorted minor whitespace fixes in old entries.Dave Korn2009-07-071-11/+11
* winsup/ChangeLog:Dave Korn2009-07-0713-24/+323
* * cygtls.cc (_cygtls::remove): Fix typo.Corinna Vinschen2009-07-072-3/+6
* * Makefile.in (clean): Clean generated files in srcdir.Christopher Faylor2009-07-063-50/+55
* * cygtls.cc (_cygtls::remove): Avoid closing a NULL handle.Christopher Faylor2009-07-062-1/+6
* * fhandler_socket.cc (fhandler_socket::recv_internal): Convert wsabufCorinna Vinschen2009-07-062-10/+18
* 2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2009-07-062-0/+8
* * cygtls.h (struct _local_storage): Add thread storage pointers forCorinna Vinschen2009-07-065-33/+91
* * dtable.cc (handle_to_fn): Detect failing NtQueryObject.Christopher Faylor2009-07-062-2/+7
* * autoload.cc: Delete stray CR.Corinna Vinschen2009-07-062-1/+5
* * fhandler_console.cc: Change workstation -> windows station throughout.Christopher Faylor2009-07-052-8/+13
* * cygwin-console-helper.cc: New file.Christopher Faylor2009-07-053-1/+18
* * autoload.cc (SetParent): Add new import.Christopher Faylor2009-07-045-40/+148
* * autoload.cc (AttachConsole): Correct size of args.Dave Korn2009-07-042-1/+5
* * dcrt0.cc (jit_debug): New global.Christopher Faylor2009-07-0311-38/+85
* * new-features.sgml (ov-new1.7-file): Add fpurge and mkstemps to newCorinna Vinschen2009-07-032-1/+6
* * posix.sgml: Add fpurge and mkstemps to BSD list.Corinna Vinschen2009-07-032-0/+6
* * cygwin.din (fpurge, mkstemps): New exports.Corinna Vinschen2009-07-034-9/+43
* Add mkdtemp, mkstemps.Eric Blake2009-07-033-29/+126
* Add fpurge.Eric Blake2009-07-036-10/+138
* * autoload.cc: Fix typo in comment.Corinna Vinschen2009-07-032-3/+18
* * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_valueJakub Jelinek2009-07-032-0/+8
* 2009-07-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-07-023-3/+17
* Clean up some sources.redhat.com references.Christopher Faylor2009-07-014-13/+7
* * net.cc (get_xp_ifs): Fix typo in comment.Corinna Vinschen2009-07-012-1/+5
* * moxie/crt0.S (_start): Clear BSS at startup. Register _fini()Anthony Green2009-07-013-5/+21
* * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,Corinna Vinschen2009-07-012-22/+9
* * fhandler.h (class fhandler_socket): Add class members and methodsCorinna Vinschen2009-07-014-17/+68
* * select.h: New file split from fhandler.h.Christopher Faylor2009-06-3013-330/+457