aboutsummaryrefslogtreecommitdiffstats
path: root/linux (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-27Linux limits errno values to [1, 4096)Mattias Andrée1-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>
2023-06-25Add -a and trivial improvementsMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-25Add more system call formattingsMattias Andrée1-0/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-06-24Argument 3 and 4 are swapped on SPARC for PTRACE_GETREGS and PTRACE_SETREGSMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2020-06-02Some cleanup and preparation for support for multiple architectures (both host and client) and OSesMattias Andrée2-0/+118
Signed-off-by: Mattias Andrée <maandree@kth.se>