aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* The ep pccard code had newcard hooks added to it, but it isn't beingPeter Wemm2001-01-071-0/+1
* Remove vga_pci generic driver.Nicolas Souchu2001-01-051-1/+0
* use 'profile 2' instead of 1, since it causes more code to be tested.Peter Wemm2001-01-041-1/+1
* Remove alpm numbering.Nicolas Souchu2001-01-032-2/+2
* Remove the old acpi stuff entry.Takanori Watanabe2000-12-291-6/+0
* Retire kernfs (kernel part).Dag-Erling Smørgrav2000-12-283-4/+0
* Back out the modules `make obj' speedup.David E. O'Brien2000-12-245-30/+30
* add sys/dev/sound/pcm/buffer.c, lefo out of last commitCameron Grant2000-12-231-0/+1
* Add ACPI AC adaptor and ACPI Control Method Battery.Takanori Watanabe2000-12-221-0/+2
* Merged from Makefile.i386 revision 1.217.KATO Takenori2000-12-221-2/+2
* Merged from Makefile.i386 revision 1.216.KATO Takenori2000-12-221-6/+6
* Merged from files.i386 and options.i386 revisions 1.341 and 1.141,KATO Takenori2000-12-222-1/+3
* Use the canonical spelling for the path to sys.David E. O'Brien2000-12-224-8/+8
* Greatly speed up the modules `make obj' phase.David E. O'Brien2000-12-212-12/+12
* Greatly speed up the module `depend' phase.David E. O'Brien2000-12-212-12/+12
* Add PECOFF (WIN32 Execution file format) support.Takanori Watanabe2000-12-203-2/+6
* revert addition of strlcpy/strlcatAssar Westerlund2000-12-181-2/+0
* add strlcpy and strlcat to kernelAssar Westerlund2000-12-181-0/+2
* kobjify.Cameron Grant2000-12-182-4/+9
* Merged from files.i386 revision 1.340.KATO Takenori2000-12-161-0/+1
* Merged from Makefile.i386 revision 1.215.KATO Takenori2000-12-161-1/+1
* Back out these two changes inadvertantly made with the last commit.Jordan K. Hubbard2000-12-162-9/+0
* SNAPDATE is an obsolete mechanism which has also been pretty muchJordan K. Hubbard2000-12-153-4/+9
* Add the musycc driver to NOTES.Poul-Henning Kamp2000-12-151-0/+1
* Add subr_sbuf.c.Dag-Erling Smørgrav2000-12-131-0/+1
* Next round of PCI subsystem updates:Mike Smith2000-12-132-3/+1
* Remove the COMPAT_OLDPCI option, it's going away.Mike Smith2000-12-131-1/+0
* Always build the ISA and EISA bridge code. This is slightly unintiuitive,Mike Smith2000-12-121-2/+2
* - Add code to detect if a system call returns with locks other than GiantJake Burkholder2000-12-121-0/+1
* add comment about ispfwMatt Jacob2000-12-111-0/+1
* Add the spic driver, which is a simple first attempt at providing accessNick Sayer2000-12-112-0/+17
* Stake a claim on major 160 for the forthcoming spic driver.Nick Sayer2000-12-111-0/+1
* Change sppp from optional to count. At least ar(4) and sr(4) needs it inJohn Hay2000-12-111-1/+1
* Added 'MACHINE=pc98' to MKMODULESENV variable. It is needed to make modulesYoshihiro Takahashi2000-12-101-0/+1
* Sync-up so that buils actually work again.Marcel Moolenaar2000-12-101-15/+9
* Next-phase PCI system update; move PCI core code to sys/dev and updateMike Smith2000-12-085-10/+16
* Do not check for existence of ${_dir}/kern/ , because for modules that setJason Evans2000-12-081-1/+1
* Merged from files.i386 revision 1.339.KATO Takenori2000-12-051-0/+1
* Merged from files.i386 revisions 1.337 and 1.338.KATO Takenori2000-12-051-1/+1
* Add support for COMPAT_LINUX and DEBUG_LINUX. Make the OSF1Marcel Moolenaar2000-12-052-2/+37
* Add the NS DP83815 to the list of supported chips by the sis driver.Alexander Langer2000-12-031-2/+4
* Forgot this file in previous commit to remove file kern_threads.cJake Burkholder2000-12-021-1/+0
* introduce support for static compilation of the osf/1 module via theAndrew Gallatin2000-12-022-0/+13
* cleanup: remove redundant mp_machdep.c and non-existent simplelock.s.Andrew Gallatin2000-12-021-2/+0
* We need support for comparing quad_t's now (ACPI CA uses this).Mike Smith2000-12-011-0/+1
* Add one new file brought in with the ACPI CA 20001115 import.Mike Smith2000-12-011-0/+1
* A bunch of newcard/cardbus changes that's been sitting in my tree for a while:Jonathan Chen2000-11-281-2/+0
* Update the ed driver to probe and attach under a NEWCARD kernel (I wasPeter Wemm2000-11-251-1/+2
* Make the xxxFILES= list generation generic. This makes it easier to addPeter Wemm2000-11-255-20/+20
* Accept filters broke kernels compiled without options INET.Alfred Perlstein2000-11-201-1/+1