oweals/busybox.git
2020-06-26 Denys VlasenkoBump version to 1.32.0 1_32_stable 1_32_0
2020-06-25 Denys Vlasenkogzip -d with zcat enabled but gunzip disabled was misbe...
2020-06-24 Denys Vlasenkomake_single_applets.sh: switch off nologin deps option
2020-06-24 Denys Vlasenkobc: placate a "defined but not used" warning
2020-06-24 Denys Vlasenkonologin: make it possible to build it as single applet
2020-06-24 Denys Vlasenkosuppress a few compile warnings
2020-06-23 Denys Vlasenkorandomconfig fixes
2020-06-23 Denys Vlasenkorandomconfig fixes
2020-06-23 Denys Vlasenkorandomconfig fix
2020-06-23 Denys Vlasenkorandomconfig fixes
2020-06-23 Denys Vlasenkorandomconfig fixes
2020-06-23 Denys Vlasenkorandomconfig fixes
2020-06-21 Stefan Agnerexamples/udhcp/simple.script: fix IPv6 support when...
2020-06-21 Uwe Glaeserudhcpc6: use correct multicast MAC
2020-06-10 Denys Vlasenkonmeter: add %T (zero-based timestamp) format
2020-06-10 Biswapriyo... Makefile.flags: restrict Wno-constant-logical-operand...
2020-06-09 Sören Tempeldeluser: check if specified home is a directory before...
2020-06-09 Martin Lewisdhcpc: refactor xmalloc_optname_optval to shrink binary...
2020-06-09 Ron Yorstonhttpd: allow '-h' to work when daemonized with NOMMU...
2020-06-09 Denys Vlasenkoudhcp: comment out unused domain compression code
2020-06-09 Denys Vlasenkosysctl: do report EACCES errors on write
2020-06-09 Mark Edgarunexpand: correct behavior for --first-only --tabs=4
2020-06-08 Martin Lewisxstrndup: Use strndup instead of implementing it.
2020-06-08 Martin Lewisdhcpc: code shrink in good_hostname
2020-06-08 Denys Vlasenkoawk: disallow "str"++, closes bug 12981
2020-05-20 Dimitri John... wget: implement TLS verification with ENABLE_FEATURE_WG...
2020-04-30 Ron Yorstonash,hush: drop pointer check before calls to show_history
2020-04-30 Ron Yorstonmim: run scripts from a specification file
2020-04-30 Ron Yorstonash: fix build failure when command built-in is disabled
2020-04-30 Ron Yorstonhttpd: permit non-default home directory with NOMMU...
2020-04-29 Sören Tempelgrep: add proper support for pattern_list
2020-04-29 Gray Wolfgrep: Fix -f FILE when FILE is empty and -x provided
2020-04-29 Ron Yorstonxargs: restore correct behaviour of -n option
2020-04-29 Jean-Philippe... build system: remove KBUILD_STR()
2020-04-29 Lauri Kasanenunzip: -d should create the dir
2020-02-26 Denys Vlasenkoshells: fix exitcode_trapN tests to avoid races
2020-02-24 Denys Vlasenkoash: expand: Fix multiple issues with EXP_DISCARD in...
2020-02-24 Denys Vlasenkoash: expand: Do not reprocess data when expanding words
2020-02-24 Ron Yorstonash: move TRACE statement in evalcommand()
2020-02-24 Denys Vlasenkoash: rename some function parameters to match dash
2020-02-24 Denys Vlasenkoash: rename stack_nputstr() back to stnputs() to match...
2020-02-22 Denys Vlasenkoash: Expand here-documents in the current shell environment
2020-02-22 Denys Vlasenkoash: parser: Do not push token back before parseheredoc
2020-02-22 Denys Vlasenkoash: parser: Fix old-style command substitution here...
2020-02-21 Denys Vlasenkohush: fix negative_arith.tests: glob-protect dash in...
2020-02-21 Denys Vlasenkoash: expand: Ensure result is escaped in cvtnum
2020-02-21 Denys Vlasenkoash: memalloc: Avoid looping in growstackto
2020-02-21 Denys Vlasenkohush: make "exit" in trap use pre-trap exitcode - fix...
2020-02-21 Denys Vlasenkohush: make "exit" in trap use pre-trap exitcode
2020-02-20 Denys Vlasenkoash: eval: Only restore exit status on exit/return
2020-02-20 Denys Vlasenkoash: Return without arguments in a trap should use...
2020-02-20 Denys Vlasenkohush: implement "return NUM in trap sets $? after trap"
2020-02-20 Ron Yorstonash: return exit status of nofork applets (again)
2020-02-20 Denys Vlasenkoash: expand: Merge syntax/quotes in memtodest with...
2020-02-20 Denys Vlasenkoash: eval: Always set localvar_stop
2020-02-20 Denys Vlasenkoash: eval: Replace with listsetvar with mklocal/setvareq
2020-02-20 Denys Vlasenkoash: eval: Fail immediately with redirections errors...
2020-02-20 Denys Vlasenkoash: eval: Add assignment built-in support again
2020-02-19 Denys Vlasenkoash,hush: testcase for "exit" without arguments in...
2020-02-18 Denys Vlasenkoash,hush: add comment about masked SIGCHLD, handle...
2020-02-18 Denys Vlasenkoash: jobs: Only clear gotsigchld when waiting for every...
2020-02-18 Denys Vlasenkoash: jobs - Do not block when waiting on SIGCHLD
2020-02-18 Denys Vlasenkoash: eval: Reap zombies after built-in commands and...
2020-02-17 Denys Vlasenkoash: exec: Never rehash regular built-ins
2020-02-17 Denys Vlasenkoash: exec: Stricter pathopt parsing
2020-02-17 Denys Vlasenkoash: exec: Do not allocate stack string in padvance
2020-02-17 Denys Vlasenkoash: memalloc: Add growstackto helper
2020-02-17 Denys Vlasenkoash: parser: Save/restore here-documents in command...
2020-02-17 Denys Vlasenkoash: mkinit: Split reset into exitreset and reset
2020-02-17 Denys Vlasenkoash: expand: Fix trailing newlines processing in backqu...
2020-02-17 Denys Vlasenkoash: parser: Only accept single-digit parameter expansi...
2020-02-16 Denys Vlasenkoash: shell: Fix clang warnings about "string plus integer"
2020-02-16 Denys Vlasenkoash: eval: Use the correct expansion mode for fd redire...
2020-02-16 Denys Vlasenkoash: expand: Fix skipping of command substitution when...
2020-02-16 Denys Vlasenkoash: main: Print \n upon EOF (CTRL-D) when run interact...
2020-02-16 Denys Vlasenkoash: expand: Use HOME in tilde expansion when it is...
2020-02-16 Denys Vlasenkoash: builtin: Mark more regular built-ins
2020-02-16 Denys Vlasenkoash: jobs: Replace some uses of fmtstr with stpcpy...
2020-02-16 Denys Vlasenkoash: output: Fix fmtstr return value
2020-02-16 Denys Vlasenkoash: main: Only set savestatus in exitcmd
2020-02-16 Denys Vlasenkoash: [BUILTIN] Exit without arguments in a trap should...
2020-02-16 Denys Vlasenkoash: parser: Fix incorrect eating of backslash newlines
2020-02-16 Denys Vlasenkoash: use pgetc_eatbnl() in more places, take 2
2020-02-14 Denys Vlasenkofdisk: add HFS / HFS+ partition type
2020-02-13 Denys Vlasenkotftp: on download, open local file only when first...
2020-02-13 Denys Vlasenkotftp: fix thinko in code shrink
2020-02-13 Denys Vlasenkotftp: code shrink
2020-02-13 Denys Vlasenkotftpd: show requested file name in open error message
2020-02-02 Denys Vlasenkoawk: fix more "length" cases, closes 12486
2020-01-29 Ron Yorstonash,hush: allow builtins to be tab-completed, closes...
2020-01-29 Ron Yorstonxargs: fix handling of quoted arguments, closes 11441
2020-01-29 Ron Yorstonvi: fixes to string search in colon commands, closes...
2020-01-29 Ron Yorstonash: improve expandstr()
2020-01-29 Peter Korsgaardsyslogd: add config option to include milliseconds...
2020-01-14 Denys Vlasenkoudhcpd: mangle hostnames starting with dash ("-option")
2019-12-03 Denys Vlasenkowhois: limit total length of response to 32+2 kb
2019-12-03 Denys Vlasenkoinit: improve handling of signals racing with each...
2019-12-02 Denys Vlasenkoinit: if tcgetattr() fails, don't even try to tcsetattr()
2019-11-28 Denys Vlasenkohush: fix preprocessor directives indentation
2019-11-27 Tomi Leppanengrep: add -R
next