| Commit message (Expand) | Author | Age | Files | Lines |
| * | Delay an error message until the variable it uses gets initialized. | Jamie Gritton | 2009-05-23 | 1 | -8/+6 |
| * | Introduce the if_vmove() function, which will be used in the future | Marko Zec | 2009-05-22 | 1 | -1/+1 |
| * | Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide | Edward Tomasz Napierala | 2009-05-22 | 2 | -7/+142 |
| * | Enable secure TTY input buffer flushing by default. | Ed Schouten | 2009-05-21 | 1 | -1/+1 |
| * | Add a new sysctl: kern.tty_inq_flush_secure. | Ed Schouten | 2009-05-21 | 1 | -14/+8 |
| * | Only use the ABI compat shim for vfs.bufspace if the old buffer is smaller | John Baldwin | 2009-05-21 | 1 | -1/+1 |
| * | Move the M_WAITOK flag in notify() into an M_NOWAIT one in order to match | Attilio Rao | 2009-05-21 | 1 | -1/+3 |
| * | Set the umask in a new file descriptor table earlier in fdcopy() to remove | John Baldwin | 2009-05-20 | 1 | -4/+2 |
| * | Remove an obsolete assertion. We always wake up all waiters when unlocking | John Baldwin | 2009-05-20 | 1 | -2/+0 |
| * | Fix a typo. | John Baldwin | 2009-05-20 | 1 | -1/+1 |
| * | We no longer need to use d_thread_t for portability here, switch to | Warner Losh | 2009-05-20 | 1 | -4/+4 |
| * | Add minimal ZFS lock hierarchy | Kip Macy | 2009-05-20 | 1 | -0/+7 |
| * | With SMPng, DEVICE_POLLING uses its own idle threads, rather than the | Robert Watson | 2009-05-19 | 1 | -2/+1 |
| * | sysctl_rman: report shared resources to devinfo | Andriy Gapon | 2009-05-19 | 1 | -24/+34 |
| * | Binding interrupts to a CPU consists of two parts: setting up CPU | Robert Watson | 2009-05-18 | 1 | -1/+13 |
| * | Mark the clock sysctls as MPSAFE. | Ed Schouten | 2009-05-18 | 1 | -3/+4 |
| * | Several changes to vfs_bio_clrbuf(): | Alan Cox | 2009-05-17 | 1 | -13/+11 |
| * | Introduce vfs_bio_set_valid() and use it from ffs_realloccg(). This | Alan Cox | 2009-05-17 | 1 | -0/+38 |
| * | Print an extra newline when not at the first column already. | Ed Schouten | 2009-05-17 | 1 | -1/+2 |
| * | Several cleanups to tty_info(), better known as Ctrl-T. | Ed Schouten | 2009-05-17 | 1 | -25/+25 |
| * | Remove do-nothing code that was required to dirty the old buffer on Alpha. | Dag-Erling Smørgrav | 2009-05-15 | 1 | -12/+1 |
| * | Revert r192094. The revision caused problems for sysctl(3) consumers | Konstantin Belousov | 2009-05-15 | 2 | -7/+18 |
| * | - Use a separate sx lock to try to limit the number of concurrent userland | John Baldwin | 2009-05-14 | 1 | -7/+16 |
| * | Do not advance req->oldidx when sysctl_old_user returning an | Konstantin Belousov | 2009-05-14 | 1 | -3/+5 |
| * | - Implement a lockless file descriptor lookup algorithm in | Jeff Roberson | 2009-05-14 | 5 | -77/+113 |
| * | Eliminate page queues locking from bufdone_finish() through the | Alan Cox | 2009-05-13 | 1 | -11/+36 |
| * | Add missing 'break' statement. | Edward Tomasz Napierala | 2009-05-12 | 1 | -0/+1 |
| * | Prevent overflow of uio_resid. | Konstantin Belousov | 2009-05-11 | 1 | -0/+3 |
| * | Fix a kernel compilation error, introduced after r191990, by defining | Attilio Rao | 2009-05-11 | 1 | -0/+3 |
| * | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 10 | -53/+49 |
| * | Revert CVS revision 1.94 (svn r16840). Current pmap implementations don't | Alan Cox | 2009-05-11 | 1 | -5/+7 |
| * | Spell NULL properly, use (void) rather than () for functions with no | Warner Losh | 2009-05-09 | 1 | -12/+12 |
| * | Retire kern.vm.kmem.size. It was marked as obsolete prior to 5.2, so | Warner Losh | 2009-05-09 | 1 | -4/+0 |
| * | Do not embed struct ucred into larger netcred parent structures. | Alexander Kabaev | 2009-05-09 | 1 | -20/+24 |
| * | A NOP change: style / whitespace cleanup of the noise that slipped | Marko Zec | 2009-05-08 | 3 | -4/+4 |
| * | Introduce a new virtualization container, provisionally named vprocg, to hold | Marko Zec | 2009-05-08 | 8 | -3/+66 |
| * | Move the per-prison Linux MIB from a private one-off pointer to the new | Jamie Gritton | 2009-05-07 | 1 | -1/+0 |
| * | Eliminate the loop and the call to pause(9) in vfs_vget_ino(). If | Konstantin Belousov | 2009-05-07 | 1 | -6/+8 |
| * | If we have a regular rint handler, never go into rint_bypass mode. | Ed Schouten | 2009-05-07 | 1 | -3/+6 |
| * | Change the curvnet variable from a global const struct vnet *, | Marko Zec | 2009-05-05 | 9 | -15/+142 |
| * | Add a constant PR_MAXMETHOD to better define the jail/OSD interface. | Jamie Gritton | 2009-05-05 | 1 | -1/+2 |
| * | Remove unneeded check for SESS_LEADER(). | Ed Schouten | 2009-05-04 | 1 | -1/+1 |
| * | Don't call the OSD destructor if the data slot is NULL | Jamie Gritton | 2009-04-30 | 1 | -2/+4 |
| * | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 4 | -7/+133 |
| * | - Fix non-SMP build by encapsulating idle spin logic in a macro. | Jeff Roberson | 2009-04-29 | 1 | -2/+8 |
| * | Regen for new jail system calls in r191673. | Jamie Gritton | 2009-04-29 | 3 | -2/+75 |
| * | Introduce the extensible jail framework, using the same "name=value" | Jamie Gritton | 2009-04-29 | 3 | -465/+1541 |
| * | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | Bruce M Simpson | 2009-04-29 | 1 | -1/+11 |
| * | Some non-functional changes: whitespace, KASSERT strings, declaration order. | Jamie Gritton | 2009-04-29 | 1 | -5/+5 |
| * | - Fix the FBSDID line. | Jeff Roberson | 2009-04-29 | 1 | -1/+1 |