aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Streamline the LinuxKPI spinlock wrappers.Hans Petter Selasky2017-02-211-19/+109
* Add support for LinuxKPI tasklets.Hans Petter Selasky2017-02-213-0/+238
* Make the LinuxKPI task struct persistent accross system calls.Hans Petter Selasky2017-02-2118-177/+304
* Add /proc/self/mounts to linprocfs; some linux binaries need it.Edward Tomasz Napierala2017-02-201-0/+2
* There are some Linux binaries that expect the system to obey the "addr"Edward Tomasz Napierala2017-02-191-1/+16
* Implement rt_tgsigqueueinfo system call used by glibc for pthread_sigqueue(3).Dmitry Chagin2017-02-191-0/+29
* Style(9), some XXX comments fix. No functional changes.Dmitry Chagin2017-02-181-19/+17
* Initialize cap_rights before use.Dmitry Chagin2017-02-181-1/+2
* Finich r313684.Dmitry Chagin2017-02-182-11/+11
* Implement GFP_DMA32 flag in the LinuxKPI.Hans Petter Selasky2017-02-172-3/+6
* Allow container_of() to be used with constant data pointers.Hans Petter Selasky2017-02-161-2/+2
* Implement more LinuxKPI atomic functions and macros.Hans Petter Selasky2017-02-163-0/+32
* Allow passing a constant atomic_t to atomic_read().Hans Petter Selasky2017-02-161-2/+2
* Whitespace fix.Hans Petter Selasky2017-02-161-1/+1
* Improve debugging output.Edward Tomasz Napierala2017-02-161-1/+1
* Replace Linuxulator implementation of readdir(), getdents() andDmitry Chagin2017-02-141-203/+204
* Rework r313352.Konstantin Belousov2017-02-134-30/+30
* Style: wrap long line.Konstantin Belousov2017-02-131-1/+2
* Fix r313284.Dmitry Chagin2017-02-121-20/+26
* Regenerate all the system call tables to drop "created from" lines.John Baldwin2017-02-1016-16/+0
* Add kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync(), kern_vm_munlock(),Edward Tomasz Napierala2017-02-064-131/+70
* Update syscall.master to 4.10-rc6. Also fix comments, a typo,Dmitry Chagin2017-02-051-115/+2
* Fix linux_pipe() and linux_pipe2() to close file descriptors on copyoutEdward Tomasz Napierala2017-02-051-6/+16
* Add kern_cpuset_getaffinity() and kern_cpuset_getaffinity(),Edward Tomasz Napierala2017-02-052-30/+9
* Add kern_pread() and kern_pwrite(), and use it in compats insteadEdward Tomasz Napierala2017-01-312-42/+12
* Fix linux_getppid() to debug the actual parent, even it was reparentedEdward Tomasz Napierala2017-01-311-3/+1
* Replace calls to sys_truncate() with kern_truncate().Edward Tomasz Napierala2017-01-311-8/+4
* Add kern_cpuset_getid() and kern_cpuset_setid(), and use themEdward Tomasz Napierala2017-01-311-13/+4
* Add kern_listen(), kern_shutdown(), and kern_socket(), and use themEdward Tomasz Napierala2017-01-303-53/+22
* Add kern_lseek() and use it instead of sys_lseek() in various compats.Edward Tomasz Napierala2017-01-303-42/+15
* Replace sys_ftruncate() with kern_ftruncate() in various compats.Edward Tomasz Napierala2017-01-302-16/+3
* Revert crap accidentally committedBaptiste Daroussin2017-01-283-10/+0
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-283-0/+10
* Introduce __read_mostly and __exclusive_cache_line macros.Mateusz Guzik2017-01-271-1/+0
* Catch up with changes to structure member names.Ed Schouten2017-01-1713-73/+73
* Regenerate sources based on the system call tables.Ed Schouten2017-01-1710-188/+188
* Use getsock_cap() instead of fgetsock().Gleb Smirnoff2017-01-061-16/+16
* Do not allocate struct statfs on kernel stack.Konstantin Belousov2017-01-053-56/+85
* Some style fixes for getfstat(2)-related code.Konstantin Belousov2017-01-051-1/+2
* Regen after r310638.John Baldwin2016-12-275-6/+6
* Rename the 'flags' argument to getfsstat() to 'mode' and validate it.John Baldwin2016-12-272-3/+3
* Implement more list header file functions.Hans Petter Selasky2016-12-261-2/+29
* Fix LINT build.Hans Petter Selasky2016-12-261-1/+1
* Implement register and unregister chrdev in the LinuxKPI.Hans Petter Selasky2016-12-263-4/+115
* Use correct integer type when computing the maximum physical addressHans Petter Selasky2016-12-251-2/+2
* Improve LinuxKPI device support. Only delete own BSD devices and notHans Petter Selasky2016-12-251-12/+38
* linuxkpi: Fix not-found case of linux_pci_find_irq_devConrad Meyer2016-12-131-6/+7
* Remove the only user of sysctl_add_oid().Ed Schouten2016-12-131-2/+2
* Add more LinuxKPI PCI definitions.Hans Petter Selasky2016-12-091-5/+65
* Prefer function macros over regular macros in the LinuxKPI.Hans Petter Selasky2016-12-091-3/+3