summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Capsicum overhaul:pjd2013-03-021-5/+2
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-14/+4
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-10/+10
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-3/+7
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-2/+0
* de-register.delphij2009-05-291-3/+3
* svr4_sys_getdents64() should not assume that the cookie would existdelphij2009-05-291-1/+4
* Add new sysconfig bits, Fix the bogus numbering of the old bits.delphij2009-05-291-4/+39
* Use strlcpy().delphij2009-05-281-2/+2
* Comment nits.jhb2009-05-201-3/+3
* Put the vnode returned from namei() immediately after namei() returns injhb2009-05-201-5/+3
* Use shared vnode locks when invoking VOP_READDIR().jhb2009-02-131-2/+2
* The vmspace->vm_daddr is constant until freed, there is no needrdivacky2008-04-211-2/+0
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-3/+3
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-3/+3
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-3/+3
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-2/+1
* rufetch and calcru sometimes should be called atomically together.attilio2007-06-091-0/+8
* The current rusage code show peculiar problems:attilio2007-06-091-4/+5
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-3/+3
* Revert VMCNT_* operations introduction.attilio2007-05-311-2/+2
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-2/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+3
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Add conditional VFS Giant locking to svr4_sys_fchroot() and mark it MPSAFE.jhb2006-07-211-19/+21
* Add conditional VFS Giant locking to svr4_sys_resolvepath() and mark itjhb2006-07-191-1/+4
* Make svr4_sys_waitsys() a lot less ugly and mark it MPSAFE.jhb2006-07-191-154/+148
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-111-3/+8
* Change svr4_sys_break() to just call obreak() and mark it MPSAFE.jhb2006-06-261-51/+3
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-2/+0
* Fix compiling problem by adding prefix name svr4 to si_xxx macro, thedavidxu2005-10-191-15/+16
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-2/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+2
* Remove an unused syscallarg() macro leftover from this code's origins injhb2005-07-071-2/+0
* - Implement svr4_emul_find() using kern_alternate_path(). This changesjhb2005-02-071-108/+64
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* - Move the function prototypes for kern_setrlimit() and kern_wait() tojhb2005-01-051-0/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+1
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-131-2/+2
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-43/+26
* Add a proc *p pointer for td->td_proc to make this code easier to read.jhb2004-09-241-8/+8
* Various small style fixes.jhb2004-09-221-1/+1
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-171-25/+7
* Locking for the per-process resource limits structure.jhb2004-02-041-32/+31
* Reduce gratuitous includes: don't include jail.h if it's not needed.rwatson2004-01-211-1/+0
* Do not call VOP_GETATTR in getdents function. It does not serve anykan2003-11-191-6/+0
* Fix some security bugs in the SVR4 emulator:tjr2003-10-201-4/+7
* Remove dangling extern reference to swap_pager_fullphk2003-08-061-2/+0
* Add a f_vnode field to struct file.phk2003-06-221-3/+3
OpenPOWER on IntegriCloud