| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new USB ID. | Hans Petter Selasky | 2012-12-29 | 2 | -0/+2 |
* | Make it possible to atomically resume writes on the mount and account | Konstantin Belousov | 2012-12-28 | 3 | -29/+56 |
* | Fix typo in comment. | Baptiste Daroussin | 2012-12-28 | 1 | -1/+1 |
* | Add DEVICE_IDENTIFY method for wbwd(4), required on most of recent | Xin LI | 2012-12-28 | 1 | -95/+158 |
* | Use DEVMETHOD_END. | Xin LI | 2012-12-28 | 1 | -1/+1 |
* | Improve bufring impl: | Attilio Rao | 2012-12-28 | 1 | -21/+19 |
* | In netpfil/pf: | Gleb Smirnoff | 2012-12-28 | 10 | -34/+31 |
* | Add the AR9280 and later spectral scan register definitions. | Adrian Chadd | 2012-12-28 | 1 | -0/+14 |
* | Add radar_bin_thresh_sel (bit 24:26), which defines when | Adrian Chadd | 2012-12-28 | 1 | -0/+2 |
* | Fix build on ARM (and probably other platforms) | Oleksandr Tymoshenko | 2012-12-28 | 2 | -3/+3 |
* | Add makeshift implementation for framebuffer console's cursor | Oleksandr Tymoshenko | 2012-12-28 | 1 | -2/+139 |
* | Use strlcpy to NULL-terminate error message even if user provided a short | David Xu | 2012-12-28 | 1 | -3/+3 |
* | Fix event timer on Raspberry Pi | Oleksandr Tymoshenko | 2012-12-28 | 1 | -2/+16 |
* | Add custom renderer for poor man's cursor support for framebuffer console | Oleksandr Tymoshenko | 2012-12-28 | 1 | -2/+133 |
* | Add an ability to set net.link.stf.permit_rfc1918 from the loader. | Andrey V. Elsukov | 2012-12-27 | 1 | -1/+2 |
* | Add net.link.stf.permit_rfc1918 sysctl variable. It can be used to allow | Andrey V. Elsukov | 2012-12-27 | 1 | -2/+7 |
* | Remove an unused var. | Attilio Rao | 2012-12-27 | 1 | -5/+1 |
* | br_prod_tail and br_cons_tail members are used as barrier to | Attilio Rao | 2012-12-27 | 1 | -5/+5 |
* | Some cleanups. | Michael Tuexen | 2012-12-27 | 1 | -15/+9 |
* | Minor cleanups of debug messages. | Michael Tuexen | 2012-12-27 | 1 | -2/+2 |
* | Fix a copy and paste error. | Michael Tuexen | 2012-12-27 | 1 | -1/+1 |
* | Add the NO_SYNC_CACHE quirk for all Apple USB MSC devices, as they | Mark Johnston | 2012-12-26 | 2 | -0/+2 |
* | Reset provider-specific fields when resending I/O request in low memory | Pawel Jakub Dawidek | 2012-12-26 | 1 | -0/+3 |
* | Use DEVMETHOD_END, as suggested by hselasky@. | Raphael Kubo da Costa | 2012-12-26 | 1 | -1/+1 |
* | Use the correct USB interface macros instead of USB_IF_CSI. | Raphael Kubo da Costa | 2012-12-26 | 1 | -1/+3 |
* | Fixup r244240: mp_ncpus will be 1 also in the !SMP and smp_disabled=1 | Attilio Rao | 2012-12-26 | 1 | -8/+1 |
* | Add vendor IDs for Broadcom USB dongles (BCM20702). | Gleb Smirnoff | 2012-12-26 | 1 | -0/+4 |
* | Always initialize pattern_buf pointers to NULL, otherwise AMD64 machine | David Xu | 2012-12-26 | 1 | -4/+2 |
* | Garbage collect carp_cksum(). | Gleb Smirnoff | 2012-12-25 | 1 | -10/+4 |
* | Change net.inet.carp.demotion sysctl to add the supplied value | Gleb Smirnoff | 2012-12-25 | 1 | -3/+20 |
* | Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied, | Gleb Smirnoff | 2012-12-25 | 2 | -2/+2 |
* | The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notify | Gleb Smirnoff | 2012-12-25 | 2 | -3/+17 |
* | Minor style(9) changes: | Gleb Smirnoff | 2012-12-24 | 1 | -1/+3 |
* | Fix more regression issue after r244503. | Hans Petter Selasky | 2012-12-24 | 3 | -4/+12 |
* | Do not force a writer to the devfs file to drain the buffer writes. | Konstantin Belousov | 2012-12-23 | 3 | -2/+15 |
* | zfs: solaris doesn't have KM_ZERO, kmem_zalloc should be used instead | Andriy Gapon | 2012-12-23 | 2 | -3/+3 |
* | Add parentheses to IP_FW_ARG_TABLEARG() definition. | Alexander V. Chernikov | 2012-12-23 | 1 | -1/+1 |
* | Use unified IP_FW_ARG_TABLEARG() macro for most tablearg checks. | Alexander V. Chernikov | 2012-12-23 | 4 | -25/+17 |
* | Correct a series of errors in the hand-rolled locking for drace_debug.c: | Ryan Stone | 2012-12-23 | 1 | -44/+54 |
* | Fix regression issue after r244503. | Hans Petter Selasky | 2012-12-23 | 1 | -5/+8 |
* | Mangle label names containing spaces, non-printable characters '%' or | Jaakko Heinonen | 2012-12-22 | 1 | -0/+23 |
* | Reject spaces and double quotation marks in device names. devctl(4) | Jaakko Heinonen | 2012-12-22 | 1 | -0/+7 |
* | Fixup r240424: On entering KDB backends, the hijacked thread to run | Attilio Rao | 2012-12-22 | 5 | -13/+17 |
* | cxgbe(4): Add support for the T440-LP-CR card. This is the 4x10G low | Navdeep Parhar | 2012-12-22 | 1 | -0/+1 |
* | if_start() is being used here as a way of kick-starting the new queue | Adrian Chadd | 2012-12-22 | 1 | -0/+5 |
* | Remove a use of if_start() - instead, use if_transmit() to dispatch the | Adrian Chadd | 2012-12-22 | 1 | -2/+1 |
* | The manpage states that bus_dmamap_create(9) returns ENOMEM if it can't | Olivier Houchard | 2012-12-22 | 1 | -3/+11 |
* | The VM_MEMATTR_ constants are enumerated, not a bitset. Compare accordingly. | Olivier Houchard | 2012-12-22 | 2 | -8/+8 |
* | Reduce stack usage in the USB audio driver by moving some large stack | Hans Petter Selasky | 2012-12-21 | 1 | -292/+282 |
* | cxgbe(4): must hold a write-lock on the table while allocating an L2 | Navdeep Parhar | 2012-12-21 | 1 | -2/+2 |