aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "ash: allow long-running nofork applets to be interrupted"Ron Yorston2017-08-221-16/+0
* Merge branch 'busybox' into mergeRon Yorston2017-08-2220-226/+419
|\
| * run-init: new appletDenys Vlasenko2017-08-211-0/+47
| * libbb: move capability names code to libbbDenys Vlasenko2017-08-211-0/+79
| * libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko2017-08-101-1/+4
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-083-40/+42
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-082-34/+54
| * libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbbDenys Vlasenko2017-08-082-25/+24
| * libbb: rearrange NOFORK/NOEXEC code, logic is not changedDenys Vlasenko2017-08-081-56/+69
| * noexec: consolidate codeDenys Vlasenko2017-08-072-18/+21
| * noexec: do GETOPT_RESET() before entering APPLET_main()Denys Vlasenko2017-08-071-0/+1
| * noexec: set comm field for noexecsDenys Vlasenko2017-08-072-5/+15
| * free,stat: make NOEXECDenys Vlasenko2017-08-071-0/+2
| * ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZEDenys Vlasenko2017-08-071-0/+1
| * slattach: code shrink, better --help textDenys Vlasenko2017-08-061-1/+1
| * kbd_mode: try harder to find console device if -C TTY is not givenDenys Vlasenko2017-08-061-1/+0
| * sysctl: recognize ";comment" and "<whitespace>#comment" linesDenys Vlasenko2017-08-051-2/+10
| * libbb: make trim() return pointer to terminating NULDenys Vlasenko2017-08-051-2/+10
| * sysctl: fix file parsing, do not require -w for VAR=VALDenys Vlasenko2017-08-051-5/+5
| * libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko2017-08-041-2/+8
| * getopt32: move support for "always treat first arg as option" to users (tar/ar)Denys Vlasenko2017-08-041-33/+3
| * getopt32: factor out code to treat all args as optionsDenys Vlasenko2017-08-043-26/+33
| * nofork: fix a bug uncovered by hush testsuite (forgotten fflush)Denys Vlasenko2017-08-031-0/+2
| * new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko2017-08-032-3/+6
| * line editing: make read_line_input() not take timeout paramDenys Vlasenko2017-08-021-7/+16
| * do not use `a' quoting style in commentsDenys Vlasenko2017-08-027-7/+7
* | Merge branch 'busybox' into mergeRon Yorston2017-08-022-22/+0
|\|
| * libbb: remove vdprintfRon Yorston2017-07-292-22/+0
* | ash: allow long-running nofork applets to be interruptedRon Yorston2017-08-011-0/+16
* | libbb: avoid annoying blank line in help messageRon Yorston2017-07-291-2/+2
* | lineedit: fix incorrect conflict resolution in bb8d79ead mergeRon Yorston2017-07-291-38/+0
* | ash: remove old code to tab-complete 'busybox' in standalone shellRon Yorston2017-07-291-10/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-07-294-10/+42
|\|
| * standalone shell / prefer_applets: fix "exe" in comm fieldsDenys Vlasenko2017-07-291-0/+18
| * shell: make standalone shell tab-complete "busybox"Denys Vlasenko2017-07-292-6/+21
| * config: trim/improve item names and help texts.Denys Vlasenko2017-07-271-3/+2
| * ash: allow "trap NUM [SIG]..." syntaxDenys Vlasenko2017-07-251-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-245-182/+190
|\|
| * libbb: avoid malloc/free in bb_unsetenv()Denys Vlasenko2017-07-221-13/+21
| * config: deindent all help textsDenys Vlasenko2017-07-214-169/+169
* | win32: simplify spawning appletsRon Yorston2017-07-211-6/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-1812-82/+156
|\|
| * config: merge "Busybox Settings" and "Busybox Library Tuning" into one menuDenys Vlasenko2017-07-152-6/+8
| * copyfd: guard use of munmap() with #if (windows builds need this)Johannes Schindelin2017-07-151-0/+3
| * libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" blockDenys Vlasenko2017-07-141-27/+19
| * xxd: allow "-" as file name meaning stdinDenys Vlasenko2017-07-141-4/+6
| * libbb/dump: allow skipping over stdin tooDenys Vlasenko2017-07-141-20/+13
| * libbb/dump: fix a few broken commits and shrink codeDenys Vlasenko2017-07-141-10/+10
| * libbb: safe_write should not return EINTRDenys Vlasenko2017-07-141-2/+10
| * cat: fix "cat -An" ignoring -n; make numbering go througn all filesDenys Vlasenko2017-07-141-0/+1