summaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Comment out netccitt, netimp, and netiso entries, since weGarrett Wollman1996-02-071-72/+72
* Comment out ISO, CCITT, LLC, and HDLC with a note to the effectGarrett Wollman1996-02-061-9/+8
* Fill in a lot of the missing blanks from the version I posted...Peter Wemm1996-02-031-84/+89
* Make the sorting of IPFW rules an option. You don't want it to sort them.Poul-Henning Kamp1996-02-031-1/+4
* Add Peter's list of major numbersPaul Traina1996-02-021-0/+107
* Add in hooks for quickcam driverPaul Traina1996-02-022-2/+4
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-8/+8
* Added sys_pipe into files.John Dyson1996-01-281-0/+1
* Implement a prototype interface to bus-master IDE DMA on the TritonGarrett Wollman1996-01-281-1/+2
* procfs_machdep.c is now shared with ptrace as well. It is now no longerPeter Wemm1996-01-241-2/+3
* procfs_{mem|regs|fpregs}.c are now completely shared with ptrace(),Peter Wemm1996-01-241-3/+3
* Removed last vestige of JREMOD.Bruce Evans1996-01-211-1/+0
* Make bin2bcd and bcd2bin global macroes instead of having localPoul-Henning Kamp1996-01-151-1/+2
* Document NFS_NOSERVER.Poul-Henning Kamp1996-01-131-1/+2
* Add the 3C595 as a supported device for vx0. Delete the rest of the lineAndreas Schulz1996-01-091-3/+3
* sysv_ipc.c now "standard" as it contains #if defined(...) blocksPeter Wemm1996-01-081-3/+1
* Also move /var/db/kvm_kernel.db to /var/db/kvm_kernel.old.db IF we changePeter Wemm1996-01-082-2/+4
* Only change the sysctl variable if it presently points to /kernel.Poul-Henning Kamp1996-01-072-4/+8
* Choose a different name to hold the option definition.. The original onePeter Wemm1996-01-061-2/+2
* Finally demolished the last, tottering remnants of GATEWAY. If you wantGarrett Wollman1996-01-051-7/+1
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.Garrett Wollman1996-01-052-0/+2
* Convert QUOTA to new-style option.Garrett Wollman1996-01-051-0/+1
* Delete a couple of unnecessary dependencies on Makefile.Garrett Wollman1996-01-052-6/+6
* convert FDESC, KERNFS, NULLFS, PORTAL, UMAPFS, and UNION to the newGarrett Wollman1996-01-051-1/+7
* Convert DDB to new-style option.Garrett Wollman1996-01-041-0/+1
* Convert SYSV IPC to new-style options. (I hope I got everything...)Garrett Wollman1996-01-042-3/+8
* convert the math emulation to use the new-style options.Garrett Wollman1996-01-041-0/+2
* Convert PROCFS to the new style of options by the simple expedient ofGarrett Wollman1996-01-031-0/+1
* Converted two options over to the new scheme: USER_LDT and KTRACE.Garrett Wollman1996-01-032-0/+2
* The long awaited stability patch set for the aic7xxx driver:Justin T. Gibbs1996-01-031-5/+5
* recording cvs-1.6 file deathPeter Wemm1995-12-301-153/+0
* Implemented non-statistical kernel profiling. This is based onBruce Evans1995-12-291-1/+2
* Added support for the Hayes ESP serial card.Bruce Evans1995-12-291-1/+2
* Make a couple of options that hurt when they're removed moreJordan K. Hubbard1995-12-291-6/+11
* Removed nonexistent option AUTO_EOI_1.Bruce Evans1995-12-261-6/+2
* Removed almost all traces of libkern.a. The objects that were inBruce Evans1995-12-263-53/+26
* Renamed isa/random.c to isa/random_machdep.c to avoid a conflict withBruce Evans1995-12-261-2/+2
* Fixed staticizing. Some functions aren't static but depend onBruce Evans1995-12-251-1/+2
* Added device fxp0 (device driver for Intel EtherExpress Pro/100).David Greenman1995-12-241-1/+2
* Added I686_CPU.David Greenman1995-12-241-1/+2
* Added undocumented option DEBUG so that debugging code gets maintainedBruce Evans1995-12-221-1/+2
* i386/i386/conf.c is no longer needed.. remove it from files.i386Julian Elischer1995-12-211-2/+1
* Fixed comment about IPFIREWALL_VERBOSE.Bruce Evans1995-12-161-2/+3
* Added undocumented option LINUX so that it gets tested.Bruce Evans1995-12-161-1/+2
* Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so thatBruce Evans1995-12-163-8/+12
* GENERIC/LINT: Remove redundant quoting on some option lines.Peter Wemm1995-12-142-17/+31
* Have bt0 entry specify "bt_isa_intr" for its vector. This one entry willJustin T. Gibbs1995-12-122-4/+6
* Add pci/bt9xx.c - the new PCI probe module of the Buslogic SCSI driver.Justin T. Gibbs1995-12-121-0/+1
* Added undocumented option EXT2FS so that it gets tested.Bruce Evans1995-12-101-4/+7
* Last commit this round: Staticize.Poul-Henning Kamp1995-12-101-3/+1