| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate most of the beacon handling functions out to if_ath_beacon.c. | adrian | 2012-05-20 | 1 | -0/+2 |
* | Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c. | adrian | 2012-05-20 | 1 | -0/+2 |
* | Migrate the bulk of the RX routines out from if_ath.c to if_ath_rx.[ch]. | adrian | 2012-05-20 | 1 | -0/+2 |
* | Import work done under project/nand (@235533) into head. | gber | 2012-05-17 | 2 | -0/+30 |
* | Further arswitch work: | adrian | 2012-05-12 | 1 | -0/+13 |
* | Generate board id's from Linux's mach-types database for all arm | imp | 2012-05-10 | 1 | -0/+6 |
* | Add support for Ralink RT2800/RT3000 chipsets. | bschmidt | 2012-05-10 | 1 | -0/+1 |
* | Break out the arge MDIO bus code into an optional argemdio device. | adrian | 2012-05-01 | 1 | -0/+1 |
* | Bring over the first part of the etherswitch framework - an MDIO bus and | adrian | 2012-05-01 | 2 | -1/+5 |
* | Migrate ARGE_DEBUG to opt_arge.h. | adrian | 2012-05-01 | 1 | -1/+1 |
* | Add to GEOM RAID class module, supporting the DDF metadata format, as | mav | 2012-04-30 | 1 | -0/+1 |
* | Drag in subr_acl_nfs4.c for ZFS automatically, otherwise it's | marius | 2012-04-29 | 1 | -1/+1 |
* | Remove dead code. The routines in atomic.S did not work properly anyway, and | nwhitehorn | 2012-04-22 | 1 | -1/+0 |
* | Add to GEOM RAID class module for reading non-degraded RAID5 volumes and | mav | 2012-04-19 | 1 | -0/+1 |
* | Fix some style bugs introduced in a previous commit (r233045) | davide | 2012-04-14 | 1 | -1/+2 |
* | Add a driver for the NXP (Philips) PCF8563 RTC. | marius | 2012-04-13 | 1 | -0/+1 |
* | Upgrade ATH_EEPROM_FIRMWARE to a configuration option. | adrian | 2012-04-13 | 1 | -0/+1 |
* | Add OFED and the associated options and drivers to x86 LINT builds: | jhb | 2012-04-12 | 1 | -5/+5 |
* | uart_cpu_amd64.c and uart_cpu_i386.c (under sys/dev/uart) are | marcel | 2012-04-11 | 2 | -2/+2 |
* | - Add new ARM kernel option QEMU_WORKAROUNDS which can be | stas | 2012-04-07 | 1 | -0/+1 |
* | Disable INET6 support in modules when building the LINT-NOINET6 kernel. | jhb | 2012-04-04 | 1 | -0/+1 |
* | MFhead_mfi r227068 | ambrisko | 2012-03-30 | 1 | -0/+2 |
|\ |
|
| * | First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards. | ambrisko | 2011-11-04 | 1 | -0/+2 |
* | | Move the legacy(4) driver to x86. | jhb | 2012-03-30 | 3 | -3/+3 |
* | | Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. | jmallett | 2012-03-29 | 2 | -2/+2 |
* | | Add software PMC support. | fabient | 2012-03-28 | 1 | -0/+1 |
* | | Allow (with a license warning) "options ZFS" to work in static kernels. | peter | 2012-03-27 | 12 | -4/+156 |
* | | Driver for OpenCores I2C controller. | jchandra | 2012-03-27 | 2 | -0/+3 |
* | | Move driver for DS1374 RTC to sys/dev/iicbus | jchandra | 2012-03-27 | 2 | -0/+3 |
* | | Disable detailed PV entry accounting by default. Add a config option | alc | 2012-03-24 | 2 | -0/+2 |
* | | Work around the following clang warning in mps(4): | dim | 2012-03-23 | 2 | -1/+3 |
* | | Rework MIPS PMC code: | gonzo | 2012-03-22 | 2 | -1/+1 |
* | | Exclude devices which are mutually exclusive with ATA_CAM. For better | marius | 2012-03-21 | 1 | -6/+6 |
* | | Eliminate vm.pmap.shpgperproc and vm.pmap.pv_entry_max because they no | alc | 2012-03-21 | 1 | -1/+0 |
* | | Connect geom_part_ldm to the kernel build. | ae | 2012-03-19 | 3 | -0/+3 |
* | | Add rudimentary profiling of the hash table used in the in the umtx code to | davide | 2012-03-16 | 2 | -1/+4 |
* | | - Fix to build a native i386 kernel without the SMP and atpic. | nyan | 2012-03-16 | 1 | -1/+1 |
* | | Fill out fake preload structure to let userland tools like pmc(3) know | gonzo | 2012-03-15 | 1 | -1/+1 |
* | | Add the missing IPOIB option. | delphij | 2012-03-14 | 1 | -0/+1 |
* | | (Re)-make these ACL routines optional. | adrian | 2012-03-13 | 1 | -2/+2 |
* | | Update comments and CFLAGS in sys/conf/kern.mk, introduced in r221879, | dim | 2012-03-13 | 1 | -10/+8 |
* | | Don't build kernel.tramp on Octeon. Probably building it should be opt-in | jmallett | 2012-03-13 | 1 | -0/+2 |
* | | o) Use ABI, not ISA_* options, to determine whether to compile bits if libkern | jmallett | 2012-03-12 | 2 | -13/+1 |
* | | Reenable -Winline on MIPS now that we're not compiling Cavium's error | jmallett | 2012-03-11 | 1 | -3/+0 |
* | | Disable -Winline on MIPS in preparation for the import of the latest version | jmallett | 2012-03-11 | 1 | -0/+3 |
* | | Get rid of mainbus.c. The version in nexus.c is being used and is | jmallett | 2012-03-10 | 1 | -1/+0 |
* | | Move i386's intr_machdep.c to the x86 tree and share it with amd64. | jhb | 2012-03-09 | 3 | -3/+3 |
* | | Allow a native i386 kernel to be built with 'nodevice atpic'. Just as on | jhb | 2012-03-09 | 2 | -3/+3 |
* | | Provide wbwd(4), a driver for the watchdog timer found on various | bz | 2012-03-06 | 2 | -0/+2 |
* | | In r232322, I forgot one case where a check for MK_CLANG_IS_CC was | dim | 2012-03-04 | 1 | -1/+1 |