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 |
2018-03-07 |
Denys Vlasenko | top: do unsigned rather than signed division in do_stats() |
commit | commitdiff | tree | snapshot |
2018-03-07 |
Denys Vlasenko | top: handle much larger VSZ values |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Denys Vlasenko | use gmtime_r() instead of gmtime() |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Denys Vlasenko | hush: code shrink |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Denys Vlasenko | networking/interface.c: get rid of global data |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Denys Vlasenko | networking/interface.c: get rid of global "smallint... |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Denys Vlasenko | networking/interface.c: code shrink |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Peter Lloyd | wget: fix fetching of https URLs with http proxy |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Sean MacLennan | make busybox more portable |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Denys Vlasenko | hush: fix a='a\\'; echo "${a%\\\\}" |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Denys Vlasenko | shell: tweak bkslash_in_varexp.tests, add bkslash_in_va... |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Denys Vlasenko | shell: two new tests, both fail for ash and hush |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Andy Shevchenko | libbb: Use return value from is_prefixed_with() |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Denys Vlasenko | tcpudp: shrink per-host rate-limiting code |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Denys Vlasenko | less: accept -R option. Closes 10816 |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Ron Yorston | lineedit: allow window size tracking to be disabled |
commit | commitdiff | tree | snapshot |
2018-02-23 |
Denys Vlasenko | df: do "rootfs" check sooner |
commit | commitdiff | tree | snapshot |
2018-02-23 |
Denys Vlasenko | df: 4TB+ support on 32 bits arch |
commit | commitdiff | tree | snapshot |
2018-02-23 |
Denys Vlasenko | Fix install with hardlinks and a custom PREFIX. Closes... |
commit | commitdiff | tree | snapshot |
2018-02-22 |
Denys Vlasenko | od: move address_fmt[] from data to globals. 8 less... |
commit | commitdiff | tree | snapshot |
2018-02-22 |
Denys Vlasenko | sort: fix potentially buggy use of OPT_STR |
commit | commitdiff | tree | snapshot |
2018-02-22 |
Denys Vlasenko | sort: in -s handling, return 1/-1, not 1/0 compare... |
commit | commitdiff | tree | snapshot |
2018-02-21 |
Denys Vlasenko | libbb: compile capability code only if FEATURE_SETPRIV_... |
commit | commitdiff | tree | snapshot |
2018-02-21 |
Denys Vlasenko | sort: fix -s. Closes 10671 |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Jan Luebbe | iplink: implement support for selecting a master interface |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Jan Luebbe | ip link: support "add TYPE vrf", improve --help |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Denys Vlasenko | umount: fix "umount -t FSTYPE MNTPOINT" acting as if... |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Denys Vlasenko | tar,unzip: postpone creation of symlinks with "suspicio... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Denys Vlasenko | poweroff: add a config option for people needing VERY... |
commit | commitdiff | tree | snapshot |
2018-02-15 |
Denys Vlasenko | mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big... |
commit | commitdiff | tree | snapshot |
2018-02-14 |
Denys Vlasenko | tls: remove redundant floor prevention |
commit | commitdiff | tree | snapshot |
next |