aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Change locking requirements for VOP_UNSET_TEXT().Konstantin Belousov2019-08-181-1/+6
* Linuxkpi: Prevent easy generated ctor name conflicts with prefixConrad Meyer2019-08-171-2/+3
* Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.Hans Petter Selasky2019-08-143-10/+54
* Fix build with DRM and INVARIANTS enabled.John Baldwin2019-08-131-5/+26
* compat/linux: Remove obsoleted and somewhat confusing comments related to COM...Konstantin Belousov2019-08-112-21/+0
* Fix 32-bit build again, post r350570.Justin Hibbits2019-08-041-1/+1
* Fix 32-bit build post-r350570Justin Hibbits2019-08-041-2/+2
* Add necessary bits for Linux KPI to work correctly on powerpcJustin Hibbits2019-08-044-57/+111
* Make randomized stack gap between strings and pointers to argv/envs.Konstantin Belousov2019-07-312-0/+4
* Regen.Konstantin Belousov2019-07-314-1/+46
* freebsd32 shims for copy_file_range(2).Konstantin Belousov2019-07-311-0/+3
* kern_shm_open: push O_CLOEXEC into caller controlKyle Evans2019-07-311-1/+2
* Avoid relying on header pollution from sys/refcount.h.Mark Johnston2019-07-291-0/+1
* linuxcommon: add module versionAndriy Gapon2019-07-101-0/+1
* Let linuxulator mprotect mask unsupported bits before calling kern_mprotect.Tijl Coosemans2019-07-102-0/+7
* Merge the vm_page hold and wire mechanisms.Mark Johnston2019-07-081-18/+1
* Update Linux compat version to 2.6.36Ed Maste2019-07-041-1/+1
* Return ENOTSUP for Linux FS_IOC_FIEMAP ioctl.Edward Tomasz Napierala2019-07-042-0/+2
* Fix linuxulator prlimit64(2) with pid == 0. This makes 'ulimit -a'Edward Tomasz Napierala2019-07-041-4/+8
* Remove dead code added after r348743 in the LinuxKPI. TheHans Petter Selasky2019-07-032-16/+0
* Remove the CDIOCREADSUBCHANNEL_SYSSPACE ioctl.Mark Johnston2019-07-031-5/+15
* Control implicit PROT_MAX() using procctl(2) and the FreeBSD noteKonstantin Belousov2019-07-021-0/+3
* LinuxKPI: Additions to rcu list.Johannes Lundberg2019-06-211-2/+25
* LinuxKPI: Add atomic_long_sub macro.Johannes Lundberg2019-06-211-0/+1
* Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m).Mark Johnston2019-06-071-1/+1
* Make the linuxkpi's alloc_pages() consistently return wired pages.Mark Johnston2019-06-062-6/+24
* makesyscalls.sh: always use absolute path for syscalls.confBrooks Davis2019-05-303-6/+6
* Complete LOCAL_PEERCRED support. Cache pid of the remote process in theDmitry Chagin2019-05-301-4/+1
* Linux does not support MSG_OOB for unix(4) or non-stream oriented socket,Dmitry Chagin2019-05-301-5/+25
* Do not leak sa in linux_recvmsg() call if kern_recvit() fails.Dmitry Chagin2019-05-211-2/+3
* Do not use uninitialised sa.Dmitry Chagin2019-05-211-1/+1
* Do not leak sa in linux_recvfrom() call if kern_recvit() fails.Dmitry Chagin2019-05-211-2/+2
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-211-0/+1
* LinuxKPI: Finalize move of lindebugfs from ports to base.Johannes Lundberg2019-05-191-4/+12
* Implement PTRACE_O_TRACESYSGOOD. This makes Linux strace(1) work.Edward Tomasz Napierala2019-05-193-18/+48
* Linux send() call returns EAGAIN instead of ENOTCONN in case when theDmitry Chagin2019-05-191-1/+17
* LinuxKPI: Finalize import of seq_file.Johannes Lundberg2019-05-161-3/+20
* LinuxKPI: Add in_task macro.Johannes Lundberg2019-05-161-0/+2
* LinuxKPI: Fix build on powerpc/sparc.Johannes Lundberg2019-05-161-4/+1
* LinuxKPI: Updates to tasklets for Linux 5.0.Johannes Lundberg2019-05-162-22/+67
* LinuxKPI: Add group_leader member to struct task_struct.Johannes Lundberg2019-05-162-0/+2
* LinuxKPI: Update access_ok macro for v5.0.Johannes Lundberg2019-05-162-3/+8
* Allow loading the same DMA address multiple times without any priorTycho Nightingale2019-05-161-0/+27
* LinuxKPI: Add helper macros IS_ALIGNED and DIV_ROUND_DOWN_ULL.Johannes Lundberg2019-05-151-0/+5
* LinuxKPI: Move {lower|upper}_32_bits macros from port to base.Johannes Lundberg2019-05-151-0/+6
* LinuxKPI: Include asm/atomic-long.h from atomic.h.Johannes Lundberg2019-05-151-0/+1
* LinuxKPI: Add get_random_u32 function.Johannes Lundberg2019-05-151-0/+2
* LinuxKPI: Update user_access_begin for Linux v5.0.Johannes Lundberg2019-05-151-0/+4
* LinuxKPI: Expand ktime functionality.Johannes Lundberg2019-05-151-4/+18
* LinuxKPI: Add prepare to pm_ops and bump FreeBSD version.Johannes Lundberg2019-05-141-0/+1