summaryrefslogtreecommitdiffstats
path: root/usr.bin/lsvfs/lsvfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed anachronisms (nuked vfs type number; don't give a 1/6-baked listbde1998-08-291-8/+7
| | | | of vfs flags in the man page).
* Started getting rid of the compatibility cruft for the Lite1 mount()bde1998-01-171-9/+11
| | | | | | | | and the pre-Lite2 vfsconf interfaces. For lsvfs, use the new interface for getvfsbyname(), and use the old interface for getvfsent() explicitly instead of depending on macro hacks in <sys/mount.h>. This is an intermediate step.
* Typo.charnier1997-07-231-2/+2
|
* Added missing #include, cleaned up #includes.bde1997-03-031-5/+11
| | | | Print VFCF_UNICODE flag in the unlikely event that it is set.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Fix bonehead formatting error.wollman1995-03-161-2/+2
|
* Print out the new flags.wollman1995-03-161-2/+35
|
* Print out flags as text rather than a number.wollman1995-03-161-4/+14
|
* Fix compilation error and formatting mistake.wollman1994-09-221-2/+2
|
* Added lsvfs command to show loaded VFS modules (including statically-linkedwollman1994-09-221-0/+50
ones).
OpenPOWER on IntegriCloud