summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getvfsbyname.c
Commit message (Collapse)AuthorAgeFilesLines
* 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