aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_prf.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "tslog: Annotate some early boot functions""Colin Percival2023-06-051-0/+3
* Revert "tslog: Annotate some early boot functions"Colin Percival2023-06-041-3/+0
* tslog: Annotate some early boot functionsColin Percival2023-06-041-0/+3
* ddb: annotate some commands with DB_CMD_MEMSAFEMitchell Horne2022-07-181-1/+1
* dmesg: detect wrapped msgbuf on the kernel side and if so, skip first lineGleb Smirnoff2022-02-051-3/+20
* Unify console output.Alexander Motin2021-09-041-14/+21
* kvprintf(9): add missing FALLTHROUGHMarius Strobl2021-01-211-0/+1
* Emit uprintf() output for initproc if there is no controlling terminalAlex Richardson2021-01-201-0/+8
* remove %n support from printf(9)Ed Maste2020-05-091-7/+11
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-3/+3
* device_printf: Use sbuf for more coherent prints on SMPConrad Meyer2019-05-071-0/+41
* Replace ttyprintf with sbuf_printf and tty drain routineConrad Meyer2018-10-201-21/+0
* Add a new jail permission, allow.read_msgbuf. When true, jailed processesJamie Gritton2018-10-171-10/+3
* subr_prf: Don't write kern.boot_tag if it's emptyKyle Evans2018-08-171-1/+1
* subr_prf: remove think-o that had returned to local patchKyle Evans2018-08-101-2/+1
* boot tagging: minor fixesKyle Evans2018-08-101-2/+6
* subr_prf: style(9) the sizeofKyle Evans2018-08-091-1/+1
* subr_prf: Use "sizeof current_boot_tag" insteadKyle Evans2018-08-091-1/+1
* BOOT_TAG: Make a config(5) option, expose as sysctl and loader tunableKyle Evans2018-08-091-1/+17
* msgbuf: Light detailing (const'ify and bool'itize)Kyle Evans2018-08-091-2/+2
* kern: Add a BOOT_TAG marker at the beginning of boot dmesgKyle Evans2018-08-091-0/+1
* Add a FALLTHROUGH comment to kvprintf().Mark Johnston2018-07-171-0/+1
* fix uninitialized variable warningMatt Macy2018-05-191-0/+1
* Use the TSLOG framework to record entry/exit timestamps for DELAY andColin Percival2017-12-311-0/+2
* Move instantiation of msgbufp from 9 MD files to subr_prf.c.Bruce Evans2017-12-071-0/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* kvprintf %b enhancementsRyan Libby2017-07-121-24/+29
* Remove stray return.Konstantin Belousov2017-06-131-1/+0
* Provide a comment on why stdio.h needs to be included.Scott Long2017-02-281-0/+7
* Include stdio.h to fix libsbuf build.Jung-uk Kim2017-02-281-0/+1
* Implement sbuf_prf(), which takes an sbuf and outputs itScott Long2017-02-281-12/+34
* Include <stdarg.h> instead of <machine/stdarg.h> when compiled asMarcel Moolenaar2016-10-241-0/+4
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* Hide counted_warning(9) under #ifdef _KERNEL braces, to allow buildingKonstantin Belousov2016-07-211-0/+2
* Provide counter_warning(9) KPI which allows to issue limited number ofKonstantin Belousov2016-07-211-0/+19
* kvprintf: Pad %*c to width, like %*sConrad Meyer2016-06-091-0/+8
* Add vlog(9).Mark Johnston2015-11-191-1/+7
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).Kenneth D. Merry2015-06-091-0/+63
* Always send log(9) messages to the message buffer.Eric van Gyzen2015-04-201-1/+1
* Add a nulterm byte to the returned sysctl string.Ian Lepore2015-03-151-1/+1
* Fix usage example in kvprintf(9) and its copy in libstand(3): trailing '\n'Alexey Dokuchaev2015-01-231-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-13/+10
* Revert r267961, r267973:Glen Barber2014-06-271-10/+13
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-13/+10
* Fix grammar error and trailing newline.Bryan Drewery2014-04-231-2/+1
* Combine similar code from vprintf(9) and log(9).Bryan Drewery2014-03-141-39/+25
* Rework the EARLY_PRINTF mechanism. Instead of defining a special eprintf()Ian Lepore2014-02-121-22/+0
* Implement generic support for early printf. Thought I can't find theWarner Losh2014-01-221-0/+22
* Reduce the scope of the proctree_lock. If several processes causeKonstantin Belousov2013-09-131-7/+6
* Add a vtprintf. It is to tprintf what vprintf is to printf.Navdeep Parhar2013-09-071-5/+12