aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Fix missing epochification of the LinuxKPI after r353292.Hans Petter Selasky2019-10-151-1/+4
* (4/6) Protect page valid with the busy lock.Jeff Roberson2019-10-151-1/+1
* Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map.Doug Moore2019-10-081-2/+1
* Regen after r347228 and r352693.Brooks Davis2019-09-3010-10/+22
* linux_renameat2: don't add extra \n on error.Pawel Biernacki2019-09-301-1/+1
* sysent: regenerate after r352747.David Bright2019-09-264-1/+34
* Add an shm_rename syscallDavid Bright2019-09-261-0/+2
* compat/freebsd32: restore style after r352705 (no functional change)Kyle Evans2019-09-251-2/+2
* sysent: regenerate after r352705Kyle Evans2019-09-254-33/+9
* Mark shm_open(2) as COMPAT12, succeeded by shm_open2Kyle Evans2019-09-251-2/+2
* sysent: regenerate after r352700Kyle Evans2019-09-254-1/+42
* Add a shm_open2 syscall to support upcoming memfd_createKyle Evans2019-09-251-0/+3
* [2/3] Add an initial seal argument to kern_shm_open()Kyle Evans2019-09-251-1/+2
* sysent: regenerate after r352693Kyle Evans2019-09-251-0/+24
* Add COMPAT12 support to makesyscalls.shKyle Evans2019-09-251-1/+2
* Create a "drm" subdirectory for drm devices in linsysfs. Recent versions ofTijl Coosemans2019-09-231-0/+1
* linux: add trivial renameat2 implementationEd Maste2019-09-111-0/+20
* Use true and false when dealing with bool type in the LinuxKPI.Hans Petter Selasky2019-09-111-19/+19
* Fix synchronous work drain issue in the LinuxKPI.Hans Petter Selasky2019-09-111-10/+15
* Fix broken DECLARE_TASKLET() macro after r347852.Hans Petter Selasky2019-09-111-2/+2
* Replace redundant code with a few new vm_page_grab facilities:Jeff Roberson2019-09-101-20/+4
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-093-12/+1
* LinuxKPI: Improve sysfs support.Johannes Lundberg2019-09-062-10/+70
* Fix /proc/mounts for autofs(5) mounts.Edward Tomasz Napierala2019-09-041-0/+9
* Add procctl(PROC_STACKGAP_CTL)Konstantin Belousov2019-09-031-0/+3
* Make linprocfs(4) report Tgid, Linux ltrace(1) needs it.Edward Tomasz Napierala2019-09-031-0/+1
* Add sysctlbyname system callMateusz Guzik2019-09-037-1/+85
* Bump Linux version to 3.2.0. Without it, binaries linked againstEdward Tomasz Napierala2019-09-021-3/+3
* Relax compat.linux.osrelease checks. This way one can do egEdward Tomasz Napierala2019-09-021-1/+2
* LinuxKPI: Add sysfs create/remove functions that handles multiple files in on...Johannes Lundberg2019-09-021-0/+23
* Use DEVICE memory instead of UNCACHEABLE on aarch64 in ioremap() in the Linux...Hans Petter Selasky2019-09-021-4/+13
* 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