Age | Commit message (Expand) | Author |
2014-08-17 | taskset: support CPU masks for more than 64 CPUs | Denys Vlasenko |
2014-06-25 | nanddump: change default to --bb=skipbad | Richard Genoud |
2014-06-25 | nanddump: kill -b Omit bad block | Richard Genoud |
2014-06-25 | nanddump: add options --bb=skipbad and padbad | Richard Genoud |
2014-06-25 | nanddump: correct rounding to next page (lead to infinite loop) | Richard Genoud |
2014-05-02 | Fix compile failures | Denys Vlasenko |
2014-04-30 | crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants | Denys Vlasenko |
2014-04-30 | crond: simplify logging code | Denys Vlasenko |
2014-04-30 | libbb: make syslog level for bb_error_msg's configurable. use it in crond | Denys Vlasenko |
2014-04-30 | crond: tweak help text, make course less cryptic | Denys Vlasenko |
2014-04-17 | adjtimex: make its help text and printed data a bit less cryptic | Denys Vlasenko |
2014-04-13 | less: fix bugs discovered with "git log -p | less -m" on kernel tree | Denys Vlasenko |
2014-03-03 | man: default to ascii | Denys Vlasenko |
2014-02-02 | zcat: complain if input is not compressed | Denys Vlasenko |
2014-01-22 | less: accept and ignore -s | Denys Vlasenko |
2014-01-22 | man: parse "DEFINE pager" in config | John Spencer |
2013-11-29 | Use unsigned printf/scanf conversion where more appropriate | Denys Vlasenko |
2013-11-29 | fix assorted unused code and wrong format specs found by cppchekc (bug 6716) | Denys Vlasenko |
2013-11-26 | devfsd: remove static variable | Denys Vlasenko |
2013-11-20 | rfkill: use new-style config/kbuild/applet | Denys Vlasenko |
2013-10-08 | wall,crontab: use xopen_as_uid_gid() | Ryan Mallon |
2013-10-06 | wall: access FILE under real user's credentials | Denys Vlasenko |
2013-08-25 | man: find posix man pages | John Spencer |
2013-08-07 | setsid: code shrink, expanded comments | Denys Vlasenko |
2013-08-04 | ubi_tools: fix typo in strcpy | Paul B. Henson |
2013-08-04 | less: support "less 1<>TTY" | Denys Vlasenko |
2013-07-08 | chrt: remove warning for _POSIX_PRIORITY_SCHEDULING | Bernhard Reutner-Fischer |
2013-06-30 | ubi_tools: enhance -s option to allow size multiplier to match mtd-utils | Denys Vlasenko |
2013-06-30 | ubi_tools: add forgotten argv++ | Denys Vlasenko |
2013-06-30 | ubi_tools: extend supported volume size to 64 bits; shrink code | Denys Vlasenko |
2013-06-30 | ubimkvol: add -m option to create volume of maximum size | Paul B. Henson |
2013-03-22 | setserial: Fix typo: s/baund_rate/baud_rate/g | Bernhard Reutner-Fischer |
2013-03-15 | flash_eraseall: implement -N | Alexander Shiyan |
2013-03-15 | nanddump: fix build if nandwrite isn't enabled | Alexander Shiyan |
2013-01-28 | flashcp: trivial code shrink | Denys Vlasenko |
2013-01-23 | flashcp: pad output to BUFSIZE. Hopefully closes 5882 | Denys Vlasenko |
2013-01-18 | dc: code shrink | Denys Vlasenko |
2013-01-15 | whitespace fixes. no code changes | Denys Vlasenko |
2013-01-14 | whitespace cleanup. no code changes | Denys Vlasenko |
2013-01-14 | whitespace fixes. no code changes | Denys Vlasenko |
2012-12-19 | CONFIG_PID_FILE_PATH: new configuration option for pidfile paths | Anthony G. Basile |
2012-10-17 | fbsplash: fix regression from e4fa7b7 | Timo Teräs |
2012-10-15 | nanddump: invert the meaning of the -o parameter to match upstream | Baruch Siach |
2012-10-15 | nanddump: skip bad blocks when instructed to do so | Baruch Siach |
2012-10-15 | nanddump: use the right operator of logic AND | Baruch Siach |
2012-09-27 | flashcp: remove unused variable opts | Manuel Zerpies |
2012-09-06 | fbsplash: support non-RGB565 pixels in 16-bit mode | Linus Walleij |
2012-07-05 | include sys/resource.h where needed | Mike Frysinger |
2012-06-13 | nanddump: make dumping read-only partitions work | Matt Reimer |
2012-06-08 | man: fix handling of gzipped manpages | Denys Vlasenko |