| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce linux_kernver() interface which is intended for an exact | Dmitry Chagin | 2009-05-10 | 2 | -17/+62 |
| * | Rework r189362, r191883. | Dmitry Chagin | 2009-05-10 | 4 | -3/+9 |
| * | Eliminate stale comments. | Alan Cox | 2009-05-10 | 2 | -10/+1 |
| * | PowerPC does not, in general, have ISA sound devices or an ISA bus, | Nathan Whitehorn | 2009-05-10 | 1 | -1/+1 |
| * | - Fix build with INVARIANTS enabled. | Stanislav Sedov | 2009-05-10 | 1 | -2/+2 |
| * | - Fix multicast operation that I broke in previous commit. | Stanislav Sedov | 2009-05-10 | 1 | -16/+44 |
| * | - Fix promisc/multicast/broadcast parameters setting by introducing the | Stanislav Sedov | 2009-05-10 | 1 | -12/+53 |
| * | Abort any scan on a fatal firmware. ic_scan_curchan is overridden to perform | Andrew Thompson | 2009-05-10 | 4 | -0/+12 |
| * | Cancel the scan when going to INIT state. Should do this for other states here | Andrew Thompson | 2009-05-10 | 1 | -0/+2 |
| * | - Use "device\t" and "options \t" for consistency. | Jun Kuriyama | 2009-05-10 | 39 | -406/+406 |
| * | push wme parameter setting to the taskq thread; the update callback from | Sam Leffler | 2009-05-09 | 2 | -7/+21 |
| * | Spell NULL properly, use (void) rather than () for functions with no | Warner Losh | 2009-05-09 | 1 | -12/+12 |
| * | Clean up <sys/ioctl.h>. | Ed Schouten | 2009-05-09 | 1 | -22/+2 |
| * | Retire kern.vm.kmem.size. It was marked as obsolete prior to 5.2, so | Warner Losh | 2009-05-09 | 1 | -4/+0 |
| * | Makefile to record the technique by which the .uu files are generated | Sam Leffler | 2009-05-09 | 1 | -0/+24 |
| * | update to v3.1 | Sam Leffler | 2009-05-09 | 3 | -7448/+7452 |
| * | Remove bogus comment. | Warner Losh | 2009-05-09 | 1 | -1/+1 |
| * | Implement RFC 5095 more fully. Rather than marking this no-op code as | Warner Losh | 2009-05-09 | 2 | -35/+3 |
| * | Do not embed struct ucred into larger netcred parent structures. | Alexander Kabaev | 2009-05-09 | 7 | -42/+37 |
| * | Unmark the ASR Compat IOCTLs as BURN_BRIDGES, per scottl@ | Warner Losh | 2009-05-09 | 1 | -2/+0 |
| * | Work around non-standard behaviour of rpcbind in some versions of Linux (FC4?). | Doug Rabson | 2009-05-09 | 1 | -14/+17 |
| * | Add support for old TTY ioctls to kdump. | Ed Schouten | 2009-05-09 | 1 | -4/+0 |
| * | Fix a race involving vnode_pager_input_smlfs(). Specifically, in the case | Alan Cox | 2009-05-09 | 1 | -23/+10 |
| * | fix atomic.S rename and vimage breakage | Kip Macy | 2009-05-09 | 2 | -4/+4 |
| * | Convert IPFW_DEFAULT_TO_ACCEPT into a loader tunable | John Baldwin | 2009-05-09 | 1 | -5/+9 |
| * | - rename atomic.S and crc32.c to avoid collisions when linking zfs in to the ... | Kip Macy | 2009-05-09 | 7 | -2/+4 |
| * | - Fixed incorrect packet length problem caused be earlier change to | David Christensen | 2009-05-08 | 2 | -2/+6 |
| * | Regenerate system call tables to use SVN ids. | Ed Schouten | 2009-05-08 | 9 | -12/+23 |
| * | Regenerate ibcs2 system call table. | Ed Schouten | 2009-05-08 | 3 | -20/+12 |
| * | Burn TTY ioctl bridges in compat layers. | Ed Schouten | 2009-05-08 | 10 | -550/+7 |
| * | Use log(9) for debug and status messages and hide some of the details with | Doug Rabson | 2009-05-08 | 1 | -68/+60 |
| * | A NOP change: style / whitespace cleanup of the noise that slipped | Marko Zec | 2009-05-08 | 6 | -21/+21 |
| * | Remove a bogus check that unintentionally slipped in r191816. | Marko Zec | 2009-05-08 | 1 | -3/+0 |
| * | Introduce a new virtualization container, provisionally named vprocg, to hold | Marko Zec | 2009-05-08 | 17 | -32/+165 |
| * | Drain the tasks before the interface stop call in case a restart was queued. | Andrew Thompson | 2009-05-08 | 2 | -6/+6 |
| * | Add one more board ID with inverted external amplifier control. | Alexander Motin | 2009-05-08 | 1 | -0/+1 |
| * | Change the internal buffer used to store input lines from a static buffer | Stephane E. Potvin | 2009-05-08 | 1 | -1/+1 |
| * | kill more portability functions that are no longer useful | Sam Leffler | 2009-05-08 | 3 | -29/+5 |
| * | kill unused OS_GETUPTIME | Sam Leffler | 2009-05-08 | 2 | -11/+0 |
| * | don't call vn_rele_async_fini in the !_KERNEL case | Kip Macy | 2009-05-07 | 1 | -0/+2 |
| * | move VN_RELE_ASYNC to the compatibility layer with the rest of the VN_* defines | Kip Macy | 2009-05-07 | 2 | -5/+1 |
| * | avoid LOR and gratuitous extra lock acquisitions by moving user_evict list bu... | Kip Macy | 2009-05-07 | 1 | -6/+16 |
| * | Allow the VM to provide backpressure on the ARC cache as it does | Kip Macy | 2009-05-07 | 1 | -0/+9 |
| * | Asynchronously release vnodes to avoid blocking on range locks when calling b... | Kip Macy | 2009-05-07 | 5 | -4/+165 |
| * | No man page currently exists so comment the two uncommented | Kip Macy | 2009-05-07 | 1 | -4/+13 |
| * | Give vfs_getopt the type it's expecting. | Jamie Gritton | 2009-05-07 | 1 | -4/+2 |
| * | Add ID of one more SII3132 revision found on adaptec aar-1225sa rev a2. | Alexander Motin | 2009-05-07 | 2 | -0/+2 |
| * | Move the per-prison Linux MIB from a private one-off pointer to the new | Jamie Gritton | 2009-05-07 | 7 | -98/+331 |
| * | Eliminate the loop and the call to pause(9) in vfs_vget_ino(). If | Konstantin Belousov | 2009-05-07 | 1 | -6/+8 |
| * | Add PCI IDs for the Broadcom 5825 incarnation. | Philip Paeps | 2009-05-07 | 2 | -2/+6 |