summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_util.c
Commit message (Expand)AuthorAgeFilesLines
* - >500 static DTrace probes for the linuxulatornetchild2012-05-051-16/+106
* Remove direct access to si_name.ed2012-02-101-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-6/+6
* Push down the major/minor conversion for pts/%u to improve consistency.ed2008-06-021-0/+16
* Implement the linux syscallskib2008-04-081-3/+4
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* Partial MFp4 of 114977:netchild2007-02-241-5/+4
* Add the linux 2.6.x stuff (not used by default!):netchild2006-08-151-2/+7
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.ambrisko2006-05-051-0/+137
* Remove linux_emul_find() and the CHECKALT*() macros as they are no longerjhb2005-03-011-33/+0
* Make linux_emul_convpath() a simple wrapper for kern_alternate_path().jhb2005-02-071-98/+3
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofbde2004-06-231-2/+4
* Mark linux_emul_convpath() as GIANT_REQUIRED.rwatson2004-06-221-0/+2
* VOP_GETATTR() wants the vnode passed to it to be locked. Insteadtruckman2004-01-141-13/+1
* Use __FBSDID().obrien2003-06-101-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
* Add function linux_msg() for regulating output from the linux emulationalfred2003-01-021-0/+16
* Add a new function linux_emul_convpath(), which is a version ofiedowse2002-09-011-32/+48
* 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