aboutsummaryrefslogtreecommitdiffstats
path: root/linux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Linux limits errno values to [1, 4096)Mattias Andrée2023-11-271-1/+1
| | | | | | | | | Linux returns errno values negated, as such errno as returned are limited to be inside address range of the bytes within the higest addressable memory page, provided that the page size is 4096 or greater. Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add -a and trivial improvementsMattias Andrée2023-06-251-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more system call formattingsMattias Andrée2023-06-251-0/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Argument 3 and 4 are swapped on SPARC for PTRACE_GETREGS and PTRACE_SETREGSMattias Andrée2023-06-241-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some cleanup and preparation for support for multiple architectures (both host and client) and OSesMattias Andrée2020-06-022-0/+118
Signed-off-by: Mattias Andrée <maandree@kth.se>