summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Help out with linting. Print the ${LINT} command line. This makesmarkm2003-04-301-1/+1
* Catch up with the new acpi files.njl2003-04-291-21/+24
* Sort lines.marcel2003-04-291-44/+44
* Update to reflect tw removal.imp2003-04-272-2/+0
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalanholt2003-04-251-1/+0
* Update GEOM::SUN to use the decoding functions in geom_sunlabel_enc.cphk2003-04-212-0/+2
* Add device driver support for the ASIX Electronics AX88172 USB 2.0wpaul2003-04-201-0/+1
* Separate the encoding/decoding functions for struct disklabel into aphk2003-04-176-0/+6
* Add dev/firewire/fwdma.c.simokawa2003-04-171-0/+1
* Bump the config version to force people to upgrade their config(8)phk2003-04-157-7/+7
* NO_COMPAT_FREEBSD4 is no longer used.jhb2003-04-151-1/+0
* Re-add MUTEX_DEBUG and MUTEX_PROFILING, which got hosed by rejectedrwatson2003-04-151-0/+2
* Improve consistency, ordering, style of options:rwatson2003-04-151-49/+32
* Express bus dependency a little more clearly.mdodd2003-04-151-31/+31
* Add MAC_ALWAYS_LABEL_MBUF to options; this permits the administratorrwatson2003-04-141-1/+7
* add EHCI (USB 2.0) controller support.ticso2003-04-142-0/+4
* Driver for Granch SBNI16 SHDSL modemfjoe2003-04-132-0/+3
* Options that go into homonymous headers shouldn't specify the header name.des2003-04-126-11/+11
* Move the functions for encoding decoding struct dos_partition intophk2003-04-123-0/+3
* Rename MBUF_FRAG_TEST to MBUF_STRESS_TEST as it will be extendedsilby2003-04-122-7/+6
* Clarify NO_SWAPPING description.mike2003-04-111-2/+3
* Convert the SMP_TSC kernel option into a loader tunable. Also enabledes2003-04-101-1/+0
* - Add PCI support (Adaptec AHA-2920/A,Future Domain TMC-18XX/3260).mdodd2003-04-071-0/+2
* Add SMP_TSC option, which can be used on SMP systems where the TSCstegge2003-04-041-0/+1
* Add a rudimentary but working driver for the Adlink "NuDaq PCI-9812".phk2003-04-041-0/+1
* MFi386: revision 1.188nyan2003-04-031-0/+2
* Remove geom_enc.c, a superset of these functions are now available inphk2003-04-031-1/+0
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-021-0/+2
* - Add the kern_umtx.c file to the build.jeff2003-04-011-0/+1
* - Add kern_thr.cjeff2003-04-011-0/+1
OpenPOWER on IntegriCloud