summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * cygmalloc.h (__set_ENOMEM): Declare.Corinna Vinschen2007-02-083-11/+22
* * include/io.h (X_OK): Revert 2007-01-24 change, but leave comment.Danny Smith2007-02-082-1/+5
* * cygmalloc.h (MALLOC_FAILURE_ACTION): Move to correct #if branch.Corinna Vinschen2007-02-072-1/+5
* * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen2007-02-0714-180/+564
* * libc/include/sys/features.h: Add definition of all supportedCorinna Vinschen2007-02-074-86/+227
* Fix entries for MeP submission.Dave Brolley2007-02-061-43/+4
* Fix comment attached to #endifNick Clifton2007-02-061-1/+1
* 2007-02-05 Dave Brolley <brolley@redhat.com>Dave Brolley2007-02-052-1/+9
* 2007-02-05 Dave Brolley <brolley@redhat.com>Dave Brolley2007-02-051-0/+84
* 2007-02-05 Dave Brolley <brolley@redhat.com>Dave Brolley2007-02-052-0/+57
* 2007-02-05 Dave Brolley <brolley@redhat.com>Dave Brolley2007-02-052-0/+12
* 2007-02-05 Dave Brolley <brolley@redhat.com>Dave Brolley2007-02-054-0/+53
* * fhandler_serial.cc (fhandler_serial::tcsetattr): Add support forCorinna Vinschen2007-02-053-0/+93
* Fix typos in year.H.J. Lu2007-02-021-1/+1
* 2007-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2007-02-022-0/+5
* binutils/H.J. Lu2007-02-022-0/+5
* * syscalls.cc (unlink_nt): Add missing assignment in case NtClose fails.Corinna Vinschen2007-02-022-1/+5
* Fix typo.Corinna Vinschen2007-02-011-1/+1
* 2007-02-01 Joel Schopp <jschopp@austin.ibm.com>Jeff Johnston2007-02-0112-4/+559
* 2007-02-01 Joel Schopp <jschopp@austin.ibm.com>Jeff Johnston2007-02-0149-26/+2625
* * net.cc (ga_dup): New function, taken from ga_clone with v4-in-v6Corinna Vinschen2007-02-015-21/+165
* * include/cygwin/socket.h: Add IPv6 socket options.Corinna Vinschen2007-02-012-0/+11
* * Makefile.tpl (LDFLAGS): Substitute it.Andreas Schwab2007-01-313-2/+7
* 2007-01-31 Kazunori Asayama <asayama@sm.sony.co.jp>Jeff Johnston2007-01-3127-11/+183
* include/Vladimir Prus2007-01-312-0/+27
* * net.cc (cygwin_getaddrinfo): Fix thinko in AI_ADDRCONFIG handling.Corinna Vinschen2007-01-312-2/+5
* * net.cc (cygwin_getaddrinfo): Check ai_flags for valid values.Corinna Vinschen2007-01-313-1/+41
* * fhandler_disk_file.cc (fhandler_disk_file::closedir): Add dir nameCorinna Vinschen2007-01-313-9/+21
* merge from gccDJ Delorie2007-01-302-5/+42
* * sigproc.cc (child_info::child_info): Set msv_count to non-zeroCorinna Vinschen2007-01-302-3/+8
* * libc/machine/spu/vsnprintf.c (c99_vsnprintf_t): Const-qualifyBen Elliston2007-01-303-7/+8
* * libc/search/hash.c (init_hash): Make `info' parameter const.Ben Elliston2007-01-302-2/+6
* * include/ftw.h: Include sys/cdefs.h.Corinna Vinschen2007-01-282-0/+5
* Expose some msvcr80.dll functions.Danny Smith2007-01-273-1/+24
* Fix typo.Corinna Vinschen2007-01-261-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Implement rmdirCorinna Vinschen2007-01-263-18/+48
* Expose some msvcr80.dll functions.Danny Smith2007-01-264-5/+44
* * include/_mingw.h (CRT_INLINE): Correct typo.Danny Smith2007-01-262-2/+6
* * net.cc (if_nametoindex): This time, really free IP_ADAPTER_ADDRESSESCorinna Vinschen2007-01-242-7/+13
* * security.h (pop_thread_privilege): Revert to previous state, notCorinna Vinschen2007-01-242-2/+7
* * cygheap.h (cygheap_user::deimpersonate): Always RevertToSelf.Corinna Vinschen2007-01-242-2/+5
* * include/io.h (X_OK): Define to F_OK.Danny Smith2007-01-242-1/+7
* * net.cc (gai_errmap): Add EAI_OVERFLOW entry. Fix formatting.Corinna Vinschen2007-01-233-17/+24
* * include/netdb.h: Add AI_xxx flags available since Vista.Corinna Vinschen2007-01-232-10/+8
* * net.cc (if_nametoindex): Free IP_ADAPTER_ADDRESSES memory.Corinna Vinschen2007-01-232-19/+40
* * autoload.cc (WSAIoctl): Define.Corinna Vinschen2007-01-2110-286/+813
* 2007-01-19 Kazunori Asayama <asayama@sm.sony.co.jp>Jeff Johnston2007-01-194-18/+18
* 2007-01-19 Kazunori Asayama <asayama@sm.sony.co.jp>Jeff Johnston2007-01-192-2/+5
* Oops. The actual change for this entry wasn't committed.Danny Smith2007-01-191-7/+7
* * include/stdio.h (SEEK_SET, SEEK_CUR, SEEK_END): DefineDanny Smith2007-01-194-15/+33