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