Commit Graph

82 Commits

Author SHA1 Message Date
brian
78716dee93 Include sys/types.h 2000-10-16 09:14:44 +00:00
peter
5b829bc9d3 Really fix the struct callout collision. AMD does not need to
#include <sys/mbuf.h>.  (which #include's <machine/mutex.h> and then
<sys/proc.h> and then <sys/callout.h>, leading to the collision).
<sys/mbuf.h> is really one of those 'no user servicable parts inside'
things.
2000-10-02 08:31:20 +00:00
obrien
2af35265c5 Update for 6.0.3s1 changes. 1999-11-05 12:34:00 +00:00
obrien
51bd7c62d1 Sync with am-utils-6.0.2s2. 1999-09-23 06:19:25 +00:00
obrien
4abe24ed4a Sync with am-utils-6.0 => am-utils-6.0.1 changes. 1999-09-15 09:00:54 +00:00
peter
b6784c4210 $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
obrien
132de02272 Cosmetic reformating. 1999-02-14 22:04:09 +00:00
obrien
0e160ce6d9 Fix ufs mounting support
PR:		10044
Submitted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
1999-02-13 11:06:20 +00:00
markm
1f2774d15a Add the texinfo'ed docs to the build/install. 1999-01-23 21:24:49 +00:00
obrien
9326e63803 Updated version string to 6.0-release. 1999-01-13 19:33:02 +00:00
obrien
cdbb467782 Fix version number. 1998-11-20 05:18:34 +00:00
bde
bf37dfeac9 Fixed missing libraries in DPADD. 1998-10-17 13:55:22 +00:00
obrien
df6ef05ae8 I don't want to be the only one to use `cut''. Use `sed'' instead. 1998-09-10 00:27:57 +00:00
obrien
94c552df43 Fully use our own generated files for NFSv3. 1998-09-09 16:11:01 +00:00
obrien
2009cb3703 With the change to the 4.4Lite2 mount interface we don't need special
conf files.
1998-09-05 00:58:37 +00:00
obrien
874cec2b9f Don't utilize the pre-4.4Lite2 INITMOUNTNAMES compatibility cruft.
(bde will remove it soon)
1998-09-04 08:55:29 +00:00
brian
5961b3a28f Install amd.conf 1998-09-02 21:09:14 +00:00
gpalmer
e2d5859b23 DPDADD -> DPADD 1998-08-30 19:59:53 +00:00
gpalmer
97b3674a72 Fix parallel makes falling over on xwhere 1998-08-30 19:59:35 +00:00
obrien
efcd5d49de bmake framework for contrib_amd 1998-08-27 08:09:42 +00:00
obrien
6a6b05e7b9 Make way for the contrib_amd bmake frame work. 1998-08-27 08:03:35 +00:00
imp
0a18780814 MAXPATHLEN is long enough 1998-07-29 03:31:03 +00:00
imp
d88998efb5 when changing mktemp -> mkstemp, make sure to include the new s 1998-07-29 03:25:08 +00:00
imp
483940ca19 Fix temp file race in unused file. If someone wanted to clean the
tree a little, many files here are likely ripe for removal...
1998-07-29 03:23:18 +00:00
bde
58651aa5fd Don't assume that time_t is long. 1998-06-29 17:25:46 +00:00
peter
8869c92d79 #include <arpa/inet.h> 1998-06-12 16:24:13 +00:00
peter
682c401d51 Remove bogus #defines and redefintions for KERNEL, mount, nfs_init, the
beastie builds just fine without them and gets less warnings.
1998-06-01 07:36:20 +00:00
bde
112be1e2fb Simplified by putting all generated headers in SRCS. The explicit
dependencies on *.o were complete, but this was not obvious.
1998-05-10 15:48:54 +00:00
bde
a0cf1f585c Use rpcgen's -C option to get prototypes in nfs_prot.h. 1998-05-10 15:16:04 +00:00
bde
d43b62bc66 Simplified by using new lex and yacc rules. 1998-05-04 19:40:12 +00:00
dfr
dbf6886684 Fixes for using amd with non-NFSv3 servers and for choosing the right address
for a multihomed server.

PR:		bin/6231, bin/4678
Submitted by:	Mika Nystrom <mika@cs.caltech.edu
1998-04-13 12:11:24 +00:00
charnier
c94dce23b1 .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 08:31:20 +00:00
bde
26774ef3cc Don't use the FreeBSD misfeature DPSRCS or give explicit dependencies
on generated headers.  Just put generated headers in SRCS so that
bsd.*.mk can generate better dependencies.
1998-03-06 07:00:28 +00:00
bde
2fc3692fd2 Merged from Lite2. Get the filesystem type name directly from the
statfs struct instead of converting from the filesystem type number.
1998-01-20 15:12:24 +00:00
bde
d194d95de3 Removed definition of _NEW_VFSCONF. The new vfsconf interface is now
the default.
1998-01-20 10:40:18 +00:00
bde
463e2bbf6c Fixed missing DPADD by removing empty LDADD. 1997-12-17 11:13:26 +00:00
wosch
28d53a0953 Cleanup. 1997-10-05 12:28:02 +00:00
jkh
068b44c29a Changes to support full make parallelism (-j<n>) in the world
target.
Reviewed by:	<many different folks>
Submitted by:	Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
1997-10-05 09:40:24 +00:00
charnier
8a919505e4 Add usage(), use err(3), remove `progname'. 1997-09-02 06:35:27 +00:00
tegge
1862145dda Delay free of mf->mf_mount in uninit_mntfs until it is no longer used. 1997-06-23 22:03:12 +00:00
steve
9c6b7d527a Show the real revision date and not the date that this
manpage is being viewed.
1997-06-23 04:03:49 +00:00
asami
341bb65e1b Add ${DESTDIR} to absolute pathnames of required sources.
Reviewed by:	bde
1997-05-23 07:45:42 +00:00
asami
6f495376a0 Typo (${.DESTDIR} -> ${DESTDIR}).
Reviewed by:	bde
1997-05-23 07:45:06 +00:00
dfr
f1d70dac94 Fix so that amd can build with hesiod support.
Submitted by:	Kevin Van Maren <vanmaren@marker.cs.utah.edu>
1997-04-29 08:43:52 +00:00
dfr
3679a9f5fe Fix makefiles so they work without having to 'make depend' 1997-04-29 08:42:34 +00:00
dfr
9320a13d8a Update the host filesystem so that it works with NFSv3 1997-04-22 10:24:29 +00:00
dfr
725ea400f2 Fix make depend. 1997-04-19 09:15:25 +00:00
dfr
b1184dfe52 Generate mount*.[ch] and nfs_prot*.[ch] from the .x files.
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.
1997-04-18 13:23:38 +00:00
imp
15c4d207bc compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.
1997-03-31 05:11:47 +00:00
joerg
fcf1bcba8c Make the argument handling for select() less bogus. Also, move the
amq service from UDP to TCP for better reliability.
1997-03-22 23:12:08 +00:00