aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Update Matthew Macy contact infoStephen Hurd2017-12-192-2/+2
* Disable vim syntax highlighting.Brooks Davis2017-11-281-0/+1
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2740-0/+80
* Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-252-25/+36
* Don't let cpu_set_syscall_retval() clobber exec_setregs().Ed Schouten2017-11-241-2/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-1815-0/+30
* Properly bzero kldstat structure to prevent kernel information leak.Gordon Tetlow2017-11-151-13/+18
* Properly handle the case where the linux_cdev_handle_insert() functionHans Petter Selasky2017-11-131-22/+44
* Use pfind_any in linux_rt_sigqueueinfo and kern_sigqueueMateusz Guzik2017-11-111-2/+1
* Remove release and acquire semantics when accessing the "state" field of theHans Petter Selasky2017-11-113-8/+7
* Mask away return codes from del_timer() and del_timer_sync() becauseHans Petter Selasky2017-11-111-2/+2
* Remove some not needed comments in the LinuxKPI. Use the Linux source treeHans Petter Selasky2017-11-101-23/+0
* Upgrade to CloudABI v0.17.Ed Schouten2017-11-088-48/+54
* Make the dma_alloc_coherent() function in the LinuxKPI NULL safe with regardHans Petter Selasky2017-11-081-1/+1
* Remove redundant dev->si_drv1 NULL checks in the LinuxKPI.Hans Petter Selasky2017-11-031-14/+0
* Implement ioread16be() in the LinuxKPI.Hans Petter Selasky2017-11-011-0/+7
* Unconditionally include "opt_inet6.h" in the LinuxKPI.Hans Petter Selasky2017-11-011-2/+0
* Update comment to match r177997 & r178036 changes.David E. O'Brien2017-10-271-1/+1
* Import the latest CloudABI definitions, version 0.16.Ed Schouten2017-10-1813-375/+138
* Add information needed by Linux libdrm 2.4.74 (shipped with CentOS 7.4).Tijl Coosemans2017-10-151-22/+62
* Set DEVNAME to dri/card%d. This works with both in-tree drm and drm-nextTijl Coosemans2017-10-151-2/+2
* Add special handling for current in-tree drm devices, like r323692 addedTijl Coosemans2017-10-151-0/+21
* Use sizeof instead of strlen on string constants. The compiler doesn'tTijl Coosemans2017-10-151-8/+7
* Make the PHOLD in linux_wait_event_common() unconditional.Mark Johnston2017-10-131-4/+0
* Don't call selrecord() outside the select system call in the LinuxKPI, becauseHans Petter Selasky2017-10-131-6/+9
* regen freebsd32_sysent.c after r324564 (freebsd32_posix_fallocate)Ed Maste2017-10-121-2/+2
* allow posix_fallocate in 32-bit compat capability modeEd Maste2017-10-121-0/+1
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-092-9/+12
* Add get_random_{int,long} to the LinuxKPI.Mark Johnston2017-10-041-2/+22
* Make sure the timer belonging to the delayed work in the LinuxKPIHans Petter Selasky2017-10-042-1/+20
* Small style(9) issue: spaces vs TAB.Pedro F. Giffuni2017-09-241-1/+1
* Add support for 32-bit compatibility IOCTLs in the LinuxKPI.Hans Petter Selasky2017-09-222-2/+15
* linsysfs: quiet gcc -Wformat after r323692Ryan Libby2017-09-181-1/+1
* linsysfs(5): Fix two unrelated issuesConrad Meyer2017-09-181-12/+17
* The LinuxKPI atomics do not have acquire nor release semantics unlessHans Petter Selasky2017-09-185-20/+19
* Only wire pages in the LinuxKPI instead of holding and wiring them.Hans Petter Selasky2017-09-182-5/+2
* Add support for shared memory functions to the LinuxKPI.Hans Petter Selasky2017-09-182-1/+127
* linsysfs(5): Add support for recent libdrmConrad Meyer2017-09-172-8/+189
* Only search the scope ID in ip6_find_dev() for IPv6 addresses whichHans Petter Selasky2017-09-091-10/+16
* Resolve IPv6 scope ID issues when using ip6_find_dev() in the LinuxKPI.Hans Petter Selasky2017-09-091-9/+13
* Properly implement poll_wait() in the LinuxKPI. This prevents directHans Petter Selasky2017-09-093-8/+103
* Add more sanity checks to linux_fget() in the LinuxKPI. This preventsHans Petter Selasky2017-09-091-2/+9
* Correct bintime32 declaration: uint32_t sec -> time32_t sec.Maxim Sobolev2017-09-081-1/+1
* In the recvmsg32() system call iterate over returned structure(s)Maxim Sobolev2017-09-072-7/+72
* Merge pipes and socket pairs.Ed Schouten2017-09-052-36/+9
* Add proper support for the md_label into md(4) ioctl compat layer.Maxim Sobolev2017-08-302-8/+10
* Complete the CloudABI networking refactoring.Ed Schouten2017-08-3012-269/+75
* Sync CloudABI compatibility against the latest upstream version (v0.13).Ed Schouten2017-08-2512-415/+88
* Set the bus number field when attaching a PCI device.Mark Johnston2017-08-231-0/+1