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