Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved most of the (source-level) compatibility hacks for the vfsconf | bde | 1998-01-20 | 1 | -2/+4 |
| | | | | | interface from sys/mount.h to libc/getvfsent.c The new interface is now the default. | ||||
* | Started getting rid of the compatibility cruft for the Lite1 mount() | bde | 1998-01-17 | 1 | -0/+2 |
| | | | | | | | | and the pre-Lite2 vfsconf interfaces. For getvfsent.c, just define _OLD_VFSCONF. This will give the current default macro hacks in <sys/mount.h> when the default is reversed. This is an intermediate step. | ||||
* | Changed vfc_typenum back to vfc_index. The old vfsconf struct is now | bde | 1997-03-03 | 1 | -1/+1 |
| | | | | visible again, and the new vfsconf struct didn't match reality. | ||||
* | lite2 remame: vfc_index --> vfc_typenum | adam | 1997-02-12 | 1 | -1/+1 |
| | |||||
* | Fix an off-by-one error in getvfsent(). | joerg | 1996-10-26 | 1 | -1/+1 |
| | | | | Detected by: phkmalloc :) | ||||
* | Fix for vfsload(3): | wollman | 1996-05-17 | 1 | -7/+7 |
| | | | | | | - Don't allow non-root users to specify LKMDIR. - Don't allow any users to specify TMPDIR. - Call /sbin/modload using execl() rather than execlp(). | ||||
* | From Lite2: rename fs to vfs. | hsu | 1996-03-11 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | Fix so that people who don't have LKMs compiled in their kernels don't | wollman | 1994-09-25 | 1 | -0/+8 |
| | | | | | get hosed: vfsisloadable() always returns false if /dev/lkm cannot be opened for writing. | ||||
* | Pass -q and -u flags to modload so that it shuts up and doesn't leave | wollman | 1994-09-22 | 1 | -1/+1 |
| | | | | modules lying around. | ||||
* | Fix stupid memory-allocation error. | wollman | 1994-09-22 | 1 | -3/+9 |
| | |||||
* | Added VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent, | wollman | 1994-09-22 | 1 | -0/+234 |
endvfsent, vfsisloadable, vfsload. Someday these will even be documented. |