aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* For several files in sys/dev/drm, disable -Wunused-value when buildingDimitry Andric2011-12-302-4/+8
* For sys/dev/ce/tau32-ddk.c, disable the following warning when buildingDimitry Andric2011-12-291-1/+2
* Import the first release of HighPoint RocketRAID 27xx SAS 6Gb/s HBA cardXin LI2011-12-282-0/+14
* First pass of LED related code changes.Adrian Chadd2011-12-261-0/+2
* When building the kernel for amd64 with clang, don't attempt to use theDimitry Andric2011-12-241-0/+4
* Make another clang warning, -Wparentheses-equality, non-fatal duringDimitry Andric2011-12-241-1/+2
* Make another clang warning, -Wempty-body, non-fatal during kernelDimitry Andric2011-12-241-1/+1
* Update a comment to reflect reality and explain why we're using theMarius Strobl2011-12-241-1/+2
* Amend r228822 by not directly adding to CWARNFLAGS, but to an optionalDimitry Andric2011-12-231-2/+3
* When building the kernel with clang, it produces several warnings whichDimitry Andric2011-12-231-0/+4
* When building with clang, disable -Wshift-count-negative andDimitry Andric2011-12-212-1/+3
* When building with clang, disable -Warray-bounds for sys/dev/asr/asr.c,Dimitry Andric2011-12-212-1/+3
* Start selectively disabling a few kernel build warnings for clang, sinceDimitry Andric2011-12-212-2/+11
* retire libkern getsAndriy Gapon2011-12-171-1/+0
* Fix my braino in description of RADIX_MPATH.Gleb Smirnoff2011-12-161-1/+1
* Add RADIX_MPATH to LINT.Gleb Smirnoff2011-12-151-0/+3
* Add watchdog support for VIA south bridge chipset.Fabien Thomas2011-12-122-0/+2
* MK_CTF is not defined when kmod.mk is used with old bsd.own.mk.Max Khon2011-12-061-1/+1
* - CTF knob is now implemented using common scheme: MK_CTF=yes/no isMax Khon2011-11-303-5/+7
* Remove a bit of debugging that accidentally crept in earlier.John Baldwin2011-11-291-1/+0
* Call CTFMERGE only when WITH_CTF is defined.Max Khon2011-11-291-1/+1
* Do not echo ${CTFCONVERT} command: config(8) will be fixed to notMax Khon2011-11-291-2/+1
* - fix WITH_CTF when specified in /etc/src.conf [1]Max Khon2011-11-294-18/+5
* Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) insteadMax Khon2011-11-293-6/+14
* Fix typo in comments (conversation -> conversion).Max Khon2011-11-291-1/+1
* Merge ACPICA 20111123.Jung-uk Kim2011-11-281-0/+3
* Limit building sfxge(4) in-kernel to amd64 for the time being. We can put itPhilip Paeps2011-11-282-31/+31
* For sparc64 also adjust the geometry of da(4) driven disks to not overflowMarius Strobl2011-11-271-0/+1
* Add LINT-NOINET LINT-NOINET6 and LINT-NOIP to the make clean target.Jaakko Heinonen2011-11-271-1/+1
* Remove some more occurrences of amd(4) missed in r227982.Marius Strobl2011-11-261-1/+0
* Deorbit the broken amd(4) (see PR 124667), which was superseded by esp(4)Marius Strobl2011-11-252-3/+0
* Introduce a new (global, sorry!) option which controls whetherAdrian Chadd2011-11-241-1/+2
* Don't compile in the AR9130 embedded WMAC code into the HAL by default.Adrian Chadd2011-11-241-5/+8
* forgot to merge NETMAP entries in sys/conf !Luigi Rizzo2011-11-223-0/+8
* Remove the wrong comment about ufs not being loadable.Konstantin Belousov2011-11-221-5/+4
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()Lawrence Stewart2011-11-211-1/+1
* Provide high-level functions to access the feed-forward absolute and differenceLawrence Stewart2011-11-201-0/+1
* Core structure and functions to support a feed-forward clock within the kernel.Lawrence Stewart2011-11-192-0/+9
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-181-0/+1
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersPhilip Paeps2011-11-161-0/+31
* Comment out TI_JUMBO_HDRSPLIT. TI_JUMBO_HDRSPLIT requires TI_SF_BUF_JUMBO.Pyun YongHyeon2011-11-081-1/+1
* Retire 'options TI_PRIVATE_JUMBOS' and replace local jumboPyun YongHyeon2011-11-082-4/+4
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onAttilio Rao2011-11-082-0/+4
* Add KLD_DEBUG option.Max Khon2011-11-061-0/+1
* Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30Bjoern A. Zeeb2011-11-031-0/+6
* Remove the remnants of /stand/sysinstall.Sergey Kandaurov2011-11-031-1/+1
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andMarius Strobl2011-11-012-1/+4
* - Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl2011-11-012-6/+9
* Fix svnversion for svn 1.7.x by not looking for .svn in ${SYSDIR} (sinceDoug Barton2011-10-271-3/+7
* Add libkern/ucmpdi2.cOlivier Houchard2011-10-261-0/+1