Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-07-24 | workaround for gcc's optimizer breaking dynamic symbol resolution | Rich Felker | -1/+2 | |
2011-07-24 | const correctness on function pointer | Rich Felker | -1/+1 | |
2011-07-23 | some preliminaries for vdso clock support | Rich Felker | -2/+23 | |
these changes also make it so clock_gettime(CLOCK_REALTIME, &ts) works even on pre-2.6 kernels, emulated via the gettimeofday syscall. there is no cost for the fallback check, as it falls under the error case that already must be checked for storing the error code in errno, but which would normally be hidden inside __syscall_ret. | ||||
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 | |
2011-03-10 | fix errno behavior in clock_* functions | Rich Felker | -1/+0 | |
these functions are specified inconsistent in whether they're specified to return an error value, or return -1 and set errno. hopefully now they all match what POSIX requires. | ||||
2011-02-19 | implement the remaining clock_* interfaces | Rich Felker | -0/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+7 | |