| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix an off by one in ppsratecheck(). If you asked for N=1 you'd get one, | Ian Lepore | 2015-01-11 | 1 | -1/+1 |
| * | Garbage collect m_copymdata(), an mbuf utility routine introduced | Robert Watson | 2015-01-10 | 1 | -146/+0 |
| * | Allow clock_getcpuclockid() on the CPU-time clock for zombie process. | Dmitry Chagin | 2015-01-10 | 1 | -5/+2 |
| * | Improve style and fix a possible use-after-free case introduced in r268384 | Xin LI | 2015-01-10 | 1 | -1/+2 |
| * | Remove a 'This is dumb' comment that has been incorrect for at least a | Robert Watson | 2015-01-09 | 1 | -4/+2 |
| * | Change the default method for device_quiesce() to return 0 instead of | John Baldwin | 2015-01-08 | 1 | -1/+1 |
| * | Reject attempts to read the cpuset mask of a negative domain ID. | John Baldwin | 2015-01-08 | 1 | -1/+1 |
| * | Create a cpuset mask for each NUMA domain that is available in the | John Baldwin | 2015-01-08 | 1 | -1/+21 |
| * | Replace hand-crafted versions of M_SIZE() and M_START() in uipc_mbuf.c | Robert Watson | 2015-01-08 | 1 | -7/+3 |
| * | Factor out duplicated code from dumpsys() on each architecture into generic | Mark Johnston | 2015-01-07 | 2 | -0/+394 |
| * | Use crcopysafe(9) to make a copy of a process' credential struct. crcopy(9) | Mark Johnston | 2015-01-05 | 1 | -2/+1 |
| * | Trim trailing whitespace. | John Baldwin | 2015-01-05 | 1 | -25/+25 |
| * | On some Intel CPUs with a P-state but not C-state invariant TSC the TSC | John Baldwin | 2015-01-05 | 2 | -9/+10 |
| * | To ease changes to underlying mbuf structure and the mbuf allocator, reduce | Robert Watson | 2015-01-05 | 1 | -36/+4 |
| * | Prevent live-lock and access of destroyed data in taskqueue_drain_all(). | Justin T. Gibbs | 2015-01-04 | 1 | -16/+88 |
| * | Regen for r276654 (__getcwd()). | Dmitry Chagin | 2015-01-04 | 3 | -4/+4 |
| * | Indeed, instead of hiding the kern___getcwd() bug by bogus cast | Dmitry Chagin | 2015-01-04 | 2 | -10/+2 |
| * | Rework r276532 a bit. Always avoid recursing into the console drivers | Hans Petter Selasky | 2015-01-03 | 1 | -7/+8 |
| * | The "cnputs_mtx" mutex must be allowed to recurse. Debug prints and/or | Hans Petter Selasky | 2015-01-02 | 1 | -1/+7 |
| * | Convert vfs hash lock from a mutex to an rwlock. | Mateusz Guzik | 2014-12-30 | 1 | -14/+15 |
| * | Turns out, this isn't only called from i386... | Warner Losh | 2014-12-30 | 1 | -1/+1 |
| * | sysctl: don't modify oid_running for static nodes | Mateusz Guzik | 2014-12-28 | 1 | -4/+7 |
| * | Fix the comment introduced in r276192 so that it clearly | Rick Macklem | 2014-12-25 | 1 | -3/+4 |
| * | Modify vop_stdadvlock{async}() so that it only | Rick Macklem | 2014-12-24 | 1 | -14/+22 |
| * | In sbappend*() family of functions clear M_PROTO flags of incoming | Gleb Smirnoff | 2014-12-22 | 1 | -1/+5 |
| * | Add VN_OPEN_NAMECACHE flag for vn_open_cred(9), which requests that | Konstantin Belousov | 2014-12-21 | 2 | -1/+4 |
| * | Where appropriate, use the modern terms for the one true time base | Warner Losh | 2014-12-21 | 1 | -1/+1 |
| * | Revert r274494, r274712, r275955 and provide extra comments explaining | Gleb Smirnoff | 2014-12-20 | 2 | -6/+21 |
| * | Add to sbappendstream_locked() a check against NULL mbuf, like it is done | Gleb Smirnoff | 2014-12-20 | 1 | -0/+3 |
| * | The VOP_LOOKUP() implementations for CREATE op do not put the name | Konstantin Belousov | 2014-12-18 | 3 | -12/+21 |
| * | Adjust printf format specifiers for dev_t and ino_t in kernel. | Gleb Kurtsou | 2014-12-17 | 1 | -1/+2 |
| * | Add missed break. | Konstantin Belousov | 2014-12-16 | 1 | -0/+1 |
| * | Add missed break. | Konstantin Belousov | 2014-12-16 | 1 | -0/+1 |
| * | Check for SS_NBIO in so->so_state instead of sb->sb_flags in | John Baldwin | 2014-12-15 | 1 | -1/+1 |
| * | Add a facility for non-init process to declare itself the reaper of | Konstantin Belousov | 2014-12-15 | 5 | -201/+520 |
| * | Fix gcc build. | Konstantin Belousov | 2014-12-14 | 1 | -1/+2 |
| * | Add _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9). | Dmitry Chagin | 2014-12-13 | 5 | -8/+20 |
| * | Add facility to stop all userspace processes. The supposed use of the | Konstantin Belousov | 2014-12-13 | 6 | -47/+229 |
| * | Only sleep interruptible while waiting for suspension end when | Konstantin Belousov | 2014-12-13 | 1 | -5/+8 |
| * | The vinactive() call in vgonel() may start writes for the dirty pages, | Konstantin Belousov | 2014-12-13 | 1 | -10/+24 |
| * | For architectures where time_t is wide enough, in particular, 64bit | Konstantin Belousov | 2014-12-12 | 1 | -5/+3 |
| * | Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount. | Konstantin Belousov | 2014-12-09 | 1 | -2/+2 |
| * | Apply chunk forgotten in r275620. Remove local variable for real. | Konstantin Belousov | 2014-12-09 | 1 | -1/+0 |
| * | Add functions syncer_suspend() and syncer_resume(), which are supposed | Konstantin Belousov | 2014-12-08 | 1 | -1/+21 |
| * | When getnewbuf_reuse_bp() is called to reclaim some (clean) buffer, | Konstantin Belousov | 2014-12-08 | 1 | -3/+7 |
| * | Do some refactoring and minor cleanups of the thread_single() code in | Konstantin Belousov | 2014-12-08 | 1 | -41/+47 |
| * | Thread waiting for the vfork(2)-ed child to exec or exit, must allow | Konstantin Belousov | 2014-12-08 | 2 | -4/+27 |
| * | When process is exiting, check for suspension regardless of | Konstantin Belousov | 2014-12-08 | 1 | -9/+16 |
| * | remove opensolaris cyclic code, replace with high-precision callouts | Andriy Gapon | 2014-12-07 | 1 | -57/+0 |
| * | Const poison in a few places to ensure we don't modify things | Warner Losh | 2014-12-03 | 1 | -8/+8 |