summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysctl_base.c
AgeCommit message (Expand)Author
2017-10-31Allow architectures to define a macro PROC_MACHINE_ARCH(P) andmartin
2015-08-25Move a bunch of sysctl nodes from init_sysctl (kitchen sink sysctl file)pooka
2015-08-25hw nodes do not go under the kern tree, so add new init routine for thempooka
2015-07-07Missing includes for some architecturesjustin
2015-07-07Move hw.machine and hw.machine_arch sysctls to base so rump can use themjustin
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-25Add kern.{ostype,osrelease,osrevision,version} kern.domainname,justin
2009-09-16Chop init_sysctl into base nodes (init_sysctl_base.c) and thepooka
ef685eeea9bfd216dbcf3422df312eb2700dc674'>Enable WARNS=4 by default except for:lukem 2008-08-30Add fss(4) snapshot support to fsck_ffs(8) (via -x or -X options, likebouyer 2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry 2008-07-31Merge the simonb-wapbl branch. From the original branch commit:simonb 2008-05-04There is only one more file which requires HACKS for m68000,tsutsui 2008-02-09make all sun2 use -O0 and move most of the hacks out into just 3 files.mrg 2006-08-26- Deal with wedges and the new disk geometry structures, instead of usingchristos 2006-08-17Revert previous. It is not ready for public consumption.christos 2006-08-17Don't use || if you need &&.christos 2006-06-24work around some GCC4 internal problems on m68000 platform.mrg 2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg 2005-01-20WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz)xtraeme 2005-01-19Kill __P(), ANSIfy and WARNS=2xtraeme 2005-01-13Use -DPROGRESS to enable the progress bar, don't depend on SMALL.christos 2005-01-13Add a progress meter to fsck_ffs based on the work by thorpej presentedchristos 2002-09-28Add support for the Apple UFS variation on ffsdbj 2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem