summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
Commit message (Collapse)AuthorAgeFilesLines
* Add usage(), use err(3), remove `progname'.charnier1997-09-0210-183/+158
|
* Delay free of mf->mf_mount in uninit_mntfs until it is no longer used.tegge1997-06-231-2/+2
|
* Show the real revision date and not the date that thissteve1997-06-232-3/+3
| | | | manpage is being viewed.
* Add ${DESTDIR} to absolute pathnames of required sources.asami1997-05-232-2/+2
| | | | Reviewed by: bde
* Typo (${.DESTDIR} -> ${DESTDIR}).asami1997-05-231-2/+2
| | | | Reviewed by: bde
* Fix so that amd can build with hesiod support.dfr1997-04-292-2/+3
| | | | Submitted by: Kevin Van Maren <vanmaren@marker.cs.utah.edu>
* Fix makefiles so they work without having to 'make depend'dfr1997-04-293-3/+6
|
* Update the host filesystem so that it works with NFSv3dfr1997-04-223-37/+129
|
* Fix make depend.dfr1997-04-193-1/+19
|
* Generate mount*.[ch] and nfs_prot*.[ch] from the .x files.dfr1997-04-1810-1593/+146
| | | | | | | | | | Delete bogus local versions of mount*.[ch] and nfs_prot*.[ch]. Use v3 protocol by default for NFS mounts. If v3 is not supported, v2 is used automatically. Add a new mount options for NFS, 'nfsv2' to allow the administrator to force the use of the older protocol. Document the new mount options and fix a couple of markup problems.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-314-10/+10
| | | | posix standard on the topic.
* Make the argument handling for select() less bogus. Also, move thejoerg1997-03-222-22/+22
| | | | amq service from UDP to TCP for better reliability.
* Make amd actually work instead of just compiling. The new Lite2 codepeter1997-03-122-3/+4
| | | | | | was not setting the version number in the nfs_args data to mount(2), so it was returning EFAULT. Perhaps the nfs_args version number was something we added at some point?
* I feel sick. :-( There is some really, truely, shameful stuff in herepeter1997-03-113-10/+106
| | | | | | to try and work around the nfsv3 headers in the post-lite2-kernel era. This program somehow manages to make just about every #include conflict with everything else. :-(
* Revert $FreeBSD$ to $Id$peter1997-02-22139-141/+141
|
* buffer overflow from OpenBSD:imp1997-02-091-1/+2
| | | | | | 1.3 bitblit: Fixed potential buffer overflow Obtained from: OpenBSD
* Sort cross references.wosch1997-01-201-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-14139-141/+141
| | | | | | | | 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.
* Still going.jmacd1997-01-111-1/+3
|
* Update to match changes in <net/if.h>.wollman1997-01-031-2/+2
|
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-1/+2
| | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
* Use LC_TIME=Cache1996-11-261-2/+2
|
* bin/1974: core dump from amd when phkmalloc is set to AJ.phk1996-11-251-3/+3
|
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-2/+4
| | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones.
* Fix a few minor type problems that turned up with gcc-2.7.2peter1996-08-133-5/+6
|
* ``mv'' -> ``mv -f''wosch1996-05-071-3/+4
| | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root
* Correct some man page xrefs, and some other minor changes to bring somempp1996-04-081-3/+3
| | | | | | man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk.
* Correct some man page cross references and file location references.mpp1996-04-071-2/+2
|
* Fix a variety of minor typos and cross references in a bunch ofmpp1996-01-201-1/+2
| | | | | | | | man pages. Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> Giles Lean <giles@nemeton.com.au> <soda@sra.co.jp>
* Obtained from: David Mazieres (OpenBSD)graichen1996-01-091-1/+5
| | | | | | | | | | | | added "#define PRECISE_SYMLINKS" to the amd config header - this solves a problem with the amd "-type:=direct" mounts and /bin/sh giving a "readlink failed" if you cd'ed to a "-type:=direct" mounted directory i got this from david mazieres as a result of giving him our (mostly doug rabsons) fixes for the amd "-type:=direct" mounts and telling them (also some NetBSD people were interested) about my only problem running these fixes (which is now solved too :-)
* Fixed the type of time_type.bde1995-12-071-2/+2
|
* Add code to work around FreeBSD's nfs symlink cache.dfr1995-08-243-4/+20
| | | | Obtained from: amd-upl102
* Changes to support version 3 of the NFS protocol.dfr1995-06-273-3/+14
| | | | | | | | | | | | | | | | | | 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>
* Remove trailing whitespace.rgrimes1995-05-3024-93/+93
|
* Added "doc" to the list of subdirs, so that amdref.info* will getasami1995-05-141-1/+1
| | | | | installed in /usr/share/info...closes my own PR, docs/408 (aaah now I need to figure out how to "close" PRs... ;)....
* Change /lib/cpp to /usr/bin/cppgpalmer1995-05-081-2/+2
|
* 1. Get all the nodes in this texinfo document happily pointing in the properjkh1995-02-192-13/+15
| | | | | | directions. 2. Drop in a Makefile that properly installs the info files for this.
* Added three line hack to nfs_ops.c to add support for the 'resvport'wpaul1995-02-131-1/+10
| | | | | mount option: you need this little bugger in environments with facsist SunOS NFS servers (like mine :).
* Added final '\n'phk1995-02-044-8/+8
|
* Cosmetic fix.jkh1995-02-021-1/+2
| | | | Submitted by: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
* Allow NIS maps, noconn mounts .wollman1995-01-201-3/+4
| | | | Sumbitted by: Boyd Faulkner <faulkner@mpd.tandem.com>
* Correct and add proper man page extents.jkh1994-08-113-2/+3
| | | | Submitted by: jkh
* Delete reference to obsolete librpc.a.wollman1994-08-082-3/+1
|
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-26191-0/+47762
OpenPOWER on IntegriCloud