summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_fcntl.c
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+11
* Merge Capsicum overhaul:pjd2013-03-021-3/+3
* Improve *access*() parameter name consistency.ed2011-11-191-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-3/+14
* 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-11/+11
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-2/+2
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-2/+2
* Simplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD has F_DUP2FD.antoine2008-03-171-13/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-2/+1
* 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
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-4/+2
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-2/+4
* - Implement svr4_emul_find() using kern_alternate_path(). This changesjhb2005-02-071-29/+22
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-241-62/+42
* Add a f_vnode field to struct file.phk2003-06-221-1/+1
* Use __FBSDID().obrien2003-06-101-2/+3
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* SCARGS removal take II.alfred2002-12-141-61/+61
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-61/+61
* Remove SCARGS.alfred2002-12-131-61/+61
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-1/+2
* Enforce MAC policies for the locally implemented vnode services inrwatson2002-08-121-0/+12
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove __P.alfred2002-03-201-9/+9
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* Semi-backout previous fgetvp change, we need the struct file pointeralfred2002-01-191-7/+11
* fix typo, there's uap, just fdalfred2002-01-161-1/+1
* Replace ffind_* with fget calls.alfred2002-01-141-24/+11
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-10/+29
* KSE Milestone 2julian2001-09-121-66/+67
* get rid of some printf and pointer type warningsassar2001-07-221-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-4/+6
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-20/+4
* Proc locking.jhb2001-01-231-10/+31
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-311-6/+6
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+4
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* fd_revoke() shouldn't panic if the descriptor provided is not a file ornewton1999-12-121-9/+2
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-191-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
OpenPOWER on IntegriCloud