2018-04-09 |
Denys Vlasenko | hush: fix var_leaks.tests and var_preserved.tests on... |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Denys Vlasenko | hush: fix func_return2.tests on NOMMU |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Denys Vlasenko | unlzma: fix segfault on bad archive |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Denys Vlasenko | bzip2: fix two crashes on corrupted archives |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Denys Vlasenko | wget: check chunk length for overflowing off_t |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Denys Vlasenko | libbb.h: always include sys/resource.h |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Denys Vlasenko | lzop: remove method checks which are always true/false |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Denys Vlasenko | lzop: buffer several 32-bit writes when we start a... |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Denys Vlasenko | lzop: reuse strings |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Denys Vlasenko | lzop: checksum reads do not need to be checksummed |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Denys Vlasenko | lzop: don't support ancient versions < 0.94 (15 Oct... |
commit | commitdiff | tree | snapshot |
2018-04-08 |
Denys Vlasenko | lzop: code shrink by using header_t matching on-disk... |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Denys Vlasenko | tar: trim help text |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Denys Vlasenko | hush: fix prompt in multi-line $(()) |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Denys Vlasenko | libbb: switch bb_ask_noecho() to "mallocing" string... |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Denys Vlasenko | xargs: use bb_ask_y_confirmation_FILE() instead of... |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Denys Vlasenko | libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmat... |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Denys Vlasenko | telnet: move winsize detection closer to I/O loop,... |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Denys Vlasenko | ftpd: allow -A if !FTPD_AUTHENTICATION as well |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Denys Vlasenko | ftpd: added -A option to disable all authentication... |
commit | commitdiff | tree | snapshot |
2018-04-07 |
Denys Vlasenko | wget,ftpd: shorten and reuse strings |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Denys Vlasenko | httpd: do not default to Content-type: application... |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Denys Vlasenko | scripts/kconfig/mconf.c: survive is SIGWINCH is not... |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Denys Vlasenko | i386: make stack size optimization selectable, and... |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Denys Vlasenko | placate gcc-8.0.1 warnings |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Denys Vlasenko | hush: fix "unset PS1/PS2", and put them into initial... |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Denys Vlasenko | sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_... |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Denys Vlasenko | hush: if we did match "LINENO" or "OPTIND", stop furthe... |
commit | commitdiff | tree | snapshot |
2018-04-06 |
Denys Vlasenko | hush: consolidate handling of setting/unsetting of... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Denys Vlasenko | hush: update to correctly handle changed var_bash[346... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Denys Vlasenko | hush: implement "hush -s" |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Denys Vlasenko | placate gcc 8.0.1 sprintf overflow warnings in config... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Denys Vlasenko | hush: fix a few more corner cases with empty-expanding... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Denys Vlasenko | hush: fix corner cases with exec in empty expansions |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Denys Vlasenko | hush: less mind-bending set_vars_and_save_old() |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Denys Vlasenko | hush: "no logic changes" in last commit was not true... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Denys Vlasenko | hush: make run_pipe code simpler to understand, no... |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Denys Vlasenko | hush: fix a bug where we don't properly handle f()... |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Denys Vlasenko | hush: make var nesting code independent of "local"... |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Denys Vlasenko | hush: fix for readonly vars in "ro=A ro=B cmd" case |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Denys Vlasenko | sort: move misplaced comment |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Denys Vlasenko | sort: FEATURE_SORT_OPTIMIZE_MEMORY |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Denys Vlasenko | ash: unbreak PS1 parsing after "ash: parser: Add syntax... |
commit | commitdiff | tree | snapshot |
2018-04-03 |
Denys Vlasenko | hush: support "f() (cmd)" functions |
commit | commitdiff | tree | snapshot |
2018-04-03 |
Denys Vlasenko | hush: fix mishandling of "true | f() { echo QWE; }" |
commit | commitdiff | tree | snapshot |
2018-04-03 |
Denys Vlasenko | hush: fix "set -e; false || x=1; echo OK" |
commit | commitdiff | tree | snapshot |
2018-04-03 |
Denys Vlasenko | hush: one-word, no-globbing handling of local/export... |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Denys Vlasenko | ash: parser: Fix parameter expansion inside inner doubl... |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Denys Vlasenko | hush: fix a backslash-removal bug in case |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Denys Vlasenko | ash: expand: Fix bugs with words connected to the right... |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Denys Vlasenko | ash: redir: Fix typo in noclobber code |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Denys Vlasenko | ash: parser: Fix single-quoted patterns in here-documents |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Denys Vlasenko | hush: remove stray debugging printout |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Denys Vlasenko | ash: parser: Add syntax stack for recursive parsing |
commit | commitdiff | tree | snapshot |
2018-04-01 |
Denys Vlasenko | hush: update information comment about heredoc discrepancy |
commit | commitdiff | tree | snapshot |
2018-04-01 |
Denys Vlasenko | libbb: new function bb_die_memory_exhausted |
commit | commitdiff | tree | snapshot |
2018-04-01 |
Quentin Rameau | sed: prevent overflow of length from bb_get_chunk_from_file |
commit | commitdiff | tree | snapshot |
2018-04-01 |
Quentin Rameau | libbb: remove unnecessary variable in xmalloc_fgets |
commit | commitdiff | tree | snapshot |
2018-04-01 |
Denys Vlasenko | hush: add a comment where we differ from bash wrt hered... |
commit | commitdiff | tree | snapshot |
2018-04-01 |
Denys Vlasenko | parser: Fix backquote support in here-document EOF... |
commit | commitdiff | tree | snapshot |
2018-04-01 |
Denys Vlasenko | ash,hush: handle a few more bkslash-newline cases |
commit | commitdiff | tree | snapshot |
2018-03-31 |
Denys Vlasenko | shells: fix var_LINENO1.tests false positive, add it... |
commit | commitdiff | tree | snapshot |
2018-03-31 |
Denys Vlasenko | hush: fix heredoc_bkslash_newline1.tests failure |
commit | commitdiff | tree | snapshot |
2018-03-31 |
Denys Vlasenko | ash: use pgetc_eatbnl() in more places |
commit | commitdiff | tree | snapshot |
2018-03-31 |
Martijn Dekker | ash: 'nolog' and 'debug' options cause "$-" to wreak... |
commit | commitdiff | tree | snapshot |
2018-03-31 |
Denys Vlasenko | stat: fix a typo: s/romfs/ramfs/, closes 10876 |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Denys Vlasenko | hush: fix a signedness bug |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Denys Vlasenko | ash,hush: new test dollar_repl_slash_bash2.tests |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Denys Vlasenko | ash: fix "char == CTLfoo" comparison signedness bug |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Denys Vlasenko | ash: use F_DUPFD_CLOEXEC and O_CLOEXEC |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Denys Vlasenko | examples/var_service: new example: dnsmasq service |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Natanael Copa | cpio: extract "unsafe" symlinks the same way tar/unzip... |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Denys Vlasenko | svok: new applet (daemontools compat) |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Denys Vlasenko | ifplugd service example: always run up/down script... |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Stefan Agner | ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL,... |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Peter Korsgaard | fbsplash: support configurable image position |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Denys Vlasenko | grep: fix echo "aa" | busybox grep -F -w "a" (should... |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Denys Vlasenko | fstrim: do not check that specified file is on a block... |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Denys Vlasenko | hush: add a FIXME comment |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Denys Vlasenko | ash,hush: fix "saved" redirected fds still visible... |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Denys Vlasenko | libbb: use BUILD_BUG_ON in utoa_to_buf() |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Kaarle Ritvanen | ifupdown: do not fail if interface disappears during... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Denys Vlasenko | ioctl(SIOCGIFINDEX) does not require clearing of entire ifr |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Mark Marshall | netstat: produce numeric-ip output for non-resolved... |
commit | commitdiff | tree | snapshot |
2018-03-20 |
Ron Yorston | ssl_client: fix option parsing |
commit | commitdiff | tree | snapshot |
2018-03-19 |
Denys Vlasenko | top: fix "warning: unused variable new_mask" |
commit | commitdiff | tree | snapshot |
2018-03-16 |
Denys Vlasenko | tar: add -o and -k to short --help too |
commit | commitdiff | tree | snapshot |
2018-03-16 |
Denys Vlasenko | tar: add -k and -o to --help |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Denys Vlasenko | tcpsvd: fix fallout from opt_complementary removal |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Denys Vlasenko | readprofile: code shrink |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Denys Vlasenko | ntpd: choose initial FREQHOLD_cnt dynamically |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Denys Vlasenko | udhcpd: clamp down huge auto_times to ~2M seconds,... |
commit | commitdiff | tree | snapshot |
2018-03-10 |
Denys Vlasenko | ntpd: suppress in-kernel frequency correction in first... |
commit | commitdiff | tree | snapshot |
2018-03-10 |
Denys Vlasenko | udhcpd: fix "not dying on SIGTERM" |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Denys Vlasenko | remove stray newline in "iplink --help" |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Denys Vlasenko | ip: fix "ip -oneline a" |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Denys Vlasenko | ipcs: further code shrink |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Denys Vlasenko | ipcs: code shrink |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Denys Vlasenko | md5sum: use config help text similar to other "sum... |
commit | commitdiff | tree | snapshot |
2018-03-07 |
Denys Vlasenko | top: much faster cursor key navigation by avoiding... |
commit | commitdiff | tree | snapshot |
next |