aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ath] Begin using the replacement EDCA functions.Adrian Chadd2017-10-121-1/+5
* [net80211] begin handling multiple hardware decap'ed A-MSDU in the RX path.Adrian Chadd2017-10-122-2/+51
* Fix build after r324446.Gleb Smirnoff2017-10-121-1/+1
* Optimize zpool_read_all_labels with AIOAlan Somers2017-10-121-8/+33
* Add arm/armv7 checks to env_check().Glen Barber2017-10-121-1/+1
* Fix shadowed variable hidden by WARNS changing to 3 in r313006.Bryan Drewery2017-10-121-1/+1
* regen freebsd32_sysent.c after r324564 (freebsd32_posix_fallocate)Ed Maste2017-10-121-2/+2
* allow posix_fallocate in 32-bit compat capability modeEd Maste2017-10-121-0/+1
* a10_ehci: Remove the passby codeEmmanuel Vadot2017-10-121-24/+1
* Add rev16 instruction to the disassembler.Bjoern A. Zeeb2017-10-121-0/+1
* regen init_sysent.c r324560Ed Maste2017-10-121-1/+1
* allow posix_fallocate in capability modeEd Maste2017-10-123-2/+7
* Move panic back into libsa. It's documented in libstand(3) to belongWarner Losh2017-10-123-3/+3
* Define prototype for exit and ensure referencesWarner Losh2017-10-125-0/+13
* Rename exit to efi_exit to avoid clashing with libsa exit definitionWarner Losh2017-10-123-11/+12
* Move ufsread.cWarner Losh2017-10-125-6/+9
* Honor CFLAGS modifications in Makefile.inc by using += here. There'sWarner Losh2017-10-121-1/+1
* Move crc32.c, util.c and gpt.c over to libsa.Warner Losh2017-10-1211-8/+13
* Rename libstand.a to libsa.a and libstand32.a to libsa32.aWarner Losh2017-10-127-12/+10
* Kill the userboot copy of libstand.Warner Losh2017-10-125-28/+3
* Move lib/libstand to sys/boot/libsaWarner Losh2017-10-1285-178/+155
* Add $FreeBSD$ to ancient sources that it's missing from.Warner Losh2017-10-122-0/+2
* Previously there was a VIRT kernel to which I had added these options.Bjoern A. Zeeb2017-10-121-0/+2
* xinstall: plug an infinite loop in directory creationMateusz Guzik2017-10-121-2/+4
* When unmounting a tmpfs, do not call free_unr.Matt Joras2017-10-112-1/+9
* Add clearing function for unr(9).Matt Joras2017-10-114-2/+36
* Declare more TCP globals in tcp_var.h, so that alternative TCP stacksGleb Smirnoff2017-10-115-67/+65
* Added support driver state capture/retrievalDavid C Somayajulu2017-10-117-2/+310
* crypto(9): Print flags in more useful hexConrad Meyer2017-10-111-1/+1
* libunwind: use upstream patch to disable executable stacksEd Maste2017-10-113-2/+19
* Add sanity checks in ql_hw_send() qla_send() to ensure that empty slotsDavid C Somayajulu2017-10-112-0/+25
* hwpmc(4): Actually use a sufficiently wide typeConrad Meyer2017-10-111-1/+1
* hwpmc(4): Force sufficiently wide type for left shiftConrad Meyer2017-10-111-1/+1
* Do not try to remove diff.7 optionaly has it is always removedBaptiste Daroussin2017-10-111-1/+0
* OptionalObsoleteFiles: remove diff from MK_GNU_DIFF=no blockEd Maste2017-10-111-2/+0
* The th_bintime, th_microtime and th_nanotime members of the timehandKonstantin Belousov2017-10-111-3/+1
* rss: Remove never defined UDP_IPV4_EXSepherosa Ziehau2017-10-112-2/+0
* ixgbe: Remove never defined UDP_IPV4_EXSepherosa Ziehau2017-10-113-7/+0
* hyperv/hn: Enable transparent VF by default.Sepherosa Ziehau2017-10-111-1/+1
* hyperv/hn: Workaround erroneous hash type observed on WS2016 for VF.Sepherosa Ziehau2017-10-113-8/+36
* Don't use a non-zero argument for __builtin_frame_addressKurt Lidl2017-10-111-1/+1
* Do exception offset computations in 64 bits, not 32.Justin Hibbits2017-10-111-3/+3
* sysctl.9: document CTLFLAG_CAPRD and CTLFLAG_CAPWREd Maste2017-10-101-1/+5
* match sendfile() error handling to send().Sean Bruno2017-10-101-2/+6
* growfs: ANSIfy cgckhash()Ed Maste2017-10-101-2/+1
* Fix forced dismount when a pNFS mount is hung on a DS.Rick Macklem2017-10-102-0/+21
* Revert Commit r324290David C Somayajulu2017-10-102-21/+0
* uart: detect 256-byte FIFOsEd Maste2017-10-101-1/+4
* Merge ACPICA 20170929 (take 2).Jung-uk Kim2017-10-1069-1369/+3051
|\
* | Do not check whether AcpiOsGetTimer() is called during boot.Jung-uk Kim2017-10-101-3/+0