oweals/busybox.git
2017-07-21 Denys Vlasenkopgrep: fix "pgrep -v -P1"; also allow matching of comm...
2017-07-21 Denys Vlasenkoping: fix help text to show what parameter -p takes
2017-07-21 Denys Vlasenkoash: suppress readonly1.tests false positive; add reado...
2017-07-21 Denys Vlasenkoash: improve set -x to quote strings as necessary
2017-07-21 Denys Vlasenkoudhcpc[6]: on log level 1, three messages about raw...
2017-07-21 Denys Vlasenkoping: better config help text for FEATURE_FANCY_PING
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-20 Denys Vlasenkolibarchive: FEATURE_LZMA_FAST should be visible if...
2017-07-20 Denys Vlasenkounzip: sanitize filename length: malloc(1234mb) is...
2017-07-20 Denys Vlasenkounzip: implement -j, closes 9126
2017-07-20 Denys Vlasenkounzip: robustify overwrite checks
2017-07-20 Denys Vlasenkounzip: support symlinks. Closes 10031
2017-07-20 Denys Vlasenkobzcat,zcat: simplify code if gunzip/bunzip2 is not...
2017-07-20 Denys Vlasenkoshell: optional support for read -t N.NNN, closes 10101
2017-07-20 Denys Vlasenkobootchartd: fix typo in comment
2017-07-20 Uwe Geuderbootchartd: prevent premature stop by device mapper
2017-07-19 Denys Vlasenkosparc: needs -fPIC
2017-07-19 Denys Vlasenkoswapon/swapoff: trim config help text
2017-07-19 Denys VlasenkoUpdate remaining menuconfig items with approximate...
2017-07-19 Ron Yorstonod_bloaty: fix floating point output
2017-07-18 Denys Vlasenkohdparm: remove contradicting size info in config help
2017-07-18 Denys Vlasenkoash: remove contradicting size info in config help
2017-07-18 Denys Vlasenkohush: remove contradicting size info in config help
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-07-18 Denys VlasenkoTweaks from mass recompile for 1.27.1 release
2017-07-18 Denys Vlasenkohush: tweak "help" output
2017-07-18 Ron Yorstonprintf: fix format string sanity check
2017-07-18 Denys Vlasenkohush: fix readonly2.tests failure
2017-07-18 Denys Vlasenkohush: another testcase for "READONLY_VAR=VAL BLTIN...
2017-07-18 Denys Vlasenkohush: do not assign to readonly VAR in "VAR=VAL CMD...
2017-07-17 Denys Vlasenkohush: add readonly testcase, fix fallout
2017-07-17 Denys Vlasenkohush: convert exp/ro/local parameters to bitfields...
2017-07-17 Denys Vlasenkohush: HUSH_READONLY depends on HUSH
2017-07-17 Denys Vlasenkohush: forgot to emit error on (failing) second "readonl...
2017-07-17 Denys Vlasenkohush: smaller code in !READONLY configs
2017-07-17 Denys Vlasenkohush: implement "readonly" builtin
2017-07-17 Denys Vlasenkoash: more general format ${var:EXPR:EXPR}
2017-07-17 Denys Vlasenkoash: "you disabled math" is wrong: user did not disable...
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
next