oweals/busybox.git
2018-04-08 Denys Vlasenkolibbb.h: always include sys/resource.h
2018-04-08 Denys Vlasenkolzop: remove method checks which are always true/false
2018-04-08 Denys Vlasenkolzop: buffer several 32-bit writes when we start a...
2018-04-08 Denys Vlasenkolzop: reuse strings
2018-04-08 Denys Vlasenkolzop: checksum reads do not need to be checksummed
2018-04-08 Denys Vlasenkolzop: don't support ancient versions < 0.94 (15 Oct...
2018-04-08 Denys Vlasenkolzop: code shrink by using header_t matching on-disk...
2018-04-07 Denys Vlasenkotar: trim help text
2018-04-07 Denys Vlasenkohush: fix prompt in multi-line $(())
2018-04-07 Denys Vlasenkolibbb: switch bb_ask_noecho() to "mallocing" string...
2018-04-07 Denys Vlasenkoxargs: use bb_ask_y_confirmation_FILE() instead of...
2018-04-07 Denys Vlasenkolibbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmat...
2018-04-07 Denys Vlasenkotelnet: move winsize detection closer to I/O loop,...
2018-04-07 Denys Vlasenkoftpd: allow -A if !FTPD_AUTHENTICATION as well
2018-04-07 Denys Vlasenkoftpd: added -A option to disable all authentication...
2018-04-07 Denys Vlasenkowget,ftpd: shorten and reuse strings
2018-04-06 Denys Vlasenkohttpd: do not default to Content-type: application...
2018-04-06 Denys Vlasenkoscripts/kconfig/mconf.c: survive is SIGWINCH is not...
2018-04-06 Denys Vlasenkoi386: make stack size optimization selectable, and...
2018-04-06 Denys Vlasenkoplacate gcc-8.0.1 warnings
2018-04-06 Denys Vlasenkohush: fix "unset PS1/PS2", and put them into initial...
2018-04-06 Denys Vlasenkosort: smaller and more agressive FEATURE_SORT_OPTIMIZE_...
2018-04-06 Denys Vlasenkohush: if we did match "LINENO" or "OPTIND", stop furthe...
2018-04-06 Denys Vlasenkohush: consolidate handling of setting/unsetting of...
2018-04-05 Denys Vlasenkohush: update to correctly handle changed var_bash[346...
2018-04-05 Denys Vlasenkohush: implement "hush -s"
2018-04-05 Denys Vlasenkoplacate gcc 8.0.1 sprintf overflow warnings in config...
2018-04-05 Denys Vlasenkohush: fix a few more corner cases with empty-expanding...
2018-04-05 Denys Vlasenkohush: fix corner cases with exec in empty expansions
2018-04-05 Denys Vlasenkohush: less mind-bending set_vars_and_save_old()
2018-04-05 Denys Vlasenkohush: "no logic changes" in last commit was not true...
2018-04-05 Denys Vlasenkohush: make run_pipe code simpler to understand, no...
2018-04-04 Denys Vlasenkohush: fix a bug where we don't properly handle f()...
2018-04-04 Denys Vlasenkohush: make var nesting code independent of "local"...
2018-04-04 Denys Vlasenkohush: fix for readonly vars in "ro=A ro=B cmd" case
2018-04-04 Denys Vlasenkosort: move misplaced comment
2018-04-04 Denys Vlasenkosort: FEATURE_SORT_OPTIMIZE_MEMORY
2018-04-04 Denys Vlasenkoash: unbreak PS1 parsing after "ash: parser: Add syntax...
2018-04-03 Denys Vlasenkohush: support "f() (cmd)" functions
2018-04-03 Denys Vlasenkohush: fix mishandling of "true | f() { echo QWE; }"
2018-04-03 Denys Vlasenkohush: fix "set -e; false || x=1; echo OK"
2018-04-03 Denys Vlasenkohush: one-word, no-globbing handling of local/export...
2018-04-02 Denys Vlasenkoash: parser: Fix parameter expansion inside inner doubl...
2018-04-02 Denys Vlasenkohush: fix a backslash-removal bug in case
2018-04-02 Denys Vlasenkoash: expand: Fix bugs with words connected to the right...
2018-04-02 Denys Vlasenkoash: redir: Fix typo in noclobber code
2018-04-02 Denys Vlasenkoash: parser: Fix single-quoted patterns in here-documents
2018-04-02 Denys Vlasenkohush: remove stray debugging printout
2018-04-02 Denys Vlasenkoash: parser: Add syntax stack for recursive parsing
2018-04-01 Denys Vlasenkohush: update information comment about heredoc discrepancy
2018-04-01 Denys Vlasenkolibbb: new function bb_die_memory_exhausted
2018-04-01 Quentin Rameaused: prevent overflow of length from bb_get_chunk_from_file
2018-04-01 Quentin Rameaulibbb: remove unnecessary variable in xmalloc_fgets
2018-04-01 Denys Vlasenkohush: add a comment where we differ from bash wrt hered...
2018-04-01 Denys Vlasenkoparser: Fix backquote support in here-document EOF...
2018-04-01 Denys Vlasenkoash,hush: handle a few more bkslash-newline cases
2018-03-31 Denys Vlasenkoshells: fix var_LINENO1.tests false positive, add it...
2018-03-31 Denys Vlasenkohush: fix heredoc_bkslash_newline1.tests failure
2018-03-31 Denys Vlasenkoash: use pgetc_eatbnl() in more places
2018-03-31 Martijn Dekkerash: 'nolog' and 'debug' options cause "$-" to wreak...
2018-03-31 Denys Vlasenkostat: fix a typo: s/romfs/ramfs/, closes 10876
2018-03-30 Denys Vlasenkohush: fix a signedness bug
2018-03-30 Denys Vlasenkoash,hush: new test dollar_repl_slash_bash2.tests
2018-03-30 Denys Vlasenkoash: fix "char == CTLfoo" comparison signedness bug
2018-03-30 Denys Vlasenkoash: use F_DUPFD_CLOEXEC and O_CLOEXEC
2018-03-30 Denys Vlasenkoexamples/var_service: new example: dnsmasq service
2018-03-30 Natanael Copacpio: extract "unsafe" symlinks the same way tar/unzip...
2018-03-30 Denys Vlasenkosvok: new applet (daemontools compat)
2018-03-30 Denys Vlasenkoifplugd service example: always run up/down script...
2018-03-29 Stefan Agnerifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL,...
2018-03-29 Peter Korsgaardfbsplash: support configurable image position
2018-03-29 Denys Vlasenkogrep: fix echo "aa" | busybox grep -F -w "a" (should...
2018-03-29 Denys Vlasenkofstrim: do not check that specified file is on a block...
2018-03-28 Denys Vlasenkohush: add a FIXME comment
2018-03-28 Denys Vlasenkoash,hush: fix "saved" redirected fds still visible...
2018-03-28 Denys Vlasenkolibbb: use BUILD_BUG_ON in utoa_to_buf()
2018-03-27 Kaarle Ritvanenifupdown: do not fail if interface disappears during...
2018-03-27 Denys Vlasenkoioctl(SIOCGIFINDEX) does not require clearing of entire ifr
2018-03-27 Mark Marshallnetstat: produce numeric-ip output for non-resolved...
2018-03-20 Ron Yorstonssl_client: fix option parsing
2018-03-19 Denys Vlasenkotop: fix "warning: unused variable new_mask"
2018-03-16 Denys Vlasenkotar: add -o and -k to short --help too
2018-03-16 Denys Vlasenkotar: add -k and -o to --help
2018-03-11 Denys Vlasenkotcpsvd: fix fallout from opt_complementary removal
2018-03-11 Denys Vlasenkoreadprofile: code shrink
2018-03-11 Denys Vlasenkontpd: choose initial FREQHOLD_cnt dynamically
2018-03-11 Denys Vlasenkoudhcpd: clamp down huge auto_times to ~2M seconds,...
2018-03-10 Denys Vlasenkontpd: suppress in-kernel frequency correction in first...
2018-03-10 Denys Vlasenkoudhcpd: fix "not dying on SIGTERM"
2018-03-08 Denys Vlasenkoremove stray newline in "iplink --help"
2018-03-08 Denys Vlasenkoip: fix "ip -oneline a"
2018-03-08 Denys Vlasenkoipcs: further code shrink
2018-03-08 Denys Vlasenkoipcs: code shrink
2018-03-08 Denys Vlasenkomd5sum: use config help text similar to other "sum...
2018-03-07 Denys Vlasenkotop: much faster cursor key navigation by avoiding...
2018-03-07 Denys Vlasenkotop: do unsigned rather than signed division in do_stats()
2018-03-07 Denys Vlasenkotop: handle much larger VSZ values
2018-03-06 Denys Vlasenkouse gmtime_r() instead of gmtime()
2018-03-06 Denys Vlasenkohush: code shrink
2018-03-05 Denys Vlasenkonetworking/interface.c: get rid of global data
next