Age | Commit message (Expand) | Author |
2015-10-18 | Describe dnssocket / dnsconnect arguments | Theo de Raadt |
2015-10-10 | normalize a few more tame request orderings, to help review | Theo de Raadt |
2015-10-10 | since kdump may getprotobynumber() late, do not drop "rpath". We could | Theo de Raadt |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-06 | tame "stdio getpw" | Theo de Raadt |
2015-10-03 | Add ktracing of tame()'s arguments' values | Philip Guenther |
2015-10-03 | option LFS is dead, but we missed option ACCOUNTING here | Philip Guenther |
2015-10-03 | Fix wrong cast. | Vadim Zhukov |
2015-10-03 | tame "stdio getpw rpath" can be done quite early after the getopt. | Theo de Raadt |
2015-10-02 | update the -t args list; ok guenther | Jason McIntyre |
2015-10-02 | Add ktracing of argv and envp to execve(2), with envp not traced by default | Philip Guenther |
2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer | Philip Guenther |
2015-09-07 | Delete ktracing of context switches: it's unused, and not particularly useful, | Philip Guenther |
2015-07-19 | Make KTR_SYSRET records variables variables sized, leaving out the | Philip Guenther |
2015-07-19 | Figure out the tty width using TIOCGWINSZ early on. Will make tame(2) | Theo de Raadt |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-04-17 | oops, started expecting sockoptlevelname() to handle two arguments | Philip Guenther |
2015-04-17 | The first argument to socket/socketpair is an address family, not a protocol | Philip Guenther |
2015-01-26 | Oops: symlinkat()'s 'atfd' argument is its second, not its first | Philip Guenther |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-28 | With revision 1.93 a space character got lost when printing the | Alexander Bluhm |
2014-12-15 | remove -r from usage(); | Jason McIntyre |
2014-12-15 | Eliminate the -r option and always do sysctl OID, username, groupname, | Philip Guenther |
2014-12-09 | Add some additional sanity checks to kdump. | Jonathan Gray |
2014-12-08 | Convert syscall argument handling from a giant switch to a giant table. | Philip Guenther |
2014-10-13 | Add dumping of struct dqblk done by quotactl(2) | Philip Guenther |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-09-17 | Add display of the flags to pipe2, dup3, and accept4, display of | Philip Guenther |
2014-08-18 | Add fancy printing of ktrace()'s ops argument | Philip Guenther |
2014-08-17 | Display symbolicly the mode argument of mkdir, mkfifo, mknod, and umask | Philip Guenther |
2013-12-21 | Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace() | Philip Guenther |
2013-09-09 | Rename the 'pid' global to eliminate compiler warnings about shadowing | Philip Guenther |
2013-08-22 | Split out from kdump.c the ktrstruct.c bits into ktrstruct.c | Philip Guenther |
2013-07-03 | For consistency, move the functions that aren't generated at build-time | Philip Guenther |
2013-07-03 | Use WAIT_* for the first argument to wait4(), and otherwise treat it (and | Philip Guenther |
2013-06-01 | Userland bits for utrace record handling; from otto@ | Miod Vallat |
2013-04-23 | simple large ino_t handling | Theo de Raadt |
2013-04-16 | handle large time_t variables; ok guenther | Theo de Raadt |
2013-04-15 | Remove CTL_USER hierarchy from sysctl() | Philip Guenther |
2012-12-25 | Report macro names for the second argument to shutdown(), getrusage(), | Philip Guenthe |
2012-12-05 | Explicitly include sys/resource.h for RLIM_INF, etc. | Todd C. Miller |
2012-07-11 | Report ptrace(PT_{GET,SET}XMMREGS) by name | Philip Guenthe |
2012-07-09 | Print the fd_set used by select in kdump. | Claudio Jeker |
2012-06-29 | sigpending() returns a sigset just like sigprocmask(), so decode it the same | Philip Guenthe |
2012-06-21 | Add dumping of struct __tfork done by the revised __tfork syscall | Philip Guenthe |
2012-06-20 | Handle PT_GET_THREAD_* | Philip Guenthe |
2012-04-12 | remove rfork(); ok guenther miod | Theo de Raadt |
2012-04-11 | guenther and kettenis say THREAD_PID_OFFSET shouldn't be subtracted | Mike Belopuhov |
2012-04-11 | add -H to usage(); | Jason McIntyre |
2012-04-10 | Add a start record to the ktrace and use a special magic string "KTR" | Mike Belopuhov |