Cy Schubert
449287a2a5
MFV r305100: Update amd from am-utils 6.1.5 to 6.2.
...
Used extensively on my network over the past month.
Reviewed by: pfg, brooks
Suggested by: pfg
Obtained from: ftp://ftp.am-utils.org/pub/am-utils/
MFC after: 6 weeks
Relnotes: yes
Differential Revision: D8405
2016-11-11 02:42:53 +00:00
Edward Tomasz Napierala
bb487d2b79
Mark amd(8) and all related utilities as obsolete.
...
Reviewed by: wblock@
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D5443
2016-02-29 16:45:10 +00:00
Pedro F. Giffuni
71501ba6e3
MFV r277870
...
Fix compile warnings for gcc-4.4.x
This also fixes at least a warning with clang 3.6.0
including the fix for r277841.
MFC after: 1 week
2015-01-29 15:35:55 +00:00
Pedro F. Giffuni
490f7995d3
Revert r277841: It will be re-merged through the vendor area.
2015-01-29 15:33:05 +00:00
Pedro F. Giffuni
e925d4a747
amd: flatten the tree
2015-01-28 22:55:06 +00:00
Dimitry Andric
54edb5043c
Fix the following clang 3.6.0 warning in contrib/amd/hlfsd/homedir.c:
...
contrib/amd/hlfsd/homedir.c:497:8: error: address of array 'buf' will
always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]
if (!buf || buf[0] == '\0')
~^~~
In the affected function, 'buf' is declared as an array of char, so it
can never be null. Remove the unecessary check.
2015-01-28 18:19:25 +00:00
Ruslan Ermilov
2d15ec09ec
Revise the man->mdoc conversion of the amd manpages.
2007-12-07 20:16:21 +00:00
David E. O'Brien
aa1670f3e4
Put stock 6.1.5 file into HEAD.
2007-12-05 16:57:05 +00:00
David E. O'Brien
108897f10c
Merge the 6.0.10p1 -> 6.1.5 changes into our manpages.
2007-12-05 15:59:34 +00:00
David E. O'Brien
ad8bcc147f
Virgin import of AMD (am-utils) v6.1.5
...
Sponsored by: Juniper Networks
2007-12-05 15:48:03 +00:00
David E. O'Brien
16fdd0c062
This commit was generated by cvs2svn to compensate for changes in r174294,
...
which included commits to RCS files with non-trunk default branches.
2007-12-05 15:48:03 +00:00
David E. O'Brien
f4edc3d2ae
Delete from the vendor brach a few things that are dead on head.
...
(they should have been removed here instead of on HEAD in the first place...)
2007-12-01 23:05:01 +00:00
Alexander Kabaev
9dd50a972f
Remove conflicting extern decralaration for mboxfile variable.
...
It is defined as static in implementation file.
2007-04-06 15:51:35 +00:00
Ruslan Ermilov
c1c9502bf7
Apply a series of scripts to automatically fix some markup bugs.
...
Approved by: re (blanket)
2005-06-16 20:21:03 +00:00
Ruslan Ermilov
0227791b40
Expand *n't contractions.
2005-02-13 22:25:33 +00:00
Martin Blapp
472c8565d6
Resolve conflicts for am-utils-6.0-10p1 (am-utils-6.0-20040513)
...
import:
- Fix typo in amd/nfs_prot_svc.c
- Manpage change in scripts/amd.conf.5
- Remove unneeded configure files
- Remove unneeded m4/macros
2004-07-06 13:16:49 +00:00
Martin Blapp
9b16c3abd4
Virgin import of AMD (am-utils) v6.0.10p1
2004-07-06 12:55:44 +00:00
Martin Blapp
aeaacd1b8e
This commit was generated by cvs2svn to compensate for changes in r131702,
...
which included commits to RCS files with non-trunk default branches.
2004-07-06 12:55:44 +00:00
Martin Blapp
461dd2f69e
Apparently these slipped through the import procedure.
...
Kill them again.
2003-09-03 00:44:27 +00:00
Martin Blapp
0974e17d43
Resolve conflicts.
2003-09-02 15:42:57 +00:00
Martin Blapp
7a56a737a5
Virgin import of AMD (am-utils) 20030828 (6.0.9)
2003-09-02 15:27:38 +00:00
Martin Blapp
6935adfc2f
This commit was generated by cvs2svn to compensate for changes in r119679,
...
which included commits to RCS files with non-trunk default branches.
2003-09-02 15:27:38 +00:00
Ruslan Ermilov
8d5d039f80
Uniformly refer to a file system as "file system".
...
Approved by: re
2002-12-12 17:26:04 +00:00
David E. O'Brien
9b58188bdc
sys_nerr should come from standard headers -- not from a coder's guess
...
of what is right.
2002-05-09 00:41:18 +00:00
David E. O'Brien
b5959ffd1f
We are returning to the stock (6.0.7) file now.
...
+ The bufov vulnerability was fixed in the vendor sources.
+ The vendor sources are now POSIX [me harder] compliant.
2001-09-02 18:46:35 +00:00
David E. O'Brien
d39ff6a040
Virgin import of AMD (am-utils) v6.0.7
2001-09-02 17:19:13 +00:00
David E. O'Brien
1c39b362fb
This commit was generated by cvs2svn to compensate for changes in r82794,
...
which included commits to RCS files with non-trunk default branches.
2001-09-02 17:19:13 +00:00
Ruslan Ermilov
c4d9468ea0
mdoc(7) police:
...
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
Ruslan Ermilov
c5083414f8
mdoc(7) police: removed leading whitespaces that are not inside
...
Bd/Ed; these hardly degrade the quality of the produced output.
2001-01-19 14:15:40 +00:00
Ruslan Ermilov
e28f215467
Prepare for mdoc(7)NG.
2001-01-10 14:01:39 +00:00
Garrett Wollman
43e5911acb
Fix a couple of mdoc errors.
2000-06-08 18:31:53 +00:00
David E. O'Brien
0e38cc420b
Don't refer to non-existent automount(8).
...
Submitted by: Alexey M. Zelkin <phantom@cris.net>
2000-04-23 18:16:16 +00:00
David E. O'Brien
ce802deb8d
Fix conflicts.
1999-09-15 05:45:17 +00:00
David E. O'Brien
179d036e25
Virgin import of AMD (am-utils) v6.0.1
1999-09-15 02:50:52 +00:00
David E. O'Brien
2e09733a0e
This commit was generated by cvs2svn to compensate for changes in r51292,
...
which included commits to RCS files with non-trunk default branches.
1999-09-15 02:50:52 +00:00
Chris Costello
f437b38cf7
Fix a bunch of broken cross-references
1999-08-18 05:55:22 +00:00
David E. O'Brien
b8f96520e5
Fix conflicts.
1999-01-13 20:04:00 +00:00
David E. O'Brien
75cb9b41f6
Virgin import of AMD (am-utils) v6.0
1999-01-13 19:23:16 +00:00
David E. O'Brien
14fa0e677a
This commit was generated by cvs2svn to compensate for changes in r42629,
...
which included commits to RCS files with non-trunk default branches.
1999-01-13 19:23:16 +00:00
David E. O'Brien
e2ee784d30
Clean up conflicts.
1998-11-14 03:13:33 +00:00
David E. O'Brien
37d7e39316
Virgin import of AMD (am-utils) v6.0b1
1998-11-14 03:11:37 +00:00
David E. O'Brien
4c5751da9f
This commit was generated by cvs2svn to compensate for changes in r41142,
...
which included commits to RCS files with non-trunk default branches.
1998-11-14 03:11:37 +00:00
David E. O'Brien
f4208b7ea8
Merge our older Amd manpages with the new am-utils manpages.
...
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>
1998-09-12 04:04:59 +00:00
David E. O'Brien
c2e6b42316
More sorting of references.
1998-09-05 06:56:36 +00:00
David E. O'Brien
274bbe3187
* Check getopt()'s return with -1, not EOF
...
* protect a few potential buffer overflows
Obtained from: NetBSD
1998-08-23 22:52:09 +00:00
David E. O'Brien
ab38884b94
Virgin import of AMD (am-utils) v6.0a16
1998-08-23 22:07:21 +00:00