summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2013-01-15sha3: make size/speed optimization decision configurableDenys Vlasenko2-19/+68
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2013-01-14sha3sum: new appletLauri Kasanen8-4/+236
2013-01-14ntpd: fix incorrect m_status field in outgoing packets. Closes 5120Paul Marks1-1/+1
2013-01-14Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS'Denys Vlasenko1-10/+0
2013-01-14volume_id: add squashfs detectionSven-Göran Bergh4-0/+74
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2013-01-14volume_id: uuid_format small code shrinkSven-Göran Bergh2-20/+9
2013-01-14volume_id: display hfs[+] 128-bit UUID properlySven-Göran Bergh3-9/+23
2013-01-14blkid: add type display for hfsplusSven-Göran Bergh1-1/+1
2013-01-06syslogd: add option to log to Linux kernel printk bufferPeter Korsgaard2-1/+76
2013-01-05klogd: handle multi-char log levelsPeter Korsgaard1-5/+2
2013-01-05dmesg: handle multi-char log levelsPeter Korsgaard1-7/+6
2013-01-04powertop: fix error messageLauri Hintsala1-1/+1
2012-12-26ifenslave: fix missing close parenMike Frysinger1-1/+1
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile9-9/+30
2012-12-14du: document incompatibility with standard toolDenys Vlasenko1-0/+4
2012-12-05decompress_uncompress: comment out a bigger chunk of debug codeDenys Vlasenko1-1/+1
2012-12-05decompress_uncompress: comment out debug printout on corrupted dataDenys Vlasenko1-1/+2
2012-12-05decompress_uncompress: move 'code' variable into loop - sole userDenys Vlasenko1-13/+14
2012-11-13ash: fix a memory leakJon Tollefson1-0/+2
2012-11-13volume_id: add exFAT detectionS-G Bergh5-0/+145
2012-11-09ifupdown: code shrinkDenys Vlasenko1-7/+4
2012-11-05ifupdown: remove unused errno assignmentsDenys Vlasenko1-6/+3
2012-11-05ifupdown: simple code shrinkDenys Vlasenko1-2/+2
2012-11-05blkid: show filesystem when both label and UUID are missing, but type is knownS-G Bergh1-1/+5
2012-10-20build system: use pkg-config to look up selinux libsMike Frysinger2-1/+12
2012-10-17fbsplash: fix regression from e4fa7b7Timo Teräs1-3/+2
2012-10-15nanddump: invert the meaning of the -o parameter to match upstreamBaruch Siach1-4/+4
2012-10-15nanddump: skip bad blocks when instructed to do soBaruch Siach1-1/+1
2012-10-15nanddump: use the right operator of logic ANDBaruch Siach1-1/+1
2012-10-08mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is setRon Yorston1-21/+19
2012-10-08adduser: make it accept "adduser USER GROUP" formTito Ragusa1-8/+14
2012-10-03mark get_shell_name FAST_FUNCDenys Vlasenko2-2/+2
2012-10-02top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"Denys Vlasenko1-0/+2
2012-10-01ash: implement export -nDenys Vlasenko1-4/+26
2012-09-29brctl: fix description and usageNicolas Thill2-4/+4
2012-09-27udhcpc[6]: allow discover_retries == 0 (infinite)Felix Fietkau2-4/+4
2012-09-27flashcp: remove unused variable optsManuel Zerpies1-2/+1
2012-09-27lineedit: in !EDITING config, return -1 on fgets errorDenys Vlasenko1-1/+2
2012-09-27fix unsafe bb_perror_msg(filename) callsDenys Vlasenko2-3/+3
2012-09-27scripts/kconfig/mconf: work on systems w/o SIGWINCHDenys Vlasenko1-5/+11
2012-09-27libbb: correctness/size tweaks in signal-related helpersDenys Vlasenko2-4/+4
2012-09-26top: do not touch stdin if -bDenys Vlasenko1-10/+16
2012-09-25modprobe_small: make rmmod to NOT remove dependencies. Closes 5162Denys Vlasenko1-2/+9
2012-09-25ash: trivial fixes for compile failuresDenys Vlasenko1-5/+6
2012-09-25top: fix build failure in !USE_TERMIOS caseDenys Vlasenko1-17/+20
2012-09-25ps: fix build failure in !DESKTOP caseDenys Vlasenko1-3/+3
2012-09-21top: implement scrolling up/down (_very_ useful)Denys Vlasenko2-74/+110