Garrett Wollman
|
6335830372
|
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 |
|
Jeffrey Hsu
|
782ff9b2f0
|
From Lite2: rename fs to vfs.
|
1996-03-11 03:06:45 +00:00 |
|
Rodney W. Grimes
|
6c06b4e2aa
|
Remove trailing whitespace.
|
1995-05-30 05:51:47 +00:00 |
|
Garrett Wollman
|
07ef895025
|
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 |
|
Garrett Wollman
|
d5ebbcdf85
|
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 |
|
Garrett Wollman
|
5ba34297b9
|
Fix stupid memory-allocation error.
|
1994-09-22 02:17:26 +00:00 |
|
Garrett Wollman
|
8e2331ca34
|
Added VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent,
endvfsent, vfsisloadable, vfsload.
Someday these will even be documented.
|
1994-09-22 01:07:37 +00:00 |
|