summaryrefslogtreecommitdiff
path: root/sys/modules/linux
AgeCommit message (Expand)Author
2017-06-04Revert r319053 due to lack of sence. As pointed out by kib@ opt_global.hDmitry Chagin
2017-05-28On success, getrandom() Linux system call returns the number of bytes thatDmitry Chagin
2017-05-28Strip _binary_linux_locore_o_size from ${VDSO}.so as it is a low absoluteDmitry Chagin
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2017-02-21Exclude -flto when building *genassym.oEd Maste
2016-07-10Fix a copy/paste bug introduced during X86_64 Linuxulator work.Dmitry Chagin
2016-02-25pass -fPIC to the assembler, not linkerEd Maste
2015-05-25For objcopy, use --input-target and --output-targetCraig Rodrigues
2015-05-24Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin
2015-05-24Implement epoll family system calls. This is a tiny wrapperDmitry Chagin
2015-05-24Refund the proc emuldata struct for future use. For now move flags fromDmitry Chagin
2015-05-24Introduce a new module linux_common.ko which is intended for theDmitry Chagin
2015-05-24Implement vdso - virtual dynamic shared object. Through vdso LinuxDmitry Chagin
2014-11-06Retire the '@' symlink. It isn't really needed and causes moreWarner Losh
2014-10-27Add foo_genassym.c files to DPSRCS so dependencies for them are generated.John Baldwin
2014-10-17move linux*_locore.s and linux*_support.s to SRCS, remove the OBJSWarner Losh
2014-09-18Implement most of timer_{create,settime,gettime,getoverrun,delete}Bjoern A. Zeeb
2014-08-04Move most of the 15 variations on generating opt_inet.h andWarner Losh
2013-11-25- For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao
2013-09-18Revert r255672, it has some serious flaws, leaking file references etc.Roman Divacky
2013-09-18Implement epoll support in Linuxulator. This is a tiny wrapper around kqueueRoman Divacky
2013-08-27Assemble linux32_locore.s and ia32_sigtramp.S with clang integrated assembler.Roman Divacky
2013-06-17Add missing dependency to linux${SFX}_genassym.cEitan Adler
2012-05-06Fix make dependUlrich Spörlein
2012-02-28Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric
2011-02-20Upgrade our copy of llvm/clang to r126079, from upstream's trunk.Dimitry Andric
2011-02-12Move linux_clone(), linux_fork(), linux_vfork() to a MI path.Dmitry Chagin
2010-08-23MFtbemd:Warner Losh
2010-05-24Bring USB fixes for linux(4).Wojciech A. Koszek
2010-03-11Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn
2009-06-08After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb
2009-06-06Remove opt_mac.h generation for various kernel modules that no longerRobert Watson
2009-05-26Move opt_apic.h closer to the "XXX: for assym.s" comment.Dag-Erling Smørgrav
2009-05-26opt_apic.h is i386-only.Dag-Erling Smørgrav
2009-05-07Add preliminary KTR(9) support to the linux emulation layer.Dmitry Chagin
2009-02-12Fix a few problems related to building modules in /sys/modules (notNick Hibma
2008-12-02Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb
2008-09-01Per email to arch@ a little while ago (that was greeted with silence),Warner Losh
2007-05-23Fix the dependency for the linux_support.s, explicitely add linux_assym.h.Konstantin Belousov
2007-05-23Move futex support code from <arch>/support.s into linux compat directory.Konstantin Belousov
2006-10-29Backout the linux aio stuff. Several problems where identified and theAlexander Leidinger
2006-10-15MFP4 (with some minor changes):Alexander Leidinger
2006-08-15- Add the new files to the linux module.Alexander Leidinger
2006-05-05Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.Doug Ambrisko
2006-03-18Get rid of the need of COMPAT_43 in the linuxolator.Alexander Leidinger
2006-01-26opt_vmpage.h is no longer needed here because it is not included byAlan Cox
2005-10-14Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy
2005-06-04Move MAINTAINER documentation to MAINTAINERSWarner Losh
2003-11-19o Remove @- from the ln and change it to a -sf. This was bogus, andWarner Losh
2003-02-03Add IPv6 support for Linuxlator.Hajimu UMEMOTO