Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-13 | Also remove tbl files from CLEANFILES now they are not generated. | 3 | -6/+3 | ||
2019-02-13 | Try harder to start a new line when link is obtained and a new | 1 | -1/+3 | ||
message is about to be displayed on the console. | |||||
2019-02-13 | New futex(2) based rwlock implementation based on the mutex code. | 4 | -155/+180 | ||
This implementation reduces contention because threads no longer need to spin calling sched_yield(2) before going to sleep. Tested by many, thanks! ok visa@, pirofti@ |