summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Migrate most of the beacon handling functions out to if_ath_beacon.c.adrian2012-05-201-0/+2
* Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c.adrian2012-05-201-0/+2
* Migrate the bulk of the RX routines out from if_ath.c to if_ath_rx.[ch].adrian2012-05-201-0/+2
* Import work done under project/nand (@235533) into head.gber2012-05-172-0/+30
* Further arswitch work:adrian2012-05-121-0/+13
* Generate board id's from Linux's mach-types database for all armimp2012-05-101-0/+6
* Add support for Ralink RT2800/RT3000 chipsets.bschmidt2012-05-101-0/+1
* Break out the arge MDIO bus code into an optional argemdio device.adrian2012-05-011-0/+1
* Bring over the first part of the etherswitch framework - an MDIO bus andadrian2012-05-012-1/+5
* Migrate ARGE_DEBUG to opt_arge.h.adrian2012-05-011-1/+1
* Add to GEOM RAID class module, supporting the DDF metadata format, asmav2012-04-301-0/+1
* Drag in subr_acl_nfs4.c for ZFS automatically, otherwise it'smarius2012-04-291-1/+1
* Remove dead code. The routines in atomic.S did not work properly anyway, andnwhitehorn2012-04-221-1/+0
* Add to GEOM RAID class module for reading non-degraded RAID5 volumes andmav2012-04-191-0/+1
* Fix some style bugs introduced in a previous commit (r233045)davide2012-04-141-1/+2
* Add a driver for the NXP (Philips) PCF8563 RTC.marius2012-04-131-0/+1
* Upgrade ATH_EEPROM_FIRMWARE to a configuration option.adrian2012-04-131-0/+1
* Add OFED and the associated options and drivers to x86 LINT builds:jhb2012-04-121-5/+5
* uart_cpu_amd64.c and uart_cpu_i386.c (under sys/dev/uart) aremarcel2012-04-112-2/+2
* - Add new ARM kernel option QEMU_WORKAROUNDS which can bestas2012-04-071-0/+1
* Disable INET6 support in modules when building the LINT-NOINET6 kernel.jhb2012-04-041-0/+1
* 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
OpenPOWER on IntegriCloud