summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* linux: plug a set-but-not-used varMateusz Guzik2022-06-221-1/+1
* linux: remove redundant SDT tracepointsDmitry Chagin2022-06-171-20/+1
* Quiet unused fn warning for linuxulator w/o legacy syscallsEd Maste2018-06-251-1/+1
* linuxulator: do not include legacy syscalls on arm64Ed Maste2018-06-151-0/+2
* Rationalize license text on Linuxolator filesEd Maste2018-02-161-15/+13
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Where possible we will use M_LINUX malloc(9) type.Dmitry Chagin2015-05-241-4/+4
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin2013-01-291-0/+1
* - >500 static DTrace probes for the linuxulatorAlexander Leidinger2012-05-051-4/+54
* Unbreak COMPAT_LINUX32 option support on amd64.Ruslan Ermilov2006-03-191-0/+2
* Fixup some problems in my previous commit (COMPAT_43).Alexander Leidinger2006-03-181-2/+0
* Get rid of the need of COMPAT_43 in the linuxolator.Alexander Leidinger2006-03-181-2/+2
* Match the LINUX32's style with existing styleDavid E. O'Brien2005-01-141-4/+4
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins2004-08-161-6/+13
* Use __FBSDID().David E. O'Brien2003-06-101-2/+3
* Clean up whitespace and remove register keyword.Dag-Erling Smørgrav2003-03-031-1/+1
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.Dag-Erling Smørgrav2003-03-031-1/+1
* 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-4/+16
* Back out last commit. Linux uses the old 4.3BSD sockaddr format.Jonathan Mini2002-09-241-17/+0
* Don't use compatability syscall wrappers in emulation code.Jonathan Mini2002-09-231-0/+21
* Include <sys/malloc.h> instead of depending on namespace pollution 2Bruce Evans2002-09-051-5/+1
* Use the new kern_* functions to avoid the need to store argumentsIan Dowse2002-09-011-6/+9
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-0/+120