summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prf.c
AgeCommit message (Expand)Author
2023-04-12ttycheckoutq(9): wait=0 always, parameter no longer useful, nix it.riastradh
2023-04-09kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B)riastradh
2023-02-07fix logic-reversing tpyo in putone()macallan
2023-02-05avoid pserialize usage in early bootmrg
2022-10-31Fix (invalid) gcc uninitialised warning with i386 gcc using -Os.simonb
2022-10-26sys/msgbuf.h: New home for extern log_open.riastradh
2022-10-25constty(4): Make MP-safe, take three.riastradh
2022-10-07Revert "constty(4): Make MP-safe."riastradh
2022-10-06constty(4): Make MP-safe.riastradh
2022-10-04Revert "constty(4): Make MP-safe."riastradh
2022-10-03constty(4): Make MP-safe.riastradh
2022-08-11subr_prf.c & luasystm.c: s/panicing/panicking/ in commentsgutteridge
2022-04-17panic(9): Serialize panicstr access and printing `panic:' message.riastradh
2022-03-16s/paniced/panicked/ and s/borken/broken/ in comments.andvar
2021-03-10Add printf_nostamp(9), kernel printf() without prepending a timestamp.simonb
2020-07-11Remove support for '%n' in the kernel printf functions.maxv
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2020-04-30Rewrite entropy subsystem.riastradh
2020-01-01- Introduce a new global kernel variable "shutting_down" to indicate thatthorpej
2019-05-21put back line accidentally removed.christos
2019-05-21undo the unintended part of the previous commit.christos
2019-05-21va_copy list needs va_end; pointed out by kre@christos
2019-05-21Need <sys/kmem.h> for kmem_alloc()kre
2019-05-20Add a simple vasprintf() implementation that uses 2 passes, one to computechristos
2019-01-14add KASSERT()s to ensure aprint_*_dev() and aprint_*_ifp() is not calledjdolecek
2019-01-07Introduce new helper printf functions that get passed outputmartin
2018-07-15More ipkdb removalmartin
2018-07-01Revert previousjmcneill
2018-06-30When cold, manually update timecounters before calling getnanouptime. Nowjmcneill
2018-06-03Make identification of accounted aprint_error()s possible by putting ajakllsch
2018-04-14Change the default precision of timestamps from 9 digits (nanosecs)kre
2018-04-14Allow the precision of the sub-second field of timestamps tokre
2018-04-13make this narrower by popular request.christos
2018-04-11fix type confusion on 32 bitschristos
2018-04-11flip the default and enable kernel timestamps.christos
2018-04-01Add the ability to prepend a timestamp [ sec.nsec] relative to boottimechristos
2018-04-01Instead of expanding the syslog level into <level> early, defer expansionchristos
2018-03-31factor out some repeated code and simplify the logputchar function.christos
2017-10-27Revert printf return value change.joerg
2017-10-27[syzkaller] Cast all the printf's to (void *)utkarsh009
2016-07-27Bump size of scratchstr - some KASSERTMGS exceed 256 charactersskrll
2015-08-24to garnish, dust with _KERNEL_OPTpooka
2015-04-13Convert remaining MI <sys/rnd.h> stragglers. Many MD ones left.riastradh
2015-02-04 Remove useless semicolon reported by Henning Petersen in PR#49635.msaitoh
2014-08-15If mutex_tryenter() fails, don't call mutex_exit().apb
2014-08-15avoid calling into time code when cold, and avoid calling nanotime()mrg
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-03-26remove {v,}sprintfchristos
2014-01-12Revert, breaks the build due to missing rumpns_delay in librump.so.joerg
2014-01-11Sleep 10 seconds before rebooting due to panic()christos