Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-12 | kern/mutex/mutex_plain: fix macro names | Richard Braun | |
2018-07-30 | Rework assertive functions | Richard Braun | |
Instead of combining assertions and checking into single functions, rework those into pure checking functions usable with assert(). Those functions were introduced because of warnings about unused functions/variables caused by an earlier implementation of assert(). | |||
2018-04-19 | kern/atomic: remove shortcuts | Richard Braun | |
These shortcuts just don't bring enough value. | |||
2018-02-24 | New errno.h standard header | Richard Braun | |
Use standard errno codes. This change also adds strerror to string.h. | |||
2018-02-24 | Don't use reserved identifiers | Richard Braun | |
2018-01-16 | Clean up init op dependencies between syscnt and mutex | Richard Braun | |
2017-08-31 | Add debugging code to the mutex modules | Richard Braun | |
2017-08-27 | kern/mutex/mutex_plain: implement timed waits | Richard Braun | |
2017-07-21 | Merge branch 'adaptive_spinning' | Richard Braun | |
2017-07-21 | Rework mutex implementation selection | Agustina Arzille | |