Age | Commit message (Expand) | Author |
2018-02-14 | Zero as (un)mount flag is valid; ok millert@ | Otto Moerbeek |
2018-02-11 | fix madvise(2) flags matching; ok deraadt@ tom@ | Otto Moerbeek |
2017-12-12 | pledge()'s 2nd argument becomes char *execpromises, which becomes the | Theo de Raadt |
2017-11-29 | fcntl(F_GETOWN) doesn't have an argument, so don't display it. While | Philip Guenther |
2017-11-28 | Need to remove fktrace here too | Philip Guenther |
2017-10-07 | Format fktrace(2) arguments | Philip Guenther |
2017-10-07 | Delete pointless casts from void* | Philip Guenther |
2017-07-29 | Goodbye, sys/dkbad.h, you lost your last friend when sparc was removed. | Vadim Zhukov |
2017-05-29 | zap scanio.h, found by deraadt | Ted Unangst |
2017-04-28 | Display futex(2) operations and arguments. | Martin Pieuchot |
2016-10-08 | Add ktracing of the fds returned by pipe() and socketpair() | Philip Guenther |
2016-08-26 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-07-18 | Add 'p' trace point for KTRFAC_PLEDGE, as noted by | Philip Guenther |
2016-06-07 | ktrace support for pollfd[] arrays | Theo de Raadt |
2016-06-07 | add a hack to avoid printing the long string format for times in the 70s. | Ted Unangst |
2016-06-02 | allow printing timestamps relative to beginnging of trace, -RT. ok benno | Ted Unangst |
2016-05-22 | On hppa, function pointer comparison can require dereferencing them. | Philip Guenther |
2016-04-25 | remove systrace support | Ted Unangst |
2016-03-30 | Handle error return by SYS_getlogin_r and SYS___thrsleep correct, and | Philip Guenther |
2016-03-24 | Display NAMI records and AF_UNIX socket paths with vis, using | Philip Guenther |
2016-03-22 | Format the flags argument to sendsyslog() | Philip Guenther |
2016-03-21 | Handle kbind()'s third argument correctly | Philip Guenther |
2016-03-13 | Recognize ipmi, vscsi, pvbus, udl, fuse, trunk, pipex and memrange | natano |
2016-03-06 | Improve display of unknown and KTR_START records | Philip Guenther |
2016-03-06 | No more compat emulations, so remove ktrace EMUL records and the baggage | Philip Guenther |
2016-03-05 | Make the fd_set* passed to FD_ISSET() non-const: the non-macro version is | Philip Guenther |
2016-02-28 | drop the support for Linux emulation; ok guenther@ visa@ | Christian Weisgerber |
2016-02-28 | Support for running Linux binaries under emulation is going away. | Christian Weisgerber |
2016-02-26 | there is no emulation "bsd", our default is "native"; ok deraadt@ millert@ | Christian Weisgerber |
2016-01-14 | Display struct event more like other structs: show all members and use cpp | Philip Guenther |
2016-01-06 | print more info about kevent | Ted Unangst |
2016-01-05 | include all i915 drm ioctls on top of the common drm ones | Robert Nagy |
2015-12-25 | very basic kevent printing | Ted Unangst |
2015-11-10 | Split the intra-thread functionality from kill(2) into its own syscall | Philip Guenther |
2015-10-28 | remove knowledge of dnssocket/dnsconnect | Theo de Raadt |
2015-10-26 | If the system call is entirely unpermitted, code will be 0, and there is | Theo de Raadt |
2015-10-25 | Fold "malloc" into "stdio" and -- recognizing that no program so far has | Theo de Raadt |
2015-10-18 | Use offsetof() instead of adding the sizes of the preceeding struct members | Philip Guenther |
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 |