aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mountd
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables.Stefan Farfeleder2005-04-091-2/+0
* Sort sections.Ruslan Ermilov2005-01-181-3/+3
* Also do not send junk mount arguments when removing exports.Poul-Henning Kamp2004-12-111-0/+1
* Pass an array of gid_t rather than an array of int to getgroups().Stefan Farfeleder2004-10-021-2/+3
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-075-20/+1
* Markup nits.Ruslan Ermilov2004-06-041-2/+2
* Correct typo in the last revision.Ceri Davies2004-03-271-1/+1
* Note that only one webnfs share is allowed per NFS server.Ceri Davies2004-03-221-0/+3
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-1/+1
* Add a new option to mountd(8), -p <port>. This allows the user to specifyBruce M Simpson2004-03-042-7/+76
* Be consistent in the EXAMPLES formatting.David E. O'Brien2004-01-011-0/+1
* Rename the 'log' variable rather than -fno-builtin-logPeter Wemm2003-10-302-8/+7
* Use -fno-builtin-log. Fix svc_sendreply() missing required casts.Peter Wemm2003-10-262-13/+17
* When reporting errors binding IPv6 TCP sockets, don't call them UDPRobert Watson2003-07-171-3/+3
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-161-2/+7
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-122-23/+23
* s/rpc.mountd/mountd/Philippe Charnier2002-10-161-5/+6
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-2/+3
* Kerberised NFS has never (as far as I can tell) worked outsideMark Murray2002-09-201-12/+2
* Update manpage to match the code, vfsload() isn't usedMaxime Henrion2002-08-111-4/+2
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-221-2/+2
* Try to give a more descriptive error message for the pilot error ofJoerg Wunsch2002-07-182-25/+81
* If an RPC fails, try a shorter reply in case the fault lies with theAlfred Perlstein2002-07-151-10/+39
* The .Nm utilityPhilippe Charnier2002-07-061-2/+3
* Remove old pre-TIRPC code for getting transport handles. The code thatAlfred Perlstein2002-06-251-5/+0
* more file system > filesystemTom Rhodes2002-05-162-4/+4
* Use fgetln to remove the static limit on the length of lines inIan Dowse2002-05-141-14/+15
* o __P removedWarner Losh2002-03-211-41/+41
* Remove 'register' keyword.David E. O'Brien2002-03-201-1/+1
* Chase sysctl name.Dima Dorfman2002-03-111-1/+1
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-271-1/+2
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* Deal with module name changes and autoloading.Peter Wemm2001-09-201-15/+8
* Userland part of nfs client/server split and cleanup.Peter Wemm2001-09-181-22/+5
* Silence non-constant format string warnings by marking functionsKris Kennaway2001-08-191-1/+1
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-2/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* mdoc(7) police: cosmetics.Ruslan Ermilov2001-07-041-1/+2
* Document continuation line support.Dima Dorfman2001-07-021-0/+2
* Correct handling of continuation lines. Instead of treating theDima Dorfman2001-07-021-0/+4
* Correct cross-reference:Maxim Sobolev2001-06-071-1/+1
* - VFS_SET(msdos) -> VFS_SET(msdosfs)Ruslan Ermilov2001-06-011-1/+1
* Remove vestiges of MFS.Ruslan Ermilov2001-06-011-1/+0
* Remove MFSPoul-Henning Kamp2001-05-291-4/+1
* Since the netexport struct was centralised to 'struct mount',Ian Dowse2001-05-291-3/+4
* - sys/n[tw]fs moved to sys/fs/n[tw]fsRuslan Ermilov2001-05-261-1/+1
* - sys/msdosfs moved to sys/fs/msdosfsRuslan Ermilov2001-05-251-1/+1
* Reinstate one more old bugfix that got lost in the tirpc commit:Ian Dowse2001-04-231-15/+20