summaryrefslogtreecommitdiff
path: root/sys/arch/mipsco
AgeCommit message (Expand)Author
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-05-17also strip .eh_frame. libkern dkcksum pushed bootxx_ffs 7 bytes over a limit.mrg
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-23Merge the .text.* sections into the .text section on MIPS, SPARC andsimonb
2021-04-23Use sys/cdefs.h __CONCAT3skrll
2020-11-21malloc(9) -> kmem(9)thorpej
2020-09-27vether: Add to kernel configurationsroy
2020-09-07apply some GCC_NO_ADDR_OF_PACKED_MEMBER.mrg
2020-08-01Remove references to BRIDGE_IPF, it is now compiled in by default.maxv
2020-04-04mark nsmb major obsoletejdolecek
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-04-26Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.sevan
2019-04-03centralize setdisklabel(9)christos
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
2019-01-01ELF2ECOFF -> MIPS_ELF2ECOFFchristos
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-01-23Alternate buffer queue strategies no longer considered experimental, updatesevan
2017-09-14clean up COMPAT_* options for native netbsd code:mrg
2017-09-13Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFI...sevan
2017-07-28Remove TCP_COMPAT_42 from the config files. Pass 1.maxv
2017-06-22spelling (DEC called it "TURBOchannel")flxd
2017-04-08centralize vers.c building for standalone programs.christos
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2016-11-14actually correct tyop now...maya
2016-11-14correct nofitication tpyo in comments.maya
2016-10-18add isa_intr_establish_xname() to MD isa headers so that it can be usedjdolecek
2016-09-18Strip more useless for booters sections so that we fit.christos
2016-09-08Avoid the PIEchristos
2016-01-21PR/50683: David Binderman: Fix memory leak.christos
2015-12-21Add mips fenv.h (From FreeBSD)christos
2015-08-20Indent with 2 spaces.uebayasi
2015-06-26Cleanup includesmatt
2015-06-24All mips ports will need it.matt
2015-06-11Add struct pmap_limits and pm_{min,max}addr from uvm/pmap/map.h and use it tomatt
2014-11-20use the inline bcdtobin and bintobcd directly instead through a macro.christos
2014-11-16Remove unused extended attributes kernel optionsmanu
2014-11-12Support for UFS1 extended attributes in GENERIC and GENERIC-like kernelsmanu
2014-08-23Systematize (and in many cases, fix) the comments on options COMPAT_NN.dholland
2014-08-16Add "options COMPAT_70" to all kernel configuration files thatapb
2014-08-06Consistently define WARN in a way that passes format string checks, i.e.joerg
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-07-19Sljit doesn't support MIPS I. Make sljitarch.h obsolete.alnsn