oweals/busybox.git
2017-07-17 Denys Vlasenkohush: small fix to last commit
2017-07-17 Denys Vlasenkohush: support ${VAR:N:-M}
2017-07-17 Denys Vlasenkoshells: expand TODO comments, no code changes
2017-07-16 Denys Vlasenkottysize: if stdin is not tty, try stdout, then stderr
2017-07-16 Denys Vlasenkohush: fix "cmd1 && cmd2 &" handling on NOMMU
2017-07-16 Denys Vlasenkoarch: new applet (same as unmae -m). ~30 bytes.
2017-07-15 Denys Vlasenkoshell: and_or_and_backgrounding.tests is no longer...
2017-07-15 Denys Vlasenkohush: fix and_or_and_backgrounding.tests failure
2017-07-15 Denys Vlasenkoconfig: reorder items in "Busybox Settings", improve...
2017-07-15 Denys Vlasenkoconfig: merge "Busybox Settings" and "Busybox Library...
2017-07-15 Denys VlasenkoMove get_unaligned_le32() macros to platform.h
2017-07-15 Denys Vlasenkofix more instances of ": $((a++))" in shell scripts
2017-07-15 Kang-Che Sungmake_single_applets: fix ": $((fail++))" expansion...
2017-07-15 Denys Vlasenkoconfig: fix tab-damaged help text
2017-07-15 Denys Vlasenkotls: remove last int16 local variables in pstm code
2017-07-15 Denys Vlasenkotls: fix pstm asm constraint problem
2017-07-15 Denys Vlasenkobuild system: FEATURE_LIBBUSYBOX_STATIC - try to pull...
2017-07-15 Denys Vlasenkoblkdiscard: provide our own BLK[SEC]DISCARD if necessary
2017-07-15 Denys Vlasenkotls: fix build problem on non-static i386
2017-07-15 Thomas PetazzoniMakefile: include per-arch Makefile before Makefile...
2017-07-15 Johannes Schindelincopyfd: guard use of munmap() with #if (windows builds...
2017-07-15 Johannes Schindelinash: protect WIFSTOPPED use with #if JOBS
2017-07-14 Denys Vlasenkolibbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_E...
2017-07-14 Denys Vlasenkohush: make "wait %1" work even if the job is dead
2017-07-14 Denys Vlasenkohush: remove superfluous comparison
2017-07-14 Denys Vlasenkouuencode: allow space instead of "`" as padding char...
2017-07-14 Denys Vlasenkoxxd: allow "-" as file name meaning stdin
2017-07-14 Denys Vlasenkolibbb/dump: allow skipping over stdin too
2017-07-14 Denys Vlasenkolibbb/dump: fix a few broken commits and shrink code
2017-07-14 Denys Vlasenkolibbb: safe_write should not return EINTR
2017-07-14 Denys Vlasenkodd: fix status=none. Closes 10066
2017-07-14 Denys Vlasenkohush: add support for "set -e"
2017-07-14 Denys Vlasenkocat: fix "cat -An" ignoring -n; make numbering go throu...
2017-07-14 Timo Teräsadd-remove-shell: fix crash when shell is already added
2017-07-14 Kang-Che Sungcat: allow compiling out -n and -b
2017-07-11 Denys Vlasenkounzip: TODO for symlink support
2017-07-10 Denys Vlasenkoinetd,mount: do not die if uclibc without RPC is detected
2017-07-10 Denys Vlasenkohush: add TODO for "set -e"
2017-07-10 Denys Vlasenkohush: simplify insert_job_into_table() a bit
2017-07-10 Denys Vlasenkohush: rename a few functions
2017-07-10 Denys Vlasenkolibbb: do not die if setgid/setuid(real_id) on startup...
2017-07-08 Denys Vlasenkoshuf: fix random line selection. Closes 9971
2017-07-08 Denys Vlasenkocrond: code shrink
2017-07-08 Denys Vlasenkocrond: move misplaced comment
2017-07-08 Denys Vlasenkocrond: support @daily etc
2017-07-08 Denys Vlasenkowatchdog: do not use argc, other cleanups
2017-07-08 Matt Spinlerwatchdog: stop watchdog first on startup
2017-07-08 Denys Vlasenkobeep: disallow FEATURE_BEEP_FREQ = 0 in configuration
2017-07-07 Denys Vlasenkohush: explain why wait5.tests is failing
2017-07-07 Denys Vlasenkohush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait...
2017-07-07 Denys Vlasenkohush: fix two redirection testcase failures
2017-07-07 Denys Vlasenkomain: fix the case where user has "halt" as login shell...
2017-07-07 Denys Vlasenkosetpriv: remove dependency on libcap headers
2017-07-07 Denys Vlasenkosetpriv: factor out capability name printing
2017-07-07 Denys Vlasenkosetpriv: code shrink, and grouping capability code...
2017-07-07 Patrick Steinhardtsetpriv: allow modifying ambient capabilities
2017-07-06 Patrick Steinhardtsetpriv: allow modifying inheritable caps
2017-07-06 Patrick Steinhardtsetpriv: dump ambient capabilities
2017-07-06 Patrick Steinhardtsetpriv: dump capability bounding set
2017-07-06 Patrick Steinhardtsetpriv: dump inheritable capability set
2017-07-06 Patrick Steinhardtsetpriv: dump no-new-privs info
2017-07-06 Denys Vlasenkoshell: sync redir/* tests
2017-07-06 Denys Vlasenkoash: rename redir5.tests (hush has redir5.tests which...
2017-07-06 Denys Vlasenkohush: add a TODO about redir3.tests failure
2017-07-06 Denys Vlasenkohush: rename hush-redir/redir3.tests (ash has redir3...
2017-07-06 Denys Vlasenkohush: Print error messages on shift -1
2017-07-06 Denys Vlasenkotypo fix
2017-07-06 Denys Vlasenkohush: implement negative start in the ${v: -n[:m]}...
2017-07-06 Denys Vlasenkohush: "adopt" ash var-utf8-length.tests
2017-07-06 Denys Vlasenkohush: "adopt" ash signal4.tests
2017-07-06 Denys Vlasenkoshell: remove duplicate sigint1.tests (another copies...
2017-07-06 Denys Vlasenkohush: add tickquote1.tests from ash testsuite
2017-07-06 Denys Vlasenkoshell: syncronize ash and hush heredoc3.tests
2017-07-06 Denys Vlasenkoshell: syncronize ash and hush heredoc1.tests
2017-07-06 Denys Vlasenkoshell: syncronize ash_test/run-all and hush_test/run...
2017-07-06 Denys Vlasenkomakedevs: code shrink
2017-07-06 Denys Vlasenkomakedevs: allow much longer filenames
2017-07-05 Denys Vlasenkohush: correctly handle quoting in "case" even if !BASH_...
2017-07-05 Peter Korsgaarddpkg: fix CONFIG_FEATURE_CLEAN_UP handling
2017-07-05 Denys Vlasenkohush: fix quoted_punct.tests failure
2017-07-05 Denys Vlasenkoash: fix escaping of a few characters (broken by last...
2017-07-05 Denys Vlasenkoash: tweak in comment
2017-07-05 Denys Vlasenkoash: note which versions of glibc exhibit "rho bug"
2017-07-05 Denys Vlasenkoash: fix matching of unicode greek letter rho (cf 81...
2017-07-04 Denys Vlasenkosetpriv: dump user and group info
2017-07-04 Denys Vlasenkolibbb: new function bb_getgroups() - allocating wrapper...
2017-07-04 Patrick Steinhardtsetpriv: prepare option parsing logic for additional...
2017-07-04 Patrick Steinhardtsetpriv: do not process remaining args
2017-07-04 Denys Vlasenkotls: use capped SNI len everywhere
2017-07-04 Denys Vlasenkobzcat: compile bunzip2_main() if BZCAT.
2017-07-04 Denys VlasenkoChange BB_EXTRA_VERSION: now it needs to contain any...
2017-07-03 Denys Vlasenkofixes for bugs found by make_single_applets.sh
2017-07-03 Denys Vlasenkomsh: delete this applet
2017-07-03 Denys VlasenkoStart 1.28.0 development cycle
2017-07-03 Denys VlasenkoBump version to 1.27.0 1_27_0
2017-07-03 Denys Vlasenkoscripts/randomtest: update things which can't be tested...
2017-07-02 Denys Vlasenkorandomconfig fixes
2017-07-01 Denys Vlasenkoash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT...
2017-07-01 Denys Vlasenkoash: fix 'trap - 65'
2017-06-28 Denys Vlasenkoudhcpc6: make -O OPT work
next