NetBSD/lib/libc
christos fa438ee608 - Use O_DIRECTORY to open the file, so that we don't need to stat() after
that.
- Move the stat() call to fdopendir() and change it's error handling so that
  it does not hide errors.
- According to POSIX, fdopendir() transfers ownership of the fd only on
  success, so don't close it on failure. XXX: We still make it non-blocking
  on failure, but that's nitpicking.

XXX: pullup-7?
2014-11-26 16:48:43 +00:00
..
arch Fix ptrace %rcx corruption when pthread_errno() is used. Small example: 2014-11-24 15:33:18 +00:00
atomic bump date for previous 2014-02-02 18:06:33 +00:00
cdb Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
citrus Fix our iconv version for the issues that apply to us from CVE-2014-3951 2014-06-24 22:24:18 +00:00
compat New files for Userland support of UCB RISC-V (both 32-bit and 64-bit) 2014-09-19 17:36:24 +00:00
compat-43 End sentence with a dot. 2013-05-06 13:29:12 +00:00
compiler_rt Changes for OR1K 2014-09-03 19:29:14 +00:00
db fix bug in previous change (sz should be the size of the newly allocated 2013-12-25 19:42:23 +00:00
dlfcn
gdtoa "soon" is "now". Remove all __indr_reference crap. 2014-01-16 20:31:42 +00:00
gen - Use O_DIRECTORY to open the file, so that we don't need to stat() after 2014-11-26 16:48:43 +00:00
gmon make more descriptors that we open as close-on-exec 2014-09-18 13:58:20 +00:00
hash undo, the right place for this is compat_defs.h 2014-09-24 13:18:52 +00:00
iconv conforms -> conform, since it's the verb for three nouns and thus plural. 2013-05-12 10:44:23 +00:00
include add execvpe, execlpe (reviewed by phone) 2014-09-26 19:28:03 +00:00
inet remove unneeded code, and kill parens from return 2014-02-10 16:30:54 +00:00
isc
locale Redo the locale cache to be constant. It now contains the localeconv() 2013-09-13 13:13:32 +00:00
md undo, the right place for this is compat_defs.h 2014-09-24 13:18:52 +00:00
misc Put the startup code in .text.startup 2013-08-19 22:14:37 +00:00
nameser reduce diffs with other copies of this code. 2014-03-07 01:07:01 +00:00
net knf, no functional change. 2014-11-24 15:43:21 +00:00
nls belt-n-suspenders, close on exec catalog files. 2014-09-16 01:30:28 +00:00
quad Don't return 0x1.0p31 for every input value 2^N. 2013-09-30 19:32:14 +00:00
regex
resolv PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. struct 2014-11-11 03:29:24 +00:00
rpc src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
softfloat MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU 2014-08-10 23:39:08 +00:00
ssp Provide explicit prototypes in case HAVE_SSP=no. 2014-09-17 00:39:28 +00:00
stdio Don't try to extend the offset range on 32 bit machines by treating negative 2014-11-16 20:32:52 +00:00
stdlib Tell it about riscv. Fix mips64 case so that SIZEOF_PTR_2POW is 3. 2014-09-19 17:42:19 +00:00
string bump year 2014-11-14 22:46:34 +00:00
sys Do not hardcode values for ENAMETOOLONG, use symblic constants. 2014-11-11 08:10:02 +00:00
termios
thread-stub Put the startup code in .text.startup 2013-08-19 22:14:37 +00:00
time welcome to 2014j 2014-11-18 01:58:59 +00:00
tls Put the startup code in .text.startup 2013-08-19 22:14:37 +00:00
uuid
yp make more descriptors that we open as close-on-exec 2014-09-18 13:58:20 +00:00
libcincludes.mk MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU 2014-08-10 23:39:08 +00:00
Makefile MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU 2014-08-10 23:39:08 +00:00
Makefile.inc Pass MLIBDIR to CPPFLAGS. 2013-09-19 21:18:17 +00:00
shlib_version bump for open_{,w}memstream. 2014-10-13 00:40:57 +00:00