aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use [:space:] in sed scriptsMattias Andrée2020-06-211-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use literal tab inside [] in sed scriptsMattias Andrée2020-06-211-3/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typo in list-errnos.h commandMichael Forney2020-06-211-1/+1
|
* Some cleanup and preparation for support for multiple architectures (both host and client) and OSesMattias Andrée2020-06-021-5/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Reject i386 and x32 applications (not yet supported)Mattias Andrée2020-06-021-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Makefile: install and uninstall man page1.0Mattias Andrée2020-06-011-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Print signal namesMattias Andrée2020-05-311-2/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for tracing fork childrenMattias Andrée2020-05-301-2/+22
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Print errno names and stringsMattias Andrée2020-05-301-2/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix Makefile: rebuild if arg.h is updatedMattias Andrée2020-05-271-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2020-05-271-0/+21
Signed-off-by: Mattias Andrée <maandree@kth.se>