summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
Commit message (Collapse)AuthorAgeFilesLines
* Fixed missing libraries in DPADD.bde1998-10-173-9/+9
|
* I don't want to be the only one to use ``cut''. Use ``sed'' instead.obrien1998-09-101-2/+2
|
* Fully use our own generated files for NFSv3.obrien1998-09-092-5/+5
|
* With the change to the 4.4Lite2 mount interface we don't need specialobrien1998-09-052-7/+5
| | | | conf files.
* Don't utilize the pre-4.4Lite2 INITMOUNTNAMES compatibility cruft.obrien1998-09-041-14/+14
| | | | (bde will remove it soon)
* Install amd.confbrian1998-09-022-2/+9
|
* DPDADD -> DPADDgpalmer1998-08-306-12/+12
|
* Fix parallel makes falling over on xwheregpalmer1998-08-301-2/+2
|
* bmake framework for contrib_amdobrien1998-08-2719-2/+2378
|
* Make way for the contrib_amd bmake frame work.obrien1998-08-27187-46553/+0
|
* MAXPATHLEN is long enoughimp1998-07-291-2/+2
|
* when changing mktemp -> mkstemp, make sure to include the new simp1998-07-291-2/+2
|
* Fix temp file race in unused file. If someone wanted to clean theimp1998-07-291-13/+3
| | | | tree a little, many files here are likely ripe for removal...
* Don't assume that time_t is long.bde1998-06-291-2/+4
|
* #include <arpa/inet.h>peter1998-06-121-1/+2
|
* Remove bogus #defines and redefintions for KERNEL, mount, nfs_init, thepeter1998-06-011-6/+0
| | | | beastie builds just fine without them and gets less warnings.
* Simplified by putting all generated headers in SRCS. The explicitbde1998-05-101-4/+2
| | | | dependencies on *.o were complete, but this was not obvious.
* Use rpcgen's -C option to get prototypes in nfs_prot.h.bde1998-05-102-2/+2
|
* Simplified by using new lex and yacc rules.bde1998-05-041-17/+2
|
* Fixes for using amd with non-NFSv3 servers and for choosing the right addressdfr1998-04-134-8/+58
| | | | | | | for a multihomed server. PR: bin/6231, bin/4678 Submitted by: Mika Nystrom <mika@cs.caltech.edu
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-232-8/+8
|
* Don't use the FreeBSD misfeature DPSRCS or give explicit dependenciesbde1998-03-063-11/+3
| | | | | on generated headers. Just put generated headers in SRCS so that bsd.*.mk can generate better dependencies.
* Merged from Lite2. Get the filesystem type name directly from thebde1998-01-201-2/+6
| | | | statfs struct instead of converting from the filesystem type number.
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowbde1998-01-201-1/+0
| | | | the default.
* Fixed missing DPADD by removing empty LDADD.bde1997-12-171-1/+0
|
* Cleanup.wosch1997-10-051-11/+1
|
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-2/+3
| | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
* 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
|
OpenPOWER on IntegriCloud