| Commit message (Expand) | Author | Age | Files | Lines |
* | - Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 1 | -1/+1 |
* | Use proc lock to protect p_ucred pointer while we deference it to read a | jhb | 2002-04-11 | 1 | -0/+4 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 1 | -0/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 3 | -4/+4 |
* | Make the reference counting of 'struct pargs' SMP safe. | alfred | 2002-03-27 | 1 | -2/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -2/+2 |
* | Remove __P. | alfred | 2002-03-20 | 19 | -249/+244 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 3 | -8/+7 |
* | Use the updated getcredhostname() function. | robert | 2002-02-27 | 1 | -3/+1 |
* | - Use the new getcredhostname function in the SVR4 uname system call. | robert | 2002-02-27 | 1 | -2/+3 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -1/+9 |
* | include sys/lock.h and sys/mutex.h to make compile. | alfred | 2002-01-30 | 1 | -0/+2 |
* | Lock the caller process if the pid passed to getsid() or getpgid() | tanimura | 2002-01-19 | 1 | -4/+6 |
* | For getsid(), return the sid stored in struct session. This prevents | tanimura | 2002-01-19 | 1 | -1/+1 |
* | Make compile, remove extra fdrop() calls. | alfred | 2002-01-19 | 1 | -3/+1 |
* | make compile, add missing { and variable declaration. | alfred | 2002-01-19 | 1 | -2/+2 |
* | Semi-backout previous fgetvp change, we need the struct file pointer | alfred | 2002-01-19 | 1 | -7/+11 |
* | fix typo, there's uap, just fd | alfred | 2002-01-16 | 1 | -1/+1 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 4 | -33/+16 |
* | Some of the KSE stuff was accidentally reverted by file locking, | alfred | 2002-01-13 | 1 | -5/+5 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 5 | -54/+133 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -18/+12 |
* | Add missing includes of sys/lock.h. | jhb | 2001-10-11 | 1 | -0/+1 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 2 | -2/+2 |
* | Fix typo. | julian | 2001-09-13 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 22 | -663/+670 |
* | Synchronize syscalls.master(s) with recent Giant pushdown work | dillon | 2001-09-01 | 1 | -8/+8 |
* | get rid of some printf and pointer type warnings | assar | 2001-07-22 | 7 | -15/+17 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 2 | -12/+7 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 6 | -34/+42 |
* | Change the pfind() and zpfind() functions to lock the process that they | jhb | 2001-04-24 | 1 | -2/+3 |
* | Add missing includes of <sys/sx.h> | jhb | 2001-03-28 | 1 | -0/+1 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 1 | -9/+9 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -1/+4 |
* | - Hold both an exclusive proctree lock and the proc lock when reparenting | jhb | 2001-03-07 | 1 | -10/+11 |
* | 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 | 1 | -9/+0 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -6/+6 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | 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 | 2 | -36/+6 |
* | - Back out over-aggressive locking of p->p_cred. | jhb | 2001-01-26 | 1 | -12/+3 |
* | 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 |
* | Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code. | wollman | 2001-01-20 | 1 | -1/+0 |