freebsd-dev/lib/libsysdecode
Alex Richardson c5c5072bb0 Fix regex for extracting SHM_* values for libsysdecode
There was an additional + after the {6} which is apparently ignored by the
FreeBSD regex implementation but was giving me an error when compiling on
MacOS.

While changing this also make sure that tables.h is not created if mktables
fails. The current rule would create a partial tables.h which causes following
incremental builds to use that broken file and fail with an unrelated
compilation error or even succeed even though they shouldn't.

Approved By:	jhb (mentor)
Differential Revision: https://reviews.freebsd.org/D17069
2018-10-23 06:31:19 +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 Fix regex for extracting SHM_* values for libsysdecode 2018-10-23 06:31:19 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mkioctls Make mkioctls script work on Linux and MacOS 2018-08-20 10:39:37 +00:00
mktables Fix regex for extracting SHM_* values for libsysdecode 2018-10-23 06:31:19 +00:00
signal.c Move mksubr from kdump into libsysdecode. 2016-10-17 22:37:07 +00:00
syscallnames.c libsysdecode: support errno and syscalls for arm64 Linux 2018-04-26 18:54:00 +00:00
sysdecode_abi_to_freebsd_errno.3 Move mksubr from kdump into libsysdecode. 2016-10-17 22:37:07 +00:00
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 Spell "const" properly. 2017-03-15 16:13:52 +00:00
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 Move mksubr from kdump into libsysdecode. 2016-10-17 22:37:07 +00:00
sysdecode_socket_protocol.3 Improve the decoding of the third argument of the socket() call. 2017-05-25 14:27:54 +00:00
sysdecode_sockopt_name.3 Move mksubr from kdump into libsysdecode. 2016-10-17 22:37:07 +00:00
sysdecode_syscallnames.3 Move mksubr from kdump into libsysdecode. 2016-10-17 22:37:07 +00:00
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 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00