summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Convert the olpt driver to using new-bus stuff.nyan2001-07-291-1/+1
* Make symlink $S/$M/include -> compile/FOO/machine at kernel-dependkato2001-07-291-1/+1
* Move MAXUSERS out of opt_param.h to make sure that other code doesn'tpeter2001-07-261-2/+2
* param.c no longer gets special treatment. Use the source tree version.peter2001-07-266-63/+29
* Move param.c out of the conf directory and make it fully dynamic.peter2001-07-261-97/+0
* sys/kern/tty_snoop.c is now sys/dev/snp/snp.c.dd2001-07-251-1/+1
* Allow ng_split to be compiled in staticly.brooks2001-07-253-0/+3
* You were knocked senseless by the Boomerang, spun around by the Cyclone,wpaul2001-07-232-0/+2
* Note that the umass device requires scbus and dakris2001-07-221-1/+1
* revert previous accidental commitassar2001-07-221-1/+5
* get rid of some printf and pointer type warningsassar2001-07-221-5/+1
* Put a knob in the kernel config files to tweak the user max stack size.pirzyk2001-07-202-2/+5
* gif isn't a count device anymore so don't put a number after it.brooks2001-07-201-1/+1
* Add ACPI S2-S4BIOS Suspend/Resume code.takawata2001-07-201-0/+7
* Make sure that installing a module complains if the target modulesroam2001-07-181-1/+1
* Move the hints gunk to a seperate file. It isn't really part of thepeter2001-07-141-0/+1
* Merged from sys/conf/options.i386 revision 1.150.nyan2001-07-141-0/+1
* Catch up with NetBSD/pc98.non2001-07-141-0/+4
* Merge with latest version of the Mylex 6+ driver.msmith2001-07-141-2/+0
* `pcn' supports AMD Am79C97x cards, not Am79C79x cards.dd2001-07-131-1/+1
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-122-0/+4
* Another NatSemi gigE card; the Netgear GA622Twpaul2001-07-111-1/+1
* Document additional cards supported by the nge driver: LinkSys EG1032wpaul2001-07-111-1/+2
* Bring in dirhash, a simple hash-based lookup optimisation for largeiedowse2001-07-103-0/+8
* Fill paragraphs after previous commit.dd2001-07-081-13/+14
* Note that options should be listed in NOTES, not LINT, although LINTdd2001-07-081-3/+3
* Nuke the ACPI APIC driver. The ACPI CA infrastructure it depended onmsmith2001-07-071-1/+0
* Kill the old processor driver; the ACPI CA functions it depended onmsmith2001-07-071-1/+1
* Add acpi_powerprofile.cmsmith2001-07-071-0/+1
* Add a new helper function for finding resources in resource buffers.msmith2001-07-051-0/+1
* Move vm_page_zero_idle() from machine-dependant sections to adillon2001-07-051-0/+1
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-041-0/+2
* - Don't overwrite inb, inw and outw.nyan2001-07-043-2/+2
* Add a couple of major numbers for ICP Vortex (who were acquired by Intel,msmith2001-07-021-0/+2
* gif(4) and stf(4) modernization:brooks2001-07-021-2/+2
* A slightly more complete change to timeouts:mjacob2001-07-022-0/+5
* Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesimp2001-07-023-2/+1
* Bump config version.imp2001-07-025-5/+5
* intel ich/ich2 driver - this needs some work but is functional enough forcg2001-07-011-0/+2
* Move kernel compile directory from sys/compile/FOO toimp2001-06-305-5/+5
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-0/+1
* Add acpi_powerres.c to fix the acpi build.jhb2001-06-281-0/+1
* Remove dgmbrian2001-06-273-11/+3
* Spell digi rightbrian2001-06-271-3/+3
* Add -msoft-float to COPTS to stop GCC attempting to be "smart" and usingbenno2001-06-272-1/+7
* Add CAM_NEW_TRAN_CODE as an option (to be included in opt_cam.h).mjacob2001-06-241-0/+3
* Merged from sys/conf/files.i386 revisions 1.362 and 1.363.kato2001-06-231-5/+2
* Introduce numerous SMP friendly changes to the mbuf allocator. Namely,bmilekic2001-06-222-10/+4
* Don't set CONSPEED to the default and deobfuscate the comment.dd2001-06-211-1/+2
* Actually document TCPDEBUG.wollman2001-06-191-1/+3
OpenPOWER on IntegriCloud