bde
|
d2d0d9bc8b
|
Changed vfc_typenum back to vfc_index. The old vfsconf struct is now
visible again, and the new vfsconf struct didn't match reality.
|
1997-03-03 05:53:54 +00:00 |
|
adam
|
40a04d5da0
|
lite2 remame: vfc_index --> vfc_typenum
|
1997-02-12 01:34:38 +00:00 |
|
joerg
|
2df9a4e24b
|
Fix an off-by-one error in getvfsent().
Detected by: phkmalloc :)
|
1996-10-26 21:53:21 +00:00 |
|
wollman
|
1af3a60b40
|
Fix for vfsload(3):
- 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().
|
1996-05-17 15:35:13 +00:00 |
|
hsu
|
6845ef4584
|
From Lite2: rename fs to vfs.
|
1996-03-11 03:06:45 +00:00 |
|
rgrimes
|
f05428e4cd
|
Remove trailing whitespace.
|
1995-05-30 05:51:47 +00:00 |
|
wollman
|
81e5d29b29
|
Fix so that people who don't have LKMs compiled in their kernels don't
get hosed: vfsisloadable() always returns false if /dev/lkm cannot be
opened for writing.
|
1994-09-25 00:48:27 +00:00 |
|
wollman
|
7970d2e69d
|
Pass -q and -u flags to modload so that it shuts up and doesn't leave
modules lying around.
|
1994-09-22 22:36:57 +00:00 |
|
wollman
|
6513c1883f
|
Fix stupid memory-allocation error.
|
1994-09-22 02:17:26 +00:00 |
|
wollman
|
6c7f19942f
|
Added VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent,
endvfsent, vfsisloadable, vfsload.
Someday these will even be documented.
|
1994-09-22 01:07:37 +00:00 |
|