summaryrefslogtreecommitdiffstats
path: root/contrib/amd
Commit message (Collapse)AuthorAgeFilesLines
* MFC r308493, r308619: Update amd from am-utils 6.1.5 to 6.2.cy2016-12-23163-4226/+20754
| | | | | | | | | | Used extensively on my network over the past ten weeks. Reviewed by: pfg, brooks Suggested by: pfg Obtained from: ftp://ftp.am-utils.org/pub/am-utils/ Relnotes: yes Differential Revision: D8405
* Mark amd(8) and all related utilities as obsolete.trasz2016-02-298-8/+64
| | | | | | | Reviewed by: wblock@ MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5443
* MFV r277870pfg2015-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
* Revert r277841: It will be re-merged through the vendor area.pfg2015-01-291-1/+1
|
* MFV r277866pfg2015-01-291-1/+1
| | | | | | | | amd: Add extra check for NULL before deref. CID: 274421 Obtained from: NetBSD MFC after: 4 days
* Revert r277814: It will be re-merged through the vendor area.pfg2015-01-291-1/+1
|
* Fix the following clang 3.6.0 warning in contrib/amd/hlfsd/homedir.c:dim2015-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.
* amd: Add extra check for NULL before deref.pfg2015-01-271-1/+1
| | | | | | CID: 274421 Obtained from: NetBSD MFC after: 5 days
* Remove the names of the build host and user and the build date. Thisdes2014-04-121-6/+0
| | | | | | still leaves the host OS and version, but these are harder to remove. MFC after: 3 weeks
* Remove build timestamps from the following files:cperciva2009-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)
* Update for the 6.1.5 import.obrien2007-12-112-9/+133
|
* More fixes.ru2007-12-073-9/+7
|
* Revise the man->mdoc conversion of the amd manpages.ru2007-12-079-846/+980
|
* Put stock 6.1.5 file into HEAD.obrien2007-12-0516-907/+1175
|
* Not sure why mbr deleted this file - its useful.obrien2007-12-051-0/+4
|
* 2005-05-28 Erez Zadok <ezk@cs.sunysb.edu>obrien2007-12-051-504/+0
| | | | * libamu/alloca.c: remove file from distro.
* 2005-10-02 Erez Zadok <ezk@cs.sunysb.edu>obrien2007-12-051-176/+0
| | | | | * libamu/strutil.c: rename from util.c to explain better purpose of file.
* 2005-03-05 Ion Badulescu <ionut@moisil.badula.org>obrien2007-12-051-200/+0
| | | | * amd/amfs_inherit.c: removed, dead code
* Include support for FreeBSD's <fs/msdosfs/msdosfsmount.h>.obrien2007-12-051-61/+212
| | | | Also <ufs/ufs/ufsmount.h> is safe to use.
* Merge rev. 1.7 (change mounting directory to match traditional FreeBSDobrien2007-12-051-114/+138
| | | | /etc/defaults/rc.conf) into 6.1.5.
* Merge the 6.0.10p1 -> 6.1.5 changes into our manpages.obrien2007-12-059-115/+455
|
* This commit was generated by cvs2svn to compensate for changes in r174294,obrien2007-12-05129-9775/+20888
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of AMD (am-utils) v6.1.5obrien2007-12-05157-10986/+22912
| | | | | | | | Sponsored by: Juniper Networks
| * Delete from the vendor brach a few things that are dead on head.obrien2007-12-05104-5244/+0
| | | | | | | | (they should have been removed here instead of on HEAD in the first place...)
| * Delete from the vendor brach a few things that are dead on head.obrien2007-12-0123-10418/+0
| | | | | | | | (they should have been removed here instead of on HEAD in the first place...)
* | This commit was generated by cvs2svn to compensate for changes in r174289,obrien2007-12-0512-655/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | Fix -D description to read debug_optionspav2007-05-121-1/+1
| | | | | | | | | | | | PR: doc/97939 Submitted by: Serg Podtynnyi <n-ice@yandex.ru> MFC after: 1 week
* | Remove conflicting extern decralaration for mboxfile variable.kan2007-04-061-1/+0
| | | | | | | | It is defined as static in implementation file.
* | Correct a typo: In order to make fixmount(8) quite, one shoulddelphij2006-04-181-1/+1
| | | | | | | | use -q, not -v.
* | Update URL and email address.jcamou2005-09-021-2/+2
| | | | | | | | | | Approved by: trhodes (mentor) 20 day timeout: mbr (did not reply, mentor approved commit)
* | Spell "referred" correctly.keramida2005-07-281-1/+1
| |
* | Apply a series of scripts to automatically fix some markup bugs.ru2005-06-169-292/+445
| | | | | | | | Approved by: re (blanket)
* | Expand *n't contractions.ru2005-02-132-3/+3
| |
* | Use .Xr in place of .I for Xref's.trhodes2004-10-151-3/+2
| | | | | | | | | | | | PR: 71730 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> (original patch) Commit ok: mbr (through GNATS PR)
* | Readd accidently deleted file.mbr2004-07-061-0/+3
| |
* | Check if `dirmask' is a member of `pcfs_args_t'.mbr2004-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>
* | Resolve conflicts for am-utils-6.0-10p1 (am-utils-6.0-20040513)mbr2004-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
* | This commit was generated by cvs2svn to compensate for changes in r131702,mbr2004-07-06108-292/+638
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of AMD (am-utils) v6.0.10p1mbr2004-07-06133-364/+738
| |
* | Add some unneeded files to the Xlist in preparation for the newmbr2004-07-061-0/+4
| | | | | | | | amd import.
* | Add a list of all local changed files. All these files have been takenmbr2004-05-141-0/+66
| | | | | | | | of the vendor tree.
* | We don't need these files. Add the to the x-list.mbr2004-05-145-1393/+3
| |
* | Bring man page back in shape. Many option descriptions lacked these2004-03-241-140/+160
| | | | | | | | | | | | | | | | option name and paramaters they apply to and there was a mix of formatting methods and styles. I'm not sure that the description of "nfs_retransmit_counter" is correct, but it does now at least match what's in -STABLE.
* | add section number to .Xr directivecharnier2004-01-041-1/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r119743,joe2003-09-041-3/+3
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * This file was missing in the snap, but it ought to be updated in thejoe2003-09-041-3/+3
| | | | | | | | vendor branch.
* | Add notice about deleting .cvsignorembr2003-09-031-0/+2
| |
* | Apparently these slipped through the import procedure.mbr2003-09-0311-136/+0
| | | | | | | | Kill them again.
* | Sync with 6.0.9 import. Add my email.mbr2003-09-021-4/+5
| |
* | Resolve conflicts.mbr2003-09-0227-1621/+437
| |
OpenPOWER on IntegriCloud