| Age | Commit message (Expand) | Author |
| 2021-12-05 | s/invlid/invalid/ in comment. | msaitoh |
| 2021-12-03 | s/rigth/right/ in comment. | andvar |
| 2021-11-27 | Drive-by trailing whitespace removal. | skrll |
| 2021-09-03 | s/existant/existent/ in comments and messages, plus few more similar fixes. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-01 | fix typos in word "otherwise". | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-05-28 | G/C | skrll |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-01 | Whitespace: #define<tab> | 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-06-12 | Remove unused OPENBSD_RAW_PART. (copied from arc?) | 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-04-02 | s/impliment/implement/ in comment. | msaitoh |
| 2020-02-24 | 0x%p --> %p for non-external codes. | rin |
| 2020-02-04 | Fix oversight | martin |
| 2020-02-04 | Adopt <net/if_stats.h> | skrll |
| 2020-01-12 | KNF and misc whitespace cleanup. | tsutsui |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-27 | s/recevive/receive/ in comment. | msaitoh |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-12-14 | Remove clause 3 and 4 from TNF licenses. | tsutsui |
| 2019-12-11 | Fix a longstanding "freeze right after enabling interrupt" problem. | tsutsui |
| 2019-12-09 | Fix incorrect argument order of cpu_intr(), slipped in rev 1.2. | tsutsui |
| 2019-12-05 | Remove SIOC[SIFMEDIA because ifmedia_ioctl() does the same thing. | msaitoh |
| 2019-12-02 | Drop advertisement clause from my licenses | bouyer |
| 2019-09-23 | Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches | skrll |
| 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 |
| 2019-03-31 | bump | christos |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | msaitoh |
| 2019-01-07 | move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports | jdolecek |
| 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 | Simplify like other drivers. NULL check of ifp->if_bpf is done in | msaitoh |
| 2018-06-22 | It's not required to include net/bpfdesc.h. Remove it. | msaitoh |
| 2018-03-07 | cleanup debugging code so that it compiles again. | christos |
| 2018-03-06 | fix build, KNF, simplify. | christos |
| 2018-03-04 | avoid indentation issues. re-do previous in obio.c to avoid the | mrg |
| 2018-01-23 | Alternate buffer queue strategies no longer considered experimental, update | sevan |
| 2017-09-14 | clean up COMPAT_* options for native netbsd code: | mrg |
| 2017-07-30 | Initialize iospace_size instead of iospace (will be overwritten) to 64k. | he |
| 2017-07-29 | Remove TCP_COMPAT_42 from the config files. Pass 3. | maxv |
| 2017-04-08 | centralize vers.c building for standalone programs. | christos |