summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Expand)Author
2004-01-05Store the copyright text in conf/copyright, and use conf/newvers.shlukem
2003-12-31Split opencrypto configuration into an attribute, usable by inkerneljonathan
2003-12-31s/NBPG/PAGE_SIZE/ in a comment.martin
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-12Pull in netinet/ip_ecn.c if FAST_IPSEC is defined.scw
2003-12-10The file system snapshot pseudo driver.hannken
2003-12-07Add the RSSI-based rate-adaptation library to the build.dyoung
2003-12-04Dynamic sysctl.atatat
2003-12-04fix the MAKEVERBOSE messages to be consistent with the standard oneslukem
2003-12-01prefix ${.TARGET} with "${.CURDIR:T}/" in various _MKSHMSG macros;lukem
2003-11-25Change default verbosity level to `traditional'.pk
2003-11-25NORMAL_C,NOPROF_C,NORMAL_S: put `@' in front of these to get saner output.pk
2003-11-25SYSTEM_LD: don't display every object file on the planet thrice.pk
2003-11-20Provide appropriate no-op defaults for _MK* macros, in case <bsd.own.mk>lukem
2003-11-17Add support for MAKEVERBOSE (a first pass, at least).lukem
2003-11-16Oops. I missed this file in my previous commit. Add inclusion oftls
2003-11-14Remove the .if !target(dependall) so that 'make dependall' works (again)dsl
2003-11-11Prevent mkdep from parsing compiler flags like -pipe.enami
2003-11-06force -Wno-uninitialized if the compiler is gcc 2.95jdolecek
2003-10-30there is no SHMMMNIdrochner
2003-10-29Back out -Wno-uninitialized for m68k -- the compiler bug is fixed.mycroft
2003-10-29Add MI driver for mc146818 based time-of-day clock with todr(9) support.tsutsui
2003-10-28Add COPTS.<fn>, CPUFLAGS.<fn>, CPPFLAGS.<fn> to CFLAGS to mirror theskrll
2003-10-28sys/dev/ata/wd.c causes spurious warning about blkno nothe
2003-10-26Delete -Wno-uninitialized. Tested on sparc64 and i386. Rationale:christos
2003-10-21Cache the "adjusted" value of sb_max when sb_max is changed, in orderthorpej
2003-10-17Introduce null console. This pseudo device acts as a normal console with thecdi
2003-10-15Use a shell variable instead of a cpp #define to provide the fulllukem
2003-10-14Check for file existance, not readability. Remove extra touch.christos
2003-10-14assign the variables on separate lines; makes it easier to read andlukem
2003-10-14clean up the method to initialize sccs[] and version[] to removelukem
2003-10-13Complete replacement of the old 802.11 layer with the new.dyoung
2003-10-10Add major for Vinumjdolecek
2003-10-10reassing majors for crypto and pf to use the newly defined MI majorjdolecek
2003-10-10update comments for the final major space arrangement:jdolecek
2003-10-10move MI majors config file from sys/dev/majors to sys/conf/majorsjdolecek
2003-10-10Include Vinum.grog
2003-10-08Following Matt Thomas's request, rename ata attribute to ata_hl, andbouyer
2003-10-08Make the ATA mid-layer appears as atabus, as proposed inbouyer
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-10-04get the release version from <sys/param.h>, so that it won't be necessaryjdolecek
2003-10-01Make the kernel makefiles pay attention to NOGCCERRORmatt
2003-09-30New generic I2C framework. Supports bit-bang and "intelligent" I2Cthorpej
2003-09-25autoconf goop for iavcpooka
2003-09-22Make COMPAT_xx imply all later COMPAT_yy. (COMPAT_09 implies all whereasmatt
2003-09-16Welcome to 1.6ZCchristos
2003-09-14ZA -> ZBchristos
2003-09-13Bump version to 1.6ZA - struct proc and struct lwp changesjdolecek
2003-09-12merge netipsec/key* into netkey/key*. no need for both.itojun
2003-09-06welcome to 1.6Zchristos