summaryrefslogtreecommitdiff
path: root/kern/printk.c
AgeCommit message (Collapse)Author
2017-04-29kern/printk: rename to printfRichard Braun
The printk functions are close enough to the printf ones to bear the same names.
2016-12-09Force brackets around one-line conditional statementsRichard Braun
This change was done using astyle, with a few manual editing here and there.
2014-08-15kern/printk: don't use static spin lock initializerRichard Braun
2013-02-26kern/printk: use the interrupt-handling spinlock functionsRichard Braun
2012-11-17kern/spinlock: don't disable interruptsRichard Braun
Let the users deal with interrupts themselves. It allows greater freedom to modules that need to carefully change the machine state.
2012-11-03Merge lib into kernRichard Braun
There are no precise enough criteria to justify the separation of these two directories.
2012-11-02kern/printk: protect the printk buffer with a spin lockRichard Braun
2012-09-30Initial commitRichard Braun