summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* This is a driver for Fore PCA200E cards that uses busdma and works onharti2003-06-232-2/+6
* Protect against .depend file somewhere else in the .PATH.ru2003-06-221-37/+9
* Replace the code for reading and writing the kernel message bufferiedowse2003-06-221-0/+1
* Hook openpromio up to the build.jake2003-06-191-0/+1
* Moved the syscons options, kbd options and DEV_SPLASH to the MI optionsjake2003-06-186-158/+33
* Add "GEOM_FOX", a class which detects and selects between multiplephk2003-06-183-0/+3
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullharti2003-06-172-0/+10
* Repo-copy of sys/pci/if_en_pci.c to the rest of the midway driver (sys/dev/en)harti2003-06-161-1/+1
* Remove CPU_ATHLON_SSE_HACK option.nyan2003-06-151-1/+0
* Some glue to allow lint(1) to work on the kernel. This is notmarkm2003-06-142-2/+29
* Make the midway driver use the new ATM phy driver. This allows one toharti2003-06-132-0/+4
* Remove the PSYCHO_STRAY option - it was never really useful. Adjust atmm2003-06-121-1/+0
* If we're building a debug kernel, add target to install the .gdbinit filesgrog2003-06-121-1/+9
* New global option: BURN_BRIDGESimp2003-06-121-0/+1
* Deallocate major 177; the openfirm device does not use a fixed majortmm2003-06-111-1/+0
* GEOMification of CCD.phk2003-06-091-1/+2
* Attempt to fix Alpha build by renaming ident[] to kern_ident[].jmallett2003-06-091-1/+1
* Add a comment to de-obfuscate the meaning of the PQ_CACHESIZEhmp2003-06-091-0/+1
* Make kernel identification (`ident' in the config(8) driver) available tojmallett2003-06-091-0/+2
* Use the same SEARCH_DIR as other platforms.jake2003-06-071-1/+1
* We are at 5.1-CURRENT nowscottl2003-06-021-1/+1
* Fix a style nit.obrien2003-06-021-1/+1
* Be sloppier about the miidevs.h dependency. This reduces the maintenanceobrien2003-06-011-7/+1
* If DESTDIR was specified as a makeoption in the kernelconfig filephk2003-05-311-0/+5
* Eliminate potential overflows by allocating softc dynamically,phk2003-05-312-2/+2
* Make this compile with WITNESS enabled. It wants the syscall names.peter2003-05-311-0/+1
* Port acpica to amd64.peter2003-05-311-0/+3
* Update the kernel compile flags inside the .if ${MACHINE_ARCH} == "amd64"peter2003-05-301-1/+2
* Add ddb machdep bits.peter2003-05-302-0/+9
* Major pmap rework to take advantage of the larger address space on amd64peter2003-05-231-1/+1
* Another x86-64 comment fixuppeter2003-05-191-1/+1
* s/x86_64/amd64/ in comments in header.peter2003-05-191-3/+3
* Add the MUTEX_NOINLINE option that explicitely de-inlines the mutexscottl2003-05-181-0/+1
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-163-2/+18
* Sync the linker script with the one used by default for userland. Sincemarcel2003-05-161-76/+82
* Run $S/kern/genassym.sh with the correct NM.obrien2003-05-161-1/+1
* Clear up that COMPAT_43 may not do the same thing on every architecturejmallett2003-05-151-1/+10
* Add BASIC i386 binary support for the amd64 kernel. This is largelypeter2003-05-142-1/+22
* Add files for the 'ips' driver.scottl2003-05-111-0/+5
* garbage collect the reserved major for the ips disk device. GEOM makesscottl2003-05-111-1/+0
* Remove special hacks for FSF cross tools now that it builds natively.peter2003-05-101-13/+0
* We are now in 5.1-BETAscottl2003-05-061-2/+2
* Put descriptive comments on the GEOM_* optionsphk2003-05-051-9/+9
* Use C99 for the kernel.obrien2003-05-031-1/+1
* Add RealTek RTL8150 USB to fast Ethernet controller driver.akiyama2003-05-032-0/+6
* Spell cpu_switch correctly.peter2003-05-031-1/+1
* Rename amd64/*.s to amd64/*.Speter2003-05-031-5/+5
* - Move decoding pc98_partition function into geom_pc98_enc.c.nyan2003-05-012-0/+2
* Sync up with the files in the hammer branch in the p4 tree to get basicpeter2003-05-014-114/+219
* Add AMD64 hookspeter2003-04-301-0/+9
OpenPOWER on IntegriCloud