aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add new USB ID.Hans Petter Selasky2012-12-292-0/+2
* Make it possible to atomically resume writes on the mount and accountKonstantin Belousov2012-12-283-29/+56
* Fix typo in comment.Baptiste Daroussin2012-12-281-1/+1
* Add DEVICE_IDENTIFY method for wbwd(4), required on most of recentXin LI2012-12-281-95/+158
* Use DEVMETHOD_END.Xin LI2012-12-281-1/+1
* Improve bufring impl:Attilio Rao2012-12-281-21/+19
* In netpfil/pf:Gleb Smirnoff2012-12-2810-34/+31
* Add the AR9280 and later spectral scan register definitions.Adrian Chadd2012-12-281-0/+14
* Add radar_bin_thresh_sel (bit 24:26), which defines whenAdrian Chadd2012-12-281-0/+2
* Fix build on ARM (and probably other platforms)Oleksandr Tymoshenko2012-12-282-3/+3
* Add makeshift implementation for framebuffer console's cursorOleksandr Tymoshenko2012-12-281-2/+139
* Use strlcpy to NULL-terminate error message even if user provided a shortDavid Xu2012-12-281-3/+3
* Fix event timer on Raspberry PiOleksandr Tymoshenko2012-12-281-2/+16
* Add custom renderer for poor man's cursor support for framebuffer consoleOleksandr Tymoshenko2012-12-281-2/+133
* Add an ability to set net.link.stf.permit_rfc1918 from the loader.Andrey V. Elsukov2012-12-271-1/+2
* Add net.link.stf.permit_rfc1918 sysctl variable. It can be used to allowAndrey V. Elsukov2012-12-271-2/+7
* Remove an unused var.Attilio Rao2012-12-271-5/+1
* br_prod_tail and br_cons_tail members are used as barrier toAttilio Rao2012-12-271-5/+5
* Some cleanups.Michael Tuexen2012-12-271-15/+9
* Minor cleanups of debug messages.Michael Tuexen2012-12-271-2/+2
* Fix a copy and paste error.Michael Tuexen2012-12-271-1/+1
* Add the NO_SYNC_CACHE quirk for all Apple USB MSC devices, as theyMark Johnston2012-12-262-0/+2
* Reset provider-specific fields when resending I/O request in low memoryPawel Jakub Dawidek2012-12-261-0/+3
* Use DEVMETHOD_END, as suggested by hselasky@.Raphael Kubo da Costa2012-12-261-1/+1
* Use the correct USB interface macros instead of USB_IF_CSI.Raphael Kubo da Costa2012-12-261-1/+3
* Fixup r244240: mp_ncpus will be 1 also in the !SMP and smp_disabled=1Attilio Rao2012-12-261-8/+1
* Add vendor IDs for Broadcom USB dongles (BCM20702).Gleb Smirnoff2012-12-261-0/+4
* Always initialize pattern_buf pointers to NULL, otherwise AMD64 machineDavid Xu2012-12-261-4/+2
* Garbage collect carp_cksum().Gleb Smirnoff2012-12-251-10/+4
* Change net.inet.carp.demotion sysctl to add the supplied valueGleb Smirnoff2012-12-251-3/+20
* Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied,Gleb Smirnoff2012-12-252-2/+2
* The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notifyGleb Smirnoff2012-12-252-3/+17
* 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