freebsd-dev/sys/compat/freebsd32
John Baldwin 46e2054905 Mark various removed system calls as OBSOL instead of UNIMPL.
This is mostly a cosmetic change except that obsolete system calls are
assigned meaningful names in the names arrays which means that using
tools like kdump or truss against binaries invoking these system calls
will print out the name instead of the number.  The script I use to
generate the XML list of syscalls for GDB also ignores UNIMPL but not
OBSOL entries.  In general UNIMPL should only be used to reserve
placeholders for system calls that have never been implemented while
system calls that existed at one time in FreeBSD but were removed
should be marked OBSOL instead.

Reviewed by:	brooks, kib, imp
Approved by:	re (gjb)
Differential Revision:	https://reviews.freebsd.org/D17344
2018-09-28 17:23:54 +00:00
..
capabilities.conf Fix compat32 ftruncate cap mode after ino64. 2018-08-28 18:49:39 +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 Centralize compat support for PCIOCGETCONF. 2018-09-27 21:08:32 +00:00
freebsd32_ioctl.h Centralize compat support for PCIOCGETCONF. 2018-09-27 21:08:32 +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 Revert r337922, except for some documention-only bits. This needs to wait 2018-08-16 19:09:43 +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 Revert r337922, except for some documention-only bits. This needs to wait 2018-08-16 19:09:43 +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 Revert r337922, except for some documention-only bits. This needs to wait 2018-08-16 19:09:43 +00:00
freebsd32_syscalls.c Revert r337922, except for some documention-only bits. This needs to wait 2018-08-16 19:09:43 +00:00
freebsd32_sysent.c Regen after r338357. 2018-08-28 18:50:34 +00:00
freebsd32_systrace_args.c Revert r337922, except for some documention-only bits. This needs to wait 2018-08-16 19:09:43 +00:00
freebsd32_util.h Reduce duplication in dynamic syscall registration code. 2018-02-20 18:08:57 +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 Mark various removed system calls as OBSOL instead of UNIMPL. 2018-09-28 17:23:54 +00:00