aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replace last few remaining MAN[1-8] with MANDag-Erling Smørgrav2025-07-261-1/+1
| | | | | Reviewed by: ivy Differential Revision: https://reviews.freebsd.org/D51530
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275042
* Bring DPADD in sync with LDADD.Marcel Moolenaar2012-05-191-1/+1
| | | | Notes: svn path=/head/; revision=235642
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-16/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | file and processes information retrieval from the running kernel via sysctl in the form of new library, libprocstat. The library also supports KVM backend for analyzing memory crash dumps. Both procstat(1) and fstat(1) utilities have been modified to take advantage of the library (as the bonus point the fstat(1) utility no longer need superuser privileges to operate), and the procstat(1) utility is now able to display information from memory dumps as well. The newly introduced fuser(1) utility also uses this library and able to operate via sysctl and kvm backends. The library is by no means complete (e.g. KVM backend is missing vnode name resolution routines, and there're no manpages for the library itself) so I plan to improve it further. I'm commiting it so it will get wider exposure and review. We won't be able to MFC this work as it relies on changes in HEAD, which was introduced some time ago, that break kernel ABI. OTOH we may be able to merge the library with KVM backend if we really need it there. Discussed with: rwatson Notes: svn path=/head/; revision=221807
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Don't depend on the modification time of the "zfs" subdir.Ruslan Ermilov2008-04-291-2/+1
| | | | Notes: svn path=/head/; revision=178650
* - Fix makefile so it doesn't break the build in some corner cases. [1]Ruslan Ermilov2008-04-291-1/+3
| | | | | | | | | - Remove an extra copy of zfs.c. Reported by: yar [1] Notes: svn path=/head/; revision=178649
* Flag a hack.Ruslan Ermilov2008-01-241-1/+2
| | | | Notes: svn path=/head/; revision=175621
* - Add ZFS-support to fstat(1). This allows ZFS-filsystems to be including inUlf Lilleengen2007-11-051-0/+9
| | | | | | | | | | | | | | the open file-listing. It is added as a separate source file, so it can respect WITH_/WITHOUT_CDDL as compile-flags. - The warnlevel of the Makefile was decreased to quell solaris #pragma warnings. - Expect that fstat(1) doesn't work with kernel compiled with DEBUG_VFS_LOCKS/DEBUG_LOCKS for now. Approved by: pjd (mentor) Notes: svn path=/head/; revision=173376
* Add -D_KVM_VNODE to indicate that despite being a userland program,Poul-Henning Kamp2004-10-211-0/+2
| | | | | | | we want to know the vnode structures internals. Notes: svn path=/head/; revision=136744
* 1) ANSIfy.David Malone2004-06-291-0/+1
| | | | | | | | | | 2) Use %p to print a pointer. 3) Use longs for fileids and ino to avoid comparing signed and unsigned. 4) Make the KVM_READ macro a little more cranky. 5) Set WARNS while I'm here. Notes: svn path=/head/; revision=131293
* Don't use gcc specific flags.David Malone2002-03-301-1/+0
| | | | Notes: svn path=/head/; revision=93426
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+0
| | | | Notes: svn path=/head/; revision=76812
* Support more filesystems in fstat(1): now you can use fstat(1) toBrian Feldman2000-03-161-0/+1
| | | | | | | | | | | | find out if files on msdosfs and cd9660 filestores are open. There was also a movement of some common things to a header, a small cleanup. PR: bin/16364 bin/7043 Submitted by: Peter Edwards <peter.edwards@openet-telecom.com> Notes: svn path=/head/; revision=58125
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* o use getprotobynumber(3) instead of hardcoded protocol names.Ruslan Ermilov1999-07-021-1/+2
| | | | | | | | | | | | Divert(4) sockets will now appear as "internet raw divert" instead of "internet raw 254". o -Wall tweak. Reviewed by: bde Notes: svn path=/head/; revision=48463
* -I/sys converstion and Id lineJohn-Mark Gurney1997-08-221-1/+2
| | | | Notes: svn path=/head/; revision=28591
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+10
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590