index
:
mtd-utils.git
master
A mirror of http://git.infradead.org/mtd-utils.git
David Oberhollenzer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
common.h
Age
Commit message (
Expand
)
Author
2017-11-02
Add no-return attribute to usage() style functions
David Oberhollenzer
2017-03-02
Replace rpmatch() usage with checking first character of line
David Oberhollenzer
2017-02-20
mtd-utils: Fix format specifier definitions for off_t and loff_t.
Torsten Fleischer
2016-12-09
nandwrite: Factor out buffer checking code
Marek Vasut
2016-12-06
common: Fix 'unchecked return code' warnings
Boris Brezillon
2016-12-06
common: Fix PRI{x,d}off definitions for x86_64 platform
Boris Brezillon
2016-11-17
Merge rest of ubiutils-common into libmtd common
David Oberhollenzer
2016-11-17
Unify version string printing
David Oberhollenzer
2016-11-17
Change build system to autotools
Richard Weinberger
2016-08-25
mtd-utils: fix wrong format specifiers on mips32
Mathias Kresin
2016-04-18
include sys/sysmacros.h for major/minor/makedev
Mike Frysinger
2015-05-28
include/common.h: fix build against musl
Jörg Krause
2014-10-20
mtd-utils: Add macros to include/common.h
hujianyang
2014-04-21
include/common.h: fix build against recent 0.9.33 uClibc
Baruch Siach
2014-04-15
include/common.h: fix build against current uClibc
Baruch Siach
2013-07-01
mtd-utils: new prompt() helper for talking to the user
Mike Frysinger
2012-09-25
introduce PRIxoff_t and PRIdoff_t printf helpers
Richard Genoud
2011-06-29
mtd-utils: add common version printing function
Brian Norris
2011-06-27
autogenerate version.h from build system
Mike Frysinger
2011-06-07
libmtd: use O_CLOEXEC
Mike Frysinger
2011-04-09
mtd-utils: improve simple_strtoX usage commentary
Artem Bityutskiy
2011-02-25
mtd-utils: common.h: simple_strtoll type usage
Brian Norris
2010-12-02
common.h: Add MAX() macro, fix MIN()
Brian Norris
2010-10-01
mtd-utils: dont redefine MIN()
Mike Frysinger
2010-10-01
mtd-utils: sys_errmsg: optimize indentation
Mike Frysinger
2010-09-30
mtd-utils: new memory wrappers
Mike Frysinger
2010-09-27
mtd-utils: new strtoX helpers
Mike Frysinger
2010-09-27
mtd-utils: common.h: clean up PROGRAM_NAME usage
Mike Frysinger
2010-09-25
mtd-utils: new bareverbose() helper
Mike Frysinger
2010-09-24
mtd-utils: punt duplicate normsg_cont define
Mike Frysinger
2010-09-24
mtd-utils: convert to common.h/min
Mike Frysinger
2010-07-17
libs: remove ubiutils-specific stuff from common.h
Artem Bityutskiy
2010-07-13
mtd-utils: move libmtd source files to lib/ subdirectory
Kevin Cernekee