aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Improve procstat reporting for the linux cdev file descriptors.Konstantin Belousov2018-12-031-1/+18
* Add helper functions to copy strings into struct image_args.Brooks Davis2018-11-293-37/+13
* Pass malloc flags directly through kevent(2) subroutines.Mark Johnston2018-11-241-1/+1
* linuxkpi: Use pageproc instead of vmprocBen Widawsky2018-11-211-1/+2
* linuxkpi: Remove duplicated textBen Widawsky2018-11-201-51/+0
* linuxkpi: Add some basic swap functionsBen Widawsky2018-11-201-0/+102
* Fix another user address dereference in linux_sendmsg syscall.Tijl Coosemans2018-11-201-3/+14
* Do proper copyin of control message data in the Linux sendmsg syscall.Tijl Coosemans2018-11-191-26/+28
* proc: always store parent pid in p_oppidMateusz Guzik2018-11-161-1/+1
* Define asm macro in the LinuxKPI.Hans Petter Selasky2018-11-161-0/+2
* Implement ktime_get_ts64() function macro in the LinuxKPI.Hans Petter Selasky2018-11-161-0/+1
* Use the main capabilities.conf for freebsd32.Brooks Davis2018-11-143-299/+3
* Regen after r340302: Fix freebsd32 mknod(at).Brooks Davis2018-11-095-31/+123
* Fix freebsd32 mknod(at).Brooks Davis2018-11-092-19/+15
* Regen after r340294: Fix a number of bugs in freebsd32's capabilities.conf.Brooks Davis2018-11-091-14/+14
* Fix a number of bugs in freebsd32's capabilities.conf.Brooks Davis2018-11-091-17/+22
* Regen after r340274: Make freebsd32_utmx_op follow the freebsd32_fooBrooks Davis2018-11-095-10/+10
* Make freebsd32_umtx_op follow the freebsd32_foo convention.Brooks Davis2018-11-091-1/+1
* Regen after 340272: Make __sysctl follow the freebsd32_foo conventionBrooks Davis2018-11-095-10/+10
* Make __sysctl follow the freebsd32_foo convention.Brooks Davis2018-11-092-2/+2
* Regen after r340221: allow pointer return types.Brooks Davis2018-11-071-4/+4
* makesyscalls.sh: allow pointer return types.Brooks Davis2018-11-071-6/+6
* Regen after r340199: Use declared types for caddr_t arguments.Brooks Davis2018-11-062-47/+47
* Use declared types for caddr_t arguments.Brooks Davis2018-11-062-26/+35
* Remove ppoll. freebsd32 doesn't define a ppoll syscall.Mariusz Zaborski2018-11-061-1/+0
* Regenerate after r340195.Mariusz Zaborski2018-11-061-1/+1
* capsicum: Add ppoll and freebsd32_ppoll to compat32.Mariusz Zaborski2018-11-061-0/+2
* On amd64 both Linux compat modules, linux.ko and linux64.ko, provideTijl Coosemans2018-11-063-19/+118
* Regen after r340080: Add const to input-only char * arguments.Brooks Davis2018-11-022-127/+127
* Add const to input-only char * arguments.Brooks Davis2018-11-023-74/+84
* Regent after r340034: Use mode_t when the documented signature does.Brooks Davis2018-11-011-12/+12
* Use mode_t when the documented signature does.Brooks Davis2018-11-011-6/+6
* linuxkpi: Add GFP flags needed for ttm driversBen Widawsky2018-11-011-0/+2
* Implement the dump_stack() function in the LinuxKPI.Hans Petter Selasky2018-10-302-0/+18
* Implement __KERNEL_DIV_ROUND_UP() function macro in the LinuxKPI.Hans Petter Selasky2018-10-301-0/+1
* Implement dma_pool_zalloc() in the LinuxKPI.Hans Petter Selasky2018-10-291-0/+7
* Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-262-26/+0
* Implement O_BENEATH and AT_BENEATH.Konstantin Belousov2018-10-252-6/+6
* Remove __restrict qualifiers from syscalls.master.Brooks Davis2018-10-221-2/+2
* Define linuxkpi readq for 64-bit architectures. It is used by drm-kmod.Tijl Coosemans2018-10-221-53/+209
* Correct COMPAT* macro names in syscalls.masterKyle Evans2018-10-151-5/+5
* Regenerated assorted syscall related files after:Brooks Davis2018-10-092-0/+2
* Revert r339174: Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-042-0/+26
* Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-032-26/+0
* Move 32-bit compat support for CDIOREADTOCENTRYS to the right place.Brooks Davis2018-10-022-39/+0
* Regenerate after UNIMPL -> OBSOL changes in r339001.John Baldwin2018-09-283-40/+60
* Mark various removed system calls as OBSOL instead of UNIMPL.John Baldwin2018-09-281-20/+20
* Centralize compat support for PCIOCGETCONF.Brooks Davis2018-09-272-149/+0
* x86bios: use M_NOWAIT with mallocsRoger Pau Monné2018-09-131-6/+19
* Regen after r338357.Konstantin Belousov2018-08-281-3/+3