aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump all copywrite dates to 2015Sean Bruno2015-08-1639-39/+39
* e1000/if_lem.c bump to 1.1.0Sean Bruno2015-08-162-8/+1
* Increase EM_MAX_SCATTER to 64 such that the size of em_xmit()::segs[EM_MAX_SC...Sean Bruno2015-08-162-66/+80
* wordexp(): Stop using the undocumented wordexp builtin.Jilles Tjoelker2015-08-161-3/+4
* Add capability to disable CRC stripping. This breaks IPMI/BMC capabilities on...Sean Bruno2015-08-162-2/+12
* As another piece of PG_CACHE page elimination, remove an LRU-defeating callAlan Cox2015-08-161-5/+0
* Pick UINT_MAX / 100 as an upperbound.Ed Schouten2015-08-161-6/+9
* sh: Backslash-newline should not affect field splitting in read builtin.Jilles Tjoelker2015-08-163-2/+21
* Split arpresolve() into fast/slow path.Alexander V. Chernikov2015-08-161-61/+93
* Regen src.conf.5 per r286822Enji Cooper2015-08-161-6/+1
* Reap MK_SYSINSTALLEnji Cooper2015-08-163-6/+0
* SRR1 and DSISR aren't pointers, print them as integers.Justin Hibbits2015-08-161-3/+3
* Small addition to r286814.Alexander Motin2015-08-151-2/+0
* Make dtb file configurable via loader(8) variable. ubldr already checksOleksandr Tymoshenko2015-08-151-3/+4
* Remove UMA allocation of ATA requests.Alexander Motin2015-08-152-34/+3
* bsd.lib.mk has to be included after MLINKS assignmentAntoine Brodin2015-08-151-2/+2
* Polish sizes processing.Alexander Motin2015-08-151-40/+27
* Improve support for Macs that have a stride not equal to theMarcel Moolenaar2015-08-151-20/+6
* Improve the VT initialization message: have it say what theMarcel Moolenaar2015-08-151-2/+3
* Move "ioctl" CAM frontend into separate file.Alexander Motin2015-08-156-414/+476
* Drop "internal" CTL frontend.Alexander Motin2015-08-1522-2212/+1
* Update to use the latest version of the PCI IDs Repository.Baptiste Daroussin2015-08-151-1897/+7660
* Fixes for HIGH speed ISOCHRONOUS traffic. HS ISOCHRONOUS traffic atHans Petter Selasky2015-08-152-216/+236
* Fix race in USB PF which can happen if we stop tracing exactly whenHans Petter Selasky2015-08-152-1/+10
* Stop parsing digits if the value already exceeds USHRT_MAX.Ed Schouten2015-08-151-9/+14
* Add missing 'static' keyword to keep build at WARNS=6 happy.Ed Schouten2015-08-151-1/+1
* Add support for the arrays in nvlist library.Mariusz Zaborski2015-08-1510-226/+3169
* Remove automatic checkout feature.Xin LI2015-08-156-167/+19
* sys/conf: pass NMFLAGS to nm(1) via genassym.sh.Rui Paulo2015-08-142-2/+2
* genassym.sh: call nm(1) with NMFLAGS.Rui Paulo2015-08-141-1/+1
* bsd.lib.mk: pass NMFLAGS to the lorder script.Rui Paulo2015-08-141-3/+3
* Introduce a new make variable: NMFLAGS.Rui Paulo2015-08-143-2/+6
* For the case where an NFSv4.1 ExchangeID operation has the client identifierRick Macklem2015-08-141-2/+5
* sh: When setting option via long name, don't go via letter.Jilles Tjoelker2015-08-141-13/+20
* Use pmap_quick_enter_page() to handle bouncing of unmapped buffers in the x86...Jason A. Harmening2015-08-141-19/+36
* Remove another remnant of PV domU support and assume that we always runJohn Baldwin2015-08-142-73/+4
* Reformat x86 bounce buffer synchronization code to reduce indentation. No fu...Jason A. Harmening2015-08-141-35/+31
* Stop describing an acquire operation as a read barrier and a releaseAlan Cox2015-08-141-43/+62
* Use simple fixed name strings for these timecounters and eventimers whichIan Lepore2015-08-142-7/+5
* Remove a stale comment and clarify the original where it was taken fromPedro F. Giffuni2015-08-142-7/+2
* Allow the path MTU to grow up to the outgoing interface MTU.Michael Tuexen2015-08-141-0/+2
* Handle NYET high speed tokens and predict NAK'ing is up next.Hans Petter Selasky2015-08-141-7/+13
* Use __builtin_clzll to count the leading zero bits, the data is based onAndrew Turner2015-08-142-2/+2
* Minor code refactor to avoid duplicating code.Hans Petter Selasky2015-08-141-18/+9
* Comment only change, fix grammar and somewhat clarify the action.Konstantin Belousov2015-08-141-2/+3
* Remove some random accumulated diff from Illumos.Alexander Motin2015-08-141-19/+13
* Regression: fix pw usermod -w xxxBaptiste Daroussin2015-08-142-0/+16
* 2618 arc.c mistypes in the commentsAlexander Motin2015-08-141-3/+3
* Improve the realtime properties of USB transfers for embedded systemsHans Petter Selasky2015-08-148-30/+73
* Fix r286766 build with debug.Alexander Motin2015-08-141-6/+6