summaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2/ibcs2_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove iBCS2, part3: the implementationMateusz Guzik2018-12-191-1198/+0
* Fix kernel memory disclosure in ibcs2_getdentsEd Maste2018-03-211-0/+1
* Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin2018-01-171-1/+5
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-115/+45
* Replace struct filedesc argument in getvnode with struct threadMateusz Guzik2015-06-161-4/+2
* Implement lockless resource limits.Mateusz Guzik2015-06-101-22/+6
* On exec, single-threading must be enforced before arguments space isKonstantin Belousov2015-05-101-0/+14
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., weKonstantin Belousov2014-11-131-14/+19
* Eliminate unnecessary memory allocation in sys_getgroups and its ibcs2 counte...Mateusz Guzik2014-10-211-20/+15
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-3/+8
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-4/+3
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-8/+2
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-12/+12
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-2/+5
* Only allocate the space we need before calling kern_getgroups insteadBrooks Davis2010-01-151-3/+7
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicBrooks Davis2010-01-121-2/+2
* There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala2009-07-081-1/+2
* Use NGROUPS instead of NGROUPS_MAX as the limits on setgroups andBrooks Davis2009-06-201-2/+2
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-191-9/+24
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-2/+0
* Use shared vnode locks when invoking VOP_READDIR().John Baldwin2009-02-131-2/+2
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-2/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* Fix a silly bogon that broke ibcs2_rename().John Baldwin2007-03-261-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-8/+14
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),John Baldwin2006-07-111-2/+8
* Add kern_setgroups() and kern_getgroups() and use them to implementJohn Baldwin2006-07-061-42/+25
* - Always call exec_free_args() in kern_execve() instead of doing it in allJohn Baldwin2006-02-061-2/+0
* Remove an extra call to read() in ibcs2_read() that can never be reached.John Baldwin2005-07-071-2/+0
* Use kern_settimeofday() to avoid stackgap use.John Baldwin2005-03-311-11/+11
* - Implement ibcs2_emul_find() using kern_alternate_path(). This changesJohn Baldwin2005-02-071-112/+160
* /* -> /*- for license, add FreeBSD tagWarner Losh2005-01-061-1/+1
* - Move the function prototypes for kern_setrlimit() and kern_wait() toJohn Baldwin2005-01-051-0/+1
* Add missing zero flag arguments to sysctl calls.Poul-Henning Kamp2004-10-121-1/+1
* Nice, is a property of a process as a whole..Julian Elischer2004-06-161-2/+2
* - Replace wait1() with a kern_wait() function that accepts the pid,John Baldwin2004-03-171-23/+15
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-51/+33
* Fix a multitude of security bugs in the iBCS2 emulator:Tim J. Robbins2003-10-121-3/+21
* Add a f_vnode field to struct file.Poul-Henning Kamp2003-06-221-2/+2
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-2/+2
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-2/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* SCARGS removal take II.Alfred Perlstein2002-12-141-126/+126