summaryrefslogtreecommitdiff
path: root/sys/arch/emips
AgeCommit message (Expand)Author
2021-12-05s/invlid/invalid/ in comment.msaitoh
2021-12-03s/rigth/right/ in comment.andvar
2021-11-27Drive-by trailing whitespace removal.skrll
2021-09-03s/existant/existent/ in comments and messages, plus few more similar fixes.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-01fix typos in word "otherwise".andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-05-28G/Cskrll
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-01Whitespace: #define<tab>simonb
2021-01-23Remove cargo-culted '#if 0' code that was designed to produce achristos
2020-11-21malloc(9) -> kmem(9)thorpej
2020-09-27vether: Add to kernel configurationsroy
2020-08-01Remove references to BRIDGE_IPF, it is now compiled in by default.maxv
2020-06-12Remove unused OPENBSD_RAW_PART. (copied from arc?)tsutsui
2020-06-11uvm_availmem(): give it a boolean argument to specify whether a recentad
2020-04-04mark nsmb major obsoletejdolecek
2020-04-02 s/impliment/implement/ in comment.msaitoh
2020-02-240x%p --> %p for non-external codes.rin
2020-02-04Fix oversightmartin
2020-02-04Adopt <net/if_stats.h>skrll
2020-01-12KNF and misc whitespace cleanup.tsutsui
2019-12-31Rename uvm_free() -> uvm_availmem().ad
2019-12-27s/recevive/receive/ in comment.msaitoh
2019-12-21uvmexp.free -> uvm_free()ad
2019-12-14Remove clause 3 and 4 from TNF licenses.tsutsui
2019-12-11Fix a longstanding "freeze right after enabling interrupt" problem.tsutsui
2019-12-09Fix 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-02Drop advertisement clause from my licensesbouyer
2019-09-23Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all archesskrll
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-29 KNF. No functional change.msaitoh
2019-05-29 Whitespace fix. No functional change.msaitoh
2019-03-31bumpchristos
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-01-07move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all portsjdolecek
2018-08-01Unreference IPF/PF from all the config files, and enable NPF instead whenmaxv
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22 Simplify like other drivers. NULL check of ifp->if_bpf is done inmsaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2018-03-07cleanup debugging code so that it compiles again.christos
2018-03-06fix build, KNF, simplify.christos
2018-03-04avoid indentation issues. re-do previous in obio.c to avoid themrg
2018-01-23Alternate buffer queue strategies no longer considered experimental, updatesevan
2017-09-14clean up COMPAT_* options for native netbsd code:mrg
2017-07-30Initialize iospace_size instead of iospace (will be overwritten) to 64k.he
2017-07-29Remove TCP_COMPAT_42 from the config files. Pass 3.maxv
2017-04-08centralize vers.c building for standalone programs.christos