| Age | Commit message (Expand) | Author |
| 2023-04-04 | mmcformat: KNF | rillig |
| 2023-04-04 | mmcformat: remove redundant extern declarations | rillig |
| 2023-04-02 | add missing '\n' | ryo |
| 2023-03-26 | fix various typos in documentation, comments and sysctl device description. | andvar |
| 2023-03-17 | s/enougth/enough/ | andvar |
| 2023-03-15 | mountd(8): comma before "and" | uwe |
| 2023-03-15 | mountd(8): fix minor markup nits | uwe |
| 2023-03-14 | service(8): fix markup | uwe |
| 2023-03-14 | In bwrite() if the write() returned -1, the associated errno was | kre |
| 2023-03-14 | Correct a minor word usage error in a comment. NFC. | kre |
| 2023-03-14 | Use %zd to print ssize_t (%z[uxo] for size_t), rather than %jd | kre |
| 2023-03-14 | Don't inappropriately use xargs to run rcorder -- xargs is designed | kre |
| 2023-03-13 | Don't brelse() if bread() fails. The kernel does this for us. Our bread() | christos |
| 2023-03-13 | modernize; release bpp and set it to NULL as the kernel does even if we | christos |
| 2023-03-06 | Unless -v is given, ignore EEXIST errors from the IOC_CPU_UCODE_APPLY ioctl() | kre |
| 2023-02-14 | s/programm/program/ and s/suuport/support/ in comments and message. | andvar |
| 2023-02-14 | Add some CPUID bits from PPR for AMD Family 19h Model 61h Revision B1. | msaitoh |
| 2023-02-12 | services(5): consistently refer to the cdb database | uwe |
| 2023-02-12 | Add "-i -E" to /bin/sh called from sysinst | abs |
| 2023-02-12 | PR kern/55654: | kardel |
| 2023-02-07 | - Reconfigure port speed only when initial speed was different. | mlelstv |
| 2023-02-07 | Really compute selection coordinates from buffer offset, don't assume | mlelstv |
| 2023-02-03 | MPIDR is 64bits. Without this AFF3 would always be zero. | skrll |
| 2023-01-31 | fix few typos in comments. | andvar |
| 2023-01-08 | flashctl: use consistent markup in usage message | rillig |
| 2023-01-08 | flashctl: remove trailing whitespace | rillig |
| 2023-01-08 | flashctl: unexport local functions, add CVS ID | rillig |
| 2023-01-08 | flashctl: enable lint's strict bool mode | rillig |
| 2023-01-08 | flashctl: fix error handling of integer arguments | rillig |
| 2023-01-07 | ufs: fixed signed/unsigned bugs affecting large file systems | chs |
| 2023-01-06 | When matching real partitions to "wanted" install descriptions, skip | martin |
| 2023-01-06 | PR 55058: force the boot partition to sd0d, so our root partitions becomes | martin |
| 2023-01-06 | cosmetics: fix indentation | martin |
| 2023-01-06 | Minor fix calculating the remaining buffer size for partition flags. | martin |
| 2023-01-06 | Provide a disklabel specific MD hook MD_DISKLABEL_PART_INDEX_CHECK | martin |
| 2023-01-03 | Clear the msg area after prompting for the network device to use | martin |
| 2023-01-01 | makemandb.c: spell "metadata" consistently | gutteridge |
| 2022-12-30 | Add Raptor Lake and Sapphire Rapids. | msaitoh |
| 2022-12-30 | Print cpuid 7 sub-leaf 1 %ebx, %edx and sub-leaf 2 %edx. | msaitoh |
| 2022-12-27 | PR 57132: when calculation additional space available for the "expanded" | martin |
| 2022-12-26 | fixed parsing of event options. | ryo |
| 2022-12-26 | Reflect recent new options for top operation, add a and c | ryoon |
| 2022-12-24 | s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments. | andvar |
| 2022-12-23 | use malloc instead of alloca so that SSP works. | christos |
| 2022-12-19 | dumpfs: remove confusing output for UFS2 | chs |
| 2022-12-16 | Switch back to FFSv2ea as default for new installations | martin |
| 2022-12-16 | the "scale" option can be specified in the event name even in "tprof monitor" | ryo |
| 2022-12-16 | - added 'c' command to tprof-top to show/hide event counter. | ryo |
| 2022-12-15 | PR 57100: in manual mode, we can not ignore existing partitions | martin |
| 2022-12-15 | PR 57100: check if we can newfs the proper fstype when adding a new | martin |