2017-07-11 |
Denys Vlasenko | unzip: TODO for symlink support |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Denys Vlasenko | inetd,mount: do not die if uclibc without RPC is detected |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Denys Vlasenko | hush: add TODO for "set -e" |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Denys Vlasenko | hush: simplify insert_job_into_table() a bit |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Denys Vlasenko | hush: rename a few functions |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Denys Vlasenko | libbb: do not die if setgid/setuid(real_id) on startup... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Denys Vlasenko | shuf: fix random line selection. Closes 9971 |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Denys Vlasenko | crond: code shrink |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Denys Vlasenko | crond: move misplaced comment |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Denys Vlasenko | crond: support @daily etc |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Denys Vlasenko | watchdog: do not use argc, other cleanups |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Matt Spinler | watchdog: stop watchdog first on startup |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Denys Vlasenko | beep: disallow FEATURE_BEEP_FREQ = 0 in configuration |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Denys Vlasenko | hush: explain why wait5.tests is failing |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Denys Vlasenko | hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Denys Vlasenko | hush: fix two redirection testcase failures |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Denys Vlasenko | main: fix the case where user has "halt" as login shell... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Denys Vlasenko | setpriv: remove dependency on libcap headers |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Denys Vlasenko | setpriv: factor out capability name printing |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Denys Vlasenko | setpriv: code shrink, and grouping capability code... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Patrick Steinhardt | setpriv: allow modifying ambient capabilities |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Patrick Steinhardt | setpriv: allow modifying inheritable caps |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Patrick Steinhardt | setpriv: dump ambient capabilities |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Patrick Steinhardt | setpriv: dump capability bounding set |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Patrick Steinhardt | setpriv: dump inheritable capability set |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Patrick Steinhardt | setpriv: dump no-new-privs info |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | shell: sync redir/* tests |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | ash: rename redir5.tests (hush has redir5.tests which... |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | hush: add a TODO about redir3.tests failure |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | hush: rename hush-redir/redir3.tests (ash has redir3... |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | hush: Print error messages on shift -1 |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | typo fix |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | hush: implement negative start in the ${v: -n[:m]}... |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | hush: "adopt" ash var-utf8-length.tests |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | hush: "adopt" ash signal4.tests |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | shell: remove duplicate sigint1.tests (another copies... |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | hush: add tickquote1.tests from ash testsuite |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | shell: syncronize ash and hush heredoc3.tests |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | shell: syncronize ash and hush heredoc1.tests |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | shell: syncronize ash_test/run-all and hush_test/run... |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | makedevs: code shrink |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Denys Vlasenko | makedevs: allow much longer filenames |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Denys Vlasenko | hush: correctly handle quoting in "case" even if !BASH_... |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Peter Korsgaard | dpkg: fix CONFIG_FEATURE_CLEAN_UP handling |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Denys Vlasenko | hush: fix quoted_punct.tests failure |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Denys Vlasenko | ash: fix escaping of a few characters (broken by last... |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Denys Vlasenko | ash: tweak in comment |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Denys Vlasenko | ash: note which versions of glibc exhibit "rho bug" |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Denys Vlasenko | ash: fix matching of unicode greek letter rho (cf 81... |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Denys Vlasenko | setpriv: dump user and group info |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Denys Vlasenko | libbb: new function bb_getgroups() - allocating wrapper... |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Patrick Steinhardt | setpriv: prepare option parsing logic for additional... |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Patrick Steinhardt | setpriv: do not process remaining args |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Denys Vlasenko | tls: use capped SNI len everywhere |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Denys Vlasenko | bzcat: compile bunzip2_main() if BZCAT. |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Denys Vlasenko | Change BB_EXTRA_VERSION: now it needs to contain any... |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Denys Vlasenko | fixes for bugs found by make_single_applets.sh |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Denys Vlasenko | msh: delete this applet |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Denys Vlasenko | Start 1.28.0 development cycle |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Denys Vlasenko | Bump version to 1.27.0 1_27_0 |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Denys Vlasenko | scripts/randomtest: update things which can't be tested... |
commit | commitdiff | tree | snapshot |
2017-07-02 |
Denys Vlasenko | randomconfig fixes |
commit | commitdiff | tree | snapshot |
2017-07-01 |
Denys Vlasenko | ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT... |
commit | commitdiff | tree | snapshot |
2017-07-01 |
Denys Vlasenko | ash: fix 'trap - 65' |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Denys Vlasenko | udhcpc6: make -O OPT work |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Denys Vlasenko | modutils: delete unused replace_underscores() |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Denys Vlasenko | udhcpc6: add comments about option 39, no code changes |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Denys Vlasenko | ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Denys Vlasenko | pgrep: implement -a |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Denys Vlasenko | udhcpc6: add support for timezones |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Denys Vlasenko | pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" proce... |
commit | commitdiff | tree | snapshot |
2017-06-15 |
Denys Vlasenko | archival: add option -k "keep" to gzip/bzip2/lzop,... |
commit | commitdiff | tree | snapshot |
2017-06-15 |
Denys Vlasenko | fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo" |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Denys Vlasenko | unshare: fix help text; select LONG_OPTS instead depend... |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Assaf Gordon | setpriv: new applet |
commit | commitdiff | tree | snapshot |
2017-06-13 |
André Draszik | iproute: support for filtering by and printing of scope |
commit | commitdiff | tree | snapshot |
2017-06-13 |
Ming Liu | tar: add IF_FEATURE_* checks |
commit | commitdiff | tree | snapshot |
2017-06-13 |
Stefan Tomanek | ip rule: add suppress_{prefixlength,ifgroup} options |
commit | commitdiff | tree | snapshot |
2017-05-26 |
Youfu Zhang | ash: fix incorrect path in describe_command |
commit | commitdiff | tree | snapshot |
2017-05-26 |
Laurent Bercot | ls: fix support for long options when FEATURE_LS_COLOR... |
commit | commitdiff | tree | snapshot |
2017-05-26 |
Denys Vlasenko | add/remove-shell: copy /etc/shells mode to new file |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Denys Vlasenko | ash,hush: fix SIGCHLD interrupting read builtin |
commit | commitdiff | tree | snapshot |
2017-05-15 |
James Byrne | sv: update to match version 2.1.2 of runit |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Denys Vlasenko | runsv: update to match version 2.1.2 of runit |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Denys Vlasenko | svlogd.c: support -ttt (dateTtime instead of date_time) |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Denys Vlasenko | udhcpc: do not accept --background on NOMMU (same as -b) |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Denys Vlasenko | udhcpc: fix "udhcpc -x hostname:<name> not working... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Denys Vlasenko | diff: fix -N and nonexistent files. Closes 7454 |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Denys Vlasenko | vi: survive if stdin is nonblocking. closes 9851 |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Denys Vlasenko | time: inplement -f FMT |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Tommi Rantala | time: implement -a, -o FILE |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Tommi Rantala | time: document -p in usage |
commit | commitdiff | tree | snapshot |
2017-04-18 |
Markus Gothe | lsscsi: new applet |
commit | commitdiff | tree | snapshot |
2017-04-17 |
Denys Vlasenko | Spelling fixes in comments, documentation, tests and... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
Denys Vlasenko | factor: fix stray semicolon |
commit | commitdiff | tree | snapshot |
2017-04-14 |
Denys Vlasenko | factor: support "no-argvs" usage |
commit | commitdiff | tree | snapshot |
2017-04-13 |
Denys Vlasenko | libbb: fix "error: redefinition of 'is_tty_secure'" |
commit | commitdiff | tree | snapshot |
2017-04-13 |
Denys Vlasenko | factor: improve comments for sieving logic... also... |
commit | commitdiff | tree | snapshot |
2017-04-13 |
Denys Vlasenko | fix "loginutils/Config.in:319 error: Overlong line" |
commit | commitdiff | tree | snapshot |
2017-04-13 |
Denys Vlasenko | factor: improve comments for sieving logic |
commit | commitdiff | tree | snapshot |
next |