aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * libbb: do not die if setgid/setuid(real_id) on startup failsDenys Vlasenko2017-07-101-2/+15
| * main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko2017-07-072-4/+8
| * libbb: new function bb_getgroups() - allocating wrapper around getgroups()Denys Vlasenko2017-07-041-0/+47
| * Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesisDenys Vlasenko2017-07-041-4/+2
| * fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-033-8/+19
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-181-2/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-05-2910-71/+219
|\|
| * Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
| * libbb: fix "error: redefinition of 'is_tty_secure'"Denys Vlasenko2017-04-131-0/+2
| * libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko2017-04-132-4/+6
| * su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTYDenys Vlasenko2017-04-131-2/+2
| * login: move check_securetty to libbbKaarle Ritvanen2017-04-132-0/+23
| * libbb: GETOPT_RESET macroKaarle Ritvanen2017-04-122-33/+3
| * fix errors found with make_single_applets.shDenys Vlasenko2017-04-122-0/+62
| * libbb: move isqrt from factor, use it in diff tooDenys Vlasenko2017-04-111-0/+60
| * modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686Denys Vlasenko2017-04-061-17/+29
| * mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko2017-03-161-16/+33
* | Merge branch 'busybox' into mergeRon Yorston2017-02-0814-212/+259
|\|
| * Replace int -> uint to avoid signed integer overflowRostislav Skudnov2017-02-043-4/+4