summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
Commit message (Expand)AuthorAgeFilesLines
* For objcopy, use --input-target and --output-targetrodrigc2015-05-251-2/+2
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-241-1/+1
* Implement epoll family system calls. This is a tiny wrapperdchagin2015-05-241-1/+1
* Refund the proc emuldata struct for future use. For now move flags fromdchagin2015-05-241-2/+3
* Introduce a new module linux_common.ko which is intended for thedchagin2015-05-241-4/+5
* Implement vdso - virtual dynamic shared object. Through vdso Linuxdchagin2015-05-241-4/+25
* Retire the '@' symlink. It isn't really needed and causes moreimp2014-11-061-4/+1
* Add foo_genassym.c files to DPSRCS so dependencies for them are generated.jhb2014-10-271-0/+1
* move linux*_locore.s and linux*_support.s to SRCS, remove the OBJSimp2014-10-171-6/+5
* Implement most of timer_{create,settime,gettime,getoverrun,delete}bz2014-09-181-0/+1
* Move most of the 15 variations on generating opt_inet.h andimp2014-08-041-2/+0
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-2/+2
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-181-1/+1
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-181-1/+1
* Assemble linux32_locore.s and ia32_sigtramp.S with clang integrated assembler.rdivacky2013-08-271-4/+0
* Add missing dependency to linux${SFX}_genassym.ceadler2013-06-171-1/+1
* Fix make dependuqs2012-05-061-2/+2
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-5/+4
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-201-0/+5
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-121-1/+1
* MFtbemd:imp2010-08-231-4/+4
* Bring USB fixes for linux(4).wkoszek2010-05-241-1/+1
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+1
* Remove opt_mac.h generation for various kernel modules that no longerrwatson2009-06-061-1/+1
* Move opt_apic.h closer to the "XXX: for assym.s" comment.des2009-05-261-1/+4
* opt_apic.h is i386-only.des2009-05-261-2/+2
* Add preliminary KTR(9) support to the linux emulation layer.dchagin2009-05-071-0/+3
* Fix a few problems related to building modules in /sys/modules (notn_hibma2009-02-121-1/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-1/+1
* Per email to arch@ a little while ago (that was greeted with silence),imp2008-09-011-1/+1
* Fix the dependency for the linux_support.s, explicitely add linux_assym.h.kib2007-05-231-1/+1
* Move futex support code from <arch>/support.s into linux compat directory.kib2007-05-231-2/+10
* Backout the linux aio stuff. Several problems where identified and thenetchild2006-10-291-1/+1
* MFP4 (with some minor changes):netchild2006-10-151-5/+7
* - Add the new files to the linux module.netchild2006-08-151-13/+18
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.ambrisko2006-05-051-1/+1
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-4/+1
* opt_vmpage.h is no longer needed here because it is not included byalc2006-01-261-1/+1
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-141-0/+2
* Move MAINTAINER documentation to MAINTAINERSimp2005-06-041-2/+0
* o Remove @- from the ln and change it to a -sf. This was bogus, andimp2003-11-191-1/+1
* Add IPv6 support for Linuxlator.ume2003-02-031-2/+5
* opt_kstack_pages.h is not needed anymore. It would have been a Bad Thingpeter2002-09-081-2/+1
* Unbreak the modules build:tmm2002-09-071-1/+2
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-1/+2
* Hook up the new linux_ptrace implementation.marcel2002-05-191-1/+1
* (Belatedly) add the required EXPORT_SYMS. I'm not sure the list is complete,des2002-02-221-0/+8
* genassym depends on the presence of common variables, disable the usemsmith2002-01-101-1/+1
* Pass maintainership over to emulation@FreeBSD.org. It has been fun,marcel2001-11-181-1/+1
OpenPOWER on IntegriCloud