| Age | Commit message (Expand) | Author |
| 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 |
| 2019-05-23 | -No functional change: | msaitoh |
| 2019-04-26 | Use veriexec.config to reduce duplication | sevan |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2019-02-08 | make *fd*.c's fd_dev_to_type() always a static inline. some | mrg |
| 2019-02-07 | bump ramdisk sizes to cope with GCC 7 bloat. | mrg |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | msaitoh |
| 2019-01-28 | Systematize handling of removed drivers. | dholland |
| 2018-12-19 | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, | maxv |
| 2018-09-22 | - Determine KERN_AS automatically depending on whether OPT_MODULAR is | rin |
| 2018-09-22 | No need to specify COMPAT_AS anymore. | rin |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-01 | Unreference IPF/PF from all the config files, and enable NPF instead when | maxv |
| 2018-07-12 | Remove the kernel PMC code. Sent yesterday on tech-kern@. | maxv |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-22 | Remove bpf_tap() in iexmit() because ie_start() does bpf_mtap(). | msaitoh |
| 2018-06-22 | It's not required to include net/bpfdesc.h. Remove it. | msaitoh |
| 2018-05-08 | make as not having pmap statistics available | christos |
| 2018-03-07 | Build compat code as .a if not MODULAR. | maya |
| 2018-03-07 | also disable SYSCTL_INCLUDE_DESCR. | mrg |
| 2018-03-03 | sun2/sun3: | mrg |
| 2018-02-25 | add a special rule to build m68k/fpu.c to avoid passing -msoft-float. | mrg |
| 2018-02-08 | Typos. | dholland |
| 2018-01-23 | Alternate buffer queue strategies no longer considered experimental, update | sevan |
| 2017-11-06 | Cleanup and clarify the ELFSIZE mess: | christos |
| 2017-09-14 | clean up COMPAT_* options for native netbsd code: | mrg |
| 2017-09-13 | Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFI... | sevan |
| 2017-07-28 | Remove TCP_COMPAT_42 from the config files. Pass 1. | maxv |
| 2017-06-16 | dumpconf(void) long doesn't exist, remove the prototype | jdolecek |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-02-22 | Apply deferred if_start to more MD drivers. | nonaka |
| 2017-02-02 | PR port-mac68k/51923 | rin |
| 2016-12-22 | switch all ports to use uvm_init.c:uvm_md_init() | cherry |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |