aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_util.c
Commit message (Expand)AuthorAgeFilesLines
* Make linux_emul_convpath() a simple wrapper for kern_alternate_path().John Baldwin2005-02-071-98/+3
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofBruce Evans2004-06-231-2/+4
* Mark linux_emul_convpath() as GIANT_REQUIRED.Robert Watson2004-06-221-0/+2
* VOP_GETATTR() wants the vnode passed to it to be locked. InsteadDon Lewis2004-01-141-13/+1
* Use __FBSDID().David E. O'Brien2003-06-101-1/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Add function linux_msg() for regulating output from the linux emulationAlfred Perlstein2003-01-021-0/+16
* Add a new function linux_emul_convpath(), which is a version ofIan Dowse2002-09-011-32/+48
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+2
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysDag-Erling Smørgrav2001-10-271-3/+3
* KSE Milestone 2Julian Elischer2001-09-121-7/+7
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-271-10/+3
* Lock access to proc members.John Baldwin2000-12-151-3/+10
* Update include directives.Marcel Moolenaar2000-08-221-2/+1
* Add bounds checking to stackgap_alloc. Previously it was possibleMarcel Moolenaar2000-07-231-1/+4
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-1/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Removed unused #includes.Bruce Evans1997-07-201-5/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'Bruce Evans1996-09-031-4/+3
* Fix memory leak bug in the path parsing code which never released it'sNate Williams1996-08-051-6/+10
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-0/+179