History log of /src/usr.sbin/flashctl |
Revision | Date | Author | Comments |
1.4 | 13-May-2024 |
rillig | usr.sbin/flashctl: skip lint's strict bool mode with Clang
The strict bool mode is already checked in GCC mode, so restore the previous idiomatic code.
|
1.3 | 08-Jan-2023 |
rillig | flashctl: enable lint's strict bool mode
No binary change.
|
1.2 | 27-Feb-2011 |
ahoka | branches: 1.2.2; 1.2.6; 1.2.10; Add manpage for flashctl
|
1.1 | 26-Feb-2011 |
ahoka | Import the Flash and NAND subsytem code contributed by the University of Szeged, Hungary.
The commit includes: - Flash layer, which gives a common API to access flash devices - NAND controller subsystem for the flash layer - An example OMAP driver which is used on BeagleBoard or alike ARM boards
|
1.2.10.2 | 27-Dec-2011 |
matt | Merge flash/nand/nor infrastruct from matt-nb5-pq3.
|
1.2.10.1 | 27-Feb-2011 |
matt | file Makefile was added on branch matt-nb5-mips64 on 2011-12-27 17:35:48 +0000
|
1.2.6.2 | 26-Jul-2011 |
matt | Backport flash/nand/nor subsystem from -HEAD.
|
1.2.6.1 | 27-Feb-2011 |
matt | file Makefile was added on branch matt-nb5-pq3 on 2011-07-26 03:22:30 +0000
|
1.2.2.2 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.2.2.1 | 27-Feb-2011 |
bouyer | file Makefile was added on branch bouyer-quota2 on 2011-03-05 15:11:02 +0000
|
1.2 | 27-Feb-2011 |
wiz | branches: 1.2.2; 1.2.6; 1.2.10; Fix a typo, sort commands.
|
1.1 | 27-Feb-2011 |
ahoka | Add manpage for flashctl
|
1.2.10.2 | 27-Dec-2011 |
matt | Merge flash/nand/nor infrastruct from matt-nb5-pq3.
|
1.2.10.1 | 27-Feb-2011 |
matt | file flashctl.8 was added on branch matt-nb5-mips64 on 2011-12-27 17:35:48 +0000
|
1.2.6.2 | 26-Jul-2011 |
matt | Backport flash/nand/nor subsystem from -HEAD.
|
1.2.6.1 | 27-Feb-2011 |
matt | file flashctl.8 was added on branch matt-nb5-pq3 on 2011-07-26 03:22:30 +0000
|
1.2.2.2 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.2.2.1 | 27-Feb-2011 |
bouyer | file flashctl.8 was added on branch bouyer-quota2 on 2011-03-05 15:11:02 +0000
|
1.11 | 13-May-2024 |
rillig | usr.sbin/flashctl: skip lint's strict bool mode with Clang
The strict bool mode is already checked in GCC mode, so restore the previous idiomatic code.
|
1.10 | 12-May-2024 |
rillig | flashctl: fix lint's strict bool mode with Clang preprocessor
Treating the return value from the <ctype.h> character classification functions as an 'int' is neither elegant nor idiomatic, but it works for now.
|
1.9 | 08-Jan-2023 |
rillig | flashctl: use consistent markup in usage message
|
1.8 | 08-Jan-2023 |
rillig | flashctl: remove trailing whitespace
No binary change.
|
1.7 | 08-Jan-2023 |
rillig | flashctl: unexport local functions, add CVS ID
No functional change.
|
1.6 | 08-Jan-2023 |
rillig | flashctl: enable lint's strict bool mode
No binary change.
|
1.5 | 08-Jan-2023 |
rillig | flashctl: fix error handling of integer arguments
Previously, flashctl accepted the command 'erase 0x 0x' as valid, even though the numbers are not valid hex numbers.
Pointed out by lint, which complained about the wrong type conversion for tolower, isxdigit and isdigit.
|
1.4 | 24-May-2011 |
joerg | branches: 1.4.4; 1.4.8; Properly use format strings
|
1.3 | 04-Apr-2011 |
ahoka | fix one more flash_addr_t fallout
|
1.2 | 20-Mar-2011 |
ahoka | Fix markbad command
|
1.1 | 26-Feb-2011 |
ahoka | branches: 1.1.2; Import the Flash and NAND subsytem code contributed by the University of Szeged, Hungary.
The commit includes: - Flash layer, which gives a common API to access flash devices - NAND controller subsystem for the flash layer - An example OMAP driver which is used on BeagleBoard or alike ARM boards
|
1.1.2.2 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.1.2.1 | 26-Feb-2011 |
bouyer | file flashctl.c was added on branch bouyer-quota2 on 2011-03-05 15:11:02 +0000
|
1.4.8.2 | 27-Dec-2011 |
matt | Merge flash/nand/nor infrastruct from matt-nb5-pq3.
|
1.4.8.1 | 24-May-2011 |
matt | file flashctl.c was added on branch matt-nb5-mips64 on 2011-12-27 17:35:49 +0000
|
1.4.4.2 | 26-Jul-2011 |
matt | Backport flash/nand/nor subsystem from -HEAD.
|
1.4.4.1 | 24-May-2011 |
matt | file flashctl.c was added on branch matt-nb5-pq3 on 2011-07-26 03:22:30 +0000
|