| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | S_IFCHR is not a bit mask, it's just a value in a field. The correct | paul | 2001-06-04 | 1 | -1/+1 |
* | Remove vestiges of MFS. | ru | 2001-06-01 | 1 | -1/+1 |
* | Remove MFS | phk | 2001-05-29 | 1 | -2/+0 |
* | - sys/n[tw]fs moved to sys/fs/n[tw]fs | ru | 2001-05-26 | 1 | -1/+1 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 6 | -34/+31 |
* | Sort includes. | jhb | 2001-05-21 | 1 | -1/+1 |
* | Add new 'loadavg' entry, fix overflow with meminfo. | jlemon | 2001-05-19 | 4 | -16/+84 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 3 | -0/+3 |
* | Avoid overflow when converting ticks to jiffies. | des | 2001-05-09 | 2 | -2/+2 |
* | Fix the problem of some directory entries going missing when | jlemon | 2001-05-04 | 1 | -2/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 14 | -65/+87 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 1 | -32/+0 |
* | A bogus check for a char device also matched symbolic links. | paul | 2001-04-25 | 1 | -1/+1 |
* | o Change a suser() call to a suser_xxx(..., PRISON_ROOT) call in the | rwatson | 2001-04-24 | 1 | -1/+1 |
* | Change the pfind() and zpfind() functions to lock the process that they | jhb | 2001-04-24 | 7 | -36/+39 |
* | Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): The | alc | 2001-04-01 | 1 | -0/+56 |
* | Add missing includes of <sys/sx.h> | jhb | 2001-03-28 | 2 | -0/+2 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 2 | -11/+11 |
* | fix linux_times() to take into account linux's value of CLK_TCK on the alpha. | gallatin | 2001-03-23 | 1 | -0/+5 |
* | Eliminate global node types and instead use an operations vector for | jlemon | 2001-03-12 | 6 | -687/+564 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 2 | -4/+7 |
* | Just hold the proc lock while getting the parent's PID rather than a | jhb | 2001-03-07 | 2 | -20/+10 |
* | - Hold both an exclusive proctree lock and the proc lock when reparenting | jhb | 2001-03-07 | 1 | -10/+11 |
* | Only pick up so_error the first time through with EISCONN, as advertised. | jlemon | 2001-03-02 | 1 | -1/+1 |
* | Correctly emulate linux_connect. For nonblocking sockets, the behavior | jlemon | 2001-03-01 | 1 | -51/+21 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 2 | -19/+17 |
* | MFS: bring the consistent `compat_3_brand' support into -CURRENT | obrien | 2001-02-24 | 1 | -0/+1 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 4 | -16/+8 |
* | Allow debugging output to be controlled on a per-syscall granularity. | jlemon | 2001-02-16 | 6 | -147/+259 |
* | Add mount syscall to linux emulation. Also improve emulation of reboot. | jlemon | 2001-02-16 | 2 | -0/+109 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 4 | -12/+12 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 2 | -2/+2 |
* | Fix typo: wierd -> weird. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 6 | -84/+18 |
* | - Back out over-aggressive locking of p->p_cred. | jhb | 2001-01-26 | 1 | -12/+3 |
* | Use queue macros. | jhb | 2001-01-24 | 1 | -1/+1 |
* | - Proc locking. | jhb | 2001-01-23 | 3 | -27/+73 |
* | Argh, atomic_store_rel -> atomic_store_rel_int. | jhb | 2001-01-23 | 1 | -1/+1 |
* | Woops, add in missing headers. | jhb | 2001-01-23 | 1 | -1/+3 |
* | Proc locking. | jhb | 2001-01-23 | 5 | -17/+63 |
* | Use queue macros. | jhb | 2001-01-23 | 1 | -5/+4 |
* | - Add proc locking. | jhb | 2001-01-23 | 1 | -35/+104 |
* | - Use proper atomic operations to make the run time initialization | jhb | 2001-01-23 | 1 | -10/+20 |
* | FreeBSD doesn't have p_emuldata, and our stackgap_init() doesn't take an | jhb | 2001-01-23 | 1 | -3/+3 |
* | Use proc lock to safely obtain references to p_ucred before vnode | jhb | 2001-01-23 | 1 | -3/+13 |
* | Protect calcru() with sched_lock. | jhb | 2001-01-23 | 1 | -0/+2 |
* | Map BSS section in PECOFF executable. | takawata | 2001-01-23 | 1 | -1/+1 |
* | Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code. | wollman | 2001-01-20 | 1 | -1/+0 |
* | Instead of hard coding the major numbers for IDE and SCSI disks | joe | 2001-01-14 | 1 | -10/+17 |
* | Protect proc.p_pptr with the proctree lock. | jake | 2001-01-10 | 2 | -4/+20 |