| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use weak aliase rather than weak reference for vdso clock_gettime•••this works around pcc's lack of working support for weak references, and in principle is nice because it gets us back to the stage where the only weak symbol feature we use is weak aliases, nothing else. having fewer dependencies on fancy linker features is a good thing. | Rich Felker | 2011-08-07 | 1 | -8/+12 |
| * | workaround for gcc's optimizer breaking dynamic symbol resolution | Rich Felker | 2011-07-24 | 1 | -1/+2 |
| * | const correctness on function pointer | Rich Felker | 2011-07-24 | 1 | -1/+1 |
| * | some preliminaries for vdso clock support•••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. | Rich Felker | 2011-07-23 | 1 | -2/+23 |
| * | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 1 | -1/+1 |
| * | fix errno behavior in clock_* functions•••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. | Rich Felker | 2011-03-10 | 1 | -1/+0 |
| * | implement the remaining clock_* interfaces | Rich Felker | 2011-02-19 | 1 | -0/+1 |
| * | initial check-in, version 0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+7 |
