aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-01* dtable.cc (dtable::find_unused_handle): Break out of the right loop.Christopher Faylor2-2/+6
2013-12-01* dtable.cc (dtable::find_unused_handle): Fix off-by-one error. Always exitChristopher Faylor3-18/+29
2013-12-01Fix ChangeLog entryCorinna Vinschen1-3/+4
2013-12-01 * dtable.cc (dtable::extend): Change local variable new_size to size_tCorinna Vinschen3-3/+10
2013-12-01.Christopher Faylor1-2/+5
2013-12-01* dtable.h (dtable::first_fd_for_open): Change declaration to size_t.Christopher Faylor3-10/+18
2013-12-01* dtable.cc (build_fh_pc): When creating an archetype, use native name ratherChristopher Faylor3-1/+12
2013-11-292013-11-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2-3/+57
2013-11-292013-11-29 Jennifer Averett <jennifer.averett@oarcorp.com>Joel Sherrill4-3/+54
2013-11-29* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 27.Christopher Faylor2-1/+5
2013-11-29 * include/cygwin/stdlib.h(initstate, random, setstate, srandom) :Jon TURNEY2-0/+9
2013-11-29 * new-features.xml (ov-new1.7.26): Fix section ID and title. AddCorinna Vinschen2-1/+11
2013-11-28 * include/glob.h: Fix invalid use of 'restrict' error.Corinna Vinschen2-1/+5
2013-11-272013-11-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill6-68/+304
2013-11-27 * syscalls.cc (try_to_bin): Enhance debug output in case reopen fails.Corinna Vinschen2-1/+6
2013-11-27 * syscalls.cc (try_to_bin): Drop fh_dup, reuse tmp_fh instead.Corinna Vinschen2-3/+6
2013-11-27 * syscalls.cc (try_to_bin): Take additional parameter to get file openCorinna Vinschen3-5/+43
2013-11-27 * libc/machine/mips/setjmp.S: Fix definition of macro FPR_LAYOUTCorinna Vinschen2-0/+6
2013-11-262013-11-26 Matheus Almeida <Matheus.Almeida@imgtec.com>Jeff Johnston3-12/+44
2013-11-26 * nlsfuncs.cc (wcscoll): Add "__restrict" to definition.Corinna Vinschen2-2/+7
2013-11-26Correct for missing entries for wchar.h changes and white space changesJoel Sherrill1-0/+11
2013-11-262013-11-26 Julio Gutierrez <jgutleyva@gmail.com>Joel Sherrill39-218/+316
2013-11-26 * common.din: Export posix_spawn[...] functions.Corinna Vinschen6-2/+56
2013-11-26 * nlsfuncs.cc (strcoll): Add "__restrict" to definition.Corinna Vinschen2-2/+7
2013-11-262013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-5/+5
2013-11-26 * libc/posix/posix_spawn.c: Drop using namespace.h.Corinna Vinschen2-2/+4
2013-11-26 * libc/posix/posix_spawn.c: Eliminate OS function calls not presentCorinna Vinschen2-9/+19
2013-11-252013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-5/+10
2013-11-25 * libc/include/spawn.h (posix_spawn_file_actions_destroy): Fix typoCorinna Vinschen3-2/+8
2013-11-252013-11-25 Sahil Patnayakuni <sahil.patnayakuni@gmail.com>Joel Sherrill10-30/+53
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen15-30/+47
2013-11-24 * dtable.cc: Include sys/param.h for MAX definition.Corinna Vinschen2-0/+5
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen21-49/+23
2013-11-24*** empty log message ***Corinna Vinschen1-0/+2
2013-11-232013-11-23 Bryan Dunsmore <dunsmoreb@gmail.com>Joel Sherrill3-2/+7
2013-11-23dup2: fix off-by-one crashEric Blake3-2/+15
2013-11-23 * new-features.xml (ov-new1.7.26): Add new section.Corinna Vinschen2-0/+39
2013-11-232013-11-22 Bryan Dunsmore <dunsmoreb@gmail.com>Joel Sherrill3-4/+12
2013-11-222013-11-22 Chirayu Desai <chirayudesai1@gmail.com>Joel Sherrill3-4/+14
2013-11-222013-11-21 Daniel Ramirez <javamonn@gmail.com>Joel Sherrill2-1/+5
2013-11-212013-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill23-795/+806
2013-11-212013-11-21 Julio Gutierrez <jgutleyva@gmail.com>Joel Sherrill3-3/+9
2013-11-212013-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill9-3/+25
2013-11-212013-11-21 Daniel Ramirez <javamonn@gmail.com>Joel Sherrill6-5/+10
2013-11-212013-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
2013-11-212013-11-21 Daniel Ramirez <javamonn@gmail.com>Joel Sherrill6-12/+18
2013-11-21[AArch64] Set errno in ftruncate() and truncate().Marcus Shawcroft3-0/+11
2013-11-21[ARM] set errno in ftruncate and truncate stubs.Marcus Shawcroft3-0/+11
2013-11-202013-11-20 Daniel Ramirez <javamonn@gmail.com>Joel Sherrill3-3/+7
2013-11-202013-11-20 Chirayu Desai <chirayudesai1@gmail.com>Joel Sherrill6-19/+27