16 Commits (f6f4aa5ddb8b28f31d35131af78b7254c11445d4)

Author SHA1 Message Date
Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile 11 years ago
Szabolcs Nagy 36c30c4ddd add missing legacy LFS *64 symbol aliases 12 years ago
Rich Felker b9f7f2e876 fix readdir not to set ENOENT when directory is removed while reading 12 years ago
Szabolcs Nagy 571744447c include cleanups: remove unused headers and add feature test macros 13 years ago
Rich Felker 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker fbffcee63d add (currently stubbed due to stubbed strverscmp) versionsort function 14 years ago
Rich Felker 4750cf4202 ditch the priority inheritance locks; use malloc's version of lock 14 years ago
Rich Felker fa845669ce fix errno value when fdopendir is given an invalid file descriptor 15 years ago
Rich Felker f937031800 optimize opendir using O_CLOEXEC 15 years ago
Rich Felker da88b16a22 fix handling of d_name in struct dirent 15 years ago
Rich Felker 75a0be1f65 avoid fd leak if opendir is cancelled when calloc has failed 15 years ago
Rich Felker dae17a1aaf fix errno handling in scandir: 15 years ago
Rich Felker aa398f56fa global cleanup to use the new syscall interface 15 years ago
Rich Felker cfe373146d finish moving 32-bit-specific junk out of source files. 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago