| Commit message (Expand) | Author | Age | Files | Lines |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -32/+31 |
* | Reduce gratuitous includes: don't include jail.h if it's not needed. | rwatson | 2004-01-21 | 1 | -1/+0 |
* | Do not call VOP_GETATTR in getdents function. It does not serve any | kan | 2003-11-19 | 1 | -6/+0 |
* | Fix some security bugs in the SVR4 emulator: | tjr | 2003-10-20 | 1 | -4/+7 |
* | Remove dangling extern reference to swap_pager_full | phk | 2003-08-06 | 1 | -2/+0 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -3/+3 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -3/+3 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -6/+2 |
* | The proc lock is sufficient to test p_state against PRS_ZOMBIE, so don't | jhb | 2003-04-17 | 1 | -4/+0 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Add missing #include | dillon | 2003-01-14 | 1 | -0/+1 |
* | Apply bandaid to bring svr4_sys_waitsys() in line with exit1(). This | dillon | 2003-01-13 | 1 | -1/+4 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -3/+3 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -3/+3 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 1 | -140/+140 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 1 | -140/+140 |
* | Remove SCARGS. | alfred | 2002-12-13 | 1 | -140/+140 |
* | Make this compile. | jake | 2002-08-31 | 1 | -1/+2 |
* | Implement data, text, and vmem limit checking in the elf loader and svr4 | dillon | 2002-08-30 | 1 | -3/+2 |
* | On MAC check failure for readdir, use 'goto out' to use the common exit | rwatson | 2002-08-15 | 1 | -1/+1 |
* | Enforce MAC policies for the locally implemented vnode services in | rwatson | 2002-08-12 | 1 | -0/+16 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -3/+4 |
* | Fixed a printf format error. It was old and should have been detected by | bde | 2002-05-25 | 1 | -1/+1 |
* | - Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | 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 | 1 | -11/+11 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+2 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -1/+9 |
* | 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, add missing { and variable declaration. | alfred | 2002-01-19 | 1 | -2/+2 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -9/+28 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -148/+149 |
* | get rid of some printf and pointer type warnings | assar | 2001-07-22 | 1 | -1/+1 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -8/+3 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -15/+15 |
* | 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 |
* | - Hold both an exclusive proctree lock and the proc lock when reparenting | jhb | 2001-03-07 | 1 | -10/+11 |
* | 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 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -16/+2 |
* | Woops, add in missing headers. | jhb | 2001-01-23 | 1 | -1/+3 |
* | - Add proc locking. | jhb | 2001-01-23 | 1 | -35/+104 |