Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -7/+7 |
| | |||||
* | Don't use libutil now that setproctitle() is in libc | brian | 2000-09-02 | 2 | -3/+0 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Use libcrypto instead of libdes. | markm | 2000-02-24 | 1 | -5/+5 |
| | |||||
* | Thresh-out the nfs manual page references a bit | dillon | 2000-01-13 | 1 | -0/+1 |
| | | | | Reviewed by: Julian Elischer <julian@elischer.org> | ||||
* | Give nfsd the ability to bind to specific IP addresses through the -h | dillon | 1999-11-11 | 2 | -25/+93 |
| | | | | | | | | | | option and add explicit option to bind to the wildcard address. The default is to bind to the wildcard address when no -h option has been specified and thus backwards compatibility is maintained. PR: kern/13049 Reviewed by: David Malone <dwmalone@maths.tcd.ie> Submitted by: Matt Dillon <dillon@freebsd.org>, David Malone <dwmalone@maths.tcd.ie> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Add $Id$ to these manpages. | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | Approved by: bde | ||||
* | Update refs for KLD's and kldload. | ghelmer | 1999-04-01 | 1 | -3/+3 |
| | | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com> | ||||
* | Do not dot terminate syslog() string. Remove unused #includes. Add rcsid. -Wall. | charnier | 1998-07-15 | 1 | -24/+22 |
| | |||||
* | Don't give examples or use the depreciated usage to nfsd | peter | 1998-05-01 | 1 | -1/+1 |
| | | | | PR: 5635 | ||||
* | Removed definition of _NEW_VFSCONF. The new vfsconf interface is now | bde | 1998-01-20 | 1 | -1/+0 |
| | | | | the default. | ||||
* | Fix two missing arguments detected by "-Wformat". | jdp | 1997-11-18 | 1 | -2/+4 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Merge from Lite2 (use new getvfsbyname() interface) | peter | 1997-03-11 | 3 | -11/+12 |
| | |||||
* | Use the .Bx macro where appropriate. | mpp | 1996-08-23 | 1 | -1/+2 |
| | |||||
* | Default to udp if neither udp nor tcp is specified. The previous revision | bde | 1996-05-01 | 1 | -1/+2 |
| | | | | | was broken. It forced udp in all cases except the extremely unusual case argc == 0. | ||||
* | default to udp if no flags specified...closes PR#bin/759 | scrappy | 1996-04-13 | 1 | -0/+1 |
| | | | | - should this be documented in the man page? | ||||
* | #include <kerberosIV/des.h> -> #include <des.h> | markm | 1996-02-11 | 1 | -1/+1 |
| | |||||
* | oops, do it right this time | adam | 1996-01-03 | 1 | -1/+1 |
| | |||||
* | Link with libutil for kerberos too | adam | 1996-01-03 | 1 | -1/+1 |
| | |||||
* | Make nfsd use setproctitle from libutil... | peter | 1996-01-01 | 2 | -0/+11 |
| | | | | | Old code is still #ifdef OLD_SETPROCTITLE for comparison with the old code. | ||||
* | The version of setproctitle() inside nfsd was busted. It was not terminating | peter | 1995-12-15 | 1 | -0/+1 |
| | | | | | | | | | the argv array, causing parts of the argv[0] to be picked up several times by libkvm, causing strange ps results for the nfs-server and nfs-master processes.. :-] (How many copies of setproctitle() do we need anyway? NetBSD has it in libc and BSDI have it in libutil.) | ||||
* | Changes to support version 3 of the NFS protocol. | dfr | 1995-06-27 | 2 | -26/+87 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
* | Add support for kerberised NQNFS. | dfr | 1995-01-30 | 1 | -0/+8 |
| | |||||
* | Automatically load NFS and a bevy of other filesystems. | wollman | 1994-09-22 | 2 | -0/+30 |
| | |||||
* | Use nulls to pad proctitle rather than spaces...makes ps(1) output more | dg | 1994-08-11 | 1 | -1/+1 |
| | | | | readable. | ||||
* | Delete obsolete references to librpc.a. | wollman | 1994-08-08 | 1 | -2/+0 |
| | |||||
* | Convert to our man installation style. Also fixed long-standing bug | wollman | 1994-08-05 | 1 | -1/+1 |
| | | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message. | ||||
* | BSD 4.4 Lite sbin Sources | rgrimes | 1994-05-26 | 3 | -0/+712 |
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin. |