aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-01wget: do not abort if "_" is encountered in a HTTP headerDenys Vlasenko1-2/+10
2013-06-30cryptpw: do not segfault on EOF. Closes 6350Denys Vlasenko1-7/+12
2013-06-30*: change execl sentinels from NULL to (char*)0Rich Felker3-3/+3
2013-06-30ubi_tools: enhance -s option to allow size multiplier to match mtd-utilsDenys Vlasenko1-1/+8
2013-06-30ubi_tools: add forgotten argv++Denys Vlasenko1-1/+1
2013-06-30ubi_tools: extend supported volume size to 64 bits; shrink codeDenys Vlasenko1-149/+154
2013-06-30ubimkvol: add -m option to create volume of maximum sizePaul B. Henson1-6/+45
2013-06-28pstree: fix theoretically unsafe codeDenys Vlasenko1-1/+1
2013-06-28ping: code shrinkDenys Vlasenko1-13/+14
2013-06-28Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko5-99/+44
2013-06-27losetup: assorted fixes. Closes 6314Denys Vlasenko2-18/+23
2013-06-27lsof: correct check for symbolic linkThomas De Schampheleire1-3/+6
2013-06-27nslookup: set default DNS server again. Hopefully helps with 675Denys Vlasenko1-2/+13
2013-06-27md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko2-3/+4
2013-06-19md5/sha512: fix strict aliasing warningsMike Frysinger1-3/+3
2013-06-19pstree: stop truncating thread namesMike Frysinger1-3/+10
2013-05-23ntpd: set offset to 0.0 in "usync" eventDenys Vlasenko1-3/+8
2013-05-22ntpd: set G.last_script_run even if script isn't configuredDenys Vlasenko1-2/+2
2013-05-22ntpd: make "unsync" code actually work.Denys Vlasenko1-3/+13
2013-05-22ntpd: drop delay outliers; run "unsync" handler if no replies for some timeDenys Vlasenko1-8/+34
2013-05-21sulogin: allow system maintenance login if root password is emptyJonathan Liu2-3/+5
2013-05-21sulogin: correct lying commentDenys Vlasenko1-1/+1
2013-05-21init: remove special-case code for machines with less tham 1 MB of RAM.Denys Vlasenko1-15/+18
2013-05-17stty: disable CIBAUD leak check - it is not necessary on LinuxDenys Vlasenko1-1/+6
2013-05-17stty: code shrinkDenys Vlasenko1-30/+29
2013-05-17udhcp: code shrinkDenys Vlasenko1-17/+13
2013-05-17udhcpc: fix a problem with binary-encoded options #2Denys Vlasenko1-1/+1
2013-05-16find:: get rid of nested function (it's a gcc-ism)Denys Vlasenko1-6/+45
2013-05-16grep: fix grep -x to not set REG_NOSUBJames Hogan2-1/+15
2013-05-15volume_id_internal.h: drop unoptimized byteswap routinesDenys Vlasenko1-36/+16
2013-05-15grep: don't bail out on first mismatch if '-w' option is setBartosz Golaszewski2-8/+20
2013-05-15Fix build failures caused by not compiling open_transformer.c (#2)Denys Vlasenko1-0/+3
2013-05-14find: support -HLPDenys Vlasenko1-3/+12
2013-05-13mdev: use $DEVNAME in uevent sysfs file for device node nameNikolaus Voss1-12/+35
2013-05-12hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVEDenys Vlasenko1-3/+3
2013-05-12Fix build failures caused by not compiling open_transformer.cDenys Vlasenko1-12/+23
2013-05-12telnet: code shrinkDenys Vlasenko1-9/+8
2013-05-09volume_id: fix ntfs attribute searchOliver Metz1-1/+1
2013-04-21vi: make regexp search case-insensitive if ":set ignorecase" is activeDenys Vlasenko1-40/+28
2013-04-07ash,hush: history builtinFlemming Madsen4-3/+45
2013-04-07hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko3-10/+16
2013-04-02mdev: call index_in_strings on $ACTION only after we checked it for NULLDenys Vlasenko1-3/+3
2013-04-02examples/mdev.conf.change_blockdev.sh: updateDenys Vlasenko1-3/+8
2013-03-30examples: add mdev example for Android phoneDenys Vlasenko2-0/+54
2013-03-29examples/inittab: fix a few incorrect statements about initDenys Vlasenko2-15/+2
2013-03-29lineedit: \W on "/bin" should show "bin", not "/bin"Denys Vlasenko1-1/+1
2013-03-29lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \!Denys Vlasenko1-37/+47
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko7-12/+35
2013-03-28lineedit: add handling of \H in promptDenys Vlasenko1-5/+45
2013-03-27hexdump: need to use xstrtoull for off_tDenys Vlasenko1-1/+1