summaryrefslogtreecommitdiff
path: root/sys/arch/netwinder
AgeCommit message (Expand)Author
2023-02-12Add optoion GENERIC.local include to the end of ~all GENERIC configsabs
2022-09-29swwdog(4): Add to GENERIC kernels.riastradh
2022-08-07UFS/LFS dirhash:simonb
2022-05-23s/boundries/boundaries/, s/itterate/iterate/ and few more typos.andvar
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-01Whitespace: #define<tab>simonb
2020-09-27vether: Add to kernel configurationsroy
2020-09-26G/C arm/atomic.hskrll
2020-08-16make COMPAT_LINUX option disabled by defaultjdolecek
2020-08-01Remove references to BRIDGE_IPF, it is now compiled in by default.maxv
2020-04-18PMAP_DEBUG has been deleted on armskrll
2020-04-18Trailing whitespaceskrll
2019-07-16Consistently use vaddr_t as initarm and friends return type.skrll
2019-07-16KNFskrll
2019-04-26Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.sevan
2019-04-13Add drvctl to kernel which has audio device.isaki
2018-10-28Fix a commitskrll
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-11-02ISA exists on more that just shark. Fix a comment about this.skrll
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-29Remove TCP_COMPAT_42 from the config files. Pass 3.maxv
2017-01-26provide __HAVE_COMPAT_NETBSD32 and fix multiple include protection consistently.christos
2016-12-22physmem should be of type psize_tcherry
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2016-12-13wildcard speaker attachments, now that we can handle many of them.christos
2016-12-10remove VAUDIOSPEAKER for now, will be done differently.christos
2016-12-08Add a synthesized pc beeper and keyboard bell for platforms with an audionat
2015-08-24Define ${LINKSCRIPT} in one place.uebayasi
2015-08-23Don't need to specify OUTPUT_FORMAT/OUTPUT_ARCH.uebayasi
2015-08-22According to matt@, .ARM.{extab,exidx} are no longer used.uebayasi
2015-08-21Redo previous; explicitly adjust .data load addr to get the identical ELF.uebayasi
2015-08-21Simplify this by deciding load address at one place.uebayasi
2015-08-20Indent with 2 spaces.uebayasi
2015-08-20Kill trailing whitespaces.uebayasi
2015-08-20Use ${KERNLDSCRIPT}.uebayasi
2015-08-08Remove KMEMSTATS.maxv
2015-02-23Use default PAGER_MAP_DEFAULT_SIZE for ARM and PowerPC, exceptionjoerg
2014-11-16Remove unused extended attributes kernel optionsmanu
2014-11-15Use LINKSCRIPT.uebayasi
2014-11-12Support for UFS1 extended attributes in GENERIC and GENERIC-like kernelsmanu
2014-09-13Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_tmatt
2014-09-13vm_offset_t -> vaddr_t, vm_size_t -> vsize_tmatt
2014-08-23Systematize (and in many cases, fix) the comments on options COMPAT_NN.dholland
2014-08-17Reorganize symbol table embedding. The existing option SYMTAB_SPACE isjoerg
2014-08-16Add "options COMPAT_70" to all kernel configuration files thatapb