| Age | Commit message (Expand) | Author |
| 2021-12-05 | s/ommit/omit/ in comment. | msaitoh |
| 2021-12-05 | s/coresponding/corresponding/ in comment. | msaitoh |
| 2021-10-24 | fix various typos in comments, mainly copypasta. | andvar |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-02 | fix various typos in comments and log messages. | andvar |
| 2021-05-31 | Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is | simonb |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-02 | For ports with __HAVE_LEGACY_INTRCNT, turn intrcnt[] and derived | rin |
| 2021-04-01 | Define __HAVE_LEGACY_INTRCNT to indicate this port uses legacy intrcnt | simonb |
| 2021-04-01 | Whitespace: #define<tab> | simonb |
| 2021-03-31 | Adjust the number of entries in the intrcnt array to match the number | simonb |
| 2021-02-23 | introduce DDB_END_CMD and replace more than 20 copies of the same | mrg |
| 2021-01-25 | Remove #undefs against INTERRUPT_SAVEREG and INTERRUPT_RESTOREREG. | tsutsui |
| 2021-01-21 | add a commented out compat_ossaudio wherever there's compat_linux | nia |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2020-09-27 | vether: Add to kernel configurations | roy |
| 2020-09-10 | Build in debug symbols. | rin |
| 2020-09-10 | Fix tracedump() for sun3 and sun2 by adding __noinline attribute. | rin |
| 2020-09-07 | move the __packed attribute from struct frame::F_t into the single | mrg |
| 2020-09-07 | don't error array-bounds and packed-member issues with GCC 9. | mrg |
| 2020-08-19 | Make sure pmap_kenter_pa(9) handles uncached mappings properly. | tsutsui |
| 2020-08-10 | Clean up _LKM --> _MODULE leftovers. | rin |
| 2020-08-10 | Fix siginfo support for amiga, mac68k, and sun3: | rin |
| 2020-08-10 | Add -fno-omit-frame-pointer to m68k kernels with DDB for backtraces. | rin |
| 2020-08-01 | Remove references to BRIDGE_IPF, it is now compiled in by default. | maxv |
| 2020-07-11 | Fix various typos of "system" in comments. Mainly copypasto errors. | nia |
| 2020-06-19 | Use "-fno-unwind-tables" to shrink binaries more. | tsutsui |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-04-04 | mark nsmb major obsolete | jdolecek |
| 2020-03-19 | Don't bother with IFF_OACTIVE. Just keep processing so long as | thorpej |
| 2020-03-14 | pmap_remove_all(): Return a boolean value to indicate the behaviour. If | ad |
| 2020-03-05 | miscelaneous -> miscellaneous in comment. | msaitoh |
| 2020-02-20 | G/C | skrll |
| 2020-02-17 | G/C LS{SLEEP,RUN,ONPROC} | skrll |
| 2020-02-01 | Add MAX/MIN PAGE_SIZE and PAGE_SHIFT definitions of m68k for jemalloc(3). | tsutsui |
| 2020-02-01 | Use "__nothing" macro defined in <sys/cdefs.h> for empty pmap_update(). | tsutsui |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2020-01-18 | Fix "modload nfsserver" failure on sun3. PR/54869 | tsutsui |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-27 | s/transfered/transferred/ | msaitoh |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-11-21 | mi_userret(): take care of calling preempt(), set spc_curpriority directly, | ad |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-09-13 | if_flags is neither int nor short. It's unsigned short. | msaitoh |
| 2019-08-21 | Spell pmap_bootstrap in comments correctly | skrll |
| 2019-08-06 | Fix typo in comment. Found by Wataru Ashihara. | msaitoh |
| 2019-06-03 | Fix typo in comment(s/similiar/similar/). | msaitoh |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-05-23 | Whitespace fix (mainly tabify). | msaitoh |