summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Partially back out the "make all interfaces standard" commit. There'simp2002-06-241-8/+8
* plxcard for OLDCARD almost certainly isn't going to happen.imp2002-06-231-1/+0
* As disclosed to arch@, make more interfaces standard. This allows forimp2002-06-231-12/+12
* Remove CAPABILITIES from NOTESrwatson2002-06-211-2/+0
* A node that creates a device entry in /dev (yay devfs)julian2002-06-181-0/+1
* Make the speed used by gdb over serial settable in the kernel configuration.n_hibma2002-06-184-4/+2
* Allow one to configure `sio'.obrien2002-06-181-0/+6
* Use OBJDIR instead of CURDIR. This unbreaks loading modules throughn_hibma2002-06-171-1/+1
* sppp needs slcompress.c nowadays.jhay2002-06-171-0/+1
* Removed a duplicate -ffreestanding. It's already set in bsd.kern.mk.mux2002-06-161-1/+1
* kern_cap.c no longer needed.rwatson2002-06-131-1/+0
* POSIX.1e capabilities aren't here yet, don't put an option for itrwatson2002-06-131-1/+0
* Remote pci.h/NPCI usage from i4b code.brooks2002-06-133-29/+29
* Put geom_gpt.c under the GEOM option instead of having a special GEOM_GPTphk2002-06-103-4/+2
* Remove code from trap which is handled in userland now.jake2002-06-081-2/+0
* According to Bruce, this file shouldn't have comments to describe whatjhb2002-06-071-1/+1
* Overhaul the ktrace subsystem a bit. For the most part, the actual vnodejhb2002-06-072-1/+9
* 'device hea' is no longer broken.mdodd2002-06-072-4/+4
* Hook up the ahd driver.gibbs2002-06-063-0/+24
* Added support for 82545EM and 82546EB based adapters.pdeuskar2002-06-032-4/+2
* Add new 'hea' driver files.mdodd2002-06-031-0/+2
* bde noticed that SOMAXCONN breaks pretty badly as an option for LINT.alfred2002-06-021-1/+0
* The loop back device hasn't been a count device for a while so removebrooks2002-05-311-1/+1
* Make oldcard and newcard kernel module work.takawata2002-05-301-5/+3
* PHK claims there is a crc32.c now.obrien2002-05-291-0/+1
* Back out revision 1.639. PHK filed to commit the libkern file.obrien2002-05-291-1/+0
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherphk2002-05-291-0/+1
* Merge the code in pv.c into pmap.c directly. Place all page mappings ontojake2002-05-291-1/+0
* Add support to GEOM for GUID Partition Tables (GPTs). The supportmarcel2002-05-283-0/+4
* Add uuidgen(2) and uuidgen(1).marcel2002-05-281-0/+1
* Add a proof-of-concept encryption class.phk2002-05-261-0/+1
* Remove a hack for using an external compiler if cross compiling.jake2002-05-261-21/+0
* For now, make the .ifdef GCC3 case default. We should change -Wno-formatpeter2002-05-241-7/+1
* Fixed broken ``make -jX install''.ru2002-05-231-0/+1
* Add code to make default mutexes adaptive if the ADAPTIVE_MUTEXES kerneljhb2002-05-212-0/+6
* MFi386: 1.398-1.399 (${MACHINE_ARCH}_dump.c -> dump_machdep.c)non2002-05-211-1/+1
* De-inline the tlb demap functions. These were so big that gcc3.1 refusedjake2002-05-201-0/+1
* MFi386: revision 1.400.nyan2002-05-191-0/+1
* Remove unneeded entries.nyan2002-05-192-31/+0
* Remove CWARNFLAGS and add GCC3. We handle GCC3.x specific flagsmarcel2002-05-191-4/+1
* Hook up the new linux_ptrace implementation.marcel2002-05-191-0/+1
* Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 asrwatson2002-05-193-28/+0
* More s/file system/filesystem/gtrhodes2002-05-166-8/+8
* The ufs/ffs files are no longer required by ext2fs.iedowse2002-05-161-11/+0
* Complete the separation of ext2fs from ufs by copying the remainingiedowse2002-05-161-0/+2
* Disable the shared locking namei() code for now. It breaks several stackingjeff2002-05-141-1/+1
* Check that kldxref(8) exists before running it.ru2002-05-141-5/+4
* Build the fpu support routines.benno2002-05-131-0/+1
* ${MACHINE_ARCH}dump.c -> dump_machdep.c.jake2002-05-133-3/+3
* Translated -malign-functions=4 to -falign-functions=16 for the new gcc.bde2002-05-121-1/+1
OpenPOWER on IntegriCloud