phk
8777f94272
Use sysctlbyname() instead of sysctl
2006-05-11 17:23:57 +00:00
peter
b8872d23e6
Make this 64 bit clean. Use size_t for sysctl() length pointer args.
2003-07-25 20:56:57 +00:00
mux
f72ce2f014
Now that the kernel is able to load modules itself,
...
remove all the code which was trying to do so.
This code was nasty in several ways, it was hiding
the kernel bug where the kernel was unable to properly
load a module, and it was quitting if it wasn't able
to load the module. The consequence is that an ABI
breakage of the vfsconf API would have broken *every*
mount utility.
2002-08-03 16:03:21 +00:00
ru
05f3be90b2
- sys/n[tw]fs moved to sys/fs/n[tw]fs
...
- /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs
2001-05-26 11:57:45 +00:00
bp
3700a3909b
Pass timezone information to an nwfs mount.
2000-04-05 10:48:53 +00:00
bp
03a19e07ad
More style fixes, both to code and man page.
...
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
2000-01-15 09:06:37 +00:00
bde
688bb99b3f
Unremoved used include of <sys/stat.h> (don't depend on pollution in
...
<sys/mount.h). Broken in: previous commit.
Removed unused include of <nwfs/nwfs.h>.
2000-01-12 09:16:13 +00:00
bp
8820c08f15
Some code cleanup based on the ideas from submitter.
...
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
2000-01-08 11:21:51 +00:00
bp
8b5d9028e2
Add mount_nwfs program. Now -current can mount NetWare volumes.
1999-10-15 09:59:48 +00:00