| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Revise a manpage to NOT sound confusing. [1]
In collaboration with: sat [1]
Notes:
svn path=/head/; revision=201015
|
|
|
|
|
|
|
| |
Submitted by: Ulrich Spörlein
Notes:
svn path=/head/; revision=198236
|
|
|
|
|
|
|
| |
from accessing vfs.nfs.iodmin.
Notes:
svn path=/head/; revision=144757
|
|
|
|
| |
Notes:
svn path=/head/; revision=140368
|
|
|
|
|
|
|
|
|
| |
per letter dated July 22, 1999.
Approved by: core, imp
Notes:
svn path=/head/; revision=128073
|
|
|
|
| |
Notes:
svn path=/head/; revision=118836
|
|
|
|
| |
Notes:
svn path=/head/; revision=114589
|
|
|
|
|
|
|
| |
constants as well.
Notes:
svn path=/head/; revision=101973
|
|
|
|
|
|
|
|
| |
so compare the return value against -1 to see if it failed
instead of simply doing if (kldload("nfs")).
Notes:
svn path=/head/; revision=101676
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Make getvfsbyname() take a struct xvfsconf *.
- Convert several consumers of getvfsbyname() to use struct xvfsconf.
- Correct the getvfsbyname.3 manpage.
- Create a new vfs.conflist sysctl to dump all the struct xvfsconf in the
kernel, and rewrite getvfsbyname() to use this instead of the weird
existing API.
- Convert some {set,get,end}vfsent() consumers to use the new vfs.conflist
sysctl.
- Convert a vfsload() call in nfsiod.c to kldload() and remove the useless
vfsisloadable() and endvfsent() calls.
- Add a warning printf() in vfs_sysctl() to tell people they are using
an old userland.
After these changes, it's possible to modify struct vfsconf without
breaking the binary compatibility. Please note that these changes don't
break this compatibility either.
When bp will have updated mount_smbfs(8) with the patch I sent him, there
will be no more consumers of the {set,get,end}vfsent(), vfsisloadable()
and vfsload() API, and I will promptly delete it.
Notes:
svn path=/head/; revision=101651
|
|
|
|
| |
Notes:
svn path=/head/; revision=100635
|
|
|
|
| |
Notes:
svn path=/head/; revision=99501
|
|
|
|
| |
Notes:
svn path=/head/; revision=97476
|
|
|
|
|
|
|
| |
of nfsiod kernel threads being run.
Notes:
svn path=/head/; revision=96954
|
|
|
|
|
|
|
| |
o remove main prototype
Notes:
svn path=/head/; revision=92883
|
|
|
|
|
|
|
|
|
| |
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
Notes:
svn path=/head/; revision=87325
|
|
|
|
| |
Notes:
svn path=/head/; revision=81687
|
|
|
|
|
|
|
|
|
| |
portmap.8 --> rpcbind.8
Submitted by: .Xr testing script
Notes:
svn path=/head/; revision=77878
|
|
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74815
|
|
|
|
| |
Notes:
svn path=/head/; revision=74531
|
|
|
|
| |
Notes:
svn path=/head/; revision=68960
|
|
|
|
|
|
|
| |
Reviewed by: Julian Elischer <julian@elischer.org>
Notes:
svn path=/head/; revision=55937
|
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
|
|
|
|
| |
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
Notes:
svn path=/head/; revision=45636
|
|
|
|
|
|
|
| |
#includes. Add rcsid. -Wall.
Notes:
svn path=/head/; revision=37667
|
|
|
|
|
|
|
| |
the default.
Notes:
svn path=/head/; revision=32645
|
|
|
|
| |
Notes:
svn path=/head/; revision=31208
|
|
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24359
|
|
|
|
| |
Notes:
svn path=/head/; revision=23684
|
|
|
|
| |
Notes:
svn path=/head/; revision=22990
|
|
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
|
|
|
| |
Notes:
svn path=/head/; revision=17797
|
|
|
|
|
|
|
|
|
|
| |
to return ECHILD, which causes the while loop to run forever.
(eg: when accidently running nfsiod on a slow system with a kernel
without NFS support...)
Obtained from: NetBSD; Frank van den Linden <frank@struis.fwi.uva.nl>
Notes:
svn path=/head/; revision=11099
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The version 2 support has been tested (client+server) against FreeBSD-2.0,
IRIX 5.3 and FreeBSD-current (using a loopback mount). The version 2 support
is stable AFAIK.
The version 3 support has been tested with a loopback mount and minimally
against an IRIX 5.3 server. It needs more testing and may have problems.
I have patched amd to support the new variable length filehandles although
it will still only use version 2 of the protocol.
Before booting a kernel with these changes, nfs clients will need to at least
build and install /usr/sbin/mount_nfs. Servers will need to build and
install /usr/sbin/mountd.
NFS diskless support is untested.
Obtained from: Rick Macklem <rick@snowhite.cis.uoguelph.ca>
Notes:
svn path=/head/; revision=9336
|
|
|
|
| |
Notes:
svn path=/head/; revision=2999
|
|
|
|
|
|
|
|
| |
in `fastboot'/`fasthalt' in which the interpreter would hang around
after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
Notes:
svn path=/head/; revision=1855
|
|
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
Notes:
svn path=/head/; revision=1558
|