summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/hexdump-conv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit: Fixes for GCC 12 warningsChris Johns2022-06-151-0/+4
| | | | Updates #6442
* Move feature macro before "config.h" includeSebastian Huber2019-11-191-3/+4
| | | | | | | This allows to use header includes in "config.h" to reduce the build configuration checks. Update #3818.
* shell: Fix warningsSebastian Huber2017-02-151-1/+4
|
* shell/hexdump-conv.c: Disable sccsid to avoid unused warningJoel Sherrill2016-03-241-0/+2
|
* cpukit/libmisc/shell/hexdump-conv.c: Eliminate printf() format warningJoel Sherrill2015-03-221-1/+5
|
* shell: remove rtems ifdef, upstream is correctGedare Bloom2015-03-161-8/+0
|
* hexdump-conv.c: Use proper printf() formatting for wchar_tJoel Sherrill2014-11-251-1/+9
|
* 2011-03-15 Chris Johns <chrisj@rtems.org>Chris Johns2011-03-151-2/+0
| | | | | | | | | | | | | | | | | | PR 1763/shell * libmisc/shell/hexdump-conv.c: Remove debug hacks. PR 1757/filesystem * libfs/src/rfs/rtems-rfs-block-pos.h, libfs/src/rfs/rtems-rfs-block.h, libfs/src/rfs/rtems-rfs-file.c, libfs/src/rfs/rtems-rfs-rtems-file.c: Set the file size in iop-size when a file is open. Fix lseek to end of file then write for sizes less than half the file system block size. * libfs/src/rfs/rtems-rfs-rtems-dev.c, libfs/src/rfs/rtems-rfs-rtems-dir.c, libfs/src/rfs/rtems-rfs-rtems.c, libfs/src/rfs/rtems-rfs-rtems.h: Fix the fstat and fchmod calls due to the change in the iop struct where pathinfo went away. The node_access field in pathinfo was overloaded.
* Add HAVE_CONFIG_H support to let files receive configure defines.Ralf Corsepius2010-03-261-0/+4
|
* Whitespace removal.Ralf Corsepius2009-11-291-1/+1
|
* Use %lc instead of %C.Ralf Corsepius2009-09-291-1/+1
|
* 2009-06-12 Chris Johns <chrisj@rtems.org>Chris Johns2009-06-121-0/+184
* libmisc/shell/dd-args.c, libmisc/shell/dd-conv.c, libmisc/shell/dd-conv_tab.c, libmisc/shell/dd-misc.c, libmisc/shell/dd-position.c, libmisc/shell/dd.h, libmisc/shell/extern-dd.h, libmisc/shell/hexdump-conv.c, libmisc/shell/hexdump-display.c, libmisc/shell/hexdump-odsyntax.c, libmisc/shell/hexdump-parse.c, libmisc/shell/hexdump.h, libmisc/shell/hexsyntax.c, libmisc/shell/main_dd.c, libmisc/shell/main_hexdump.c: New. * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add dd and hexdump commands.