summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/conf
AgeCommit message (Expand)Author
2023-02-09Adjust _all_ cinclude of *.local filesabs
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-20remove compat_ossaudio from kernel modulesnia
2020-10-21make process_machdep.c included always since it provides register i/o used bychristos
2020-10-20harmonize process_machdep.c inclusion.christos
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2018-09-22- Determine KERN_AS automatically depending on whether OPT_MODULAR isrin
2018-08-17Start using the kernel ld script.reinoud
2018-08-01Add preliminary KGDB support for NetBSD/usermode, currently only under amd64reinoud
2018-06-05Add ATAPI passtrough support giving the NetBSD/usermode kernel full control ofreinoud
2018-06-01Compile NetBSD/userland without CTF for the linker doesn't allow for a singlereinoud
2018-05-18Where did kern.ldscript go?reinoud
2018-01-13Make NetBSD/usermode link again!reinoud
2017-12-10- Allow multiple .BEGIN targetschristos
2017-09-14clean up COMPAT_* options for native netbsd code:mrg
2017-02-19PR kern/51208rin
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-27Tweak previous.uebayasi
2015-08-27Echo exact objects (swap*.o etc.) when linking kernel.uebayasi
2015-08-24Define ${LINKSCRIPT} in one place.uebayasi
2015-08-18${KERN_LDSCRIPT} -> ${KERNLDSCRIPT}uebayasi
2014-11-15Use LINKSCRIPT.uebayasi
2014-08-17Reorganize symbol table embedding. The existing option SYMTAB_SPACE isjoerg
2014-08-16Add "options COMPAT_70" to all kernel configuration files thatapb
2013-11-10use MACHINE_CPU instead of uname -p; create symlink for arm headersjmcneill
2013-03-06fix include diryamt
2012-10-17Add "options COMPAT_60" to all kernel configuration filesapb
2012-08-17Ensure all WSDISPLAY_COMPAT_USL entries have same commentabs
2012-06-30Move i386 and amd64 usermode configurations to their respective directoriesreinoud
2012-01-23No need to explicitly use thunkbus at this place. thunkbus == mainbus onreinoud
2012-01-15Add options INSECURE, as sysinst requires it. Now I can boot an x86 installjmcneill
2012-01-15add cd9660jmcneill
2012-01-09also add union file systemagc
2012-01-08enable nullfs in usermode configsagc
2012-01-07Move target/${USERMODE_CPU} to target/${MACHINE_CPU} to more clearlyreinoud
2012-01-07Add AMD64 target for NetBSD/usermode next to i386 and reorganize source treereinoud
2012-01-07Boost symtab space for amd64reinoud
2012-01-07support multiple disk images (pass multiple disk=<path> parameters on thejmcneill
2012-01-06Split machdep.c into a MI part and a MD part.reinoud
2012-01-05Get rid of MAP_NOSYSCALLS usage; now this relies on a separate kmod thatjmcneill
2012-01-04Revert HZ to 100 what it wasreinoud
2012-01-04add options NTP & pseudo-device clockctljmcneill
2012-01-03Rework NetBSD/usermode pmap fixing some oddities that were left over fromreinoud
2012-01-02Add UDF, NILFS and NFS to the standard file systems and boost the symbol tablereinoud
2011-12-31pass ${COPTS} to the build of thunk.c so that it builds on amd64.christos
2011-12-30add wsmouse supportjmcneill
2011-12-30add WSDISPLAY_COMPAT_USL to make 'wsconscfg -s' workjmcneill
2011-12-29Replace the SDL based genfb driver with a wsdisplay and wskbd driver thatjmcneill