summaryrefslogtreecommitdiff
path: root/sys/arch/ews4800mips
AgeCommit message (Expand)Author
2023-02-12Add optoion GENERIC.local include to the end of ~all GENERIC configsabs
2022-11-01s/faild/failed/ in comments and messages.andvar
2022-09-29swwdog(4): Add to GENERIC kernels.riastradh
2022-08-07UFS/LFS dirhash:simonb
2022-07-26s/functin/function/ in copy pasted comment.andvar
2022-03-03mips: Use device_set_private for cpuN on older ports.riastradh
2021-12-26fix various typos, mainly in comments.andvar
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-12-05s/initialz/initializ/ in comment.msaitoh
2021-10-06s/embeded/embedded/ in comments and messages.andvar
2021-09-18Remove unnecessary (and unimplemented) WSKBD_*BELL ioctls in kbd drivers.tsutsui
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-01-21add a commented out compat_ossaudio wherever there's compat_linuxnia
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-07-22s/reseting/resetting/msaitoh
2020-06-14Disable COMPAT_13 and UFS_EXTATTR. Saves ~52kbytes.tsutsui
2020-06-14Sort options to match GENERIC.tsutsui
2020-06-14Disable npf instead of obsolete ipfilter. Saves ~82kbytes.tsutsui
2020-06-11uvm_availmem(): give it a boolean argument to specify whether a recentad
2020-06-09Fix comment.tsutsui
2020-06-09Specify -fno-unwind-tables to shrink binary. Saves ~3.5%.tsutsui
2020-06-09Suppress "options `COMPAT_xx' is not defined" warnings.tsutsui
2020-06-07Use -fno-unwind-tables to shrink boot binaries a bit.tsutsui
2020-06-07Fix "illegal exceptoin" error on loading a secondary boot.tsutsui
2020-04-07Disable userconf in the RAMDISK kernel to shrink it a bitmartin
2020-03-25remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configsjdolecek
2020-01-19Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It isthorpej
2019-12-31Rename uvm_free() -> uvm_availmem().ad
2019-12-23Add a comment where the other memory disk is defined to avoid future confusion.christos
2019-12-23Bump size.christos
2019-12-21uvmexp.free -> uvm_free()ad
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-08-21 Fix typo (s/controler/controller/).msaitoh
2019-04-27Skip CARP & Veriexec support in RAMDISK to reduce sizesevan
2019-04-26Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.sevan
2019-04-03centralize setdisklabel(9)christos
2019-03-28protect kernel variable from userland exposurechristos
2019-01-28Systematize handling of removed drivers.dholland
2019-01-09use <sys/param.h> instead of <machine/param.h> for everything.christos
2019-01-08no need for <machine/param.h>christos
2019-01-08Include <sys/param.h> for DEV_BSIZE/DEV_BSHIFTchristos
2019-01-07move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all portsjdolecek
2019-01-01ELF2ECOFF -> MIPS_ELF2ECOFFchristos
2018-09-19This file was only for setting COMPAT_AS appropriately, which isrin
2018-09-04Fix some min/max -> uimin/uimax stragglers.riastradh