aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_util.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Implement the openat() linux syscallJulian Elischer2007-03-291-2/+5
* Axe the stackgap macros as the Linux ABIs no longer use the stackgap.John Baldwin2006-06-271-26/+0
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.Doug Ambrisko2006-05-051-0/+17
* Suppress logging about unimplemented syscalls to one time per process. ThisGleb Smirnoff2005-12-081-9/+7
* Remove linux_emul_find() and the CHECKALT*() macros as they are no longerJohn Baldwin2005-03-011-13/+0
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Rename thread args to be called "td" rather than "p" to beDavid Malone2004-10-101-6/+6
* Use sv_psstrings from the current process's sysentvec structure insteadTim J. Robbins2004-08-151-2/+3
* Add function linux_msg() for regulating output from the linux emulationAlfred Perlstein2003-01-021-4/+7
* When complaining about obsolete/unimplemented syscalls output the processAlfred Perlstein2003-01-011-2/+2
* Add a new function linux_emul_convpath(), which is a version ofIan Dowse2002-09-011-0/+16
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM,Bruce Evans2002-02-151-2/+0
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysDag-Erling Smørgrav2001-10-271-4/+2
* Whitespace fix.Dag-Erling Smørgrav2001-10-191-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* The MI/MD split wasn't perfect and the MI files need hacks for theDavid E. O'Brien2000-11-011-0/+17
* Remove the only use of SCARG and perform dead code elimination.Marcel Moolenaar2000-07-271-4/+0
* Add bounds checking to stackgap_alloc. Previously it was possibleMarcel Moolenaar2000-07-231-10/+8
* Implement pluggable ioctl handlers.Marcel Moolenaar1999-12-041-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* We don't end up checking for a return value of EFAULT from the copyinstr()Brian Feldman1999-08-071-5/+12
* Removed the cast to a pointer in the definition of PS_STRINGS andBruce Evans1998-12-161-2/+2
* remove option LINUX as it did nothing, add DEBUG_LINUX to debug theJohn-Mark Gurney1998-06-301-1/+3
* 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
* Fix a (mostly harmless) bogon when allocating space above the stackPeter Wemm1996-03-101-2/+2
* First attempt at FreeBSD & Linux ELF support.Søren Schmidt1996-03-101-3/+1
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-0/+92