Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add (currently stubbed due to stubbed strverscmp) versionsort function | Rich Felker | 2012-06-13 | 1 | -0/+8 |
* | ditch the priority inheritance locks; use malloc's version of lock | Rich Felker | 2012-04-24 | 5 | -12/+9 |
* | fix errno value when fdopendir is given an invalid file descriptor | Rich Felker | 2011-07-21 | 1 | -1/+4 |
* | optimize opendir using O_CLOEXEC | Rich Felker | 2011-06-25 | 1 | -2/+1 |
* | fix handling of d_name in struct dirent | Rich Felker | 2011-06-06 | 1 | -4/+3 |
* | avoid fd leak if opendir is cancelled when calloc has failed | Rich Felker | 2011-04-18 | 1 | -1/+2 |
* | fix errno handling in scandir: | Rich Felker | 2011-04-11 | 1 | -2/+1 |
* | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 1 | -1/+1 |
* | finish moving 32-bit-specific junk out of source files. | Rich Felker | 2011-02-15 | 1 | -1/+1 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 13 | -0/+244 |