aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * wget: do not abort if "_" is encountered in a HTTP headerDenys Vlasenko2013-07-011-2/+10
| * cryptpw: do not segfault on EOF. Closes 6350Denys Vlasenko2013-06-301-7/+12
| * *: change execl sentinels from NULL to (char*)0Rich Felker2013-06-303-3/+3
| * ubi_tools: enhance -s option to allow size multiplier to match mtd-utilsDenys Vlasenko2013-06-301-1/+8
| * ubi_tools: add forgotten argv++Denys Vlasenko2013-06-301-1/+1
| * ubi_tools: extend supported volume size to 64 bits; shrink codeDenys Vlasenko2013-06-301-149/+154
| * ubimkvol: add -m option to create volume of maximum sizePaul B. Henson2013-06-301-6/+45
| * pstree: fix theoretically unsafe codeDenys Vlasenko2013-06-281-1/+1
| * ping: code shrinkDenys Vlasenko2013-06-281-13/+14
| * Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko2013-06-285-99/+44
| * losetup: assorted fixes. Closes 6314Denys Vlasenko2013-06-272-18/+23
| * lsof: correct check for symbolic linkThomas De Schampheleire2013-06-271-3/+6
| * nslookup: set default DNS server again. Hopefully helps with 675Denys Vlasenko2013-06-271-2/+13
| * md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko2013-06-272-3/+4
| * md5/sha512: fix strict aliasing warningsMike Frysinger2013-06-191-3/+3
| * pstree: stop truncating thread namesMike Frysinger2013-06-191-3/+10
| * ntpd: set offset to 0.0 in "usync" eventDenys Vlasenko2013-05-231-3/+8
| * ntpd: set G.last_script_run even if script isn't configuredDenys Vlasenko2013-05-221-2/+2
| * ntpd: make "unsync" code actually work.Denys Vlasenko2013-05-221-3/+13
| * ntpd: drop delay outliers; run "unsync" handler if no replies for some timeDenys Vlasenko2013-05-221-8/+34
| * sulogin: allow system maintenance login if root password is emptyJonathan Liu2013-05-212-3/+5
| * sulogin: correct lying commentDenys Vlasenko2013-05-211-1/+1
| * init: remove special-case code for machines with less tham 1 MB of RAM.Denys Vlasenko2013-05-211-15/+18
| * stty: disable CIBAUD leak check - it is not necessary on LinuxDenys Vlasenko2013-05-171-1/+6
| * stty: code shrinkDenys Vlasenko2013-05-171-30/+29
| * udhcp: code shrinkDenys Vlasenko2013-05-171-17/+13
| * udhcpc: fix a problem with binary-encoded options #2Denys Vlasenko2013-05-171-1/+1
| * find:: get rid of nested function (it's a gcc-ism)Denys Vlasenko2013-05-161-6/+45
| * grep: fix grep -x to not set REG_NOSUBJames Hogan2013-05-162-1/+15
| * volume_id_internal.h: drop unoptimized byteswap routinesDenys Vlasenko2013-05-151-36/+16
| * grep: don't bail out on first mismatch if '-w' option is setBartosz Golaszewski2013-05-152-8/+20
| * Fix build failures caused by not compiling open_transformer.c (#2)Denys Vlasenko2013-05-151-0/+3
| * find: support -HLPDenys Vlasenko2013-05-141-3/+12
| * mdev: use $DEVNAME in uevent sysfs file for device node nameNikolaus Voss2013-05-131-12/+35
| * hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVEDenys Vlasenko2013-05-121-3/+3
| * Fix build failures caused by not compiling open_transformer.cDenys Vlasenko2013-05-121-12/+23
| * telnet: code shrinkDenys Vlasenko2013-05-121-9/+8
| * volume_id: fix ntfs attribute searchOliver Metz2013-05-091-1/+1
| * vi: make regexp search case-insensitive if ":set ignorecase" is activeDenys Vlasenko2013-04-211-40/+28
| * ash,hush: history builtinFlemming Madsen2013-04-074-3/+45
| * hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko2013-04-073-10/+16
* | libbb: handle UNC paths in recursive make directory callsRon Yorston2013-08-271-2/+23
* | ash: add noconsole option to hide console window on WIN32Ron Yorston2013-05-241-0/+15
* | ash: Add a very small timeout to nonblocking waitRon Yorston2013-05-031-1/+1
* | sh: only change to user's home directory in login modeRon Yorston2013-04-041-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2013-04-0318-74/+201
|\|
| * mdev: call index_in_strings on $ACTION only after we checked it for NULLDenys Vlasenko2013-04-021-3/+3
| * examples/mdev.conf.change_blockdev.sh: updateDenys Vlasenko2013-04-021-3/+8
| * examples: add mdev example for Android phoneDenys Vlasenko2013-03-302-0/+54
| * examples/inittab: fix a few incorrect statements about initDenys Vlasenko2013-03-292-15/+2