summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/conf
AgeCommit message (Expand)Author
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
2011-12-27add ksyms supportjmcneill
2011-12-27add COMPAT_OSSAUDIOjmcneill
2011-12-26add drvctljmcneill
2011-12-26add vaudio(4) audio device driverjmcneill
2011-12-26first cut at networking support for usermode, doesn't fully work yet butjmcneill
2011-12-20get rid of urkelvisor, and use same MD majors as the hostjmcneill
2011-12-15USERCONF works but it isn't very useful, so remove itjmcneill
2011-12-15add ptyfs/ptyjmcneill
2011-12-13Update kmempages; how does this relate to kvmspace though?reinoud
2011-12-13Bump KVM size and add inet6 to surpress warnings from say postfixreinoud
2011-12-13Diable DEBUG_EXEC to remove the spam :)reinoud
2011-12-11make ttycons a proper tty device, now it can be the consolejmcneill
2011-11-27Add some config settings as default and make a note that DDB is far fromreinoud
2011-11-27Compile in syscall name table so urkel debugging code can print out the namesreinoud
2011-09-16Reduce the size of the memory base of the testmachine even more!reinoud
2011-09-16push TEXTADDR option into kernel makefilejmcneill
2011-09-16Reduce the amount of memory needed to run by defaultreinoud
2011-09-15Adjust default parametersreinoud
2011-09-14Implement in-place execution for binaries! No more MKPIE/MKPIC for userlandreinoud
2011-09-08pass debug compiler parameters to modules built with host sdkjmcneill
2011-09-04implement splraise/spllowerjmcneill
2011-09-03unbreak build on netbsdjmcneill
2011-09-03Let NetBSD/usermode build & link on a Linux host:jmcneill
2011-09-03Get this compiling (but not quite linking yet) on Linuxjmcneill
2011-09-03Add usermode kernel supervisor, can be disabled with 'no options URKELVISOR'jmcneill
2011-08-31Completely redo R/M emulation and fault handling taking UVM as authorativereinoud