freebsd-dev/lib/libsysdecode
Alex Richardson 23ff19c627 Don't rebuild ioctl.c and relink libsysdecode if there are no changes
Instead generate a temporary file and only overwrite ioctl.c if the
files are actually different.

Approved By:	jhb (mentor)
2018-08-20 10:59:49 +00:00
..
errno.c libsysdecode: support errno and syscalls for arm64 Linux 2018-04-26 18:54:00 +00:00
flags.c Add support for decoding the nxt_flags, rcv_flags, and snd_flags of 2018-01-15 20:37:11 +00:00
Makefile Don't rebuild ioctl.c and relink libsysdecode if there are no changes 2018-08-20 10:59:49 +00:00
Makefile.depend
mkioctls Make mkioctls script work on Linux and MacOS 2018-08-20 10:39:37 +00:00
mktables The vmresult table was missing most of the values apart from two due to 2018-03-12 13:32:51 +00:00
signal.c
syscallnames.c libsysdecode: support errno and syscalls for arm64 Linux 2018-04-26 18:54:00 +00:00
sysdecode_abi_to_freebsd_errno.3
sysdecode_cap_rights.3 Add stdio.h to the synopsis for sysdecode functions that take a FILE *. 2017-11-25 03:59:36 +00:00
sysdecode_cmsg_type.3 Add support for decoding the type of a cmsg. 2018-01-15 10:59:04 +00:00
sysdecode_enum.3 Add a function is decode the sinfo_flags of struct sctp_sndrcvinfo. 2018-01-14 14:27:42 +00:00
sysdecode_fcntl_arg.3 Add stdio.h to the synopsis for sysdecode functions that take a FILE *. 2017-11-25 03:59:36 +00:00
sysdecode_ioctlname.3
sysdecode_kevent.3 Decode kevent structures logged via ktrace(2) in kdump. 2017-11-25 04:49:12 +00:00
sysdecode_mask.3 Bump date, which I missed in r328014. Thanks to jhb@ for reporting. 2018-01-15 23:12:54 +00:00
sysdecode_quotactl_cmd.3 Add stdio.h to the synopsis for sysdecode functions that take a FILE *. 2017-11-25 03:59:36 +00:00
sysdecode_sctp_sinfo_flags.3 Add a function is decode the sinfo_flags of struct sctp_sndrcvinfo. 2018-01-14 14:27:42 +00:00
sysdecode_sigcode.3
sysdecode_socket_protocol.3
sysdecode_sockopt_name.3
sysdecode_syscallnames.3
sysdecode_utrace.3 Add stdio.h to the synopsis for sysdecode functions that take a FILE *. 2017-11-25 03:59:36 +00:00
sysdecode.3 libsysdecode: support errno and syscalls for arm64 Linux 2018-04-26 18:54:00 +00:00
sysdecode.h Add support for decoding the nxt_flags, rcv_flags, and snd_flags of 2018-01-15 20:37:11 +00:00
utrace.c