aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_util.c
Commit message (Expand)AuthorAgeFilesLines
* Move V4L feature declarations and DTrace provider definitions fromTijl Coosemans2020-12-061-0/+18
* - add more linux socket options (sorted by value)Alexander Leidinger2020-11-081-1/+3
* Fix potential race condition in linux stat(2).Edward Tomasz Napierala2020-10-201-0/+19
* Add compat.linux.debug sysctl, to make it possible to silence downEdward Tomasz Napierala2020-06-121-0/+3
* Add compat.linux.emul_path, so it can be set to something otherEdward Tomasz Napierala2019-12-161-1/+7
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* Linuxulator: apply style(9) to returnEd Maste2018-03-121-2/+2
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add special handling for current in-tree drm devices, like r323692 addedTijl Coosemans2017-10-151-0/+21
* Use sizeof instead of strlen on string constants. The compiler doesn'tTijl Coosemans2017-10-151-8/+7
* linsysfs(5): Add support for recent libdrmConrad Meyer2017-09-171-2/+10
* Implement epoll family system calls. This is a tiny wrapperDmitry Chagin2015-05-241-0/+1
* Where possible we will use M_LINUX malloc(9) type.Dmitry Chagin2015-05-241-0/+2
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-241-101/+11
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* - >500 static DTrace probes for the linuxulatorAlexander Leidinger2012-05-051-16/+106
* Remove direct access to si_name.Ed Schouten2012-02-101-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-6/+6
* Push down the major/minor conversion for pts/%u to improve consistency.Ed Schouten2008-06-021-0/+16
* Implement the linux syscallsKonstantin Belousov2008-04-081-3/+4
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-311-0/+1
* Partial MFp4 of 114977:Alexander Leidinger2007-02-241-5/+4
* Add the linux 2.6.x stuff (not used by default!):Alexander Leidinger2006-08-151-2/+7
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.Doug Ambrisko2006-05-051-0/+137
* Remove linux_emul_find() and the CHECKALT*() macros as they are no longerJohn Baldwin2005-03-011-33/+0
* 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