summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Missed file in r230993.nwhitehorn2012-02-041-0/+1
* Fix the netback driver build for i386.ken2012-02-021-0/+1
* Unbreak the i386 full PV (XEN kernel) build by reverting rev 230878 andken2012-02-021-1/+0
* Use new OSS-based BSD-licensed header for cs sound driver.pfg2012-02-011-2/+1
* Add the netback driver to the build.ken2012-02-011-0/+1
* Add isci(4) driver for amd64 and i386 targets.jimharris2012-01-314-0/+224
|\
| * Rebase user/jimharris/isci branch from head.jimharris2012-01-311-0/+5
| |\
| * \ Rebase user/jimharris/isci branch from head.jimharris2012-01-269-76/+148
| |\ \
| * | | Move isci and ISCI_LOGGING to amd64/i386 specific NOTES.jimharris2012-01-251-9/+0
OpenPOWER on IntegriCloud