aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * lineedit: \W on "/bin" should show "bin", not "/bin"Denys Vlasenko2013-03-291-1/+1
| * lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \!Denys Vlasenko2013-03-291-37/+47
| * libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko2013-03-297-12/+35
| * lineedit: add handling of \H in promptDenys Vlasenko2013-03-281-5/+45
| * hexdump: need to use xstrtoull for off_tDenys Vlasenko2013-03-271-1/+1
| * hexdump: don't unconditionally limit the usable address rangeDenys Vlasenko2013-03-272-2/+7
| * man: install to /usr/bin, not /sbinDenys Vlasenko2013-03-271-1/+1
| * httpd: don't allow tabs and multiple spaces in request stringDenys Vlasenko2013-03-251-2/+5
| * setserial: Fix typo: s/baund_rate/baud_rate/gBernhard Reutner-Fischer2013-03-221-2/+2
* | df: limited implementation for WIN32Ron Yorston2013-04-038-4/+187
* | Provide fake fchmod implementationRon Yorston2013-03-262-2/+2
* | ash: remove old commentRon Yorston2013-03-261-2/+0
* | vi: handle CRLF line endingRon Yorston2013-03-191-0/+38
* | Merge branch 'busybox' into mergeRon Yorston2013-03-1959-718/+1260
|\|
| * sendmail: code shrink on top of previous patchesDenys Vlasenko2013-03-181-42/+30
| * sendmail: don't add multiple To: headersAaro Koskinen2013-03-181-3/+16
| * sendmail: don't add To: header if it already existsAaro Koskinen2013-03-181-2/+7