summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add CONSPEED option.dfr2001-09-221-0/+2
* Introduce new syscons(4) kernel options:sobomax2001-09-212-0/+8
* Add some comments about KVA_PAGES and a test.peter2001-09-211-0/+9
* Introduce a new option, KVA_SPACE, which can be used to reconfigurepeter2001-09-212-0/+6
* Add kernbase symbol and use it instead of magic numbers in thejake2001-09-211-4/+4
* Use the kernbase symbol exported from locore.o instead of hardcoded magicpeter2001-09-201-2/+2
* Cleanup and split of nfs client and server code.peter2001-09-183-15/+21
* Remove hard coded magic load address. Now to change the load address,peter2001-09-182-2/+2
* SMBus support for the AMD 756 power management unit. See smbus(4),murray2001-09-161-0/+1
* MFi386: files.i386 revision 1.367, 1.370, 1.371 and 1.372.nyan2001-09-161-1/+9
* MFi386: removed IDE_DELAY option.nyan2001-09-161-1/+0
* Allow C++ comments in headers - the EFI headers are full of them.dfr2001-09-151-1/+1
* Place CPU_UPGRADE_HW_CACHE in the right section.asmodai2001-09-141-3/+3
* Remove pointer to ftp.freesoftware.com.asmodai2001-09-141-1/+1
* * Enable dynamically linked kernel. This involves adding a self-relocatordfr2001-09-131-1/+1
* KSE Milestone 2julian2001-09-123-5/+5
* On second thoughts, make kldxref failures non-fatal.peter2001-09-111-1/+1
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-111-0/+3
* Rename kernel entry point from locorestart to __start.dfr2001-09-101-1/+0
* Back out the last change - it was made to the wrong Makefile.dfr2001-09-101-0/+1
* * Make a start on a realistic definition for bootinfo.dfr2001-09-101-1/+0
* Implement support for MAXMEM option and hw.physmem environment variabledfr2001-09-101-0/+2
* This will have to be revised, but allow putting 'makeoptions GCC3=true'peter2001-09-101-0/+15
* Correct intended fix to my foul-up.marcel2001-09-082-2/+2
* Add linux_sysctl.c, and linux_uid16.c to the x86 platforms.peter2001-09-083-0/+5
* Add options to select between 4k, 8k and 16k page sizes on ia64. Thedfr2001-09-071-0/+4
* Correct the path for OsdEnvironment.c.green2001-09-071-1/+1
* Move OsdEnvironment.c into MD code; searching for the ACPI tables is notmsmith2001-09-072-1/+1
* vlan.h is obsolete, don't create it anymore.brooks2001-09-051-1/+1
* Don't specify the number of vlan interfaces any more, they are createdbrooks2001-09-051-1/+1
* There is no option IDE_DELAY and havn't been for a long time..sos2001-09-041-1/+0
* Add rwindow.c, forgotten earlier.jake2001-09-041-0/+1
* Add a working version of setjmp/longjmp.dfr2001-09-031-0/+1
* Always turned on 8bit access card support for the fe drivershiba2001-09-023-5/+0
* Make the fe driver to compile in default under a NEWCARD kernel.shiba2001-09-021-1/+1
* note 2300/2312 supportmjacob2001-08-311-1/+2
* Remove already commented out entry for pci/fxp.cjlemon2001-08-311-1/+0
* ACPI no longer has an ISA attachment.msmith2001-08-301-1/+0
* Note that compiling ACPI into the kernel is deprecated for normal use.msmith2001-08-301-0/+3
* Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails),gallatin2001-08-292-0/+2
* Enable hardwiring of things like tunables from embedded enironmentspeter2001-08-276-18/+36
* Optionize UPAGES for the i386. As part of this I split some of the lowpeter2001-08-253-0/+3
* if_wi can be either pci (without pccard) or pccardnsayer2001-08-231-1/+1
* Add a new kernel option RESTARTABLE_PANICS. If this option is present,jhb2001-08-232-0/+11
* 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
OpenPOWER on IntegriCloud