summaryrefslogtreecommitdiffstats
path: root/contrib/amd
Commit message (Collapse)AuthorAgeFilesLines
* Merge vendor changes into our version of this.obrien1999-11-051-7/+15
|
* Update for the 6.0.3s1 import.obrien1999-11-051-5/+5
|
* Fix conflicts.obrien1999-11-053-4/+23
|
* This commit was generated by cvs2svn to compensate for changes in r52894,obrien1999-11-0519-151/+498
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of AMD (am-utils) v6.0.3s1obrien1999-11-0524-181/+578
| |
* | Get the tar arguments right.obrien1999-11-051-1/+1
| |
* | Fix conflicts.obrien1999-09-232-13/+24
| | | | | | | | | | Version 6.0.2s2 gives us a better fix a buffer overflow problem in real_plog(). It also gives us a few code cleanups to quiet `gcc -Wall'.
* | This commit was generated by cvs2svn to compensate for changes in r51591,obrien1999-09-2310-89/+177
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of AMD (am-utils) v6.0.2s2obrien1999-09-2312-102/+201
| |
* | Update the support files from the 6.0.1 import.obrien1999-09-182-94/+140
| |
* | Fix conflicts.obrien1999-09-1524-182/+233
| |
* | This commit was generated by cvs2svn to compensate for changes in r51292,obrien1999-09-15112-580/+4561
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of AMD (am-utils) v6.0.1obrien1999-09-15136-768/+4797
| |
* | Add FreeBSD tag.obrien1999-09-081-0/+1
| |
* | Don't use -ko any more.obrien1999-09-081-1/+2
| |
* | MFS: amd mount disabling and overflow protection.imp1999-09-071-4/+17
| | | | | | | | Reported by: gallatin@freebsd.org
* | Don't getopt -M option and don't process it unless ENABLE_AMQ_MOUNT is on.obrien1999-08-251-2/+6
| | | | | | | | Obtained from: am-utils-6.0.1s11
* | Fix a bunch of broken cross-referenceschris1999-08-182-4/+4
| |
* | Bad reference of uname(2) -> uname(3)chris1999-08-141-2/+2
| |
* | Actually describe all of the command line options in fsinfo(8).mpp1999-06-261-16/+116
| | | | | | | | | | | | Most of the text was take from the fsinfo section in info(1). Also included a pointer to that information, since there is so much detail about the format of the configuration files there.
* | Update this with reality.obrien1999-05-081-4/+4
| |
* | Fix ufs mounting supportobrien1999-02-131-2/+2
| | | | | | | | | | PR: 10044 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* | Fix logic surrounding the noconn option.obrien1999-01-241-5/+9
| | | | | | | | | | | | (this should also shutup the warning message everybody sees) Submitted by: David Wolfskill <dhw@whistle.com>
* | Didn't get all the mods on the fixup.obrien1999-01-141-1/+5
| |
* | Fix conflicts.obrien1999-01-1314-191/+221
| |
* | This commit was generated by cvs2svn to compensate for changes in r42629,obrien1999-01-13110-1180/+2088
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of AMD (am-utils) v6.0obrien1999-01-13133-1375/+2331
| |
* | ".Mn mountd" -> ".Nm mountd" which now makes the instructions accurate.billf1998-11-301-2/+2
| | | | | | | | | | PR: docs/8525 Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
* | Grammer fix and style nits.billf1998-11-301-7/+7
| | | | | | | | | | PR: docs/8879 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* | xfer typoobrien1998-11-201-2/+2
| | | | | | | | | | PR: docs/8723 Submitted by: Junji SAKAI <sakai@jp.freebsd.org>
* | amq.8 contains typosobrien1998-11-201-4/+4
| | | | | | | | | | PR: docs/8433 Reviewed by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* | Not part of AM-UTILS any longer. Should be build from fixrmtab.in.obrien1998-11-201-24/+0
| |
* | update for latest vendor importobrien1998-11-141-4/+4
| |
* | Clean up conflicts.obrien1998-11-147-85/+144
| |
* | This commit was generated by cvs2svn to compensate for changes in r41142,obrien1998-11-1424-36/+504
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of AMD (am-utils) v6.0b1obrien1998-11-1432-130/+648
| |
* | update to match realityobrien1998-10-251-5/+6
| |
* | Support our "nfsv2" option. (originally added to old amd/amd/host_opts.cobrien1998-09-141-1/+14
| | | | | | | | | | | | | | | | rev 1.5) The "nfsv2" option is equivant to "proto=udp,vers=2". It is debatable whether NFS v2 should force "proto=udp" but I figure that is what most people will expect. Note, I can get the new Amd to mount a 2.2-STABLE box with "proto=tcp,vers=2". RFC 1094 does not disallow such behavior.
* | Merge our older Amd manpages with the new am-utils manpages.obrien1998-09-129-1181/+1339
| | | | | | | | | | | | | | | | | | | | The am-utils manpages were un-mandocafied, un4.4BSD'ed with CSRG copyrights regressed to 1989. This work was done by Brian Handy who I am very greatful to. (only a few minor tweaks by me) Submitted by: Brian Handy <handy@lambic.physics.montana.edu>
* | Fully use our own generated files for NFSv3.obrien1998-09-091-2/+10
| |
* | More sorting of references.obrien1998-09-054-16/+14
| |
* | MFO: rev 1.3 - correct man page xrefs.obrien1998-09-051-2/+2
| |
* | compare getopt() with -1, not EOFobrien1998-09-051-2/+2
| |
* | MFO rev 1.4 - sort cross referencesobrien1998-09-051-5/+5
| |
* | With the change to the 4.4Lite2 mount interface we don't need specialobrien1998-09-052-70/+0
| | | | | | | | conf files.
* | Don't utilize the pre-4.4Lite2 INITMOUNTNAMES compatibility cruft.obrien1998-09-041-3/+2
| | | | | | | | (bde will remove it soon)
* | Don't assume that time_t is long.obrien1998-09-041-2/+4
| | | | | | | | (from rev 1.4 by bde of old AMD)
* | This is AMD.CONF, not AMQ.CONFbrian1998-09-021-2/+2
| |
* | rpcgen our own mount.h, nfs_prot.h, mount_xdr.c, and nfs_prot_x.cobrien1998-08-273-3/+17
| | | | | | | | for NFSv3 support
* | accidently changed some white spaceobrien1998-08-271-2/+2
| |
OpenPOWER on IntegriCloud