Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support _BSD_SOURCE feature test macro | Rich Felker | 2012-05-22 | 1 | -2/+3 |
| | | | | | patch by Isaac Dunham. matched closely (maybe not exact) to glibc's idea of what _BSD_SOURCE should make visible. | ||||
* | add legacy futimes and lutimes functions | Rich Felker | 2012-01-24 | 1 | -0/+2 |
| | | | | | based on patch by sh4rm4. these functions are deprecated; futimens and utimensat should be used instead in new programs. | ||||
* | fix and cleanup suseconds_t/timeval stuff (broken on 64-bit) | Rich Felker | 2011-04-13 | 1 | -9/+0 |
| | | | | | trash in the upper 32 bits was making the kernel sleep forever in select on 64-bit systems. | ||||
* | add legacy BSD-style timer*() macros in sys/time.h | Rich Felker | 2011-04-10 | 1 | -0/+10 |
| | |||||
* | cleanup namespace in sys/time.h | Rich Felker | 2011-02-27 | 1 | -4/+5 |
| | |||||
* | extensive header cleanup for standards conformance & correctness | Rich Felker | 2011-02-14 | 1 | -1/+1 |
| | | | | | thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+49 |