summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add __unused. Ansi prototypes.charnier2010-12-202-8/+6
* Oops, fwe(4) listed twice.yongari2010-12-201-1/+0
* Add ae(4) to the list of drivers use the miibus interface.yongari2010-12-201-1/+4
* igb(4), ixgbe(4), mxge(4) and nxge(4) support VLAN hardware tagyongari2010-12-201-1/+7
* Add .Xr to altq(4).yongari2010-12-191-1/+2
* Add .Xr to altq(4).yongari2010-12-191-1/+2
* ae(4), igb(4), ixgb(4) and ixgbe(4) supports altq(4).yongari2010-12-191-1/+5
* Add --numeric-owner to tar extract operations in portsnap.simon2010-12-191-5/+5
* Restore the ABI of struct kinfo_proc32 after r213536.kib2010-12-191-0/+1
* Correct cookie type to match reality.pjd2010-12-191-2/+1
* Reduce lock scope a little.pjd2010-12-191-2/+2
* Add __unused. Ansi prototypes.charnier2010-12-1920-470/+204
* Garbage-collect unused variable.nwhitehorn2010-12-192-9/+4
* Add __unused. Ansi prototypes.charnier2010-12-191-33/+18
* Add __unused. Ansi prototypes.charnier2010-12-191-66/+34
* add __unusedcharnier2010-12-191-6/+4
* Update firmware for wpi(4) from version 2.14.4 to 15.32.2.9.bschmidt2010-12-195-2636/+2644
* Fix a bug introduced in r216518. The ndis_subsys field holds the PCItijl2010-12-191-7/+19
* Fix panic trying to use monitor mode. The iwn_cmd() calls issued bybschmidt2010-12-191-0/+2
* Fix build on bigendian archs.bschmidt2010-12-191-0/+1
* Redo some parts of r216333, specifically, the locking changes toalc2010-12-191-39/+60
* Document JMC251/JMC261 support.yongari2010-12-191-4/+8
* Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernetyongari2010-12-185-36/+403
* Use system defined PCIR_EXPRESS_DEVICE_CTL instead of using magicyongari2010-12-181-1/+1
* Make sure whether driver allocated resource before releasing it.yongari2010-12-181-2/+4
* Fix a regression introduced in r213893. FPGA version requires PHYyongari2010-12-181-2/+3
* sh: arith: Disallow decimal constants starting with 0 (containing 8 or 9).jilles2010-12-182-2/+6
* Consistently put a tab character between #define and the macro name.yongari2010-12-181-14/+14
* Remove dead code.uqs2010-12-181-2/+0
* - Signal that data should not be modified.lulf2010-12-182-2/+4
* Unbreak hostapd. This code has been explicitly removed in upstream versions.bschmidt2010-12-181-33/+4
* Fix some whitespace nits.bschmidt2010-12-181-22/+22
* Change order in wpa_driver_bsd_ops to match upstream code. Add descriptionbschmidt2010-12-181-6/+7
* Add a comment explaining the undefs, while here remove one which is notbschmidt2010-12-181-1/+4
* Rename bsd_set_iface_flags to bsd_ctrl_iface and change arguments to matchbschmidt2010-12-181-15/+27
* Import bsd_configure_wpa() to sync with upstream code.bschmidt2010-12-181-1/+12
* Prefer os_memset, os_strlcpy and os_free. While here adjust the returnbschmidt2010-12-181-13/+13
* Remove some unused variables and unnecessary casts.bschmidt2010-12-181-23/+12
* Remove debug messages which are no longer present in upstream code. Whilebschmidt2010-12-181-10/+4
* Rename iface to ifname to match the upstream code.bschmidt2010-12-181-8/+9
* Rename ioctl_sock to just sock to match the upstream code. While herebschmidt2010-12-181-15/+12
* Move some functions around to match the upstream order.bschmidt2010-12-181-208/+206
* Add bsd_send_mlme_param to aggregate IEEE80211_IOC_MLME ioctls:bschmidt2010-12-181-40/+25
* Change bsd_del_key() to match upstream code:bschmidt2010-12-181-11/+9
* Aggregate SIOCS80211 and SIOCG80211 ioctl request code. While here, bringbschmidt2010-12-181-43/+40
* Inform a compiler which asm statements in the x86 implementation ofkib2010-12-182-15/+17
* Add 2 missing bus_dmamap_sync() calls. Those fix random 'scan timeout',bschmidt2010-12-181-0/+6
* Fix association on 5GHz channels. The device is initially configured usingbschmidt2010-12-181-0/+3
* Fix a panic while disabling the RF kill button, caller of thebschmidt2010-12-181-2/+0
* Reconnect arm to the universe build, and connect big-endian MIPS and ARMnwhitehorn2010-12-181-7/+29
OpenPOWER on IntegriCloud