summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getvfsbyname.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-1/+3
|
* Uniformly refer to a file system as "file system".ru2002-12-121-7/+7
| | | | Approved by: re
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-101-6/+21
| | | | | | | | | | | | | | | | | | | | | | | - Make getvfsbyname() take a struct xvfsconf *. - Convert several consumers of getvfsbyname() to use struct xvfsconf. - Correct the getvfsbyname.3 manpage. - Create a new vfs.conflist sysctl to dump all the struct xvfsconf in the kernel, and rewrite getvfsbyname() to use this instead of the weird existing API. - Convert some {set,get,end}vfsent() consumers to use the new vfs.conflist sysctl. - Convert a vfsload() call in nfsiod.c to kldload() and remove the useless vfsisloadable() and endvfsent() calls. - Add a warning printf() in vfs_sysctl() to tell people they are using an old userland. After these changes, it's possible to modify struct vfsconf without breaking the binary compatibility. Please note that these changes don't break this compatibility either. When bp will have updated mount_smbfs(8) with the patch I sent him, there will be no more consumers of the {set,get,end}vfsent(), vfsisloadable() and vfsload() API, and I will promptly delete it.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Document the existing vfc_flags.dd2001-06-281-2/+3
| | | | | PR: 25837 Submitted by: Tony Finch <dot@dotat.at>
* Prepare for mdoc(7)NG.ru2000-12-291-0/+1
|
* mdoc(7) police: Nm -> Fn where appropriate.ru2000-11-201-6/+1
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Bad reference of sysctl(1) changed to sysctl(8)chris1999-08-141-3/+3
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* More cleanup - I didn't realize that this was a new man pagempp1997-03-121-2/+3
| | | | and need extra attention :-)
* Mdoc cleanup.mpp1997-03-121-1/+0
|
* Fixed #include's in synopsis.bde1997-03-111-2/+1
|
* Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchpeter1997-03-111-0/+98
OpenPOWER on IntegriCloud