summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Expand)Author
2002-01-01Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popovaugustss
2001-12-23Add -ffreestanding to kernel builds. It's not always safe tothorpej
2001-12-18Bump version to 1.5ZA - struct file changejdolecek
2001-12-17Provide hooks to include the config file(s) in the kernel binary.atatat
2001-12-16Obsoleted by @@@'s kernel makefile work.soren
2001-12-16if_media support for the DP83905 AT/LANTIC (a souped-up DP8390).bjh21
2001-12-15Add code to support the bugged Macronix MX98905 chip, as used in severalbjh21
2001-12-10mk48txx needs-flag to allow sparc's clock.c to be compiled withoutuwe
2001-12-10don't strip any symbols from profiling kernels,chs
2001-12-09Build core_elf32.c if EXEC_ELF32. Build core_elf64.c if EXEC_ELF64.thorpej
2001-12-09Make the kernel depend on `vers.o' instead of `newvers'. Thisatatat
2001-12-08Add the rest of the infrastructure needed to support the rest of theatatat
2001-12-08Make the coredump routine exec-format/emulation specific. Splitthorpej
2001-12-05Break out SIR framing to its own file.augustss
2001-12-05Make the right defaults for kbdmux and mux locators.augustss
2001-12-03Add irframetty pseudo device for IrDA frames over tty.augustss
2001-12-02Add irbus (IrDA) and cir (Consumer Ir) and related file directives.augustss
2001-11-29welcome to 1.5Z [struct ucred changes]christos
2001-11-28and it is TCP_COMPAT_42 not CP_COMPAT_42, I am sharpening my bricks.christos
2001-11-28it is MROUTING, not ROUTING...christos
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-28Misplaced colon.atatat
2001-11-28add some empty comment lines to make this more readable (IMHO)lukem
2001-11-27Alter the way that LINKTEXT and LINKDATA (and LINKENTRY) are set soatatat
2001-11-27defopt COMPAT_IRIXthorpej
2001-11-26move dev/isa/cs89x0{.c,{var,reg}.h} into dev/icyamt
2001-11-23Instead of checking for previous usage, just append to some makeatatat
2001-11-20- replace "defopt" with "defparam" for options which must take a value,lukem
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-11-16The four tools mkdep, strip, objcopy, and objdump are not part of theatatat
2001-11-16Add a MKDEP?=mkdep line so that depend targets will work again.atatat
2001-11-16Abstract out a large chunk of the kernel build machinery so that newatatat
2001-11-08add RCSIDlukem
2001-11-02The cloning devices only needs-flag, not needs-countatatat
2001-10-13Add kbdmux locator to wsdisplays.augustss
2001-10-04Add kern/subr_prop.c.eeh
2001-10-03add a backend serial driver for the cirrus logic CL-CD180/1864/1865mrg
2001-09-28Define an "acpibus" attribute, to which "acpi" can attach.thorpej
2001-09-18Move IEEE 802.11 MAC management functions from awi driver toonoe
2001-09-16Added the clockctl pseudodevice drivermanu
2001-09-16Driver for Sun GEM gigabit ethernet, Sun ERI 10/100, and Apple GMAC.eeh
2001-09-15bump to 1.5Y: vfs_reinit, massive UVM/UBC/filesystem changes.chs
2001-09-15a whole bunch of changes to improve performance and robustness under load:chs
2001-09-13Defopt CALLWHEEL_STATS.enami
2001-09-13Wrap long lines.enami
2001-09-10Add MI Econet support. This is lacking any interfaces to higher-layerbjh21
2001-09-09Add asm versions of blowfish and des transforms for i386.tls
2001-09-01Disable all of the RF_ASSERT()s by default, enabling them if thethorpej
2001-08-20allow SHMMAX, SHMMIN, SHMMNI and SHMSEG to be specified in the kernel config ...mrg
2001-08-17Artur Grabowski's simple brute-force malloc debugger, which usesthorpej