Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018-01-09 | new lock algorithm with state and congestion count in one atomic int | Jens Gustedt | -5/+50 |
2013-09-20 | fix potential deadlock bug in libc-internal locking logic | Rich Felker | -3/+6 |
2012-04-24 | ditch the priority inheritance locks; use malloc's version of lock | Rich Felker | -23/+3 |
2012-04-24 | internal locks: new owner of contended lock must set waiters flag | Rich Felker | -1/+1 |
2012-04-24 | new internal locking primitive; drop spinlocks | Rich Felker | -6/+27 |
2011-09-16 | use a_swap rather than old name a_xchg | Rich Felker | -1/+1 |
2011-06-14 | minor locking optimizations | Rich Felker | -1/+1 |
2011-04-06 | consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix | Rich Felker | -1/+1 |
2011-03-19 | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | -2/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+12 |