summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* - CTF knob is now implemented using common scheme: MK_CTF=yes/no isfjoe2011-11-303-5/+7
* Remove a bit of debugging that accidentally crept in earlier.jhb2011-11-291-1/+0
* Call CTFMERGE only when WITH_CTF is defined.fjoe2011-11-291-1/+1
* Do not echo ${CTFCONVERT} command: config(8) will be fixed to notfjoe2011-11-291-2/+1
* - fix WITH_CTF when specified in /etc/src.conf [1]fjoe2011-11-294-18/+5
* Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) insteadfjoe2011-11-293-6/+14
* Fix typo in comments (conversation -> conversion).fjoe2011-11-291-1/+1
* Merge ACPICA 20111123.jkim2011-11-281-0/+3
* Limit building sfxge(4) in-kernel to amd64 for the time being. We can put itphilip2011-11-282-31/+31
* For sparc64 also adjust the geometry of da(4) driven disks to not overflowmarius2011-11-271-0/+1
* Add LINT-NOINET LINT-NOINET6 and LINT-NOIP to the make clean target.jh2011-11-271-1/+1
* Remove some more occurrences of amd(4) missed in r227982.marius2011-11-261-1/+0
* Deorbit the broken amd(4) (see PR 124667), which was superseded by esp(4)marius2011-11-252-3/+0
* Introduce a new (global, sorry!) option which controls whetheradrian2011-11-241-1/+2
* Don't compile in the AR9130 embedded WMAC code into the HAL by default.adrian2011-11-241-5/+8
* forgot to merge NETMAP entries in sys/conf !luigi2011-11-223-0/+8
* Remove the wrong comment about ufs not being loadable.kib2011-11-221-5/+4
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-211-1/+1
* Provide high-level functions to access the feed-forward absolute and differencelstewart2011-11-201-0/+1
* Core structure and functions to support a feed-forward clock within the kernel.lstewart2011-11-192-0/+9
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-181-0/+1
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersphilip2011-11-161-0/+31
* Comment out TI_JUMBO_HDRSPLIT. TI_JUMBO_HDRSPLIT requires TI_SF_BUF_JUMBO.yongari2011-11-081-1/+1
* Retire 'options TI_PRIVATE_JUMBOS' and replace local jumboyongari2011-11-082-4/+4
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-082-0/+4
* Add KLD_DEBUG option.fjoe2011-11-061-0/+1
* Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30bz2011-11-031-0/+6
* Remove the remnants of /stand/sysinstall.pluknet2011-11-031-1/+1
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andmarius2011-11-012-1/+4
* - Import the common MII bitbang'ing code from NetBSD and convert drivers tomarius2011-11-012-6/+9
* Fix svnversion for svn 1.7.x by not looking for .svn in ${SYSDIR} (sincedougb2011-10-271-3/+7
* Add libkern/ucmpdi2.ccognet2011-10-261-0/+1
* Revert r226665 untill the issues with this change have been resolved.rmh2011-10-261-12/+2
* Put in a temporary band-aid to fix kernel builds when CC=clang, afterdim2011-10-241-1/+1
* Conditionalize a pair of FreeBSD GCC extensions so that its CFLAGS are onlyrmh2011-10-231-2/+12
* FDT support for MIPS.jchandra2011-10-182-0/+13
* Add support for special keys (volume/brightness/eject) on Apple laptops withnwhitehorn2011-10-161-0/+1
* Remove inphy(4), exphy(4) as well as ruephy(4) that no longer existed as amarius2011-10-081-3/+0
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYmarius2011-10-081-6/+3
* Add strnlen() to libkern.jkim2011-10-041-0/+1
* Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). Manydelphij2011-10-041-0/+5
* Match the files directive and all the ways to add or subtract optionsmarcel2011-10-041-1/+1
* Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasingkensmith2011-09-261-2/+2
* Improve the informations reported in case of busy buffers during the shutdown:attilio2011-09-082-2/+0
* Ready for 9.0-BETA2.kensmith2011-08-281-1/+1
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-3/+2
* Make NKPT a kernel option on amd64 so that it can be set to a non-defaultjhb2011-08-261-0/+1
* Add experimental support for process descriptorsjonathan2011-08-183-0/+5
* Use a maximum of -O on PowerPC kernels instead of -O2 to prevent a rarenwhitehorn2011-08-151-0/+4
* Add support for the Blu-Ray drive found in the Sony Playstation 3 and fixnwhitehorn2011-08-141-1/+1
OpenPOWER on IntegriCloud