aboutsummaryrefslogtreecommitdiff
path: root/coreutils (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-09-17ushcpc: gracefully handle packets with CHECKSUM_PARTIALAlexey Froloff1-8/+49
2012-09-17telnet: convert Enter -> CR LF in line mode tooDenys Vlasenko1-11/+18
2012-09-17telnet: shrink literal string sizeDenys Vlasenko1-4/+4
2012-09-13telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to serverDenys Vlasenko2-17/+6
2012-09-06fbsplash: support non-RGB565 pixels in 16-bit modeLinus Walleij1-5/+22
2012-09-06find: make -mindepth N -xdev correctly stop on mountpointsDenys Vlasenko1-14/+21
2012-09-06ash: fix "read -s" + ^C. Closes 5504Denys Vlasenko2-1/+6
2012-09-06top: fix "last CPU" parsingDenys Vlasenko1-1/+1
2012-09-05sysctl: implement -qJoshua Kahlenberg1-13/+19
2012-09-04refactor correct_password.c to avoid one ifwalter harms1-6/+3
2012-09-04build system: stop .eh_frame generationDenys Vlasenko1-0/+3
2012-09-03wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426Denys Vlasenko1-52/+62
2012-09-03httpd_indexcgi.c: fix compile failureDenys Vlasenko1-0/+1
2012-09-03Fix compile failure in ll_proto.cDenys Vlasenko1-2/+2
2012-09-02blkid: add support for nilfs2Sven-Göran Bergh5-0/+109
2012-09-02volume_id: code shrinkDenys Vlasenko1-15/+19
2012-09-02blkid: add type display for btrfsSven-Göran Bergh1-0/+1
2012-09-02ll_proto.c: code shrinkDenys Vlasenko1-23/+85
2012-09-02style fixes, no code changesDenys Vlasenko2-2/+2
2012-09-02getty: tweak style, no code changesDenys Vlasenko1-2/+1
2012-08-16wget: try reading after poll timeout - stdio may have buffered data. Closes 5426Denys Vlasenko1-7/+14
2012-08-16getty: add commented-out extended error diagnosticDenys Vlasenko1-0/+8
2012-08-15login: increase login name size limit from 32 to 64Denys Vlasenko1-1/+2
2012-08-10udhcp[cd]: fix binding to network aliases. Closes 5432, 5438Denys Vlasenko1-1/+9
2012-08-07lineedit: fix Alt-D when cursor==0Cliff Frey1-3/+3
2012-08-06platform.h: disable ALIGNn macros for s390[x]Denys Vlasenko1-1/+2
2012-08-04disable format security warningsMike Frysinger1-0/+1
2012-07-27udhcpc: make -O <numeric_opt> work. Closes 5402Denys Vlasenko3-13/+21