summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add code for supporting hardware watch points.jake2001-08-201-0/+1
* Limit the amount of KVM reserved for the buffer cache and for swap-metadillon2001-08-201-0/+2
* Sigh. ufs_lookup() calls ffs_snapgone(), meaning that 'options EXT2FS'peter2001-08-181-2/+4
* Only compile the ufs components if FFS || IFS || EXT2FS are present, notpeter2001-08-181-12/+35
* In order to bring about the end of the universe, delete the lines:peter2001-08-156-12/+0
* Implement kernel semaphores.jasone2001-08-141-0/+1
* Add early code to support interrupts.jake2001-08-101-0/+2
* Add the screen savers for test coverage.peter2001-08-091-0/+12
* repo-copy the source files from modules/syscons to the normal treepeter2001-08-093-0/+12
* In the KLD "load" make target, don't load using the "absolute" path ofgreen2001-08-081-1/+1
* -Finished cleanup of old 'ThinkPad' comments that are no longer useful.nate2001-08-061-2/+2
* Add code model medlow to cflags and move the kernel load address fromjake2001-08-063-10/+13
* Add floating point context switching code for sparc64.tmm2001-08-041-0/+1
* Add a Makefile, ldscript, and config magic for sparc64. This is tailoredjake2001-08-034-0/+657
* Further Makefile.* sync (from Makefile.ia64). The lint target has beenpeter2001-08-034-24/+0
* Move MKMODULESENV+= *after* MKMODULESENV=peter2001-08-031-3/+3
* Add a cosmetic comment.peter2001-08-025-0/+5
* Use #ifdef DEV_SPLASH (from opt_splash.h) rather thanyokota2001-08-028-4/+12
* When building a debugging kernel with modules, build modules withsheldonh2001-08-024-0/+12
* When building a debugging kernel with modules, build modules withsheldonh2001-08-022-2/+14
* 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
OpenPOWER on IntegriCloud