freebsd-dev/sys/compat/freebsd32
Brooks Davis d457c0b61b Fix a number of bugs in freebsd32's capabilities.conf.
Bugs range from failure to update after changing syscall implementaion
names to using the wrong name.  Somewhat confusingly, the name in
capabilities.conf is exactly the string that appears in syscalls.master,
not the name with a COMPAT* prefix which is the actual function name.

Found while making a change to use the default capabilities.conf.

Fixes:	r335177, r336980, r340272, r340274, others
Reviewed by:	kib, emaste
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D17925
2018-11-09 18:03:01 +00:00
..
capabilities.conf Fix a number of bugs in freebsd32's capabilities.conf. 2018-11-09 18:03:01 +00:00
freebsd32_capability.c sys/compat: further adoption of SPDX licensing ID tags. 2017-11-27 15:13:23 +00:00
freebsd32_ioctl.c Move 32-bit compat support for FIODGNAME to the right place. 2018-10-26 17:59:25 +00:00
freebsd32_ioctl.h Move 32-bit compat support for FIODGNAME to the right place. 2018-10-26 17:59:25 +00:00
freebsd32_ipc.h Rename kernel-only members of semid_ds and msgid_ds. 2018-03-02 22:10:48 +00:00
freebsd32_misc.c Make __sysctl follow the freebsd32_foo convention. 2018-11-09 00:21:58 +00:00
freebsd32_misc.h sys/compat: further adoption of SPDX licensing ID tags. 2017-11-27 15:13:23 +00:00
freebsd32_proto.h Regen after r340274: Make freebsd32_utmx_op follow the freebsd32_foo 2018-11-09 00:46:50 +00:00
freebsd32_signal.h sys/compat: further adoption of SPDX licensing ID tags. 2017-11-27 15:13:23 +00:00
freebsd32_syscall.h Regen after r340274: Make freebsd32_utmx_op follow the freebsd32_foo 2018-11-09 00:46:50 +00:00
freebsd32_syscalls.c Regen after r340274: Make freebsd32_utmx_op follow the freebsd32_foo 2018-11-09 00:46:50 +00:00
freebsd32_sysent.c Regen after r340274: Make freebsd32_utmx_op follow the freebsd32_foo 2018-11-09 00:46:50 +00:00
freebsd32_systrace_args.c Regen after r340274: Make freebsd32_utmx_op follow the freebsd32_foo 2018-11-09 00:46:50 +00:00
freebsd32_util.h Add const to input-only char * arguments. 2018-11-02 20:50:22 +00:00
freebsd32.h sys/compat: further adoption of SPDX licensing ID tags. 2017-11-27 15:13:23 +00:00
Makefile Don't use an .OBJDIR for 'make sysent'. 2018-01-29 19:14:15 +00:00
syscalls.conf
syscalls.master Make freebsd32_umtx_op follow the freebsd32_foo convention. 2018-11-09 00:46:10 +00:00