aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: exclude more Linux-specific functions from being compiledJohannes Schindelin2017-08-301-0/+2
* libbb: don't compile various Linux-specific functionsRon Yorston2017-08-241-0/+2
* mode_string: S_IFBLK differs between Windows and UnixJohannes Schindelin2017-08-241-1/+1
* xconnect: avoid using getsockname/getpeername on WindowsJohannes Schindelin2017-08-241-0/+2
* bb_basename: handle mixed slashes correctlyJohannes Schindelin2017-08-241-4/+6
* inode_hash: avoid warnings about unused parametersRon Yorston2017-08-231-2/+2
* find_mount_point: avoid warnings about casts to non-constJohannes Schindelin2017-08-231-2/+7
* find_pid_by_name: avoid unused variablesJohannes Schindelin2017-08-231-0/+2
* find_mount_point: avoid unused variablesJohannes Schindelin2017-08-231-2/+3
* 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