Go to file
Thomas Cort 66b369c62c opendir(3): on success, don't clobber errno
The opendir(3) function was setting errno to ENOTDIR even
when the directory existed and was opened successfully. This
caused git to falsely detect an error.

This change moves the errno assignment into the failure code
block. It also adds a test to test24 to check for errno
changing when opendir(3) returns success.
2011-06-29 19:58:41 +02:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
boot boot: Add multiboot support 2011-06-24 17:21:51 +02:00
commands Build libelf and mkimage in world 2011-06-29 09:33:40 +02:00
common introduce option to time assert()s 2011-06-24 16:00:42 +02:00
docs GCC build option for elf libs and usr.bin 2011-06-29 10:32:37 +02:00
drivers Restore stripping of elf binaries in ramdisk 2011-06-28 17:49:45 +02:00
etc make /usr/include/i386 2011-06-21 17:28:43 +02:00
include boot: Add multiboot support 2011-06-24 17:21:51 +02:00
kernel kernel: make clang-buildable 2011-06-28 15:34:19 +02:00
lib opendir(3): on success, don't clobber errno 2011-06-29 19:58:41 +02:00
man Remove obsolete m4 Makefile 2011-06-29 17:45:24 +02:00
nbsd_include Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
servers boot: Add multiboot support 2011-06-24 17:21:51 +02:00
share Simplify ELF library build logic 2011-06-28 17:27:50 +02:00
test opendir(3): on success, don't clobber errno 2011-06-29 19:58:41 +02:00
tools release.sh: add /usr/pkg/bin to $PATH for clang 2011-06-29 19:24:50 +02:00
usr.bin GCC build option for elf libs and usr.bin 2011-06-29 10:32:37 +02:00
.gitignore .gitignore: add obj-elfbase-nbsd 2011-06-25 18:05:01 +02:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile new gcc mkheaders location 2011-06-29 19:35:23 +02:00