aboutsummaryrefslogtreecommitdiff
path: root/contrib/amd
Commit message (Collapse)AuthorAgeFilesLines
* Update this with reality.David E. O'Brien1999-05-081-4/+4
| | | | Notes: svn path=/head/; revision=46711
* Fix ufs mounting supportDavid E. O'Brien1999-02-131-2/+2
| | | | | | | | PR: 10044 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Notes: svn path=/head/; revision=43963
* Fix logic surrounding the noconn option.David E. O'Brien1999-01-241-5/+9
| | | | | | | | | (this should also shutup the warning message everybody sees) Submitted by: David Wolfskill <dhw@whistle.com> Notes: svn path=/head/; revision=43158
* Didn't get all the mods on the fixup.David E. O'Brien1999-01-141-1/+5
| | | | Notes: svn path=/head/; revision=42659
* Fix conflicts.David E. O'Brien1999-01-1314-191/+221
| | | | Notes: svn path=/head/; revision=42633
* This commit was generated by cvs2svn to compensate for changes in r42629,David E. O'Brien1999-01-13110-1180/+2088
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=42630
| * Virgin import of AMD (am-utils) v6.0David E. O'Brien1999-01-13133-1375/+2331
| | | | | | | | Notes: svn path=/vendor/amd/dist/; revision=42629
* | ".Mn mountd" -> ".Nm mountd" which now makes the instructions accurate.Bill Fumerola1998-11-301-2/+2
| | | | | | | | | | | | | | | | PR: docs/8525 Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org> Notes: svn path=/head/; revision=41433
* | Grammer fix and style nits.Bill Fumerola1998-11-301-7/+7
| | | | | | | | | | | | | | | | PR: docs/8879 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org> Notes: svn path=/head/; revision=41428
* | xfer typoDavid E. O'Brien1998-11-201-2/+2
| | | | | | | | | | | | | | | | PR: docs/8723 Submitted by: Junji SAKAI <sakai@jp.freebsd.org> Notes: svn path=/head/; revision=41268
* | amq.8 contains typosDavid E. O'Brien1998-11-201-4/+4
| | | | | | | | | | | | | | | | PR: docs/8433 Reviewed by: Kazuo Horikawa <horikawa@jp.freebsd.org> Notes: svn path=/head/; revision=41267
* | Not part of AM-UTILS any longer. Should be build from fixrmtab.in.David E. O'Brien1998-11-201-24/+0
| | | | | | | | Notes: svn path=/head/; revision=41264
* | update for latest vendor importDavid E. O'Brien1998-11-141-4/+4
| | | | | | | | Notes: svn path=/head/; revision=41146
* | Clean up conflicts.David E. O'Brien1998-11-147-85/+144
| | | | | | | | Notes: svn path=/head/; revision=41145
* | This commit was generated by cvs2svn to compensate for changes in r41142,David E. O'Brien1998-11-1424-36/+504
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=41143
| * Virgin import of AMD (am-utils) v6.0b1David E. O'Brien1998-11-1432-130/+648
| | | | | | | | Notes: svn path=/vendor/amd/dist/; revision=41142
* | update to match realityDavid E. O'Brien1998-10-251-5/+6
| | | | | | | | Notes: svn path=/head/; revision=40654
* | Support our "nfsv2" option. (originally added to old amd/amd/host_opts.cDavid E. O'Brien1998-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. Notes: svn path=/head/; revision=39159
* | Merge our older Amd manpages with the new am-utils manpages.David E. O'Brien1998-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> Notes: svn path=/head/; revision=39087
* | Fully use our own generated files for NFSv3.David E. O'Brien1998-09-091-2/+10
| | | | | | | | Notes: svn path=/head/; revision=39007
* | More sorting of references.David E. O'Brien1998-09-054-16/+14
| | | | | | | | Notes: svn path=/head/; revision=38842
* | MFO: rev 1.3 - correct man page xrefs.David E. O'Brien1998-09-051-2/+2
| | | | | | | | Notes: svn path=/head/; revision=38840
* | compare getopt() with -1, not EOFDavid E. O'Brien1998-09-051-2/+2
| | | | | | | | Notes: svn path=/head/; revision=38839
* | MFO rev 1.4 - sort cross referencesDavid E. O'Brien1998-09-051-5/+5
| | | | | | | | Notes: svn path=/head/; revision=38838
* | With the change to the 4.4Lite2 mount interface we don't need specialDavid E. O'Brien1998-09-052-70/+0
| | | | | | | | | | | | | | conf files. Notes: svn path=/head/; revision=38831
* | Don't utilize the pre-4.4Lite2 INITMOUNTNAMES compatibility cruft.David E. O'Brien1998-09-041-3/+2
| | | | | | | | | | | | | | (bde will remove it soon) Notes: svn path=/head/; revision=38803
* | Don't assume that time_t is long.David E. O'Brien1998-09-041-2/+4
| | | | | | | | | | | | | | (from rev 1.4 by bde of old AMD) Notes: svn path=/head/; revision=38790
* | This is AMD.CONF, not AMQ.CONFBrian Somers1998-09-021-2/+2
| | | | | | | | Notes: svn path=/head/; revision=38762
* | rpcgen our own mount.h, nfs_prot.h, mount_xdr.c, and nfs_prot_x.cDavid E. O'Brien1998-08-273-3/+17
| | | | | | | | | | | | | | for NFSv3 support Notes: svn path=/head/; revision=38578
* | accidently changed some white spaceDavid E. O'Brien1998-08-271-2/+2
| | | | | | | | Notes: svn path=/head/; revision=38577
* | Properly create db files vs. dbm files.David E. O'Brien1998-08-271-33/+18
| | | | | | | | | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=38575
* | * Check getopt()'s return with -1, not EOFDavid E. O'Brien1998-08-238-22/+27
| | | | | | | | | | | | | | | | | | * protect a few potential buffer overflows Obtained from: NetBSD Notes: svn path=/head/; revision=38500
* | more files we don't need.David E. O'Brien1998-08-231-0/+1
| | | | | | | | Notes: svn path=/head/; revision=38499
* | Two more files FreeBSD doesn't need.David E. O'Brien1998-08-231-1/+1
| | | | | | | | Notes: svn path=/head/; revision=38498
* | upgrade instructions.David E. O'Brien1998-08-231-0/+107
|/ | | | Notes: svn path=/head/; revision=38497
* Virgin import of AMD (am-utils) v6.0a16vendor/amd/6.0a16David E. O'Brien1998-08-23153-0/+63365
Notes: svn path=/vendor/amd/dist/; revision=38494 svn path=/vendor/amd/6.0a16/; revision=38496; tag=vendor/amd/6.0a16