aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2017-08-07ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZEDenys Vlasenko
2017-08-06slattach: code shrink, better --help textDenys Vlasenko
2017-08-06kbd_mode: try harder to find console device if -C TTY is not givenDenys Vlasenko
2017-08-05sysctl: recognize ";comment" and "<whitespace>#comment" linesDenys Vlasenko
2017-08-05libbb: make trim() return pointer to terminating NULDenys Vlasenko
2017-08-05sysctl: fix file parsing, do not require -w for VAR=VALDenys Vlasenko
2017-08-04libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko
2017-08-04getopt32: move support for "always treat first arg as option" to users (tar/ar)Denys Vlasenko
2017-08-04getopt32: factor out code to treat all args as optionsDenys Vlasenko
2017-08-03nofork: fix a bug uncovered by hush testsuite (forgotten fflush)Denys Vlasenko
2017-08-03new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko
2017-08-02line editing: make read_line_input() not take timeout paramDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-29libbb: remove vdprintfRon Yorston
2017-07-29standalone shell / prefer_applets: fix "exe" in comm fieldsDenys Vlasenko
2017-07-29shell: make standalone shell tab-complete "busybox"Denys Vlasenko
2017-07-27config: trim/improve item names and help texts.Denys Vlasenko
2017-07-25ash: allow "trap NUM [SIG]..." syntaxDenys Vlasenko
2017-07-22libbb: avoid malloc/free in bb_unsetenv()Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-15config: merge "Busybox Settings" and "Busybox Library Tuning" into one menuDenys Vlasenko
2017-07-15copyfd: guard use of munmap() with #if (windows builds need this)Johannes Schindelin
2017-07-14libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" blockDenys Vlasenko
2017-07-14xxd: allow "-" as file name meaning stdinDenys Vlasenko
2017-07-14libbb/dump: allow skipping over stdin tooDenys Vlasenko
2017-07-14libbb/dump: fix a few broken commits and shrink codeDenys Vlasenko
2017-07-14libbb: safe_write should not return EINTRDenys Vlasenko
2017-07-14cat: fix "cat -An" ignoring -n; make numbering go througn all filesDenys Vlasenko
2017-07-10libbb: do not die if setgid/setuid(real_id) on startup failsDenys Vlasenko
2017-07-07main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko
2017-07-04libbb: new function bb_getgroups() - allocating wrapper around getgroups()Denys Vlasenko
2017-07-04Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesisDenys Vlasenko
2017-07-03fixes for bugs found by make_single_applets.shDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-13libbb: fix "error: redefinition of 'is_tty_secure'"Denys Vlasenko
2017-04-13libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko
2017-04-13su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTYDenys Vlasenko
2017-04-13login: move check_securetty to libbbKaarle Ritvanen
2017-04-12libbb: GETOPT_RESET macroKaarle Ritvanen
2017-04-12fix errors found with make_single_applets.shDenys Vlasenko
2017-04-11libbb: move isqrt from factor, use it in diff tooDenys Vlasenko
2017-04-06modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686Denys Vlasenko
2017-03-16mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko
2017-02-04Replace int -> uint to avoid signed integer overflowRostislav Skudnov
2017-02-02ps: avoid -o stat to contain spaces. Closes 9631Denys Vlasenko
2017-01-30libbb: match_fstype() is unreadable in the extreme, fixing itDenys Vlasenko
2017-01-26libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmodeDenys Vlasenko
2017-01-25libbb: shrink sump.cDenys Vlasenko
2017-01-25xxd: new appletDenys Vlasenko
2017-01-24tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko