Home | History | Annotate | Download | only in ktruss
History log of /src/usr.bin/ktruss/makeerrnos.sh
RevisionDateAuthorComments
 1.7  06-May-2019  kamil Add support for SIGRTMIN+1..SIGRTMAX-1 signals in ktruss(1)

Generate misc.c and misc.h with entries for signals between SIGRTMIN+1
and SIGRTMAX-1.
 1.6  12-Mar-2012  dyoung branches: 1.6.32;
Use 'sort -n -k 3' instead of 'sort -n +2' since the former is more
portable. The latter is not supported by Mac OS X Lion.
 1.5  19-Oct-2008  apb branches: 1.5.2; 1.5.4; 1.5.8; 1.5.12; 1.5.20; 1.5.22;
In shell scripts invoked during a build, and in crunchgen, use ${AWK}
instead of plain "awk". The Makefiles that invoke these scripts
or programs will pass AWK=${HOST_AWK:Q}.
 1.4  17-Jul-2005  he Make this build with WARNS=3, and enable it.
Renames local variable syscall to syscall_ent to placate -Wshadow,
and adds const to struct field initialized to string literals.
 1.3  18-Feb-2001  kim Use the errno.h and signal.h passed in on the command line.
 1.2  16-Jan-2001  cgd Pass CPP and CPPFLAGS to makerrnos.sh, and use them. Default to cpp and
empty, respectively, if not provided.
 1.1  12-Jul-1999  mrg - build with obj dirs.
- use .PATH not broken links
- share the make fragment to build "ioctl.c"
- general clean up, RCSID, etc.

this is all happy now AFAICT.
 1.5.22.1  17-Mar-2012  bouyer Pull up following revision(s) (requested by dyoung in ticket #115):
usr.bin/ktruss/makeerrnos.sh: revision 1.6
Use 'sort -n -k 3' instead of 'sort -n +2' since the former is more
portable. The latter is not supported by Mac OS X Lion.
 1.5.20.1  17-Apr-2012  yamt sync with head
 1.5.12.1  17-Mar-2012  bouyer Pull up following revision(s) (requested by dyoung in ticket #1742):
usr.bin/ktruss/makeerrnos.sh: revision 1.6
Use 'sort -n -k 3' instead of 'sort -n +2' since the former is more
portable. The latter is not supported by Mac OS X Lion.
 1.5.8.1  17-Mar-2012  bouyer Pull up following revision(s) (requested by dyoung in ticket #1742):
usr.bin/ktruss/makeerrnos.sh: revision 1.6
Use 'sort -n -k 3' instead of 'sort -n +2' since the former is more
portable. The latter is not supported by Mac OS X Lion.
 1.5.4.2  19-Oct-2008  apb In shell scripts invoked during a build, and in crunchgen, use ${AWK}
instead of plain "awk". The Makefiles that invoke these scripts
or programs will pass AWK=${HOST_AWK:Q}.
 1.5.4.1  19-Oct-2008  apb file makeerrnos.sh was added on branch christos-time_t on 2008-10-19 22:10:06 +0000
 1.5.2.1  17-Mar-2012  bouyer Pull up following revision(s) (requested by dyoung in ticket #1742):
usr.bin/ktruss/makeerrnos.sh: revision 1.6
Use 'sort -n -k 3' instead of 'sort -n +2' since the former is more
portable. The latter is not supported by Mac OS X Lion.
 1.6.32.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed