summaryrefslogtreecommitdiff
path: root/sys/conf/std
AgeCommit message (Expand)Author
2015-11-14Always include the "vfs" attribute (module). Although all of thepgoyette
2014-10-31config(1), config(5): Introduce "select"uebayasi
2014-10-10Define net attribute. Always select it for now.uebayasi
2014-10-10Use option dependency to always select KERN (and its dependencies).uebayasi
2014-10-10Define "machdep" attribute and mark files (in amd64 and x86).uebayasi
2014-10-10Define "uvm" attribute and mark files.uebayasi
2014-10-10Define "kern" attribute (a.k.a module). Mark kern_*.c (and some others) asuebayasi
2011-11-22The rnd pseudo-device is not really optional, because it is in the sametls
2009-10-21Remove uarea swap-out functionality:rmind
2009-08-10Tab police.simonb
2009-08-09Add [default] option to make UAREAs swappable. Disabling the option makesmatt
2008-11-14- Conditionalise POSIX aio and mqueue, but include them by default.ad
2007-08-04Add cpuctl(8). For now this is not much more than a toy for debugging andad
2007-05-17merge yamt-idlelwp branch. asked by core@. some ports still needs work.yamt
2006-09-08First take at security model abstraction.elad
2006-08-29Make PTRACE and COREDUMP optional. Make the default (status quo) by puttingmatt
2006-05-05Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).rpaulo
2005-12-11merge ktrace-lwp.christos
2005-09-26- defflag bufq_fcfs and bufq_disksort.yamt
2005-09-17enable VMSWAP by default.yamt
2005-09-17add conf/std for MI standard options. currently empty.yamt