summaryrefslogtreecommitdiff
path: root/usr.sbin/pstat/pstat.c
AgeCommit message (Expand)Author
2017-02-09Teach pstat -d to also print untyped kernel symbols.Jeremie Courreges-Anglas
2016-11-26Remove leftovers of line disciplines that are no more.Martin Pieuchot
2016-10-23For -d, if there is no modifier, don't go down the "longformat" path.Mark Kettenis
2016-09-19Add pledge support to pstatTheo Buehler
2016-09-19Fix pstat -ft. In presence of the -f flag, a logic error in ttymode()Theo Buehler
2016-08-14Convert %q to %ll and cast opaque system values to long long.Philip Guenther
2016-07-18Fix VFLAG formattingPhilip Guenther
2016-06-03correct synopsis to make -d usage clearer.Theo de Raadt
2016-05-27W^X violations are no longer permitted by default. A kernel log messageTheo de Raadt
2016-05-25remove code to display MNT_EXKERB bitTheo de Raadt
2016-04-25remove systraceTed Unangst
2016-04-12The -T flag consumes the same data as the -f flag so it requiresTodd C. Miller
2015-12-11dformat is pointer, don't compare with 0Ted Unangst
2015-08-28Rework the UNIX domain socket garbage collector, including ideas fromPhilip Guenther
2015-03-11Remove setgid kmem support. As a result, -d and -v will require you toTheo de Raadt
2015-02-10Fix -d output of smaller than 64 bit values on big-endian systems.Miod Vallat
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-19don't print vnodes if we didn't read themTed Unangst
2014-12-191. -T (totalflag) requires nlist too.Ted Unangst
2014-11-23<sys/buf.h> isn't actually needed herePhilip Guenther
2014-11-19delete the KERN_VNODE sysctl. it fails to provide any isolation from theTed Unangst
2014-10-08use reallocarray(NULL, a, b) instead of malloc(a*b)Theo de Raadt
2014-08-20Remove userland bits related to the crypto(4) interface; ok deraadtMike Belopuhov
2014-03-19Pull in FreeBSD r37363 and r37887:Philip Guenther
2013-12-01Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid andKenneth R Westerback
2013-11-12ensure there are prototypesTheo de Raadt
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
2013-06-05Move FHASLOCK from f_flag to f_iflags, freeing up a bit for passingPhilip Guenther
2013-04-21Tweak #include order to work during the big time_t transitionPhilip Guenther
2013-03-24Do not leak kernel pointers, unless operating as root. Some other displayTheo de Raadt
2012-12-18We no longer use struct eproc for kinfo_proc in sysctl.h so thereTodd C. Miller
2012-07-11Don't skip pipe, kqueue, crypto, or systrace files in pstat -f outputPhilip Guenthe
2012-07-09According to miod, KERNBASE used as a userland symbol should dieTheo de Raadt
2012-05-17show the f_iflags; ok guentherTheo de Raadt
2011-06-28Use kvm_getfile2() instead of sysctl(KERN_FILE) for the -f optionPhilip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-05-31Don't define NFS before including kernel header files,Thordur I. Bjornsson
2008-10-07pstat can hide information too; also based on PR 5113Theo de Raadt
2008-09-01sync synopsis and usage; KNF.Igor Sobrado
2008-02-20set globalnl to vnodenl in filemode() so we access the rightThordur I. Bjornsson
2007-12-28printf field widths are always int, so add casts to removeCharles Longeau
2007-12-08no need to pre-check for % in dformat, it will fail later anywaysTheo de Raadt
2007-11-28refine format string, support hh and c for real. ok deraadtTed Unangst
2007-11-28Be more careful with printf-style formats, and fix a few other nigglesTheo de Raadt
2007-11-28add a -d argument, which can be used to peek at values in the kernel.Ted Unangst
2007-11-26cleanup. nl is a poor name for a global (accessed via macro no less).Ted Unangst
2007-09-03malloc(n * m) -> calloc(n, m); ok espieTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2006-06-04teach this about NMEADISC tooTheo de Raadt