summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getvfsbyname.c
Commit message (Collapse)AuthorAgeFilesLines
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-101-18/+22
| | | | | | | | | | | | | | | | | | | | | | | - 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.
* Fix SCM ID's.obrien2002-02-011-6/+4
|
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-2/+0
|
* Compensate for header dethreading.markm2001-05-011-0/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Removed unused include of <kvm.h>. It was alarming for libc to apparentlybde1998-12-071-3/+1
| | | | | | depend on libkvm. Removed obsolete `#define _NEW_VFSCONF'.
* getvfsbyname() doesn't existing NetBSD, so return ENOSYS if compiledjb1998-03-091-1/+5
| | | | into a library with __NETBSD_SYSCALLS defined.
* Enabled the Lite2 getvfsbyname(). It's actually named new_getvfsbyname()bde1997-03-031-2/+5
| | | | | | | for now so that we don't lose library compatibility. Applications should define _NEW_VFSCONF and use getvfsbyname() instead of new_getvfsbyname() if they want the new vfsconf interface. Parts of the old interface (enough to load vfs modules, I hope) are still available.
* Attempt to import Lite2's getvfsbyname.c.bde1997-03-021-0/+77
OpenPOWER on IntegriCloud