summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
Commit message (Collapse)AuthorAgeFilesLines
* give the "netgrent" functions a home in netdb.halfred2001-03-271-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-269-3/+8
| | | | - MAN[1-9] -> MAN.
* Properly fix the world breakage.ru2001-03-216-32/+21
| | | | | | | Unpollute the Makefile.inc's abuse of SRCS variable, and move the generation of header files into include/ subdirecory. Reviewed by: buildworld
* Add SRCS= mk-mdmap.c and SRCS= wire-test.c to fix the worldkeichii2001-03-212-0/+2
| | | | | | | breakage. amd has its own SRCS= that prevents bsd.*.mk to function correctly. Submitted by: bmah Reviewed by: peter
* Set the default manual section for usr.sbin/ to 8.ru2001-03-207-11/+0
|
* Include sys/types.hbrian2000-10-161-0/+1
|
* Really fix the struct callout collision. AMD does not need topeter2000-10-021-1/+1
| | | | | | | #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.
* Update for 6.0.3s1 changes.obrien1999-11-051-27/+30
|
* Sync with am-utils-6.0.2s2.obrien1999-09-231-2/+14
|
* Sync with am-utils-6.0 => am-utils-6.0.1 changes.obrien1999-09-151-27/+98
|
* $Id$ -> $FreeBSD$peter1999-08-2816-16/+16
|
* Cosmetic reformating.obrien1999-02-141-3/+8
|
* Fix ufs mounting supportobrien1999-02-131-4/+4
| | | | | PR: 10044 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Add the texinfo'ed docs to the build/install.markm1999-01-233-9/+11
|
* Updated version string to 6.0-release.obrien1999-01-131-2/+2
|
* Fix version number.obrien1998-11-201-2/+2
|
* 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
|
OpenPOWER on IntegriCloud