summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_misc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r282708:kib2015-05-241-0/+14
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-3/+8
* Merge Capsicum overhaul:pjd2013-03-021-4/+3
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-8/+2
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-12/+12
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-2/+5
* Only allocate the space we need before calling kern_getgroups insteadbrooks2010-01-151-3/+7
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-2/+2
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-1/+2
* Use NGROUPS instead of NGROUPS_MAX as the limits on setgroups andbrooks2009-06-201-2/+2
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-9/+24
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-2/+0
* Use shared vnode locks when invoking VOP_READDIR().jhb2009-02-131-2/+2
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Fix a silly bogon that broke ibcs2_rename().jhb2007-03-261-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-8/+14
* 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 getdents_common() (linux ABIs),jhb2006-07-111-2/+8
* Add kern_setgroups() and kern_getgroups() and use them to implementjhb2006-07-061-42/+25
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-2/+0
* Remove an extra call to read() in ibcs2_read() that can never be reached.jhb2005-07-071-2/+0
* Use kern_settimeofday() to avoid stackgap use.jhb2005-03-311-11/+11
* - Implement ibcs2_emul_find() using kern_alternate_path(). This changesjhb2005-02-071-112/+160
* /* -> /*- for license, add FreeBSD tagimp2005-01-061-1/+1
* - Move the function prototypes for kern_setrlimit() and kern_wait() tojhb2005-01-051-0/+1
* Add missing zero flag arguments to sysctl calls.phk2004-10-121-1/+1
* Nice, is a property of a process as a whole..julian2004-06-161-2/+2
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-171-23/+15
* Locking for the per-process resource limits structure.jhb2004-02-041-51/+33
* Fix a multitude of security bugs in the iBCS2 emulator:tjr2003-10-121-3/+21
* Add a f_vnode field to struct file.phk2003-06-221-2/+2
* Use __FBSDID().obrien2003-06-021-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-2/+2
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-2/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* SCARGS removal take II.alfred2002-12-141-126/+126
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-126/+126
* Remove SCARGS.alfred2002-12-131-126/+126
* Add necessary instrumentation to IBCS2 emulation support for mandatoryrwatson2002-08-121-0/+15
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-6/+19
* KSE Milestone 2julian2001-09-121-160/+161
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+3
* Proc locking.jhb2001-01-231-0/+5
OpenPOWER on IntegriCloud