aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getvfsent.c
Commit message (Expand)AuthorAgeFilesLines
* Belatedly remove the getvfsent(3) API. All the consumers have beenMaxime Henrion2004-04-111-150/+0
* #include <sys/linker.h> for kldload()'s prototype.Tim J. Robbins2003-01-041-0/+1
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.Maxime Henrion2002-08-101-31/+0
* Fix SCM ID's.David E. O'Brien2002-02-011-1/+3
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-2/+0
* Compensate for header dethreading.Mark Murray2001-05-011-0/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+2
* vfsload maps into kldload only now, no more fork/exec of modload(8).Peter Wemm1999-04-191-85/+1
* A feeble attempt at kld compatability. The mount_* programs assume thatPeter Wemm1998-11-031-1/+10
* Moved most of the (source-level) compatibility hacks for the vfsconfBruce Evans1998-01-201-2/+4
* Started getting rid of the compatibility cruft for the Lite1 mount()Bruce Evans1998-01-171-0/+2
* Changed vfc_typenum back to vfc_index. The old vfsconf struct is nowBruce Evans1997-03-031-1/+1
* lite2 remame: vfc_index --> vfc_typenumAdam David1997-02-121-1/+1
* Fix an off-by-one error in getvfsent().Joerg Wunsch1996-10-261-1/+1
* Fix for vfsload(3):Garrett Wollman1996-05-171-7/+7
* From Lite2: rename fs to vfs.Jeffrey Hsu1996-03-111-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Fix so that people who don't have LKMs compiled in their kernels don'tGarrett Wollman1994-09-251-0/+8
* Pass -q and -u flags to modload so that it shuts up and doesn't leaveGarrett Wollman1994-09-221-1/+1
* Fix stupid memory-allocation error.Garrett Wollman1994-09-221-3/+9
* Added VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent,Garrett Wollman1994-09-221-0/+234