summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* No need to zero the softc. It's allocated with M_ZERO.tijl2010-12-181-27/+3
* Use convenience functions where possible instead of accessing the PCItijl2010-12-185-45/+5
* In pmap_extract(), unlock pmap lock earlier. The calculation does not needkib2010-12-181-1/+1
* Sort cross references by section.brucec2010-12-181-2/+2
* Add Exar octal PCI UART.emaste2010-12-181-0/+6
* Bring in the relevant changes from NetBSD's 1.31:dougb2010-12-181-3/+3
* Implement and use a single optimized function for unholding a set of pages.alc2010-12-178-36/+38
* Fix two vnode locking problems in nfsd_recalldelegation() in thermacklem2010-12-171-4/+8
* Simply refer to all Xen drivers as para-virtualized, as this appears torwatson2010-12-171-3/+3
* Update shmget(2) with POSIX access permissions and remove non-standard SHM_R,brucec2010-12-173-13/+11
* cyclic xcall: use smp_no_rendevous_barrier as setup function parameteravg2010-12-171-2/+2
* Add back a bounds check on valid idle priorities that was lost in anjhb2010-12-171-8/+6
* small cleanup of acpi battery status setting and checkingavg2010-12-174-4/+23
* Fix a flightsize bug related to the processing of PKTDRP reports.tuexen2010-12-171-1/+1
* Correct some misundertandings on my part about PV vs HVM kernelrwatson2010-12-171-13/+19
* Fix spelling nits.rwatson2010-12-171-2/+2
* Add pf in quiet modekevlo2010-12-171-2/+2
* Minor cleanup for sys/conf/Makefile.mips. Use -e and replace two calls tojchandra2010-12-171-3/+3
* Clarifications of a number of points in xen.4, and some additional devicerwatson2010-12-171-12/+17
* sh: Fix corruption of command substitutions with special chars after newlinejilles2010-12-162-2/+22
* Bugfix: Take also the nr-mapping array into account when detectingtuexen2010-12-162-10/+14
* The 'ret' variable is of type ssize_t and we use proper format for it (%zd), sopjd2010-12-161-3/+2
* Revert r216473.obrien2010-12-161-1/+1
* - If the atkbdc device is assigned an IRQ resource by ACPI or the PnPBIOS,jhb2010-12-163-14/+55
* - When moving the IRQ resource from the psmcpnp device to the psm device,jhb2010-12-161-15/+5
* Small style fixes:jhb2010-12-162-24/+22
OpenPOWER on IntegriCloud