Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix Bl; | 2019-03-31 | 1 | -2/+2 | |
| | |||||
* | Document 'p' flag for file descriptors. | 2019-03-31 | 1 | -13/+25 | |
| | | | | ok deraadt@ | ||||
* | dev_t is signed to permit passing -1 as an invalid condition, but the | 2019-02-05 | 1 | -3/+3 | |
| | | | | | | decomposition into major and minor is unsigned, so we should print them with %u instead of %d. ok guenther | ||||
* | Document that we now have support for multiple -p and -u flags. | 2019-01-30 | 1 | -2/+4 | |
| | | | | | Triggered by Marcus MERIGHI Input and OK jmc@ | ||||
* | Allow fstat to filter multiple pids and multiple users at the same time. | 2019-01-28 | 1 | -15/+45 | |
| | | | | OK deraadt@ | ||||
* | I am retiring my old email address; replace it with my OpenBSD one. | 2019-01-25 | 3 | -5/+5 | |
| | |||||
* | explicitly handle printing the AF_KEY socket type as "pfkey" | 2019-01-21 | 1 | -1/+6 | |
| | | | | | | | | i was looking for it and had to think very hard and read /usr/include/sys/socket.h before i found it here. ok deraadt@ ok claudio@ who wanted it to look like AF_ROUTE output | ||||
* | Use uid_from_user(3) and gid_from_group(3) in utilities that | 2018-09-16 | 1 | -5/+10 | |
| | | | | do repeated lookups. OK tb@ | ||||
* | Use user_from_uid(3) and group_from_gid(3) in a few more places | 2018-09-16 | 1 | -6/+6 | |
| | | | | that do repeated lookups. OK tb@ | ||||
* | Fix warnings caused by user_from_uid() and group_from_gid() now | 2018-09-13 | 1 | -2/+2 | |
| | | | | returning const char *. | ||||
* | print rtable for internet sockets unless it's the default; based on a diff | 2018-04-10 | 1 | -1/+5 | |
| | | | | | from Peter J. Philipp but printing slightly differently to avoid the need for a flag. ok claudio@ bluhm@ | ||||
* | Print a 'p' flag for file descriptors that were opened after pledge(2). | 2018-04-06 | 1 | -1/+3 | |
| | | | | OK deraadt@ | ||||
* | improve markup quality in the cases found by the new "--" style message | 2018-03-16 | 1 | -3/+3 | |
| | |||||
* | repair columns; from kshe59@zohu.eu | 2017-12-08 | 1 | -3/+3 | |
| | |||||
* | add missing HISTORY; based on CVS logs and release announcements | 2017-10-17 | 1 | -2/+7 | |
| | |||||
* | Explain about 0x0 PCB addresses in fstat(1) output. Suggestions/ok bluhm@ jmc@ | 2017-05-10 | 1 | -2/+5 | |
| | |||||
* | Expose the close-on-exec flag near the R/W flags. | 2017-01-21 | 2 | -17/+20 | |
| | | | | ok guenther | ||||
* | Indicate with an asterisk when a file has been unlinked. | 2016-10-02 | 2 | -4/+9 | |
| | | | | from Sebastien Marie | ||||
* | Kill #ifdef INET6 occurrences in userland. | 2016-05-04 | 2 | -14/+2 | |
| | | | | | | | Prompted by and ok millert@ (tcpdump and libpcap left untouched, the #ifdef force is too strong with those) | ||||
* | remove systrace support | 2016-04-25 | 2 | -26/+3 | |
| | |||||
* | Fix description of fuser -u: what's usually reported in brackets is the | 2016-01-03 | 1 | -3/+3 | |
| | | | | | | | username, as determined by the real user id, not the real user id itself. ok jmc@ | ||||
* | fixes fuser(1) when invoking with -u: it requires "getpw" promise. | 2016-01-02 | 1 | -2/+14 | |
| | | | | | | problem reported by Michael Reed m.reed at mykolab dot com. ok tb@ and benno@ (which as provided near the same diff, but 5min later :p) | ||||
* | Declare usage() as __dead, and while here align a few variables to the rest of | 2015-12-30 | 1 | -7/+6 | |
| | | | | | | the list and also ANSI one function. No functional change. OK tb@ | ||||
* | Missing "getpw" pledges, these were unnoticed because nobody expects | 2015-11-17 | 1 | -2/+2 | |
| | | | | a user_from_uid(3) call... | ||||
* | getnameinfo() no longer needs pledge "route". this drops to | 2015-10-23 | 1 | -2/+2 | |
| | | | | pledge "stdio rpath". | ||||
* | in fuser mode with -k or -s mode, kill(2) might be called and | 2015-10-12 | 1 | -3/+13 | |
| | | | | | | route lookups won't be needed; so expand the pledge setup to handle 3 codepaths. from theo buehler | ||||
* | pledge "stdio rpath route" seems to be working. route is needed for | 2015-10-10 | 1 | -1/+4 | |
| | | | | pretty printing some addresses. | ||||
* | removing two instances of "c.f." - it seems actually "cf." is correct, but | 2015-01-31 | 1 | -4/+4 | |
| | | | | | | i removed/reworded these as in the case of ftp.1 it read badly anyway, and for fstat.1 it meant i could zap an escape sequence; while here i replaced some sequences of <space><tab> where a single <tab> was sufficient; | ||||
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 2 | -5/+6 | |
| | | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | ||||
* | Move the #define _KERNEL wrapping to only cover <sys/file.h> | 2014-10-26 | 1 | -2/+2 | |
| | |||||
* | Remove userland bits related to the crypto(4) interface; ok deraadt | 2014-08-20 | 2 | -24/+3 | |
| | |||||
* | Don't need to know how to format bluetooth socket info here | 2014-08-10 | 1 | -7/+1 | |
| | |||||
* | zap trailing newlines; "go for it" deraadt | 2014-07-16 | 1 | -2/+1 | |
| | |||||
* | expected user.h fallout; _KERNEL case needs manual pull of ucred.h | 2014-07-10 | 1 | -1/+2 | |
| | |||||
* | AF_NATM support was removed before 5.5 | 2014-05-30 | 1 | -7/+1 | |
| | |||||
* | this util is marked xsi; | 2014-03-20 | 1 | -2/+3 | |
| | |||||
* | - add UNIX-domain socket info to struct kinfo_file2 | 2013-10-22 | 3 | -35/+35 | |
| | | | | | | | | | | - convert netstat from kvm_getfiles() to kvm_getfile2() using that - delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major) - rename kvm_getfile2() to kvm_getfiles(), kinfo_file2 to kinfo_file and KERN_FILE2 to KERN_FILE. ok deraadt@, millert@ ports scan sthen@ | ||||
* | A space got lost in fstat state output, put it back. | 2013-03-31 | 1 | -2/+2 | |
| | | | | OK deraadt@ | ||||
* | Do not leak kernel pointers, unless operating as root. Some other display | 2013-03-24 | 1 | -32/+57 | |
| | | | | | | functionality is lost, but one can argue that privacy was being violated there... ok various, including bluhm and guenther | ||||
* | makes cloned devices line up well with the rest of the output; | 2012-11-30 | 1 | -2/+2 | |
| | | | | ok guenther, krw | ||||
* | tweak previous; | 2012-01-07 | 1 | -4/+4 | |
| | |||||
* | Add rtable id and thread id to struct kinfo_proc (and fix process id) | 2012-01-07 | 2 | -69/+188 | |
| | | | | | | | | | | | and add an 'rtableid' keyword to ps. Add rtable id, thread id, and socket splice info to struct kinfo_file2 and make fstat display socket splice information. Remove old KVM_PROC2 and kinfo_proc2 interfaces; bump libkvm major Socket splice info and corrections from bluhm@ "Lovely" deraadt@ | ||||
* | dislays -> displays; from David Vasek | 2011-10-02 | 1 | -3/+3 | |
| | |||||
* | rmove rotten netatalk bits | 2011-07-09 | 1 | -7/+1 | |
| | |||||
* | no need to escape `|'; as discussed with schwartze | 2011-05-02 | 1 | -3/+3 | |
| | |||||
* | -M and -N are posix extensions too; from Joachim Schipper | 2010-09-24 | 1 | -3/+3 | |
| | |||||
* | add an EXIT STATUS section for /usr/bin; | 2010-09-03 | 1 | -3/+3 | |
| | |||||
* | "the the" | 2010-02-14 | 1 | -3/+3 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -12/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | write UNIX-domain in a more consistent way; while here, replace a | 2009-10-22 | 1 | -7/+6 | |
| | | | | | | | | few remaining ".Tn UNIX" macros with ".Ux" ones. pointed out by ratchov@, thanks! ok jmc@ |