aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux_common
Commit message (Expand)AuthorAgeFilesLines
* linux: add sysctl to pass untranslated interface namesAlexander V. Chernikov2022-01-171-0/+1
* Fix some modules to export more used symbolsKonstantin Belousov2021-11-181-2/+2
* linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer2020-11-051-1/+1
* Make linux_errtbl[] static.Edward Tomasz Napierala2020-11-031-1/+0
* Add warning to the Linuxulator makefiles that building it outside of aDmitry Chagin2019-05-131-0/+4
* Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin2019-05-131-9/+0
* Our bsd_to_linux_sockaddr() and linux_to_bsd_sockaddr() functionsDmitry Chagin2019-05-131-1/+1
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+1
* Share Linux errno table with libsysdecodeEd Maste2018-03-221-1/+1
* Share a single bsd-linux errno table across MD consumersEd Maste2018-03-161-0/+2
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
* Fix a copy/paste bug introduced during X86_64 Linuxulator work.Dmitry Chagin2016-07-101-1/+1
* Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin2015-05-241-1/+1
* Refund the proc emuldata struct for future use. For now move flags fromDmitry Chagin2015-05-241-1/+1
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-241-0/+25