Age | Commit message (Expand) | Author |
2024-07-10 | Add flags NOPERM, STALLED, SWAPPABLE, DOOMED to -v output. | Kenneth R Westerback |
2022-02-22 | MAXCOMLEN is no longer needed in these programs, so remove the annotation | Theo de Raadt |
2022-02-20 | sys/proc.h requires sys/signal.h (will become visible when sys/param.h | Theo de Raadt |
2021-11-15 | No need to declare optind, optarg or opterr; unistd.h does this for us. | Todd C. Miller |
2021-10-20 | revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop | Sebastien Marie |
2021-10-19 | vnode: remove VLOCKSWORK usage in pstat and mention in man pages | Sebastien Marie |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2020-09-28 | Fix segfault in pstat -v | Theo Buehler |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY | Jonathan Gray |
2020-01-10 | Convert the vnode list at the mount point into a tailq. During | Alexander Bluhm |
2019-04-23 | add some missing "pp." to .%P macros; | Ingo Schwarze |
2019-02-05 | dev_t is signed to permit passing -1 as an invalid condition, but the | Theo de Raadt |
2018-09-10 | Fix previous commit. It mistakenly included a change for debug. | YASUOKA Masahiko |
2018-09-07 | Fix "_nfiles" reference for crash dump. | YASUOKA Masahiko |
2018-08-03 | unveil _PATH_DEVDB for devname(). All other filenames are opened | Theo de Raadt |
2018-06-18 | Put file descriptors on shared data structures when they are completely | Martin Pieuchot |
2018-06-05 | Revert introduction of fdinsert(), a sanitify check triggers when | Martin Pieuchot |
2018-06-02 | LARVAL fds are now invisble from userland. | Martin Pieuchot |
2018-01-02 | Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined. | Philip Guenther |
2017-02-09 | Teach pstat -d to also print untyped kernel symbols. | Jeremie Courreges-Anglas |
2016-11-26 | Remove leftovers of line disciplines that are no more. | Martin Pieuchot |
2016-10-23 | For -d, if there is no modifier, don't go down the "longformat" path. | Mark Kettenis |
2016-09-25 | Make a move towards ending 4 decades of kernel snooping. | Theo de Raadt |
2016-09-19 | Add pledge support to pstat | Theo Buehler |
2016-09-19 | Fix pstat -ft. In presence of the -f flag, a logic error in ttymode() | Theo Buehler |
2016-08-14 | Convert %q to %ll and cast opaque system values to long long. | Philip Guenther |
2016-07-18 | Fix VFLAG formatting | Philip Guenther |
2016-06-03 | correct synopsis to make -d usage clearer. | Theo de Raadt |
2016-05-27 | W^X violations are no longer permitted by default. A kernel log message | Theo de Raadt |
2016-05-25 | remove code to display MNT_EXKERB bit | Theo de Raadt |
2016-04-25 | remove systrace | Ted Unangst |
2016-04-12 | The -T flag consumes the same data as the -f flag so it requires | Todd C. Miller |
2015-12-11 | dformat is pointer, don't compare with 0 | Ted Unangst |
2015-08-28 | Rework the UNIX domain socket garbage collector, including ideas from | Philip Guenther |
2015-03-11 | Remove setgid kmem support. As a result, -d and -v will require you to | Theo de Raadt |
2015-02-10 | Fix -d output of smaller than 64 bit values on big-endian systems. | Miod Vallat |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-19 | don't print vnodes if we didn't read them | Ted Unangst |
2014-12-19 | 1. -T (totalflag) requires nlist too. | Ted Unangst |
2014-11-23 | <sys/buf.h> isn't actually needed here | Philip Guenther |
2014-11-19 | delete the KERN_VNODE sysctl. it fails to provide any isolation from the | Ted Unangst |
2014-10-08 | use reallocarray(NULL, a, b) instead of malloc(a*b) | Theo de Raadt |
2014-10-01 | Do not mention sliplogin(8) and sl(4). | Martin Pieuchot |
2014-08-20 | Remove userland bits related to the crypto(4) interface; ok deraadt | Mike Belopuhov |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-03-19 | Pull in FreeBSD r37363 and r37887: | Philip Guenther |
2014-02-16 | fix bibliographical references; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2013-12-01 | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | Kenneth R Westerback |
2013-11-12 | ensure there are prototypes | Theo de Raadt |