summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_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-1/+3
* Improve *access*() parameter name consistency.ed2011-11-191-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+2
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-1/+2
* - Implement ibcs2_emul_find() using kern_alternate_path(). This changesjhb2005-02-071-24/+28
* /* -> /*- for license, add FreeBSD tagimp2005-01-061-1/+1
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-241-47/+18
* Use __FBSDID().obrien2003-06-021-2/+3
* SCARGS removal take II.alfred2002-12-141-43/+43
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-43/+43
* Remove SCARGS.alfred2002-12-131-43/+43
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-1/+2
* Remove __P.alfred2002-03-201-5/+5
* Replace ffind_* with fget calls.alfred2002-01-141-2/+3
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-2/+6
* KSE Milestone 2julian2001-09-121-27/+28
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+3
* Proc locking.jhb2001-01-231-1/+4
* 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
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-4/+4
* Make SPX_HACK a new-style option.eivind1998-02-041-1/+3
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-23/+19
* Removed unused #includes.bde1997-07-201-8/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includebde1997-03-241-2/+2
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Added (null for the i386) conversions from ibcs2's bogus fcntl argsbde1995-11-121-9/+10
* Add a hack to emulator to emulat spx device for local X connections.swallace1995-10-161-0/+8
* Remove old files no longer needed.swallace1995-10-101-13/+32
* Import of original NetBSD's ibcs2 emulator sources by Scott Bartram,swallace1995-10-101-0/+305
OpenPOWER on IntegriCloud