summaryrefslogtreecommitdiff
path: root/sys/arch/newsmips
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2023-02-12Add optoion GENERIC.local include to the end of ~all GENERIC configsabs
2022-09-29swwdog(4): Add to GENERIC kernels.riastradh
2022-09-18Eliminate use of IFF_OACTIVE, take 2. (Not sure what happened there.)thorpej
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-08-20snstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-07UFS/LFS dirhash:simonb
2022-07-26s/functin/function/ in copy pasted comment.andvar
2022-06-12fix few typos in comments.andvar
2022-03-03mips: Use device_set_private for cpuN on older ports.riastradh
2022-01-22Ensure bus_dmatag_subregion is called with an inclusive max_addrskrll
2022-01-22Trailing whitespaceskrll
2022-01-05fix typos, mainly s/comand/command/andvar
2021-12-05s/invlid/invalid/ in comment.msaitoh
2021-11-10s/endianess/endianness/msaitoh
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-12remove shadowed (common) declarations of various libsa variablesmrg
2021-04-01Define __HAVE_LEGACY_INTRCNT to indicate this port uses legacy intrcntsimonb
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-04-04mark nsmb major obsoletejdolecek
2020-04-02 s/impliment/implement/ in comment.msaitoh
2020-02-05Fix if_stats access.martin
2020-02-04Trailing whitespaceskrll
2020-02-04Adopt <net/if_stats.h>skrll
2020-01-19Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It isthorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-09-23Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all archesskrll
2019-09-13 if_flags is neither int nor short. It's unsigned short.msaitoh
2019-05-29No functional change:msaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-04-26Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.sevan
2019-04-03centralize setdisklabel(9)christos
2019-02-07bump ramdisk sizes to cope with GCC 7 bloat.mrg
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-01-28Systematize handling of removed drivers.dholland
2019-01-07move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all portsjdolecek
2018-10-19Reorganize APbus zs(4) console handling.tsutsui
2018-10-14Add NWS-4000 support.tsutsui
2018-09-30Avoid reference of APbus workarea that can't be read via kvm(3).tsutsui
2018-09-30Account APbus interrupts by evcnt(9).tsutsui
2018-09-30Enable DHCP boot for modern servers rather than ancient BOOTPARAM.tsutsui
2018-09-30Switch bootloader to using DHCP rather than BOOTPARAM.tsutsui
2018-09-30Fix news5000 panic during boot on APbus attach. PR port-newsmips/53626tsutsui
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-01Unreference IPF/PF from all the config files, and enable NPF instead whenmaxv