aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* All bpf.h/NBPF consumers are gone so stop generating bpf.hBrooks Davis2002-10-211-3/+0
* Add kernel dump support, based on the ia64 version (which was committedThomas Moestl2002-10-201-0/+1
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDScott Long2002-10-204-0/+72
* Put back NORMAL_C_NOWERROR, it was actually used.Maxime Henrion2002-10-191-0/+1
* Remove the _ia64_unwind_start and _ia64_unwind_end symbols. We nowMarcel Moolenaar2002-10-191-2/+0
* Add Geom Based Disk Encryption to the tree.Poul-Henning Kamp2002-10-193-0/+6
* - Remove ${NORMAL_C_NOWERROR}, it is not used anymore. To buildMaxime Henrion2002-10-191-3/+2
* Make the unwind functions standard and not optional on ddb. TheyMarcel Moolenaar2002-10-191-1/+1
* (1) added LSI Logic copyright, and legal line 3 in license, and stringEric Moore2002-10-181-0/+1
* Build openfirmio on sparc64.Thomas Moestl2002-10-181-0/+1
* Cover the ELF headers with the text segment so that they get loadedMarcel Moolenaar2002-10-181-1/+1
* Allocate major 177 for the OpenFirmware control device, which I haveThomas Moestl2002-10-171-0/+1
* my(4) requires miibus, so that move it into proper section and also add aMaxim Sobolev2002-10-171-1/+2
* Fixed the quoting of the value of SC_CUT_SEPCHARS. The double quotesBruce Evans2002-10-171-21/+21
* Add new syscons option SC_NO_SUSPEND_VTYSWITCH.Mitsuru IWASAKI2002-10-176-0/+6
* MFi386: revision 1.181.Yoshihiro Takahashi2002-10-161-0/+1
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-163-0/+14
* Don't show the command line when doing "make lint".Poul-Henning Kamp2002-10-151-1/+1
* Enable mpt && ISP_TARGET_MODE in isp (for Lint purposes)Matt Jacob2002-10-151-1/+4
* Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems.Jim Pirzyk2002-10-141-0/+1
* Allow firewire, sbp (SCSI over firewire), and fwe (non-standard rawJohn Baldwin2002-10-142-0/+13
* Add in the GEOM control module.Poul-Henning Kamp2002-10-131-0/+1
* Connect trm(4) to the build.Olivier Houchard2002-10-132-0/+3
* Remove the P1003_1B kernel option; it is no longer used.Mike Barcroft2002-10-132-3/+0
* Remove _KPOSIX_VERSION as a kernel option, nothing uses this any more.Mike Barcroft2002-10-132-3/+0
* Build the kernel with -mconstant-gp. This means that function calls,Marcel Moolenaar2002-10-131-0/+2
* ia64 specific CFLAGS change:Marcel Moolenaar2002-10-131-1/+1
* Have the linker collect and combine all unwind_info and unwindMarcel Moolenaar2002-10-121-2/+2
* - Create a new scheduler api that is defined in sys/sched.hJeff Roberson2002-10-121-0/+1
* Use the new freebsd output format from Binutils 2.13.1.David E. O'Brien2002-10-113-3/+3
* Hook up strsep(3) to libkern following a repo-copy by Peter. This willRobert Watson2002-10-101-0/+1
* geom_mbr.c and geom_bsd.c would be kinda useful here too, at leastPeter Wemm2002-10-101-0/+2
* Import the libc fnmatch() into the kernel. This will be used by,Dima Dorfman2002-10-081-0/+1
* Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.Alexander Kabaev2002-10-082-0/+3
* warn about p1003_1b_semaphoresAlfred Perlstein2002-10-071-0/+2
* NB: This commit does *NOT* make GEOM the default in FreeBSDPoul-Henning Kamp2002-10-058-21/+40
* Add code for ACPI PCI link object manipulation.Mitsuru IWASAKI2002-10-051-0/+1
* hookup new crypto support to the config/build processSam Leffler2002-10-047-0/+59
* add crypto interface to the MFILES listSam Leffler2002-10-041-1/+2
* major 70 is for /dev/crypto (to be consistent with openbsd)Sam Leffler2002-10-041-0/+1
* Use the -mno-align-long-strings on i386's to debloat the kernel a little.Bruce Evans2002-10-041-1/+1
* newbus & bus_space the mcd(4) driver.Matthew N. Dodd2002-10-044-2/+8
* Alas, poor matcd, I knew ye well.Scott Long2002-10-043-3/+0
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-022-0/+3
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-1/+0
* First half of implementation of ksiginfo, signal queues, and such. ThisJuli Mallett2002-09-301-0/+1
* Moved most interrupt related code to a new file, interrupt.S.Jake Burkholder2002-09-282-2/+7
* Prepare for the uncoming import of the ServeRAID driverScott Long2002-09-271-0/+2
* Move the aac driver from MI to MD NOTES. It is a long way from beingScott Long2002-09-261-6/+0
* Do away with AAC_COMPAT_LINUX option entirely. The functionality willScott Long2002-09-253-8/+1