| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert destroy_dev() to the state before destroy_dev_sched() was introduced. | Konstantin Belousov | 2007-07-05 | 1 | -8/+2 |
| * | Remove netkey directory from cscope/TAGs generation and replace | Bjoern A. Zeeb | 2007-07-05 | 1 | -2/+4 |
| * | Fix bad function type passed to destroy_dev_sched_cb(). | Peter Wemm | 2007-07-05 | 1 | -1/+2 |
| * | Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate | Peter Wemm | 2007-07-04 | 2 | -3/+64 |
| * | Regenerate after mmap/lseek/etc syscall changes. | Peter Wemm | 2007-07-04 | 3 | -70/+139 |
| * | Create new syscalls for mmap(), lseek(), pread(), pwrite(), truncate() and | Peter Wemm | 2007-07-04 | 1 | -9/+20 |
| * | Add support for COMPAT6 syscalls. | Peter Wemm | 2007-07-04 | 1 | -9/+42 |
| * | Since cdev mutex is after system map mutex in global lock order, free() | Konstantin Belousov | 2007-07-04 | 2 | -1/+36 |
| * | - Use explicit locking in the various fcntl case statements so that we | Jeff Roberson | 2007-07-03 | 1 | -64/+99 |
| * | - Remove explicit Giant protection from lockf. Use the vnode interlock | Jeff Roberson | 2007-07-03 | 1 | -54/+56 |
| * | Tweak the low-level MI SMP code some: | John Baldwin | 2007-07-03 | 1 | -11/+23 |
| * | Rev. 1.204 and 1.205 got an erronous version of destroy_dev() that | Konstantin Belousov | 2007-07-03 | 1 | -6/+18 |
| * | Lock Giant and proctree lock around dereferencing p_session->s_ttyvp->v_rdev. | Konstantin Belousov | 2007-07-03 | 1 | -1/+13 |
| * | Use make_dev_credf(MAKEDEV_REF) instead of make_dev() from pty clone handler. | Konstantin Belousov | 2007-07-03 | 1 | -2/+1 |
| * | Use make_dev_credf(MAKEDEV_REF) instead of make_dev() from the clone handler. | Konstantin Belousov | 2007-07-03 | 1 | -10/+16 |
| * | Automatically detect deadlock condition in destroy_dev(), that is, if | Konstantin Belousov | 2007-07-03 | 1 | -2/+8 |
| * | Since rev. 1.199 of sys/kern/kern_conf.c, the thread that calls | Konstantin Belousov | 2007-07-03 | 1 | -18/+147 |
| * | Relock the sema_mtxp unconditionally after copyin() for SETALL case in | Konstantin Belousov | 2007-07-03 | 1 | -1/+1 |
| * | Continue kernel privilege cleanup for 7.0: unstaticize suser_enabled and | Robert Watson | 2007-07-02 | 1 | -1/+1 |
| * | - Add some needed error checking on bad fd passing in the sctp | Randall Stewart | 2007-07-02 | 1 | -6/+10 |
| * | - Use rufetchcalc() rather than calcru() in ttyinfo so that we get | Jeff Roberson | 2007-07-01 | 1 | -3/+2 |
| * | Use vm_offset_t for kmembase and kmemlimit rather than char *, avoiding | Robert Watson | 2007-06-27 | 1 | -4/+4 |
| * | Fix an old standing LOR between callout_lock and sleepqueues chain (which | Attilio Rao | 2007-06-26 | 1 | -3/+35 |
| * | Introduce a new rwlocks initialization function: rw_init_flags. | Attilio Rao | 2007-06-26 | 1 | -9/+85 |
| * | - Remove UMAP filesystem. It was disconnected from build three years ago, | Rong-En Fan | 2007-06-25 | 2 | -3/+1 |
| * | devfs_free() calls free_unr(), that may sleep. | Konstantin Belousov | 2007-06-19 | 1 | -6/+34 |
| * | Add the witness warning for free_unr. Function could sleep, thus callers | Konstantin Belousov | 2007-06-19 | 1 | -0/+1 |
| * | We only flush entries related to the given file system. Currently there are | Pawel Jakub Dawidek | 2007-06-18 | 1 | -3/+0 |
| * | Rather than passing SUSER_RUID into priv_check_cred() to specify when | Robert Watson | 2007-06-16 | 3 | -12/+22 |
| * | - Remove zstty spin lock for no longer existing zs(4). | Marius Strobl | 2007-06-16 | 1 | -2/+4 |
| * | - Fix an off by one error in sched_pri_range. | Jeff Roberson | 2007-06-15 | 1 | -8/+3 |
| * | Remove the restriction that rtprio(2) cannot be used to set the realtime | Robert Watson | 2007-06-14 | 1 | -17/+8 |
| * | Only require privilege to set the current time adjustment, not in order to | Robert Watson | 2007-06-14 | 1 | -5/+7 |
| * | Spell statistics more correctly in comments. | Robert Watson | 2007-06-14 | 1 | -1/+1 |
| * | Improve the ktrace locking somewhat to reduce overhead: | John Baldwin | 2007-06-13 | 2 | -18/+26 |
| * | Conditionally acquire Giant when dropping a reference on the ktrace vnode | John Baldwin | 2007-06-13 | 1 | -1/+6 |
| * | - Include opt_sched.h for SCHED_STATS. | Jeff Roberson | 2007-06-12 | 3 | -0/+3 |
| * | - Garbage collect unused concurrency functions. | Jeff Roberson | 2007-06-12 | 1 | -23/+0 |
| * | - Garbage collect unused concurrency functions. | Jeff Roberson | 2007-06-12 | 2 | -16/+10 |
| * | - Move some common code out of sched_fork_exit() and back into fork_exit(). | Jeff Roberson | 2007-06-12 | 3 | -30/+20 |
| * | Solve a complex exit race introduced with thread_lock: | Jeff Roberson | 2007-06-12 | 1 | -15/+33 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 14 | -97/+49 |
| * | - Add a missing PROC_SUNLOCK() in tdsignal() | Jeff Roberson | 2007-06-11 | 1 | -1/+3 |
| * | Re-acquire the PROC_SLOCK before calling calcru(), and release it after, | Olivier Houchard | 2007-06-11 | 1 | -0/+2 |
| * | Update 802.11 wireless support: | Sam Leffler | 2007-06-11 | 1 | -0/+12 |
| * | Optimize vmmeter locking. | Attilio Rao | 2007-06-10 | 1 | -8/+8 |
| * | Remove unused variable. | Matt Jacob | 2007-06-10 | 1 | -1/+0 |
| * | The new compiler can't quite follow the logic of has_stime and | Matt Jacob | 2007-06-10 | 1 | -1/+1 |
| * | Initialized ets to zero. This is arguably a gcc bug in that ets is always | Matt Jacob | 2007-06-10 | 1 | -0/+2 |
| * | Fix a bug caming from the committing a pre-merge version of the patch | Attilio Rao | 2007-06-10 | 1 | -0/+2 |