aboutsummaryrefslogtreecommitdiff
path: root/contrib/amd
Commit message (Collapse)AuthorAgeFilesLines
* retire amd(8)Ed Maste2020-03-09186-98739/+0
| | | | | | | | | | | | | | autofs was introduced with FreeBSD 10.1 and is the supported method for automounting filesystems. As of r296194 the amd man page claimed that it is deprecated. Remove it from base now; the sysutils/am-utils port is still available if necessary. Discussed with: cy Relnotes: Yes Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=358821
* amd: add deprecation warning on program startupEd Maste2019-11-221-0/+2
| | | | | | | | | | Reviewed by: rgrimes, trasz, kevans, brooks Discussed with: cy Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D22466 Notes: svn path=/head/; revision=354998
* add deprecation notice to amd man pageEd Maste2019-11-221-3/+10
| | | | | | | | | | | | | Clarify the deprecation notice in amd.8. amd will be removed from the FreeBSD base system before FreeBSD 13.0. Reviewed by: rgrimes, trasz, kevans, brooks (all earlier, in D22466) Discussed with: cy MFC after: 3 days Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=354997
* revert contrib/amd changes accidentally committed with r354950Ed Maste2019-11-212-4/+1
| | | | Notes: svn path=/head/; revision=354951
* revert r354935 and apply fix for cleandir failureEd Maste2019-11-212-1/+4
| | | | | | | | | | | | | | | This reapplies the RISC-V GNU ld workaround from r354896, r354899, and 354900, along with a fix for the build failure during cleandir. LINKER_TYPE was not being set during cleandir, resulting in Malformed conditional (${LINKER_TYPE} == "bfd" && ${MACHINE} == "riscv") from Cirrus-CI. PR: 242109 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=354950
* Fix two mismatches between function declaration and definition.Brooks Davis2019-07-162-2/+2
| | | | | | | | | | | | | | In both cases, function pointer arguments were inconsistently declared and the result worked because of C's odd rules around function pointer (de)references. With a stricter compiler these fail to compile. Reviewed by: cem Obtained from: CheriBSD Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D20964 Notes: svn path=/head/; revision=350049
* Fix a broken "SEE ALSO" section of hlfsd(8).Mateusz Piotrowski2018-08-142-6/+6
| | | | | | | | | | | While here pet mandoc and igor. Reviewed by: bcr, eadler, krion, mat Approved by: krion (mentor), mat (mentor) Differential Revision: https://reviews.freebsd.org/D16376 Notes: svn path=/head/; revision=337821
* Fix amq -i timestamp segmentation violation.Cy Schubert2018-06-191-1/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=335355
* amd: correct formatting of 'SEE ALSO'Eitan Adler2018-04-142-9/+10
| | | | Notes: svn path=/head/; revision=332508
* Fix mips 32-bit buildworld.Cy Schubert2016-11-143-8/+9
| | | | | | | | | Reported by: adrian MFC after: 6 weeks X-MFC with: r308493 Notes: svn path=/head/; revision=308619
* MFV r305100: Update amd from am-utils 6.1.5 to 6.2.Cy Schubert2016-11-11163-4223/+20750
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=308493
* | Mark amd(8) and all related utilities as obsolete.Edward Tomasz Napierala2016-02-298-8/+64
| | | | | | | | | | | | | | | | | | | | Reviewed by: wblock@ MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5443 Notes: svn path=/head/; revision=296194
* | MFV r277870Pedro F. Giffuni2015-01-294-22/+34
|\| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=277879
* | Revert r277841: It will be re-merged through the vendor area.Pedro F. Giffuni2015-01-291-1/+1
| | | | | | | | Notes: svn path=/head/; revision=277878
* | MFV r277866Pedro F. Giffuni2015-01-291-1/+1
|\| | | | | | | | | | | | | | | | | | | | | amd: Add extra check for NULL before deref. CID: 274421 Obtained from: NetBSD MFC after: 4 days Notes: svn path=/head/; revision=277869
| * amd: flatten the treePedro F. Giffuni2015-01-28182-85563/+0
| | | | | | | | Notes: svn path=/vendor/amd/dist/; revision=277863
| * Futher vendor branch cleanup.David E. O'Brien2007-12-061-20/+0
| | | | | | | | Notes: svn path=/vendor/amd/dist/; revision=174367
| * Remove files retired by the vendor.David E. O'Brien2007-12-062-376/+0
| | | | | | | | | | | | | | | | | | Grrr.. these should have been removed on the vendor branch vs. HEAD. I got it right in my test repo, but it was pre-cafine dark-thirty when I started the real import. Notes: svn path=/vendor/amd/dist/; revision=174366
* | Revert r277814: It will be re-merged through the vendor area.Pedro F. Giffuni2015-01-291-1/+1
| | | | | | | | Notes: svn path=/head/; revision=277868
* | Fix the following clang 3.6.0 warning in contrib/amd/hlfsd/homedir.c:Dimitry Andric2015-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=277841
* | amd: Add extra check for NULL before deref.Pedro F. Giffuni2015-01-271-1/+1
| | | | | | | | | | | | | | | | | | CID: 274421 Obtained from: NetBSD MFC after: 5 days Notes: svn path=/head/; revision=277814
* | Remove the names of the build host and user and the build date. ThisDag-Erling Smørgrav2014-04-121-6/+0
| | | | | | | | | | | | | | | | | | still leaves the host OS and version, but these are harder to remove. MFC after: 3 weeks Notes: svn path=/head/; revision=264374
* | Remove build timestamps from the following files:Colin Percival2009-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /boot/kernel/hptrr.ko /etc/mail/*.cf /lib/libcrypto.so.5 /usr/bin/ntpq /usr/sbin/amd /usr/sbin/iasl /usr/sbin/ntpd /usr/sbin/ntpdate /usr/sbin/ntpdc There does not appear to be any purpose to having these timestamps, and they have the irritating consequence that the aforementioned files will be different every time they are rebuilt. After this commit, the only remaining build timestamps are in the kernel, the boot loaders, /usr/include/osreldate.h (the year in the copyright notice), and lib*.a (the timestamps on all of the included .o files). Reviewed by: scottl (hptrr), gshapiro (sendmail), simon (openssl), roberto (ntp), jkim (acpica) Approved by: re (kib) Notes: svn path=/head/; revision=195626
* | Update for the 6.1.5 import.David E. O'Brien2007-12-112-9/+133
| | | | | | | | Notes: svn path=/head/; revision=174537
* | More fixes.Ruslan Ermilov2007-12-073-9/+7
| | | | | | | | Notes: svn path=/head/; revision=174416
* | Revise the man->mdoc conversion of the amd manpages.Ruslan Ermilov2007-12-079-846/+980
| | | | | | | | Notes: svn path=/head/; revision=174415
* | Put stock 6.1.5 file into HEAD.David E. O'Brien2007-12-0516-907/+1175
| | | | | | | | Notes: svn path=/head/; revision=174313
* | Not sure why mbr deleted this file - its useful.David E. O'Brien2007-12-051-0/+4
| | | | | | | | Notes: svn path=/head/; revision=174312
* | 2005-05-28 Erez Zadok <ezk@cs.sunysb.edu>David E. O'Brien2007-12-051-504/+0
| | | | | | | | | | | | | | * libamu/alloca.c: remove file from distro. Notes: svn path=/head/; revision=174302
* | 2005-10-02 Erez Zadok <ezk@cs.sunysb.edu>David E. O'Brien2007-12-051-176/+0
| | | | | | | | | | | | | | | | * libamu/strutil.c: rename from util.c to explain better purpose of file. Notes: svn path=/head/; revision=174301
* | 2005-03-05 Ion Badulescu <ionut@moisil.badula.org>David E. O'Brien2007-12-051-200/+0
| | | | | | | | | | | | | | * amd/amfs_inherit.c: removed, dead code Notes: svn path=/head/; revision=174300
* | Include support for FreeBSD's <fs/msdosfs/msdosfsmount.h>.David E. O'Brien2007-12-051-61/+212
| | | | | | | | | | | | | | Also <ufs/ufs/ufsmount.h> is safe to use. Notes: svn path=/head/; revision=174299
* | Merge rev. 1.7 (change mounting directory to match traditional FreeBSDDavid E. O'Brien2007-12-051-114/+138
| | | | | | | | | | | | | | /etc/defaults/rc.conf) into 6.1.5. Notes: svn path=/head/; revision=174298
* | Merge the 6.0.10p1 -> 6.1.5 changes into our manpages.David E. O'Brien2007-12-059-115/+455
| | | | | | | | Notes: svn path=/head/; revision=174297
* | This commit was generated by cvs2svn to compensate for changes in r174294,David E. O'Brien2007-12-05129-9775/+20888
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=174295
| * Virgin import of AMD (am-utils) v6.1.5David E. O'Brien2007-12-05157-10986/+22912
| | | | | | | | | | | | | | Sponsored by: Juniper Networks Notes: svn path=/vendor/amd/dist/; revision=174294
| * Delete from the vendor brach a few things that are dead on head.David E. O'Brien2007-12-05104-5244/+0
| | | | | | | | | | | | | | (they should have been removed here instead of on HEAD in the first place...) Notes: svn path=/vendor/amd/dist/; revision=174289
| * Delete from the vendor brach a few things that are dead on head.David E. O'Brien2007-12-0123-10418/+0
| | | | | | | | | | | | | | (they should have been removed here instead of on HEAD in the first place...) Notes: svn path=/vendor/amd/dist/; revision=174138
* | This commit was generated by cvs2svn to compensate for changes in r174289,David E. O'Brien2007-12-0512-655/+0
| | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=174290
* | Fix -D description to read debug_optionsPav Lucistnik2007-05-121-1/+1
| | | | | | | | | | | | | | | | | | PR: doc/97939 Submitted by: Serg Podtynnyi <n-ice@yandex.ru> MFC after: 1 week Notes: svn path=/head/; revision=169497
* | Remove conflicting extern decralaration for mboxfile variable.Alexander Kabaev2007-04-061-1/+0
| | | | | | | | | | | | | | It is defined as static in implementation file. Notes: svn path=/head/; revision=168429
* | Correct a typo: In order to make fixmount(8) quite, one shouldXin LI2006-04-181-1/+1
| | | | | | | | | | | | | | use -q, not -v. Notes: svn path=/head/; revision=157828
* | Update URL and email address.Jesus R. Camou2005-09-021-2/+2
| | | | | | | | | | | | | | | | Approved by: trhodes (mentor) 20 day timeout: mbr (did not reply, mentor approved commit) Notes: svn path=/head/; revision=149708
* | Spell "referred" correctly.Giorgos Keramidas2005-07-281-1/+1
| | | | | | | | Notes: svn path=/head/; revision=148479
* | Apply a series of scripts to automatically fix some markup bugs.Ruslan Ermilov2005-06-169-292/+445
| | | | | | | | | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=147439
* | Expand *n't contractions.Ruslan Ermilov2005-02-132-3/+3
| | | | | | | | Notes: svn path=/head/; revision=141846
* | Use .Xr in place of .I for Xref's.Tom Rhodes2004-10-151-3/+2
| | | | | | | | | | | | | | | | | | PR: 71730 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> (original patch) Commit ok: mbr (through GNATS PR) Notes: svn path=/head/; revision=136557
* | Readd accidently deleted file.Martin Blapp2004-07-061-0/+3
| | | | | | | | Notes: svn path=/head/; revision=131712
* | Check if `dirmask' is a member of `pcfs_args_t'.Martin Blapp2004-07-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | A diff to the autoconf aux-files has been submitted to the amd people. PR: 57401 Submitted by: Andre Albsmeier <andre.albsmeier@siemens.com> Notes: svn path=/head/; revision=131709
* | Resolve conflicts for am-utils-6.0-10p1 (am-utils-6.0-20040513)Martin Blapp2004-07-06136-15781/+102
| | | | | | | | | | | | | | | | | | | | | | | | import: - Fix typo in amd/nfs_prot_svc.c - Manpage change in scripts/amd.conf.5 - Remove unneeded configure files - Remove unneeded m4/macros Notes: svn path=/head/; revision=131706