summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* MFhead_mfi r227068ambrisko2012-03-301-0/+2
|\
| * First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.ambrisko2011-11-041-0/+2
* | Move the legacy(4) driver to x86.jhb2012-03-303-3/+3
* | Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.jmallett2012-03-292-2/+2
* | Add software PMC support.fabient2012-03-281-0/+1
* | Allow (with a license warning) "options ZFS" to work in static kernels.peter2012-03-2712-4/+156
* | Driver for OpenCores I2C controller.jchandra2012-03-272-0/+3
* | Move driver for DS1374 RTC to sys/dev/iicbusjchandra2012-03-272-0/+3
* | Disable detailed PV entry accounting by default. Add a config optionalc2012-03-242-0/+2
* | Work around the following clang warning in mps(4):dim2012-03-232-1/+3
* | Rework MIPS PMC code:gonzo2012-03-222-1/+1
* | Exclude devices which are mutually exclusive with ATA_CAM. For bettermarius2012-03-211-6/+6
* | Eliminate vm.pmap.shpgperproc and vm.pmap.pv_entry_max because they noalc2012-03-211-1/+0
* | Connect geom_part_ldm to the kernel build.ae2012-03-193-0/+3
* | Add rudimentary profiling of the hash table used in the in the umtx code todavide2012-03-162-1/+4
* | - Fix to build a native i386 kernel without the SMP and atpic.nyan2012-03-161-1/+1
* | Fill out fake preload structure to let userland tools like pmc(3) knowgonzo2012-03-151-1/+1
* | Add the missing IPOIB option.delphij2012-03-141-0/+1
* | (Re)-make these ACL routines optional.adrian2012-03-131-2/+2
* | Update comments and CFLAGS in sys/conf/kern.mk, introduced in r221879,dim2012-03-131-10/+8
* | Don't build kernel.tramp on Octeon. Probably building it should be opt-injmallett2012-03-131-0/+2
* | o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernjmallett2012-03-122-13/+1
* | Reenable -Winline on MIPS now that we're not compiling Cavium's errorjmallett2012-03-111-3/+0
* | Disable -Winline on MIPS in preparation for the import of the latest versionjmallett2012-03-111-0/+3
* | Get rid of mainbus.c. The version in nexus.c is being used and isjmallett2012-03-101-1/+0
* | Move i386's intr_machdep.c to the x86 tree and share it with amd64.jhb2012-03-093-3/+3
* | Allow a native i386 kernel to be built with 'nodevice atpic'. Just as onjhb2012-03-092-3/+3
* | Provide wbwd(4), a driver for the watchdog timer found on variousbz2012-03-062-0/+2
* | In r232322, I forgot one case where a check for MK_CLANG_IS_CC wasdim2012-03-041-1/+1
* | Revert r232473. I have been convinced by Doug Barton and Bjoern Zeebdim2012-03-033-6/+6
* | After r232322, it turned out many people (and some ports) are buildingdim2012-03-033-6/+6
* | o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-032-0/+10
* | Add driver for the RME HDSPe AIO/RayDAT sound cards -- snd_hdspe(4).mav2012-03-012-0/+4
* | Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatdim2012-02-293-6/+6
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-283-10/+12
* | Correct capitalization of "Hz" in user-visible text (manpages, printf(),gavin2012-02-281-2/+2
* | Add backlight control to ATI-graphics PowerBooks and iBooks.jhibbits2012-02-261-0/+1
* | Revert r231978, so I can apply a more proper fix to silence unneededdim2012-02-232-11/+5
* | Fix various typos and normalize spelling.jpaetzel2012-02-221-11/+11
* | When building with clang, disable -Wformat-security fordim2012-02-211-0/+1
* | When building with clang, disable -Wunneeded-internal-declaration fordim2012-02-212-5/+11
* | Break out the radar code into a separate source file.adrian2012-02-201-0/+4
* | Merge ACPICA 20120215.jkim2012-02-161-149/+151
* | properly sort dev/oce entriesluigi2012-02-141-6/+6
* | Fix a typo.rmh2012-02-121-1/+1
* | Move WITHOUT_SOURCELESS_* files to sys/conf/ in order to avoid "universe"rmh2012-02-123-0/+58
* | newvers.sh: unbreak git/git-svn supportavg2012-02-121-4/+8
* | Add a driver for Emulex OneConnect ethernet cards (10 Gbit PCIe)luigi2012-02-102-0/+8
* | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-071-3/+3
* | After multiple requests for back out, after multiple promisses from adrian@pjd2012-02-041-3/+2
OpenPOWER on IntegriCloud