aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_util.h
Commit message (Expand)AuthorAgeFilesLines
* Reduce reliance on sys/sysproto.h pollutionBrooks Davis2024-04-151-0/+1
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* linux(4): Make linux_emul_path privateDmitry Chagin2023-05-291-2/+0
* linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin2023-05-291-23/+2
* linux(4): Move linux_debug decalration to linux_util.hDmitry Chagin2023-05-181-0/+2
* linux(4): Move translate_vnhook_major_minor() into the Linux common moduleDmitry Chagin2023-04-281-0/+3
* linux(4): Move use_real_names knob to the linux.cDmitry Chagin2023-02-141-9/+0
* linux(4): Cleanup sys/sysent.h from linux_utilDmitry Chagin2023-02-141-1/+0
* linux(4): Cleanup vm includes from linux_util.hDmitry Chagin2023-02-141-2/+0
* linux(4): Cleanup unneeded includes from linux_util.hDmitry Chagin2023-02-141-4/+0
* linux(4): Add LINUX_RATELIMIT_MSG_OPT2 for future useDmitry Chagin2022-05-281-0/+12
* linux: add sysctl to pass untranslated interface namesAlexander V. Chernikov2022-01-171-0/+9
* linux: remove the always curthread argument from lconvpathMateusz Guzik2021-11-251-9/+9
* linux(4): Add LINUX_RATELIMIT_MSG macro for future use.Dmitry Chagin2021-08-121-0/+12
* linux(4): Reimplement futexes using umtx.Dmitry Chagin2021-07-291-2/+0
* linux: remove redundant SDT tracepointsEdward Tomasz Napierala2021-05-051-5/+0
* - add more linux socket options (sorted by value)Alexander Leidinger2020-11-081-1/+30
* Fix potential race condition in linux stat(2).Edward Tomasz Napierala2020-10-201-0/+1
* linux: add sysctl compat.linux.use_emul_pathMateusz Guzik2020-08-181-0/+3
* Add compat.linux.emul_path, so it can be set to something otherEdward Tomasz Napierala2019-12-161-1/+1
* Linuxolator whitespace cleanupEd Maste2018-02-051-1/+1
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add UNIMPLEMENTED() placeholder macro forMahdi Mokhtari2017-03-061-0/+8
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noSvatopluk Kraus2016-02-221-1/+0
* Fix linux_common module build with KTR option.Dmitry Chagin2015-05-241-1/+0
* 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-0/+2
* - >500 static DTrace probes for the linuxulatorAlexander Leidinger2012-05-051-0/+8
* Remove direct access to si_name.Ed Schouten2012-02-101-1/+1
* Remove stale comment.Konstantin Belousov2010-10-141-5/+0
* Add preliminary KTR(9) support to the linux emulation layer.Dmitry Chagin2009-05-071-0/+29
* Implement the linux syscallsKonstantin Belousov2008-04-081-5/+7
* 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