| Age | Commit message (Expand) | Author |
| 2023-06-24 | Fix typo in comment. | msaitoh |
| 2023-02-12 | Add optoion GENERIC.local include to the end of ~all GENERIC configs | abs |
| 2022-09-29 | swwdog(4): Add to GENERIC kernels. | riastradh |
| 2022-09-18 | Eliminate use of IFF_OACTIVE, take 2. (Not sure what happened there.) | thorpej |
| 2022-09-18 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-08-20 | snstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with | thorpej |
| 2022-08-07 | UFS/LFS dirhash: | simonb |
| 2022-07-26 | s/functin/function/ in copy pasted comment. | andvar |
| 2022-06-12 | fix few typos in comments. | andvar |
| 2022-03-03 | mips: Use device_set_private for cpuN on older ports. | riastradh |
| 2022-01-22 | Ensure bus_dmatag_subregion is called with an inclusive max_addr | skrll |
| 2022-01-22 | Trailing whitespace | skrll |
| 2022-01-05 | fix typos, mainly s/comand/command/ | andvar |
| 2021-12-05 | s/invlid/invalid/ in comment. | msaitoh |
| 2021-11-10 | s/endianess/endianness/ | msaitoh |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-12 | remove shadowed (common) declarations of various libsa variables | mrg |
| 2021-04-01 | Define __HAVE_LEGACY_INTRCNT to indicate this port uses legacy intrcnt | simonb |
| 2021-01-23 | Remove cargo-culted '#if 0' code that was designed to produce a | christos |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2020-09-27 | vether: Add to kernel configurations | roy |
| 2020-08-01 | Remove references to BRIDGE_IPF, it is now compiled in by default. | maxv |
| 2020-04-04 | mark nsmb major obsolete | jdolecek |
| 2020-04-02 | s/impliment/implement/ in comment. | msaitoh |
| 2020-02-05 | Fix if_stats access. | martin |
| 2020-02-04 | Trailing whitespace | skrll |
| 2020-02-04 | Adopt <net/if_stats.h> | skrll |
| 2020-01-19 | Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-09-23 | Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches | skrll |
| 2019-09-13 | if_flags is neither int nor short. It's unsigned short. | msaitoh |
| 2019-05-29 | No functional change: | msaitoh |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-04-26 | Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs. | sevan |
| 2019-04-03 | centralize setdisklabel(9) | christos |
| 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 |
| 2019-01-07 | move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports | jdolecek |
| 2018-10-19 | Reorganize APbus zs(4) console handling. | tsutsui |
| 2018-10-14 | Add NWS-4000 support. | tsutsui |
| 2018-09-30 | Avoid reference of APbus workarea that can't be read via kvm(3). | tsutsui |
| 2018-09-30 | Account APbus interrupts by evcnt(9). | tsutsui |
| 2018-09-30 | Enable DHCP boot for modern servers rather than ancient BOOTPARAM. | tsutsui |
| 2018-09-30 | Switch bootloader to using DHCP rather than BOOTPARAM. | tsutsui |
| 2018-09-30 | Fix news5000 panic during boot on APbus attach. PR port-newsmips/53626 | tsutsui |
| 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 |