Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-09 | Force brackets around one-line conditional statements | Richard Braun | |
This change was done using astyle, with a few manual editing here and there. | |||
2014-01-03 | Update calls to atomic operations | Richard Braun | |
Make spin locks and mutexes encode their state on an int rather than a long. | |||
2013-04-13 | kern/panic: restrict handling to the first panic | Richard Braun | |
Multiple panics occurring on different processors will usually produce unhelpful traces. Also, the first is commonly the most important, often being the same as the others, or more directly related to the root cause of the problem. | |||
2013-02-28 | kern/panic: minor output change | Richard Braun | |
2012-12-31 | kern/panic: dump stack trace on panic | Richard Braun | |
2012-12-30 | kern/panic: halt all processors on panic | Richard Braun | |
2012-09-30 | Initial commit | Richard Braun | |