summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* - Add kern.cam.ada.X.write_cache tunables/sysctls to control write cachingmav2011-04-081-0/+3
* Put the ARGE_DEBUG behind a kernel config option.adrian2011-04-051-0/+5
* Import nvram2env, a device driver which imports various NVRAM-styleadrian2011-04-031-0/+2
* Add 'mos' interface to NOTESkevlo2011-04-011-0/+3
* Introduce AH_AR5416_INTERRUPT_MITIGATION which enables interrupt mitigation foradrian2011-03-311-0/+3
* Break out the ath PCI logic into a separate device/module.adrian2011-03-311-2/+6
* Add rctl. It's used by racct to take user-configurable actions basedtrasz2011-03-303-0/+7
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-293-0/+7
* The new binutils has correctly redefined MAXPAGESIZE on amd64 as 0x200000alc2011-03-281-1/+2
* Rename AH_ENABLE_11N to ATH_ENABLE_11 - the HAL supports 11n byadrian2011-03-271-1/+1
* Add an option - AR71XX_REALMEM - which overrides the amount ofadrian2011-03-271-0/+6
* - Merge the *_SET macros from fire(4) which generally print out themarius2011-03-262-0/+2
* MFgraid/head:mav2011-03-243-0/+15
* Flip this over to be a configurable option for people who wish to play with it.adrian2011-03-221-0/+1
* Fix switching to physical mode as part of calling into EFI runtimemarcel2011-03-211-0/+1
* - Merge changes to the base system to support OFED. These includejeff2011-03-213-0/+291
* Retire opt_ffs_broken_fixme.h.kib2011-03-201-3/+1
* o Move the IVT and supporting functions to the front of the textmarcel2011-03-181-24/+26
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.davidch2011-03-143-0/+10
* INET6 for some time needed in_pcb.c so make sure we compile it in case ofbz2011-03-121-1/+1
* Port over the AR9285 PA calibration and initial calibration code fromadrian2011-03-111-0/+2
* Implement open-loop TX power control (OLC) for Merlin (AR9280) andadrian2011-03-081-0/+3
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-0/+1
* - Remove dependency to ucom from ulpt.hselasky2011-03-031-1/+1
* Break the keycache management functions out into if_ath_keycache.c .adrian2011-03-021-0/+2
* Add support for NetFlow version 9 into ng_netflow(4) node.glebius2011-03-021-0/+1
* Migrate the sysctl related routines (statistics, debugging, etc) out ofadrian2011-03-021-0/+2
* Correct spelling in a last-minute tweaked NOTES entry for CAPABILITIES.rwatson2011-03-011-1/+1
* Hook up sys_capability.c to the build.rwatson2011-03-011-0/+1
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,rwatson2011-03-012-0/+4
* Clang now supports profiling, so remove the part that says it doesn'tdim2011-02-201-2/+2
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-202-0/+14
* Turn off default generation of userland dot symbols on powerpc64 now thatnwhitehorn2011-02-181-0/+7
* Merge binutils 2.17.50 to head. This brings a number of improvements todim2011-02-184-115/+227
|\
| * Sync: merge r216133 through r216338 from ^/head.dim2010-12-095-6/+10
| |\
| * | For ia64, add a proper 'elf64-ia64-freebsd' output format to BFD, so thedim2010-12-051-1/+1
| | |
| | \
| *-. \ Sync: merge r215944 through r216132 from ^/head.dim2010-12-024-1/+12
| |\ \ \
| * \ \ \ Sync: merge r215464 through r215708 from ^/head.dim2010-11-221-0/+1
| |\ \ \ \
| * \ \ \ \ Sync: merge r215189 through r215272 from ^/head.dim2010-11-142-12/+20
| |\ \ \ \ \
| * \ \ \ \ \ Sync: merge r215141 through r215188 from ^/head.dim2010-11-122-1/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Sync: merge r214895 through r215140 from ^/head.dim2010-11-114-21/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Sync: merge r214649 through r214894 from ^/head.dim2010-11-061-4/+4
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Step 2: sync sys/conf/ldscript.i386 with the binutils 2.17.50 version,dim2010-11-051-36/+61
| * | | | | | | | | Step 1: sync sys/conf/ldscript.i386 with the binutils 2.15 version,dim2010-11-051-74/+114
| * | | | | | | | | Sync sys/conf/ldscript.amd64 with the upstream version, preservingdim2010-11-041-35/+81
| * | | | | | | | | Binutils commit 0c845abb5a0083c6deebc75975608237015badba increaseddim2010-11-041-2/+3
| * | | | | | | | | Sync: merge r214353 through r214648 from ^/head.dim2010-11-018-16/+28
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use new output format 'elf64-x86-64-freebsd' instead of 'elf64-x86-64',dim2010-11-012-3/+3
* | | | | | | | | | | cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.np2011-02-183-2/+11
* | | | | | | | | | | - Fix build of manual page and inclusion of mos driver into kernel config file.hselasky2011-02-171-2/+3
OpenPOWER on IntegriCloud