summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-0/+2
* Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.jhb2008-01-072-0/+4
* Add the superpage reservation system. This is "part 2 of 2" of thealc2007-12-291-0/+1
* Unbreak LINT on non-i386/amd64 platforms.des2007-12-271-4/+0
* Add asmc(4).rpaulo2007-12-271-0/+4
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+2
* Add textdump(4) facility, which provides an alternative form of kernelrwatson2007-12-261-0/+1
* Add a simple scripting facility to DDB(4), allowing the user torwatson2007-12-261-0/+1
* Add a new DDB(4) facility, output capture. Input and output from DDB may berwatson2007-12-251-0/+1
* "vt" doesn't refer to any existing device anymore. Remove it.wkoszek2007-12-251-1/+1
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral tomarcel2007-12-191-0/+1
* Make TCP offload work on HEAD (modulo negative interaction between sbcompresskmacy2007-12-171-1/+1
* build tcp_offload.c instead of tcp_ofld.ckmacy2007-12-171-1/+2
* turn off building of cxgb properly ... sighkmacy2007-12-161-1/+1
* disable cxgb build to prevent tinderbox whiningkmacy2007-12-161-1/+1
* Make files under src/sys/powerpc/aim, as well as Open Firmware relatedmarcel2007-12-161-22/+22
* Rename OEA to AIM. The former means nothing as it applies to allmarcel2007-12-161-2/+1
* - Re-implement lock profiling in such a way that it no longer breaksjeff2007-12-151-1/+0
* add compile option to remove extra branch introduced by tcp offload support codekmacy2007-12-151-0/+3
* Add the 'hptrr' driver for supporting the following Highpoint RocketRAIDscottl2007-12-152-1/+16
* Sort.marcel2007-12-141-52/+42
* Update file list after repocopying select files frommarcel2007-12-141-14/+14
* Add driver independent interface to offload active established TCP connectionskmacy2007-12-121-0/+1
* Eliminate compilation warnings due to the use of non-static inlinesalc2007-12-092-2/+2
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-071-1/+2
* Add a BSD disklabel backend to g_part:marcel2007-12-063-0/+3
* Remove obsolete comment on a way of getting kernel configuration file fromwkoszek2007-12-041-2/+1
* Catch up pc98 for i386 stack(9) changes:rwatson2007-12-031-0/+1
* Break out stack(9) from ddb(4):rwatson2007-12-0210-1/+16
* Move the strongarm-specific files from conf/files.arm to sa11x0/files.sa11xO.cognet2007-12-021-2/+0
* Cleanup : make nexus standard, as it is mandatory anyway.cognet2007-12-021-3/+1
* Remove XRPU driver, after asking all the users.phk2007-12-011-1/+0
* Allow the sio acpi attachment to be disabled (ie: use hints only). Thispeter2007-11-302-0/+2
* Make ADAPTIVE_GIANT as the default in the kernel and remove the option.attilio2007-11-282-7/+0
* Alphabetize pts before pty.rwatson2007-11-211-1/+1
* Re-enable -Werror for modules.ru2007-11-191-1/+1
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasjhb2007-11-125-23/+23
* Link wpi(4) into the build.benjsc2007-11-082-0/+2
* Initial checkin for rmlock (read mostly lock) a multi reader single writerups2007-11-081-0/+1
* Connect asmc to the build infrastructure.rpaulo2007-11-072-0/+2
* Correct typo.grog2007-11-061-1/+1
* Add CPU_ARM9Ekevlo2007-10-311-0/+1
* Move towards more explicit support for various network protocol stacksrwatson2007-10-281-0/+2
* fix buildsam2007-10-271-0/+1
* Reduce diffs against i386.nyan2007-10-261-29/+29
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notpeter2007-10-262-0/+2
* Add an option to be able to override the value of the AT91 master clockcognet2007-10-251-0/+1
* Align.obrien2007-10-257-77/+77
* Backout sensors framework.netchild2007-10-153-5/+0
* Import it(4) and lm(4), supporting most popular Super I/O Hardware Monitors.netchild2007-10-143-0/+4
OpenPOWER on IntegriCloud