CVS commit: src/sbin/amrctl

2020-09-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Sep  6 02:34:03 UTC 2020

Modified Files:
src/sbin/amrctl: amrctl.c

Log Message:
avoid calling printf() %s with NULL.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sbin/amrctl/amrctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/amrctl

2018-08-26 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Mon Aug 27 00:36:03 UTC 2018

Modified Files:
src/sbin/amrctl: amrctl.c

Log Message:
Remove reference to -c flag which was never implemented.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/amrctl/amrctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/amrctl

2016-09-10 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sun Sep 11 00:52:39 UTC 2016

Modified Files:
src/sbin/amrctl: amrctl.8

Log Message:
Spelling mistake.
Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sbin/amrctl/amrctl.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/amrctl

2014-03-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Mar 23 05:09:56 UTC 2014

Modified Files:
src/sbin/amrctl: amrctl.c

Log Message:
don't use sprintf


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sbin/amrctl/amrctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/amrctl

2012-05-18 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Fri May 18 14:01:35 UTC 2012

Modified Files:
src/sbin/amrctl: amrctl.c

Log Message:
Don't exit on ioctl failure, instead let the caller handle it.
This is needed so that we can detect failure of the 40LD firmware
interface and fall back to the 8LD interface.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sbin/amrctl/amrctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/amrctl

2012-05-18 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Fri May 18 13:59:23 UTC 2012

Modified Files:
src/sbin/amrctl: amrctl.c

Log Message:
Add $NetBSD$ to header, and add __RCSID.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sbin/amrctl/amrctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/amrctl

2012-05-18 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Fri May 18 13:55:15 UTC 2012

Modified Files:
src/sbin/amrctl: amrctl.c

Log Message:
Use C99 fixed width integer types.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sbin/amrctl/amrctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/amrctl

2012-05-18 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Fri May 18 13:51:17 UTC 2012

Modified Files:
src/sbin/amrctl: amrctl.c

Log Message:
Use err(3) instead of perror(3) + exit(3).
Additionally, use symbolic EXIT_FAILURE.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/amrctl/amrctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/amrctl

2012-05-18 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Fri May 18 13:47:33 UTC 2012

Modified Files:
src/sbin/amrctl: amrctl.c

Log Message:
Use __arraycount instead of identical local macro.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sbin/amrctl/amrctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/amrctl

2012-05-18 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Fri May 18 13:41:37 UTC 2012

Modified Files:
src/sbin/amrctl: amrctl.c

Log Message:
constify number to string lookup tables


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sbin/amrctl/amrctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/amrctl

2011-08-27 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sat Aug 27 16:05:28 UTC 2011

Modified Files:
src/sbin/amrctl: amrctl.c

Log Message:
staticfy. Use __dead.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/amrctl/amrctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.