summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * mkstatic: Make sure that we are not cd'ed to temporary directory on exit toChristopher Faylor2011-02-114-2/+20
* opcodes: blackfin: add multiple inclusion protectionMichael Frysinger2011-02-112-1/+10
* * cygwin.sc: Eliminate __cygheap_mid.Christopher Faylor2011-02-113-2/+5
* * cygheap.cc (_cygheap_mid): Drop unneeded section attribute.Christopher Faylor2011-02-113-7/+10
* * cygwin.sc: Raise default cygheap size to 1 Meg. Set alignment toCorinna Vinschen2011-02-112-2/+7
* * include/endian.h: Move definitions of __BIG_ENDIAN, __LITTLE_ENDIAN,Corinna Vinschen2011-02-118-183/+202
* strerror_r: fix compilation bug in previous patchEric Blake2011-02-102-0/+5
* * new-features.sgml (ov-new1.7.8): Document strerror_r fixes.Eric Blake2011-02-102-0/+11
* strerror_r: obey POSIX, and match newlib header changeEric Blake2011-02-104-30/+67
* strerror_r: provide POSIX implementationEric Blake2011-02-107-13/+115
* * new-features.sgml (ov-new1.7.8): Document pthread_yield.Yaakov Selkowitz2011-02-102-2/+7
* * cygwin.din (pthread_yield): Export as alias to sched_yield.Yaakov Selkowitz2011-02-105-1/+12
* * cygheap.cc: Add some __stdcall decoration where appropriate.Christopher Faylor2011-02-103-16/+21
* * hookapi.cc (hook_or_detect_cygwin): Prevent i from being consideredChristopher Faylor2011-02-092-1/+6
* * exception.h: Remove DEBUG_EXCEPTION left over debugging ifdef.Christopher Faylor2011-02-092-6/+9
* * dll_init.cc: Fix typo in comment.Christopher Faylor2011-02-081-1/+1
* include/ChangeLog:Ulrich Weigand2011-02-082-1/+13
* * configure.in: Remove AC_ALLOCA test and test for __builtin_memset.Corinna Vinschen2011-02-076-4063/+3123
* Fix path in ChangeLog entryCorinna Vinschen2011-02-071-1/+1
* * fhandler_console.cc (fhandler_console::write_normal): RemoveCorinna Vinschen2011-02-072-12/+25
* * autoload.cc (wsock_init): Properly define WSAStartup function pointer toChristopher Faylor2011-02-052-2/+7
* gas/Bernd Schmidt2011-02-033-6/+10
* Fix spelling of Ralf Corsepius' name in ChangeLog.Jeff Johnston2011-02-031-6/+6
* * libc/bsdlib.cc: Include err.h.Corinna Vinschen2011-02-022-0/+5
* * include/err.h: Fix loss of semicolons in previous patch.Corinna Vinschen2011-02-022-2/+6
* * include/err.h (err): Add noreturn attribute.Corinna Vinschen2011-02-022-7/+14
* * path.cc (conv_path_list): Remove enclosing quotes and trailingCorinna Vinschen2011-02-022-3/+26
* * fhandler.cc (fhandler_base::fsync): Ignore ERROR_INVALID_FUNCTIONCorinna Vinschen2011-02-012-1/+13
* * syscalls.cc (utmp_data): Fix potential buffer overflow.Corinna Vinschen2011-01-312-1/+5
* * fhandler_socket.cc (address_in_use): Improve comment readability.Corinna Vinschen2011-01-312-3/+8
* PR libgcj/44341Alexandre Oliva2011-01-313-2/+93
* * fhandler_socket.cc (address_in_use): Disable. Add comment.Corinna Vinschen2011-01-305-48/+36
* winsup:Christopher Faylor2011-01-296-3293/+2533
* * fhandler_socket.cc (fhandler_socket::wait_for_events): CallCorinna Vinschen2011-01-282-0/+8
* * libc/stdio/fclose.c: Only use sfp lock to guard non-atomicCorinna Vinschen2011-01-2819-132/+106
* * include/features.h (__STDC_ISO_10646__): Move to newlib'sCorinna Vinschen2011-01-272-5/+5
* * libc/include/sys/features.h: Define __STDC_ISO_10646__ for Cygwin.Corinna Vinschen2011-01-273-0/+14
* * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): FixCorinna Vinschen2011-01-262-2/+8
* * include/features.h (__STDC_ISO_10646__): Define. Add comment.Corinna Vinschen2011-01-242-1/+10
* Sync toplevel configure from GCCAndreas Schwab2011-01-213-106/+163
* * syscalls.cc (rename): Fix permission problem with symlinks on NFS.Corinna Vinschen2011-01-212-12/+25
* * exec.cc: Include pinfo.h.Corinna Vinschen2011-01-205-16/+30
* * spawn.cc (av::fixup): Reenable #! handling for all exec functions.Corinna Vinschen2011-01-192-19/+19
* * exec.cc (execlp): Add missing _P_PATH_TYPE_EXEC flag in call toCorinna Vinschen2011-01-192-1/+7
* * exec.cc: Rearrange functions in alphabetical order.Corinna Vinschen2011-01-193-36/+94
* * exec.cc (strccpy): Move function from here...Corinna Vinschen2011-01-195-20/+25
* * errno.cc (errmap): Add error codes for invalid binaries.Corinna Vinschen2011-01-195-11/+72
* * fhandler_proc.cc (format_proc_partitions): Fix compiler warning.Corinna Vinschen2011-01-172-1/+5
* * path.cc (path_conv::check): Don't follow reparse point symlinks ifCorinna Vinschen2011-01-173-8/+19
* * fhandler_proc.cc (proc_tab_cmp): Fix typo in comment.Corinna Vinschen2011-01-172-84/+151