summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_util.c
Commit message (Expand)AuthorAgeFilesLines
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysdes2001-10-271-3/+3
* 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
* Lock access to proc members.jhb2000-12-151-3/+10
* Update include directives.marcel2000-08-221-2/+1
* Add bounds checking to stackgap_alloc. Previously it was possiblemarcel2000-07-231-1/+4
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-1/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Removed unused #includes.bde1997-07-201-5/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* 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
* Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'bde1996-09-031-4/+3
* Fix memory leak bug in the path parsing code which never released it'snate1996-08-051-6/+10
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-0/+179
OpenPOWER on IntegriCloud