summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple small kernel memory disclosures. [EN-18:04.mem]gordon2018-04-041-0/+1
* MFC r311452:kib2017-01-121-16/+28
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noskra2016-02-221-1/+0
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-181-2/+2
* Move chdir/chroot-related fdp manipulation to kern_descrip.cmjg2015-07-111-1/+1
* Replace struct filedesc argument in getvnode with struct threadmjg2015-06-161-6/+3
* fd: make rights a mandatory argument to fget_unlockedmjg2015-06-161-1/+2
* Implement lockless resource limits.mjg2015-06-101-15/+5
* On exec, single-threading must be enforced before arguments space iskib2015-05-101-0/+14
* The process spin lock currently has the following distinct uses:kib2014-11-261-8/+8
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., wekib2014-11-131-4/+7
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-2/+2
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-2/+8
* 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
OpenPOWER on IntegriCloud