CVS commit: src/usr.bin/fstat

2020-08-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 26 23:08:29 UTC 2020 Modified Files: src/usr.bin/fstat: fstat.c Log Message: Provide a helpful error message if we don't have privs to read kernel addresses. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.

CVS commit: src/usr.bin/fstat

2020-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 2 18:42:30 UTC 2020 Modified Files: src/usr.bin/fstat: misc.c Log Message: nuke random stuff that does not exist anymore. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/fstat/misc.c Please

CVS commit: src/usr.bin/fstat

2018-06-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 26 10:00:25 UTC 2018 Modified Files: src/usr.bin/fstat: misc.c Log Message: Print BPF direction correctly. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/fstat/misc.c Please note that diffs

CVS commit: src/usr.bin/fstat

2018-06-03 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Jun 4 01:42:49 UTC 2018 Modified Files: src/usr.bin/fstat: misc.c Log Message: Update fstat for audio(4) and pad(4) devices. XXX - pullup 8. Ok christos@. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr

CVS commit: src/usr.bin/fstat

2016-12-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 30 21:08:23 UTC 2016 Modified Files: src/usr.bin/fstat: fstat.c misc.c Log Message: Print the interface for bpf. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/usr.bin/fstat/fstat.c cvs rdiff -u -r

CVS commit: src/usr.bin/fstat

2016-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 23 16:12:03 UTC 2016 Modified Files: src/usr.bin/fstat: Makefile misc.c tmpfs.c Log Message: put _KMEMUSER in the Makefile To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.bin/fstat/Makefile cvs rd

CVS commit: src/usr.bin/fstat

2015-12-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 30 18:15:38 UTC 2015 Modified Files: src/usr.bin/fstat: misc.c Log Message: Add rnd ops. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/fstat/misc.c Please note that diffs are not public dom

CVS commit: src/usr.bin/fstat

2015-12-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 22 23:35:21 UTC 2015 Modified Files: src/usr.bin/fstat: fstat.c Log Message: print the tag symbolically if we don't support it. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/usr.bin/fstat/fstat.c

CVS commit: src/usr.bin/fstat

2015-03-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 8 06:46:51 UTC 2015 Modified Files: src/usr.bin/fstat: fstat.c Log Message: Resolve names of datagram services correctly. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/usr.bin/fstat/fstat.c Pleas

CVS commit: src/usr.bin/fstat

2014-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 14 20:43:35 UTC 2014 Modified Files: src/usr.bin/fstat: fstat.c Log Message: fix protocol printing order. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/usr.bin/fstat/fstat.c Please note that diff

CVS commit: src/usr.bin/fstat

2014-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 17 03:28:01 UTC 2014 Modified Files: src/usr.bin/fstat: fstat.c Log Message: make fstat -f search for unix sockets. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/usr.bin/fstat/fstat.c Please note

CVS commit: src/usr.bin/fstat

2013-12-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 15 18:56:59 UTC 2013 Modified Files: src/usr.bin/fstat: fstat.c Log Message: Fix output for -A -f ... To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/usr.bin/fstat/fstat.c Please note that diffs are

CVS commit: src/usr.bin/fstat

2013-12-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Dec 15 09:21:03 UTC 2013 Modified Files: src/usr.bin/fstat: fstat.c Log Message: sync usage with man page To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/usr.bin/fstat/fstat.c Please note that diffs are not

CVS commit: src/usr.bin/fstat

2013-12-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Dec 15 09:20:48 UTC 2013 Modified Files: src/usr.bin/fstat: fstat.1 Log Message: Sort SYNOPSIS and option descriptions. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.bin/fstat/fst

CVS commit: src/usr.bin/fstat

2013-12-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 15 08:16:24 UTC 2013 Modified Files: src/usr.bin/fstat: fstat.1 fstat.c Log Message: New -A option. Add an output column with the address of the kernel object (vnode or file) that can be matched with prstat(8) output. T

CVS commit: src/usr.bin/fstat

2013-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 18 20:18:42 UTC 2013 Modified Files: src/usr.bin/fstat: fstat.c Log Message: avoid pointer gymnastics To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/usr.bin/fstat/fstat.c Please note that diffs ar

CVS commit: src/usr.bin/fstat

2012-11-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 25 15:30:29 UTC 2012 Modified Files: src/usr.bin/fstat: misc.c Log Message: support printing rnd descriptor info To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.bin/fstat/misc.c Please note that

CVS commit: src/usr.bin/fstat

2012-11-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 25 01:05:49 UTC 2012 Modified Files: src/usr.bin/fstat: misc.c Log Message: return stuff for ksem To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/fstat/misc.c Please note that diffs are not pu

