aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The current API for adding rules with pool addresses is the following:Gleb Smirnoff2014-04-251-1/+3
* Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets.Kevin Lo2014-04-257-122/+1225
* Add a SLEEP->SCAN transition. Without this a disassociate or scanAdrian Chadd2014-04-251-9/+8
* Fix subnet and default routes on different FIBs on the same subnet.Alan Somers2014-04-249-26/+45
* Fix beri_simplebus probing. It's not allowed to have two modules on theBrooks Davis2014-04-241-3/+4
* Modify the ioctl path to support querying things if the vap state isAdrian Chadd2014-04-241-7/+7
* Fix the AR5211 power mode tracking stuff.Adrian Chadd2014-04-241-2/+4
* Fix the AR5210 HAL code to store the association ID and restore itAdrian Chadd2014-04-243-0/+7
* Fix ah_powerMode to be set at the correct place for the AR5210.Adrian Chadd2014-04-241-2/+4
* Merge from CheriBSD:Brooks Davis2014-04-241-50/+31
* More like gone in 11...Warner Losh2014-04-241-21/+0
* The PR reported that the old NFS server did not set uio_td == NULLRick Macklem2014-04-242-0/+2
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0Alan Somers2014-04-244-7/+7
* Remove limits on size of READ/WRITE operations.Alexander Motin2014-04-243-137/+203
* Eliminate duplicate checks in vdev_geom_io_intr error handlingSteven Hartland2014-04-241-26/+30
* Make CAM target CTL frontend respect SIM I/O size limitations.Alexander Motin2014-04-241-100/+98
* Remove duplicate SYSCTL_DECL(_debug_acpi) which was breaking tinderboxSteven Hartland2014-04-241-2/+0
* xen: fix copyright headerRoger Pau Monné2014-04-241-0/+4
* Modify CTL iSCSI frontend to properly handle situations where datamoveEdward Tomasz Napierala2014-04-241-49/+81
* Fix jailed raw sockets not setting the correct source address bySteven Hartland2014-04-243-8/+10
* Increase ACPI_MAX_TASKS to be 4 x the number of CPU's as 2 x was stillSteven Hartland2014-04-241-1/+1
* Wait for the callout to finish before unloading the moduleBryan Venteicher2014-04-241-1/+1
* Fix panic by adding mtx_assert() to urtwn_init_locked() andKevin Lo2014-04-241-0/+6
* Begin fleshing out support for net80211 provided (legacy) sleep management.Adrian Chadd2014-04-243-5/+132
* Add a capability to indicate that the net80211 stack should be doingAdrian Chadd2014-04-241-0/+1
* Add some new ATA defines for SATA 3.1 specSteven Hartland2014-04-241-0/+5
* Add the ability to set a minimum ashift size for ZFS pool creation or root levelSteven Hartland2014-04-242-18/+73
* Exposed debug.acpi.max_tasks and debug.acpi.max_threads via sysctls so theirSteven Hartland2014-04-241-0/+6
* Allow the guest to read the TSC via MSR 0x10.Peter Grehan2014-04-241-1/+7
* Remove an unnecessary level of indirection for an argument.Rick Macklem2014-04-231-7/+6
* Allow frames to be transmitted in either RUN or SLEEP stateAdrian Chadd2014-04-231-10/+25
* Allow the state of the interface to be "up" if the VAP is in SLEEP state.Adrian Chadd2014-04-231-1/+2
* Modify the NFSv4 client's Pathconf RPC (actually a Getattr Op.)Rick Macklem2014-04-231-2/+5
* Don't free an mbuf twice. This only happens in very rare errorMichael Tuexen2014-04-231-1/+15
* MFV r264830:Xin LI2014-04-232-7/+8
* MFV r264829:Xin LI2014-04-2313-25/+871
* Disable UNMAP support for STEC 842 SSDs.Alexander Motin2014-04-231-3/+12
* - Sprinkle const and static as appropriate.Marius Strobl2014-04-233-41/+33
* Add quirk to configure headphones redirection on Intel DH87RL boards.Marius Strobl2014-04-232-1/+9
* Change the vlapic timer frequency to be in the ballpark of contemporaryNeel Natu2014-04-231-1/+6
* Oops, revert r264801.Kevin Lo2014-04-231-1/+0
* Add a missing break.Kevin Lo2014-04-231-0/+1
* - Get transmit loop more in line with the other serial drivers.Hans Petter Selasky2014-04-231-5/+12
* Wrap the rate control re-init code in a lock, to serialise it withAdrian Chadd2014-04-231-0/+2
* Fix grammar error and trailing newline.Bryan Drewery2014-04-231-2/+1
* Check that port is started when MAC filter is setGeorge V. Neville-Neil2014-04-221-3/+14
* Keep geom_uncompress(4) in line with geom_uzip(4), bring in the r264504 fix.Luiz Otavio O Souza2014-04-221-5/+23
* Factor out common ioport handler code for better hygiene -- pointedTycho Nightingale2014-04-221-22/+12
* Fixes mkdir for the NFSv2 client that was broken by r264705.Rick Macklem2014-04-221-1/+1
* Add {} braces so that the code conforms to the indentation.Rick Macklem2014-04-211-2/+4