| Commit message (Expand) | Author | Age | Files | Lines |
* | resolved conflicts for merge of 473d96c0 to lmp-mr1-ub-dev | Yabin Cui | 2015-05-20 | 1 | -3/+3 |
|\ |
|
| * | Fix timer flaky test in lollipop-mr1-cts-dev. | Yabin Cui | 2015-05-08 | 1 | -73/+76 |
| * | Modify test to avoid race condition. | Christopher Ferris | 2015-02-18 | 1 | -3/+3 |
| * | Fix race condition in timer disarm/delete. | Christopher Ferris | 2014-10-21 | 1 | -16/+79 |
| * | Start hiding "private/bionic_time.h". | Elliott Hughes | 2014-07-25 | 1 | -37/+0 |
| * | Use VDSO for clock_gettime(2) and gettimeofday(2). | Elliott Hughes | 2014-07-16 | 1 | -0/+21 |
* | | Change on handling of SIGEV_THREAD timers. | Yabin Cui | 2015-04-15 | 1 | -69/+71 |
* | | support _POSIX_CPUTIME | Yabin Cui | 2014-11-26 | 1 | -0/+29 |
* | | libc: Fix mktime returns an uncorrect time in empty TZ case | Satoru Takeuchi | 2014-11-14 | 1 | -0/+24 |
* | | Fix race condition in timer disarm/delete. | Christopher Ferris | 2014-10-22 | 1 | -16/+79 |
* | | Add clock_settime and clock_nanosleep. | Haruki Hasegawa | 2014-10-13 | 1 | -5/+18 |
* | | Reimplement clock(3) using clock_gettime(3) | Alex Van Brunt | 2014-10-03 | 1 | -0/+8 |
* | | Add semaphore tests, fix sem_destroy. | Elliott Hughes | 2014-09-19 | 1 | -1/+3 |
* | | Move the meat of <features.h> into <sys/cdefs.h>. | Elliott Hughes | 2014-08-19 | 1 | -1/+0 |
* | | Start hiding "private/bionic_time.h". | Elliott Hughes | 2014-07-25 | 1 | -37/+0 |
* | | Use VDSO for clock_gettime(2) and gettimeofday(2). | Elliott Hughes | 2014-07-16 | 1 | -0/+21 |
|/ |
|
* | Revert "Removes bionic's dependence on stlport" | Dan Albert | 2014-05-19 | 1 | -1/+1 |
* | Removes bionic's dependence on stlport | Dan Albert | 2014-05-19 | 1 | -1/+1 |
* | Don't use so much stack in tzcode. | Elliott Hughes | 2014-04-25 | 1 | -0/+32 |
* | Remove a non-standard turd: strtotimeval. | Elliott Hughes | 2014-04-07 | 1 | -48/+0 |
* | Added strtotimeval tests. | Calin Juravle | 2014-03-26 | 1 | -0/+48 |
* | Fix deadlock in timer_delete. | Christopher Ferris | 2014-03-20 | 1 | -0/+46 |
* | Add system/extras strftime and strptime tests. | Elliott Hughes | 2014-03-10 | 1 | -0/+39 |
* | Add includes for waitpid | Brian Carlstrom | 2014-03-08 | 1 | -0/+2 |
* | Rewrite the POSIX timer functions. | Elliott Hughes | 2014-03-07 | 1 | -2/+210 |
* | Make sure that the same tests are on all platforms. | Christopher Ferris | 2014-02-06 | 1 | -4/+13 |
* | Fix the time unit tests for systems with 64-bit time_t. | Elliott Hughes | 2013-10-18 | 1 | -1/+17 |
* | Work around tzcode's reliance on signed overflow. | Elliott Hughes | 2013-08-22 | 1 | -0/+13 |
* | Add a trivial gmtime(3) test. | Elliott Hughes | 2013-07-12 | 1 | -0/+12 |
* | Don't search off the end of the index for bad Olson ids. | Elliott Hughes | 2013-03-14 | 1 | -0/+44 |