CVS commit: src/usr.bin/fstat

2012-11-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 25 00:36:24 UTC 2012 Modified Files: src/usr.bin/fstat: fstat.c Log Message: - add more debugging. - in misctrans() we need the file index not the file type. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.1

CVS commit: src/usr.bin/fstat

2012-10-27 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat Oct 27 22:38:07 UTC 2012 Modified Files: src/usr.bin/fstat: misc.c Log Message: Report jit'ed bpf fildes in fstat. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/fstat/misc.c Please note that diffs a

CVS commit: src/usr.bin/fstat

2012-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 19 02:49:52 UTC 2012 Modified Files: src/usr.bin/fstat: fstat.c Log Message: print major device numbers symbolically from kinfo_drivers To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/usr.bin/fstat/fs

CVS commit: src/usr.bin/fstat

2012-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 19 02:11:25 UTC 2012 Modified Files: src/usr.bin/fstat: fstat.c Log Message: more info for unix sockets. XXX: chroot handling To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/usr.bin/fstat/fstat.c Ple

CVS commit: src/usr.bin/fstat

2012-10-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Oct 3 19:35:08 UTC 2012 Modified Files: src/usr.bin/fstat: fstat.1 Log Message: - In the example for `-f', reference a directory that is actually available in a default installation (/usr/src isn't); - put together two lines w

CVS commit: src/usr.bin/fstat

2012-09-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 26 23:01:04 UTC 2012 Modified Files: src/usr.bin/fstat: fstat.c Log Message: fix non-numeric address and port printing. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/usr.bin/fstat/fstat.c Please no

CVS commit: src/usr.bin/fstat

2012-03-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 24 21:51:23 UTC 2012 Modified Files: src/usr.bin/fstat: fstat.c Log Message: byte swap the inet6 ports. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/usr.bin/fstat/fstat.c Please note that diffs ar

CVS commit: src/usr.bin/fstat

2011-10-09 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Oct 9 21:16:00 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.c Log Message: fix rdev reporting for UFS2 and ext2fs. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/usr.bin/fstat/fstat.c Please note that

CVS commit: src/usr.bin/fstat

2011-10-08 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Sat Oct 8 22:16:03 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.1 Log Message: add an xref to fstat(2) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/usr.bin/fstat/fstat.1 Please note that diffs are no

CVS commit: src/usr.bin/fstat

2011-09-23 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Sep 23 07:31:39 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.c Log Message: apply some (uintptr_t) so that printing printers works on i386 (likely all 32 bit.) To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

CVS commit: src/usr.bin/fstat

2011-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 22 17:27:50 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.c Log Message: - factor out common code in the inet and inet6 printing. - add appletalk (ddp) support. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/usr.bin/fstat

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 18:35:28 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.c Log Message: - remove bogus casts - print recycled vnode flags To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/usr.bin/fstat/fstat.c Pl

CVS commit: src/usr.bin/fstat

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 18:34:54 UTC 2011 Modified Files: src/usr.bin/fstat: Makefile Log Message: add libutil. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/fstat/Makefile Please note that diffs are not public

CVS commit: src/usr.bin/fstat

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 18:34:40 UTC 2011 Modified Files: src/usr.bin/fstat: misc.c Log Message: add all the possible fileops here, and if there is one we know about print that instead of the passed name. To generate a diff of this commit:

CVS commit: src/usr.bin/fstat

2011-09-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Sep 6 19:22:05 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.1 Log Message: Remove trailing whitespace and use Sx for section crossreference. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/usr.bin/fstat/

CVS commit: src/usr.bin/fstat

2011-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 6 11:31:47 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.1 Log Message: move UNIX socket mention in the BUGS section. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/usr.bin/fstat/fstat.1 Please

CVS commit: src/usr.bin/fstat

2011-09-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 5 18:27:31 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.1 Log Message: Remove duplicate RCS Id and split file system. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.bin/fstat/fstat.1 Please not

CVS commit: src/usr.bin/fstat

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 13:24:19 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.c Log Message: - minor KNF - for system processes (0, 1) where fd_lastfile == -1, fail early. - instead of printing the pcb connection address, print the path

CVS commit: src/usr.bin/fstat

2011-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 13:22:56 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.1 Log Message: Mention that fstat -f will not list open unix sockets on that filesystem. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/u

CVS commit: src/usr.bin/fstat

2011-04-13 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Apr 14 00:35:35 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.c Log Message: Add DTYPE_SEM. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/usr.bin/fstat/fstat.c Please note that diffs are not public do