Home | History | Annotate | Download | only in amrctl
History log of /src/sbin/amrctl/amrctl.c
RevisionDateAuthorComments
 1.13  03-Nov-2024  rillig sbin, usr.bin, usr.sbin: remove redundant getopt declarations

No binary change, except for assertion line numbers in tprof.
 1.12  06-Sep-2020  mrg avoid calling printf() %s with NULL.
 1.11  27-Aug-2018  sevan Remove reference to -c flag which was never implemented.
 1.10  23-Mar-2014  dholland branches: 1.10.18; 1.10.24; 1.10.26;
don't use sprintf
 1.9  18-May-2012  jakllsch branches: 1.9.2;
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.
 1.8  18-May-2012  jakllsch Add $NetBSD$ to header, and add __RCSID.
 1.7  18-May-2012  jakllsch Use C99 fixed width integer types.
 1.6  18-May-2012  jakllsch Use err(3) instead of perror(3) + exit(3).
Additionally, use symbolic EXIT_FAILURE.
 1.5  18-May-2012  jakllsch Use __arraycount instead of identical local macro.
 1.4  18-May-2012  jakllsch constify number to string lookup tables
 1.3  27-Aug-2011  joerg branches: 1.3.2;
staticfy. Use __dead.
 1.2  16-Mar-2009  lukem fix sign-compare issues
 1.1  23-Jul-2006  bouyer branches: 1.1.2; 1.1.32;
Add a /dev/amr* control file for amr(4) devices, which allows sending raw
commands to the controller.
Add a amrctl(8) control tool, which for now only allows to get status
from the adapter (status of adapter, logical volumes and and individual
drives).
From FreeBSD, with some adjustements by Andrew Doran and me.
 1.1.32.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.1.2.2  30-Jul-2006  tron Apply patch (requested by bouyer in ticket #1431):
- Add a /dev/amr* control file for amr(4) devices, which allows sending
raw commands to the controller.
- Add a amrctl(8) control tool, which for now only allows to get status
from the adapter (status of adapter, logical volumes and and
individual drives).
 1.1.2.1  23-Jul-2006  tron file amrctl.c was added on branch netbsd-3 on 2006-07-30 16:38:59 +0000
 1.3.2.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.3.2.1  23-May-2012  yamt sync with head.
 1.9.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.10.26.1  10-Jun-2019  christos Sync with HEAD
 1.10.24.1  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.10.18.1  28-Aug-2018  martin Pull up following revision(s) (requested by sevan in ticket #992):

external/bsd/top/dist/top.1.in: revision 1.11
sbin/gpt/main.c: revision 1.12
sbin/amrctl/amrctl.c: revision 1.11
bin/df/df.c: revision 1.93
sbin/fsck_ext2fs/fsck_ext2fs.8: revision 1.21
sbin/fsck_ext2fs/main.c: revision 1.38
bin/ksh/ksh.Man: revision 1.26
bin/ln/ln.c: revision 1.40
bin/df/df.1: revision 1.48
bin/df/df.1: revision 1.49

Document the WCPU field.

Match SYNOPSIS with usage()

-G cannot be specified alongside -i or -P.
Heads up by <leot>

Add -l to SYNOPSIS

Update usage to include -w

Match sequence as per SYNOPSIS in manual

Remove reference to -c flag which was never implemented.

Remove references to -c flag which was never included.

Add the -T flag to usage()

RSS XML Feed