Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
a6588fa10230e7b87990482773a445701abbaae8
/
miscutils
ad0d009
nanddump: don't show --bb in usage when disabled
by Baruch Siach
· 10 years ago
e835afa
nandwrite: fix build when long options are disabled
by Baruch Siach
· 10 years ago
bd7c1f2
flashcp: change BUFSIZE to 4k
by Jacob Kjaergaard
· 10 years ago
476654c
man: do not mangle $MANPATH in memory
by Denys Vlasenko
· 10 years ago
ee41094
man: accept a list of dirs in $MANPATH
by Denys Vlasenko
· 10 years ago
186b98a
ubiupdatevol: fix -t to not require an option. Closes 7466
by Denys Vlasenko
· 10 years ago
307d26c
less: make -E work
by Aaro Koskinen
· 10 years ago
865814a
less: trivial code shrink
by Denys Vlasenko
· 10 years ago
d6e7672
less: move "retry-on-EAGAIN" logic closer to read ops
by Denys Vlasenko
· 10 years ago
15943c8
less: disable "suppress empty wraparound" optimization
by Denys Vlasenko
· 10 years ago
f02c52b
taskset: fix logic error in "if it doesn't start with 0x..."
by Denys Vlasenko
· 10 years ago
962c4e8
taskset: support CPU masks for more than 64 CPUs
by Denys Vlasenko
· 10 years ago
2a870d0
nanddump: change default to --bb=skipbad
by Richard Genoud
· 10 years ago
8feb259
nanddump: kill -b Omit bad block
by Richard Genoud
· 10 years ago
f17fbe1
nanddump: add options --bb=skipbad and padbad
by Richard Genoud
· 10 years ago
cbf3bfa
nanddump: correct rounding to next page (lead to infinite loop)
by Richard Genoud
· 10 years ago
fe33683
Fix compile failures
by Denys Vlasenko
· 11 years ago
43b8a1c
crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants
by Denys Vlasenko
· 11 years ago
d5929d6
crond: simplify logging code
by Denys Vlasenko
· 11 years ago
3dfe0ae
libbb: make syslog level for bb_error_msg's configurable. use it in crond
by Denys Vlasenko
· 11 years ago
01a1a96
crond: tweak help text, make course less cryptic
by Denys Vlasenko
· 11 years ago
e152cb8
adjtimex: make its help text and printed data a bit less cryptic
by Denys Vlasenko
· 11 years ago
69b114f
less: fix bugs discovered with "git log -p | less -m" on kernel tree
by Denys Vlasenko
· 11 years ago
30f17e9
man: default to ascii
by Denys Vlasenko
· 11 years ago
640ce3d
zcat: complain if input is not compressed
by Denys Vlasenko
· 11 years ago
821e643
less: accept and ignore -s
by Denys Vlasenko
· 11 years ago
ff65061
man: parse "DEFINE pager" in config
by John Spencer
· 11 years ago
327f550
Use unsigned printf/scanf conversion where more appropriate
by Denys Vlasenko
· 11 years ago
9b2a9f0
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
by Denys Vlasenko
· 11 years ago
4d8ad38
devfsd: remove static variable
by Denys Vlasenko
· 11 years ago
2635369
rfkill: use new-style config/kbuild/applet
by Denys Vlasenko
· 11 years ago
1d30b3f
wall,crontab: use xopen_as_uid_gid()
by Ryan Mallon
· 11 years ago
cd256e1
wall: access FILE under real user's credentials
by Denys Vlasenko
· 11 years ago
d6ae4fb
man: find posix man pages
by John Spencer
· 11 years ago
a5e6c6c
setsid: code shrink, expanded comments
by Denys Vlasenko
· 11 years ago
985345d
ubi_tools: fix typo in strcpy
by Paul B. Henson
· 11 years ago
cc1c9ca
less: support "less 1<>TTY"
by Denys Vlasenko
· 11 years ago
0dacb68
chrt: remove warning for _POSIX_PRIORITY_SCHEDULING
by Bernhard Reutner-Fischer
· 11 years ago
e9b3fcc
ubi_tools: enhance -s option to allow size multiplier to match mtd-utils
by Denys Vlasenko
· 11 years ago
f798ba9
ubi_tools: add forgotten argv++
by Denys Vlasenko
· 11 years ago
65bdf0b
ubi_tools: extend supported volume size to 64 bits; shrink code
by Denys Vlasenko
· 11 years ago
f86404f
ubimkvol: add -m option to create volume of maximum size
by Paul B. Henson
· 12 years ago
c608731
setserial: Fix typo: s/baund_rate/baud_rate/g
by Bernhard Reutner-Fischer
· 12 years ago
45dc96c
flash_eraseall: implement -N
by Alexander Shiyan
· 12 years ago
0d61dcd
nanddump: fix build if nandwrite isn't enabled
by Alexander Shiyan
· 12 years ago
6be6f3b
flashcp: trivial code shrink
by Denys Vlasenko
· 12 years ago
243e733
flashcp: pad output to BUFSIZE. Hopefully closes 5882
by Denys Vlasenko
· 12 years ago
9daf33f
dc: code shrink
by Denys Vlasenko
· 12 years ago
6830ade
whitespace fixes. no code changes
by Denys Vlasenko
· 12 years ago
60cb48c
whitespace cleanup. no code changes
by Denys Vlasenko
· 12 years ago
6967578
whitespace fixes. no code changes
by Denys Vlasenko
· 12 years ago
12677ac
CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
by Anthony G. Basile
· 12 years ago
67dc7b2
fbsplash: fix regression from e4fa7b7
by Timo Teräs
· 12 years ago
3aeb870
nanddump: invert the meaning of the -o parameter to match upstream
by Baruch Siach
· 12 years ago
98f6b2d
nanddump: skip bad blocks when instructed to do so
by Baruch Siach
· 12 years ago
da0200a
nanddump: use the right operator of logic AND
by Baruch Siach
· 12 years ago
d109798
flashcp: remove unused variable opts
by Manuel Zerpies
· 12 years ago
6d463de
fbsplash: support non-RGB565 pixels in 16-bit mode
by Linus Walleij
· 12 years ago
c5fe9f7
include sys/resource.h where needed
by Mike Frysinger
· 12 years ago
6979325
nanddump: make dumping read-only partitions work
by Matt Reimer
· 13 years ago
ba1d561
man: fix handling of gzipped manpages
by Denys Vlasenko
· 13 years ago
5377286
who,less: tweaked help text
by Denys Vlasenko
· 13 years ago
7fe1e3f
ubi_tools: add workaround for bad kernel headers. Closes 4838
by Denys Vlasenko
· 13 years ago
5965507
preparatory cleanups for seamless uncompression improvements
by Denys Vlasenko
· 13 years ago
3ac066c
fbsplash: use line_length instead of xres * bytes_per_pixel
by Yin Kangkai
· 13 years ago
65a1ee9
rx: fix file corruption on block checksum failure
by Daniel Fandrich
· 13 years ago
f3efd3c
rx: code shrink
by Denys Vlasenko
· 13 years ago
f808e77
rx: Fix file corruption with duplicate blocks
by Dan Fandrich
· 13 years ago
73d249e
whitespace fixes
by Denys Vlasenko
· 13 years ago
cd06e06
fbsplash: support 8bit mode
by Peter Korsgaard
· 13 years ago
e4fa7b7
fbsplash: limit progress bar flicker
by Peter Korsgaard
· 13 years ago
ecccbac
inotify: if PROG is -, print events to stdout
by Flemming Madsen
· 13 years ago
d184a72
rename archive.h to bb_archive.h. no code changes
by Denys Vlasenko
· 13 years ago
1671424
add INIT_G()'s. No code changes.
by Denys Vlasenko
· 13 years ago
f9e07e7
conspy: add framebuffer support, -Q option.
by Pascal Bellard
· 13 years ago
8c84f75
crond: fix the case when option -d is disabled
by Denys Vlasenko
· 13 years ago
2491511
Fixes for warnings in FreeBSD build
by Denys Vlasenko
· 13 years ago
4f54168
less: fix for screen size detection
by Denys Vlasenko
· 13 years ago
c97578d
conspy,nandwrite,nanddump: enable in defconfig
by Denys Vlasenko
· 13 years ago
2ef4214
less: add a TODO comment
by Denys Vlasenko
· 13 years ago
4e552a7
less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.
by Denys Vlasenko
· 13 years ago
f2f9bc5
dc: fix a case where we can run off malloced space
by Denys Vlasenko
· 13 years ago
8f6ce09
a few tweaks for bionic
by Denys Vlasenko
· 13 years ago
b5de0c1
typo fixes
by Dan Fandrich
· 13 years ago
040b5a2
setserial: added missing \n in help text
by Dan Fandrich
· 14 years ago
6642676
*: remove "Options:" string from help texts
by Denys Vlasenko
· 14 years ago
14f5553
makedevs: fix help-text
by Bernhard Reutner-Fischer
· 14 years ago
6afc677
dc: do not advertise ops disabled in .config
by Denys Vlasenko
· 14 years ago
60a9414
fix "variable 'foo' set but not used" warnings
by Denys Vlasenko
· 14 years ago
90ea1e3
setserial: small fix
by Denys Vlasenko
· 14 years ago
2cfb576
setserial: new applet
by Marek Bečka
· 14 years ago
d1993f1
rename miscutils/ubi_attach_detach.c -> miscutils/ubi_tools.c
by Denys Vlasenko
· 14 years ago
0bfb9c2
add help text
by Denys Vlasenko
· 14 years ago
a610842
ubiupdatevol: new applet
by Reuben Dowle
· 14 years ago
ab940af
Fix ubirsvol usage information
by Reuben Dowle
· 14 years ago
6161cdb
conspy: fix ESC key lost
by Pascal Bellard
· 14 years ago
5bc8c00
move remaining help text from include/usage.src.h
by Pere Orga
· 14 years ago
0e89fd9
fbsplash: Add support for 24 and 32 bit color depth
by Nuno Lucas
· 14 years ago
681efe2
use user's shell instead of hardwired "/bin/sh" (android needs this)
by Denys Vlasenko
· 14 years ago
e3b1a1f
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
by Denys Vlasenko
· 14 years ago
Next »