| Age | Commit message (Expand) | Author |
| 2023-06-02 | follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos. | andvar |
| 2023-02-12 | Add optoion GENERIC.local include to the end of ~all GENERIC configs | abs |
| 2022-10-26 | ddb/db_active.h: New home for extern db_active. | riastradh |
| 2022-08-07 | UFS/LFS dirhash: | simonb |
| 2022-03-16 | s/paniced/panicked/ and s/borken/broken/ in comments. | andvar |
| 2022-02-06 | fix various typos in comments, log messages and documentation. | andvar |
| 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-30 | The INSTALL kernel needs to be small too | christos |
| 2021-08-30 | Only use the ldscript for the RAMDISK kernel for now. | christos |
| 2021-08-30 | use -ffunction-sections -fdata-sections --gc-sections with an ldscript | christos |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 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-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 |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2020-10-05 | Kernel without -fno-omit-frame-pointer works fine now, both for GCC8 and 9. | rin |
| 2020-09-27 | vether: Add to kernel configurations | roy |
| 2020-09-10 | Fix tracedump() for sun3 and sun2 by adding __noinline attribute. | rin |
| 2020-09-08 | don't warn about array bounds for dodgy diagnostic code. | mrg |
| 2020-08-10 | Clean up _LKM --> _MODULE leftovers. | rin |
| 2020-08-10 | Reduce kernel size by | rin |
| 2020-08-10 | Compile sun2 kernel with -fno-omit-frame-pointer for GCC8 as a work | 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-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 | Replace manipulating IFF_OACTIVE with an internal "txbusy" field. | thorpej |
| 2020-03-14 | pmap_remove_all(): Return a boolean value to indicate the behaviour. If | ad |
| 2020-03-13 | Fix build without kbd at zstty, simplify. | rin |
| 2020-03-08 | Fix comments on root devices. | rin |
| 2020-03-08 | Retire md(4) in favor of tmpfs provided by module, | rin |
| 2020-03-08 | sun2 kernel is restricted to ~2MB due to bootloader. | rin |
| 2020-03-08 | Support module(7). | rin |
| 2020-03-08 | Sort headers. | rin |
| 2020-02-20 | G/C | skrll |
| 2020-02-17 | G/C LS{SLEEP,RUN,ONPROC} | skrll |
| 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 |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-11-21 | mi_userret(): take care of calling preempt(), set spc_curpriority directly, | ad |
| 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-29 | Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in | msaitoh |
| 2019-05-29 | KNF. No functional change. | msaitoh |
| 2019-05-29 | Whitespace fix. No functional change. | msaitoh |