Skip to content
  • Gabor Buella's avatar
    Refactor syscall logging · 50b3673f
    Gabor Buella authored
     * Syscall logging has its own translation unit(s).
     * The syscall argument formats are stored in a table, which
    makes them easier to maintain.
     * Removed some libc usages, just to make sure syscall_intercept
    is not surprised by something unexpected going on in sprintf calls
    (such as libc opening a file to read locales, other tracing, or whatnot).
     * Interpreting error codes returned by syscalls.
    50b3673f