aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-28udhcpc6: make -O OPT workDenys Vlasenko
2017-06-28modutils: delete unused replace_underscores()Denys Vlasenko
2017-06-27udhcpc6: add comments about option 39, no code changesDenys Vlasenko
2017-06-27ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMTDenys Vlasenko
2017-06-26pgrep: implement -aDenys Vlasenko
2017-06-26udhcpc6: add support for timezonesDenys Vlasenko
2017-06-26pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 "Denys Vlasenko
2017-06-15archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzopDenys Vlasenko
2017-06-15fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"Denys Vlasenko
2017-06-14unshare: fix help text; select LONG_OPTS instead depending on themDenys Vlasenko
2017-06-14setpriv: new appletAssaf Gordon
2017-06-13iproute: support for filtering by and printing of scopeAndré Draszik
2017-06-13tar: add IF_FEATURE_* checksMing Liu
2017-06-13ip rule: add suppress_{prefixlength,ifgroup} optionsStefan Tomanek
2017-05-26ash: fix incorrect path in describe_commandYoufu Zhang
2017-05-26ls: fix support for long options when FEATURE_LS_COLOR is deselectedLaurent Bercot
2017-05-26add/remove-shell: copy /etc/shells mode to new fileDenys Vlasenko
2017-05-22ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko
2017-05-15sv: update to match version 2.1.2 of runitJames Byrne
2017-05-15runsv: update to match version 2.1.2 of runitDenys Vlasenko
2017-05-15svlogd.c: support -ttt (dateTtime instead of date_time)Denys Vlasenko
2017-05-08udhcpc: do not accept --background on NOMMU (same as -b)Denys Vlasenko
2017-05-08udhcpc: fix "udhcpc -x hostname:<name> not working on nommu"Denys Vlasenko
2017-05-05diff: fix -N and nonexistent files. Closes 7454Denys Vlasenko
2017-05-02vi: survive if stdin is nonblocking. closes 9851Denys Vlasenko
2017-04-28time: inplement -f FMTDenys Vlasenko
2017-04-28time: implement -a, -o FILETommi Rantala
2017-04-28time: document -p in usageTommi Rantala
2017-04-18lsscsi: new appletMarkus Gothe
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-17factor: fix stray semicolonDenys Vlasenko
2017-04-14factor: support "no-argvs" usageDenys Vlasenko
2017-04-13libbb: fix "error: redefinition of 'is_tty_secure'"Denys Vlasenko
2017-04-13factor: improve comments for sieving logic... also fix a typoDenys Vlasenko
2017-04-13fix "loginutils/Config.in:319 error: Overlong line"Denys Vlasenko
2017-04-13factor: improve comments for sieving logicDenys 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-13factor: tweak commentsDenys Vlasenko
2017-04-12ash: implement "exec -a ARGV0 CMD ARGV1..."Denys Vlasenko
2017-04-12ash: make shellexec capable of using separate argv[0] and filename to execDenys Vlasenko
2017-04-12Tweak GETOPT_RESET commentDenys Vlasenko
2017-04-12libbb: GETOPT_RESET macroKaarle Ritvanen
2017-04-12grep: FEATURE_GREP_CONTEXT should be available for "fgrep only" tooDenys Vlasenko
2017-04-12catv: convert this bbox-specific applet into "cat -v"Denys Vlasenko
2017-04-12fix errors found with make_single_applets.shDenys Vlasenko
2017-04-12Sort more misplaced applets into coreutils or util-linuxDenys Vlasenko
2017-04-12Sort some miscutils/ applets into coreutils or util-linuxDenys Vlasenko
2017-04-11partprobe: new appletDenys Vlasenko