aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-05unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko
2013-07-04foo*sum: Correct syntax errorCristian Ionescu-Idbohrn
2013-07-02tail: track file size only in -f modeDenys Vlasenko
2013-07-02foo*sum: report I/O errors, don't merely exit with 1.Denys Vlasenko
2013-07-02unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko
2013-07-01wget: do not abort if "_" is encountered in a HTTP headerDenys Vlasenko
2013-06-30cryptpw: do not segfault on EOF. Closes 6350Denys Vlasenko
2013-06-30*: change execl sentinels from NULL to (char*)0Rich Felker
2013-06-30ubi_tools: enhance -s option to allow size multiplier to match mtd-utilsDenys Vlasenko
2013-06-30ubi_tools: add forgotten argv++Denys Vlasenko
2013-06-30ubi_tools: extend supported volume size to 64 bits; shrink codeDenys Vlasenko
2013-06-30ubimkvol: add -m option to create volume of maximum sizePaul B. Henson
2013-06-28pstree: fix theoretically unsafe codeDenys Vlasenko
2013-06-28ping: code shrinkDenys Vlasenko
2013-06-28Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko
2013-06-27losetup: assorted fixes. Closes 6314Denys Vlasenko
2013-06-27lsof: correct check for symbolic linkThomas De Schampheleire
2013-06-27nslookup: set default DNS server again. Hopefully helps with 675Denys Vlasenko
2013-06-27md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko
2013-06-19md5/sha512: fix strict aliasing warningsMike Frysinger
2013-06-19pstree: stop truncating thread namesMike Frysinger
2013-05-23ntpd: set offset to 0.0 in "usync" eventDenys Vlasenko
2013-05-22ntpd: set G.last_script_run even if script isn't configuredDenys Vlasenko
2013-05-22ntpd: make "unsync" code actually work.Denys Vlasenko
2013-05-22ntpd: drop delay outliers; run "unsync" handler if no replies for some timeDenys Vlasenko
2013-05-21sulogin: allow system maintenance login if root password is emptyJonathan Liu
2013-05-21sulogin: correct lying commentDenys Vlasenko
2013-05-21init: remove special-case code for machines with less tham 1 MB of RAM.Denys Vlasenko
2013-05-17stty: disable CIBAUD leak check - it is not necessary on LinuxDenys Vlasenko
2013-05-17stty: code shrinkDenys Vlasenko
2013-05-17udhcp: code shrinkDenys Vlasenko
2013-05-17udhcpc: fix a problem with binary-encoded options #2Denys Vlasenko
2013-05-16find:: get rid of nested function (it's a gcc-ism)Denys Vlasenko
2013-05-16grep: fix grep -x to not set REG_NOSUBJames Hogan
2013-05-15volume_id_internal.h: drop unoptimized byteswap routinesDenys Vlasenko
2013-05-15grep: don't bail out on first mismatch if '-w' option is setBartosz Golaszewski
2013-05-15Fix build failures caused by not compiling open_transformer.c (#2)Denys Vlasenko
2013-05-14find: support -HLPDenys Vlasenko
2013-05-13mdev: use $DEVNAME in uevent sysfs file for device node nameNikolaus Voss
2013-05-12hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVEDenys Vlasenko
2013-05-12Fix build failures caused by not compiling open_transformer.cDenys Vlasenko
2013-05-12telnet: code shrinkDenys Vlasenko
2013-05-09volume_id: fix ntfs attribute searchOliver Metz
2013-04-21vi: make regexp search case-insensitive if ":set ignorecase" is activeDenys Vlasenko
2013-04-07ash,hush: history builtinFlemming Madsen
2013-04-07hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko
2013-04-02mdev: call index_in_strings on $ACTION only after we checked it for NULLDenys Vlasenko
2013-04-02examples/mdev.conf.change_blockdev.sh: updateDenys Vlasenko
2013-03-30examples: add mdev example for Android phoneDenys Vlasenko
2013-03-29examples/inittab: fix a few incorrect statements about initDenys Vlasenko