aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux
Commit message (Expand)AuthorAgeFilesLines
* Fix i386 linux module after r367395.Tijl Coosemans2020-12-051-2/+2
* linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer2020-11-051-0/+6
* Pass -fuse-ld=/path/to/ld if ${LD} != "ld"Alex Richardson2020-08-251-1/+1
* Allow overriding the tool used for stripping binariesAlex Richardson2020-08-111-2/+2
* More fixes to build the kernel with a compiler that defaults to -fno-commonAlex Richardson2020-04-181-1/+1
* Replace -Werror with ${WERROR} in module buildsWarner Losh2019-08-251-1/+1
* 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
* The build process generates assym.inc from genassym.o, so don't forgetDmitry Chagin2019-05-061-1/+2
* All genassym.sh usage need offset.incBryan Drewery2018-07-031-1/+1
* Fix futexes on i386 after the 4/4G split.Konstantin Belousov2018-04-241-3/+7
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+1
* Rename assym.s to assym.incEd Maste2018-03-201-4/+4
* Share a single bsd-linux errno table across MD consumersEd Maste2018-03-161-1/+1
* Move assym.s to DPSRCS in linux modulesEd Maste2018-02-051-2/+2
* Revert r319053 due to lack of sence. As pointed out by kib@ opt_global.hDmitry Chagin2017-06-041-1/+1
* On success, getrandom() Linux system call returns the number of bytes thatDmitry Chagin2017-05-281-1/+1
* Strip _binary_linux_locore_o_size from ${VDSO}.so as it is a low absoluteDmitry Chagin2017-05-281-0/+2
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-2/+2
* Exclude -flto when building *genassym.oEd Maste2017-02-211-1/+1
* Fix a copy/paste bug introduced during X86_64 Linuxulator work.Dmitry Chagin2016-07-101-1/+1
* pass -fPIC to the assembler, not linkerEd Maste2016-02-251-2/+2
* For objcopy, use --input-target and --output-targetCraig Rodrigues2015-05-251-2/+2
* Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin2015-05-241-1/+1
* Implement epoll family system calls. This is a tiny wrapperDmitry Chagin2015-05-241-1/+1
* Refund the proc emuldata struct for future use. For now move flags fromDmitry Chagin2015-05-241-2/+3
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-241-4/+5
* Implement vdso - virtual dynamic shared object. Through vdso LinuxDmitry Chagin2015-05-241-4/+25
* Retire the '@' symlink. It isn't really needed and causes moreWarner Losh2014-11-061-4/+1
* Add foo_genassym.c files to DPSRCS so dependencies for them are generated.John Baldwin2014-10-271-0/+1
* move linux*_locore.s and linux*_support.s to SRCS, remove the OBJSWarner Losh2014-10-171-6/+5
* Implement most of timer_{create,settime,gettime,getoverrun,delete}Bjoern A. Zeeb2014-09-181-0/+1
* Move most of the 15 variations on generating opt_inet.h andWarner Losh2014-08-041-2/+0
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-2/+2
* Revert r255672, it has some serious flaws, leaking file references etc.Roman Divacky2013-09-181-1/+1
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueueRoman Divacky2013-09-181-1/+1
* Assemble linux32_locore.s and ia32_sigtramp.S with clang integrated assembler.Roman Divacky2013-08-271-4/+0
* Add missing dependency to linux${SFX}_genassym.cEitan Adler2013-06-171-1/+1
* Fix make dependUlrich Spörlein2012-05-061-2/+2
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric2012-02-281-5/+4
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.Dimitry Andric2011-02-201-0/+5
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.Dmitry Chagin2011-02-121-1/+1
* MFtbemd:Warner Losh2010-08-231-4/+4
* Bring USB fixes for linux(4).Wojciech A. Koszek2010-05-241-1/+1
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn2010-03-111-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+1
* Remove opt_mac.h generation for various kernel modules that no longerRobert Watson2009-06-061-1/+1
* Move opt_apic.h closer to the "XXX: for assym.s" comment.Dag-Erling Smørgrav2009-05-261-1/+4
* opt_apic.h is i386-only.Dag-Erling Smørgrav2009-05-261-2/+2
* Add preliminary KTR(9) support to the linux emulation layer.Dmitry Chagin2009-05-071-0/+3