aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Minor style(9) changes:Gleb Smirnoff2012-12-241-1/+3
* Fix more regression issue after r244503.Hans Petter Selasky2012-12-243-4/+12
* Do not force a writer to the devfs file to drain the buffer writes.Konstantin Belousov2012-12-233-2/+15
* zfs: solaris doesn't have KM_ZERO, kmem_zalloc should be used insteadAndriy Gapon2012-12-232-3/+3
* Add parentheses to IP_FW_ARG_TABLEARG() definition.Alexander V. Chernikov2012-12-231-1/+1
* Use unified IP_FW_ARG_TABLEARG() macro for most tablearg checks.Alexander V. Chernikov2012-12-234-25/+17
* Correct a series of errors in the hand-rolled locking for drace_debug.c:Ryan Stone2012-12-231-44/+54
* Fix regression issue after r244503.Hans Petter Selasky2012-12-231-5/+8
* Mangle label names containing spaces, non-printable characters '%' orJaakko Heinonen2012-12-221-0/+23
* Reject spaces and double quotation marks in device names. devctl(4)Jaakko Heinonen2012-12-221-0/+7
* Fixup r240424: On entering KDB backends, the hijacked thread to runAttilio Rao2012-12-225-13/+17
* cxgbe(4): Add support for the T440-LP-CR card. This is the 4x10G lowNavdeep Parhar2012-12-221-0/+1
* if_start() is being used here as a way of kick-starting the new queueAdrian Chadd2012-12-221-0/+5
* Remove a use of if_start() - instead, use if_transmit() to dispatch theAdrian Chadd2012-12-221-2/+1
* The manpage states that bus_dmamap_create(9) returns ENOMEM if it can'tOlivier Houchard2012-12-221-3/+11
* The VM_MEMATTR_ constants are enumerated, not a bitset. Compare accordingly.Olivier Houchard2012-12-222-8/+8
* Reduce stack usage in the USB audio driver by moving some large stackHans Petter Selasky2012-12-211-292/+282
* cxgbe(4): must hold a write-lock on the table while allocating an L2Navdeep Parhar2012-12-211-2/+2
* Put kthreads under curproc so they are attached to nvmecontrol ratherJim Harris2012-12-211-2/+2
* Move the 64-bit _setjmp to lib/libstand.Rui Paulo2012-12-212-94/+1
* Regression issue:Hans Petter Selasky2012-12-211-5/+13
* Fixup r218424: uio_yield() was scaling directly to userland priority.Attilio Rao2012-12-214-7/+7
* Comment fix: there is no ub_ptr, instead explain meaning of uz_countGleb Smirnoff2012-12-211-1/+1
* Build a 64 bit version of the FICL library. This is need for a 64 bitRui Paulo2012-12-212-6/+23
* Note why fast frames is disabled for 802.11n NICs now.Adrian Chadd2012-12-211-1/+7
* rename the 'tag' and 'map' fields used the rx ring to theirLuigi Rizzo2012-12-203-27/+27
* Rewrite fdgrowtable() so common mortals can actually understand whatDag-Erling Smørgrav2012-12-201-55/+74
* Make SES driver to not fall out on some errors in Additional Status page.Alexander Motin2012-12-201-3/+2
* Make sure all USB drivers allocate buffer memoryHans Petter Selasky2012-12-208-236/+203
* Allocate separate USB buffers for DMA'ed data, so thatHans Petter Selasky2012-12-202-13/+66
* Add support for throttling UMASS.Hans Petter Selasky2012-12-201-2/+24
* Make sure we block recursion on TTY's inwakeup callbackHans Petter Selasky2012-12-202-1/+8
* Recognize 5720S PHY and treat it as 5708S PHY.Pyun YongHyeon2012-12-202-11/+17
* For fiber PHYs, BRGPHY_MII_1000CTL register is not defined at allPyun YongHyeon2012-12-201-6/+5
* Replace generic ARM11 option with more specificOleksandr Tymoshenko2012-12-2015-60/+456
* Fix misleading commentOleksandr Tymoshenko2012-12-201-1/+1
* More constant renaming in preparation for newer features.Pedro F. Giffuni2012-12-204-24/+25
* We want to build subr_busdma_bufalloc.c on arm.Olivier Houchard2012-12-201-0/+1
* Use C comments instead of C++ comments.Olivier Houchard2012-12-201-4/+8
* Busdma enhancements, especially for managing small uncacheable buffers.Olivier Houchard2012-12-201-198/+296
* Use the new allocator in bus_dmamem_alloc().Olivier Houchard2012-12-201-40/+127
* Create an architecture-agnostic buffer pool manager that uses uma(9) toOlivier Houchard2012-12-202-0/+292
* Get the old NFSCLIENT to compile by adding now needed files.Olivier Houchard2012-12-201-4/+4
* Replace expand_name() function with corefile_open() function, which notPawel Jakub Dawidek2012-12-191-54/+35
* Use correct file permissions when looking for available core file ifPawel Jakub Dawidek2012-12-191-1/+1
* Use NFSCL since NFSCLIENT build is broken at the momentOleksandr Tymoshenko2012-12-191-3/+1
* - Add new machine parsable KTR macros for timing events.Jeff Roberson2012-12-193-30/+59
* - Correctly handle EWOULDBLOCK in quiesce_cpusJeff Roberson2012-12-191-1/+2
* When we have some address to forward (e.g. it was specified with ipfw fwd),Andrey V. Elsukov2012-12-191-7/+9
* Make dst_sa initialization only when it is actually needed.Andrey V. Elsukov2012-12-191-9/+12