Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-22 | Add a log print function type for information reporting | Richard Braun | |
This type allows the use of either printf-based or log-based functions when reporting information. | |||
2018-02-24 | Don't use reserved identifiers | Richard Braun | |
2017-07-13 | Switch to initialization operations | Richard Braun | |
2017-06-15 | kern/macros: remove the __format_printf macro | Richard Braun | |
This macro isn't used enough for this alias to have any real value. | |||
2017-04-29 | kern/printf: complete renaming from printk to printf | Richard Braun | |
2017-04-29 | kern/{,s}printf: guard against direct inclusion | Richard Braun | |
2017-04-29 | kern/printk: rename to printf | Richard Braun | |
The printk functions are close enough to the printf ones to bear the same names. |