summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve support for Macs that have a stride not equal to themarcel2015-08-151-20/+6
* Improve the VT initialization message: have it say what themarcel2015-08-151-2/+3
* Move "ioctl" CAM frontend into separate file.mav2015-08-156-414/+476
* Drop "internal" CTL frontend.mav2015-08-1522-2212/+1
* Update to use the latest version of the PCI IDs Repository.bapt2015-08-151-1897/+7660
* Fixes for HIGH speed ISOCHRONOUS traffic. HS ISOCHRONOUS traffic athselasky2015-08-152-216/+236
* Fix race in USB PF which can happen if we stop tracing exactly whenhselasky2015-08-152-1/+10
* Stop parsing digits if the value already exceeds USHRT_MAX.ed2015-08-151-9/+14
* Add missing 'static' keyword to keep build at WARNS=6 happy.ed2015-08-151-1/+1
* Add support for the arrays in nvlist library.oshogbo2015-08-1510-227/+3170
* Remove automatic checkout feature.delphij2015-08-156-167/+19
* sys/conf: pass NMFLAGS to nm(1) via genassym.sh.rpaulo2015-08-142-2/+2
* genassym.sh: call nm(1) with NMFLAGS.rpaulo2015-08-141-1/+1
* bsd.lib.mk: pass NMFLAGS to the lorder script.rpaulo2015-08-141-3/+3
* Introduce a new make variable: NMFLAGS.rpaulo2015-08-143-2/+6
* For the case where an NFSv4.1 ExchangeID operation has the client identifierrmacklem2015-08-141-2/+5
* sh: When setting option via long name, don't go via letter.jilles2015-08-141-13/+20
* Use pmap_quick_enter_page() to handle bouncing of unmapped buffers in the x86...jah2015-08-141-19/+36
* Remove another remnant of PV domU support and assume that we always runjhb2015-08-142-73/+4
* Reformat x86 bounce buffer synchronization code to reduce indentation. No fu...jah2015-08-141-36/+32
* Stop describing an acquire operation as a read barrier and a releasealc2015-08-141-43/+62
* Use simple fixed name strings for these timecounters and eventimers whichian2015-08-142-7/+5
* Remove a stale comment and clarify the original where it was taken frompfg2015-08-142-7/+2
* Allow the path MTU to grow up to the outgoing interface MTU.tuexen2015-08-141-0/+2
* Handle NYET high speed tokens and predict NAK'ing is up next.hselasky2015-08-141-7/+13
* Use __builtin_clzll to count the leading zero bits, the data is based onandrew2015-08-142-2/+2
* Minor code refactor to avoid duplicating code.hselasky2015-08-141-18/+9
* Comment only change, fix grammar and somewhat clarify the action.kib2015-08-141-2/+3
* Remove some random accumulated diff from Illumos.mav2015-08-141-19/+13
* Regression: fix pw usermod -w xxxbapt2015-08-142-0/+16
* 2618 arc.c mistypes in the commentsmav2015-08-141-3/+3
* Improve the realtime properties of USB transfers for embedded systemshselasky2015-08-148-30/+73
* Fix r286766 build with debug.mav2015-08-141-6/+6
* Add support for bus_space_read_region and bus_space_write_region. This isandrew2015-08-142-4/+192
* Fix minor mismerge sometimes earlier.mav2015-08-141-4/+4
* MFV r286765: 5817 change type of arcs_size from uint64_t to refcount_tmav2015-08-141-25/+108
* MFV r285025: 6033 arc_adjust() should search MFU lists for oldest buffermav2015-08-141-2/+2
* MFV r277431: 5497 lock contention on arcs_mtxmav2015-08-148-638/+1625
* Revert part of r205231, introducing multiple ARC state locks.mav2015-08-141-278/+148
* Move the stack protector to a new "secure" directorypfg2015-08-147-5/+27
* Make clear the bcopy(3) manpage regards when it was marked as LEGACYaraujo2015-08-141-13/+23
* MFV of 286748,tzdata2015fedwin2015-08-138-65/+113
* Spell binaries in the customary way.imp2015-08-131-1/+1
* Stop removing ELF toolchain toolsantoine2015-08-131-2/+2
* s/as/at/ in previous commit.marcel2015-08-131-1/+1
* Remove arm64 workaround for Clang 3.4 crashemaste2015-08-131-1/+1
* Plug a memory leak.delphij2015-08-131-0/+1
* Avoid left-shifting negative signed values in bxe(4).dim2015-08-131-3/+3
* Remove remnant of WITHOUT_ELFTOOLCHAIN_TOOLS missed in r286730emaste2015-08-131-1/+0
* Update src.conf(5) after r286730emaste2015-08-131-16/+3
OpenPOWER on IntegriCloud