| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -2/+2 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -2/+2 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+3 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Add conditional VFS Giant locking to svr4_sys_fchroot() and mark it MPSAFE. | jhb | 2006-07-21 | 1 | -19/+21 |
* | Add conditional VFS Giant locking to svr4_sys_resolvepath() and mark it | jhb | 2006-07-19 | 1 | -1/+4 |
* | Make svr4_sys_waitsys() a lot less ugly and mark it MPSAFE. | jhb | 2006-07-19 | 1 | -154/+148 |
* | - Add conditional VFS Giant locking to getdents_common() (linux ABIs), | jhb | 2006-07-11 | 1 | -3/+8 |
* | Change svr4_sys_break() to just call obreak() and mark it MPSAFE. | jhb | 2006-06-26 | 1 | -51/+3 |
* | - Always call exec_free_args() in kern_execve() instead of doing it in all | jhb | 2006-02-06 | 1 | -2/+0 |
* | Fix compiling problem by adding prefix name svr4 to si_xxx macro, the | davidxu | 2005-10-19 | 1 | -15/+16 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | rwatson | 2005-09-28 | 1 | -2/+0 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 1 | -0/+2 |
* | Remove an unused syscallarg() macro leftover from this code's origins in | jhb | 2005-07-07 | 1 | -2/+0 |
* | - Implement svr4_emul_find() using kern_alternate_path(). This changes | jhb | 2005-02-07 | 1 | -108/+64 |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 1 | -1/+1 |
* | - Move the function prototypes for kern_setrlimit() and kern_wait() to | jhb | 2005-01-05 | 1 | -0/+1 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 1 | -1/+1 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | phk | 2004-11-13 | 1 | -2/+2 |
* | Rework how we store process times in the kernel such that we always store | jhb | 2004-10-05 | 1 | -43/+26 |
* | Add a proc *p pointer for td->td_proc to make this code easier to read. | jhb | 2004-09-24 | 1 | -8/+8 |
* | Various small style fixes. | jhb | 2004-09-22 | 1 | -1/+1 |
* | - Replace wait1() with a kern_wait() function that accepts the pid, | jhb | 2004-03-17 | 1 | -25/+7 |
* | 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 |