aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the acpi attachment to always start the worker thread.John Baldwin2016-05-041-3/+2
* Improve performance and functionality of the bitstring(3) apiAlan Somers2016-05-0414-182/+742
* fsck_msdosfs: Adjust a check.Pedro F. Giffuni2016-05-041-1/+1
* Default NO_INSTALLEXTRAKERNELS to yes, not noEnji Cooper2016-05-041-1/+1
* Fix "getextattr -x" with non-ascii attribute valuesAlan Somers2016-05-042-4/+18
* Default NO_INSTALLEXTRAKERNELS to "no" to unbreak the buildEnji Cooper2016-05-041-0/+2
* Allow setextattr(8) to take attribute values from stdinAlan Somers2016-05-044-34/+93
* Add driver for Allwinner A83T/H3/A64 Gigabit Ethernet.Jared McNeill2016-05-043-0/+1600
* wi: fix a comment (0x1fff has 13 bits set).Andriy Voskoboinyk2016-05-041-1/+1
* Explain why pmap_copy(), pmap_enter_pde(), and pmap_enter_quick_locked()Alan Cox2016-05-041-1/+21
* dev/pms: minor spelling fixes for the FreeBSD-specific part.Pedro F. Giffuni2016-05-044-11/+11
* tools: minor spelling fix in locales template.Pedro F. Giffuni2016-05-041-4/+4
* net80211: do not hardcode size of ic_modecaps field.Andriy Voskoboinyk2016-05-041-1/+2
* Make it possible to override NO_INSTALLEXTRAKERNELS.Gleb Smirnoff2016-05-041-5/+5
* [net80211] add extra debugging around negotiated A-MPDU parameters.Adrian Chadd2016-05-041-0/+8
* While gem5 is not qemu, we treat it as "simulators" or "virtual environments".Bjoern A. Zeeb2016-05-041-0/+17
* The virtual timer is optional on ARM64. Properly handle that condition. [1]Bjoern A. Zeeb2016-05-041-2/+6
* The ARM generic timer keeps ticking even if disabled or it expired.Bjoern A. Zeeb2016-05-041-1/+1
* sys/sparc64: minor spelling fixes.Pedro F. Giffuni2016-05-042-2/+2
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-0444-72/+72
* xen/pvclock: set the correct resolution for the Xen PV clockRoger Pau Monné2016-05-041-1/+6
* rtc: fix inverted resolution checkRoger Pau Monné2016-05-041-1/+1
* iwn: fix device reset after watchdog timeout.Andriy Voskoboinyk2016-05-042-18/+1
* Extend the UQ_NO_STRINGS quirk to also cover the USB language stringHans Petter Selasky2016-05-041-1/+3
* s/struct device */device_t/gAdrian Chadd2016-05-041-1/+1
* s/struct device */device_t/gAdrian Chadd2016-05-041-1/+1
* s/struct device */device_t/gAdrian Chadd2016-05-041-1/+1
* s/struct device */device_t/gAdrian Chadd2016-05-041-1/+1
* s/struct device */device_t/gAdrian Chadd2016-05-041-1/+1
* Fix build without "options PCI_IOV".Jung-uk Kim2016-05-041-1/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-05-041-0/+1
* DIRDEPS_BUILD: Exclude secure/lib* libraries for host builds.Bryan Drewery2016-05-041-0/+1
* kern: Factor out function to convert hash flags to malloc(9) flagsSepherosa Ziehau2016-05-041-10/+12
* [bwn] fix rate control feedback.Adrian Chadd2016-05-041-10/+10
* sh: Handle empty hostname and $PWD when building promptEric van Gyzen2016-05-041-2/+3
* Fix nvram2env after bus_space_fdt removal.Alexander Kabaev2016-05-041-1/+1
* Use imin() macro from sys/libkern.h.Marcelo Araujo2016-05-041-2/+2
* [bwn] accurately(ish) account transmit/recieve failures for rate control.Adrian Chadd2016-05-041-46/+31
* [bwn] ensure the fallback rate stays in the same PHY mode.Adrian Chadd2016-05-041-1/+9
* Use DEVMETHOD_END ({ NULL, NULL }) instead of hardcoding { 0, 0 }Enji Cooper2016-05-031-1/+1
* pmcstudy.8: minor "efficiency" fix.Pedro F. Giffuni2016-05-031-1/+1
* sys/amd64: Small spelling fixes.Pedro F. Giffuni2016-05-039-11/+11
* vmm(4): Small spelling fixes.Pedro F. Giffuni2016-05-035-5/+5
* kgssapi: insignificant spelling fix.Pedro F. Giffuni2016-05-031-1/+1
* Misc. build: minor spelling fixes.Pedro F. Giffuni2016-05-035-7/+7
* sys/isa: minor spelling fixes.Pedro F. Giffuni2016-05-033-3/+3
* Print the fchmodat mode in human readable fashionBaptiste Daroussin2016-05-031-0/+1
* Work around (ignore) broken SRAT tablesEric van Gyzen2016-05-031-2/+6
* Save and restore SRIOV-related config registers.John Baldwin2016-05-033-0/+36
* Use the correct location of the SRIOV capability when enabling ARI.John Baldwin2016-05-031-3/+8