Age | Commit message (Expand) | Author | Files | Lines |
2022-10-19 | remove LFS64 symbol aliases; replace with dynamic linker remapping | Rich Felker | 5 | -11/+0 |
2019-02-07 | fail fdopendir for O_PATH file descriptors | Rich Felker | 1 | -0/+4 |
2018-09-12 | split internal lock API out of libc.h, creating lock.h | Rich Felker | 3 | -3/+3 |
2018-09-12 | remove spurious inclusion of libc.h for LFS64 ABI aliases | Rich Felker | 5 | -9/+5 |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | 1 | -1/+1 |
2018-09-12 | remove unused __getdents, rename and move file | Rich Felker | 1 | -12/+0 |
2018-07-18 | remove spurious declaration of __getdents from readdir.c | Rich Felker | 1 | -2/+0 |
2018-07-18 | fix regression in alignment of dirent structs produced by readdir | Rich Felker | 2 | -1/+7 |
2018-01-09 | revise the definition of multiple basic locks in the code | Jens Gustedt | 1 | -1/+1 |
2015-03-03 | make all objects used with atomic operations volatile | Rich Felker | 1 | -1/+1 |
2014-09-05 | add missing legacy LFS *64 symbol aliases | Szabolcs Nagy | 1 | -0/+4 |
2014-02-25 | fix readdir not to set ENOENT when directory is removed while reading | Rich Felker | 1 | -2/+7 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 5 | -15/+2 |
2013-07-22 | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | 1 | -1/+1 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 1 | -1/+1 |
2012-06-13 | add (currently stubbed due to stubbed strverscmp) versionsort function | Rich Felker | 1 | -0/+8 |
2012-04-24 | ditch the priority inheritance locks; use malloc's version of lock | Rich Felker | 5 | -12/+9 |
2011-07-21 | fix errno value when fdopendir is given an invalid file descriptor | Rich Felker | 1 | -1/+4 |
2011-06-25 | optimize opendir using O_CLOEXEC | Rich Felker | 1 | -2/+1 |
2011-06-06 | fix handling of d_name in struct dirent | Rich Felker | 1 | -4/+3 |
2011-04-18 | avoid fd leak if opendir is cancelled when calloc has failed | Rich Felker | 1 | -1/+2 |
2011-04-11 | fix errno handling in scandir: | Rich Felker | 1 | -2/+1 |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | 1 | -1/+1 |
2011-02-15 | finish moving 32-bit-specific junk out of source files. | Rich Felker | 1 | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 13 | -0/+244 |