summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_util.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the linux syscallskib2008-04-081-1/+1
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* - Implement ibcs2_emul_find() using kern_alternate_path(). This changesjhb2005-02-071-127/+5
* /* -> /*- for license, add FreeBSD tagimp2005-01-061-1/+1
* Fix a multitude of security bugs in the iBCS2 emulator:tjr2003-10-121-2/+4
* Use __FBSDID().obrien2003-06-021-1/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* KSE Milestone 2julian2001-09-121-7/+7
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-10/+3
* Proc locking.jhb2001-01-231-3/+10
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-1/+8
* Removed unused #includes.bde1997-07-201-5/+0
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-1/+0
* Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'bde1996-09-031-3/+2
* Change alternate space base name from /emul/ibcs2 to /compat/ibcs2,swallace1995-10-101-1/+1
* Remove old files no longer needed.swallace1995-10-101-1/+1
* Import of original NetBSD's ibcs2 emulator sources by Scott Bartram,swallace1995-10-101-0/+178
OpenPOWER on IntegriCloud