Age | Commit message (Expand) | Author |
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-11 | add some missing .Cm macros and drop some redundant .Bk while here | Ingo Schwarze |
2015-09-07 | Delete ktracing of context switches: it's unused, and not particularly useful, | Philip Guenther |
2015-07-28 | Add ktracing of structs iovec, msghdr, and cmsghdr for {,p}{read,write}v(), | 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-05-17 | isatty() is used by stdio to determine the buffering mode. Add a F_ISATTY | 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-18 | Eliminate a gcc warnings by not #defining _KERNEL when pulling in | 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-16 | Don't display formatted time if localtime() fails. | Jonathan Gray |
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-11 | Make quotactlcmd formatting consistent with others | 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-11-20 | Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ... | Kenneth R Westerback |
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-20 | Remove userland bits related to the crypto(4) interface; ok deraadt | Mike Belopuhov |
2014-08-18 | Add fancy printing of ktrace()'s ops argument | Philip Guenther |
2014-08-17 | Use %#o instead of %#x for mode_t | Philip Guenther |
2014-08-17 | Display symbolicly the mode argument of mkdir, mkfifo, mknod, and umask | Philip Guenther |
2014-07-11 | remove (commented) bluetooth reference | Ted Unangst |
2014-07-11 | Grok the new /dev/klog LIOCSFD ioctl associated with sendsyslog(2) | Theo de Raadt |
2014-07-02 | properly process minherit(2) flags; ok guenther@ matthew@ | Otto Moerbeek |
2014-06-27 | Cleanup support for legacy mmap flags | Matthew Dempsky |
2014-06-22 | Negative time{spec,val}s with non-zero subsecond parts require extra | Philip Guenther |
2014-03-18 | <sys/agpio.h> is gone; pointed out by Benoit Lecocq. | Mark Kettenis |
2014-01-24 | exit1() needs to do a final aggregation of the thread's [us]ticks | Philip Guenther |
2013-12-21 | Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace() | Philip Guenther |
2013-12-21 | Refer to the kernel headers consistently via ../../sys, even for mkioctl | Philip Guenther |
2013-12-13 | 4.3BSD tty compatibility and the associated ioctls are gone | Christian Weisgerber |
2013-11-22 | Teach kdump(1) about USB, VIDIOC and generic DRM ioctls. | Martin Pieuchot |
2013-09-09 | Recognize the UTIME_OMIT and UTIME_NOW values when printing timespecs | 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-16 | Tighten the pattern for matching ioctl definitions in header files and | Philip Guenther |
2013-07-04 | add some missing prototypes; ok guenther@ | Otto Moerbeek |