Commit Graph

  • ad1b4d5882 less: add a function to detect when display is at end of file Ron Yorston 2015-07-24 14:28:50 +01:00
  • 70b84be9e8 less: rearrange detection of non-regular files Ron Yorston 2015-07-24 14:28:08 +01:00
  • 159e032bf4 less: move code to count lines into a separate function Ron Yorston 2015-07-24 14:27:42 +01:00
  • ae1a9e899e less: fix numeric input Ron Yorston 2015-07-21 20:12:31 +01:00
  • 670c3f7822 echo: make escape sequences depend on fancy mode Mike Frysinger 2015-07-29 23:33:16 -04:00
  • 52f2f37477 fbset: fix rgba parsing Linus Walleij 2015-07-27 09:59:04 +02:00
  • c29021e2a5 udhcpc: dns labels can actually start with a number Arthur Gautier 2015-07-28 05:35:00 +00:00
  • 193ba408a4 less: improvements to verbose status messages Ron Yorston 2015-07-21 22:28:09 +02:00
  • 35ae2ccb40 sync: add support for -d -f FILE Denys Vlasenko 2015-07-21 19:50:48 +02:00
  • ce193f809b Remove old_e2fsprogs/* Denys Vlasenko 2015-07-19 23:12:51 +02:00
  • d840c5d139 libbb: add a function to make a copy of a region of memory Ron Yorston 2015-07-19 23:05:20 +02:00
  • 78cfa00154 less: correctly account for tabs when rewrapping lines Ron Yorston 2015-07-19 21:41:09 +01:00
  • f06386ad4f less: fix display of line numbers Ron Yorston 2015-07-18 16:20:03 +01:00
  • 51aa861843 less: document -S flag and make it independently configurable Ron Yorston 2015-07-19 11:12:29 +01:00
  • 072fc60f29 ash: use alloca to get rid of setjmp Ron Yorston 2015-07-01 16:46:18 +01:00
  • f54a487bb4 fix file mode Denys Vlasenko 2015-07-13 03:52:32 +02:00
  • 0e056f7e9e ash: remove parsebackquote flag Ron Yorston 2015-07-01 16:45:40 +01:00
  • 97f2f7ca7f Removes stray empty line from code Maninder Singh 2015-06-10 03:47:27 +00:00
  • b7ee7e1e13 applets: Add installation of individual binaries Clayton Shotwell 2015-05-21 14:48:35 -05:00
  • c9091d8947 ps: fix SEGV on narrow screens. closes 8176 Denys Vlasenko 2015-07-01 19:07:24 +02:00
  • db31c637fa ipaddress: better formatting, no code changes Denys Vlasenko 2015-07-01 18:36:06 +02:00
  • 6a7cd3d4ab ip addr: support change and replace commands Michael Tokarev 2015-05-20 16:27:44 +03:00
  • 7db312ad26 fix whitespaces Maninder Singh 2015-06-01 10:40:09 +00:00
  • 0fabedf085 fix if(p)/free(p) construct Maninder Singh 2015-06-01 10:38:07 +00:00
  • d90899206d i2cdetect: use break instead of goto in list_i2c_busses_and_exit() Bartosz Golaszewski 2015-06-05 10:27:32 +02:00
  • aeb11a9496 i2cdump: code rework Bartosz Golaszewski 2015-06-05 10:27:31 +02:00
  • 2204472497 i2cdetect: add a check for (mode == DETECT_MODE_AUTO) Bartosz Golaszewski 2015-06-05 10:27:30 +02:00
  • e545bf6723 i2cdetect: don't scan non-regular addresses without the '-a' option Bartosz Golaszewski 2015-06-05 10:27:29 +02:00
  • 314742747d i2cdetect: don't die on addresses already in use by drivers Bartosz Golaszewski 2015-06-05 10:27:28 +02:00
  • d291c2fdd5 chown: fix help text Junling Zheng 2015-06-07 02:32:23 +02:00
  • fc3e40ee81 truncate: do not die when a file doesn't exist and no-create flag is on Ari Sundholm 2015-05-25 15:16:11 +02:00
  • 7f4a49a96c Print one less newline at the end of bb_show_usage() Denys Vlasenko 2015-05-25 14:30:52 +02:00
  • 97c6491b4e typo fixes Maninder Singh 2015-05-25 13:46:36 +02:00
  • c4603fb09a dc: fix "dc p" prinitng bogus data Denys Vlasenko 2015-05-25 13:31:25 +02:00
  • b878121e76 tc: fix print_rate Denys Vlasenko 2015-05-24 18:01:53 +02:00
  • 9a595bb36d hush: add recent ash tests to hush testsuite too (they all pass for hush) Denys Vlasenko 2015-05-18 10:23:16 +02:00
  • 523006798c testsuite: add some tests for ash Ron Yorston 2015-05-18 10:13:21 +02:00
  • 417622cc2e ash: fix breakage of ${v/pat/str} Ron Yorston 2015-05-18 09:59:14 +02:00
  • 549deab5ab ash: move parse-time quote flag detection to run-time Ron Yorston 2015-05-18 09:57:51 +02:00
  • ad88bdee0c ash: remove arithmetic expansion collapsing at parse time Ron Yorston 2015-05-18 09:56:16 +02:00
  • 7e4ed267b6 ash: remove superfluous code in arithmetic mode Ron Yorston 2015-05-18 09:54:43 +02:00
  • 3df47f9cbb ash: do not expand tilde in parameter expansion within quotes Ron Yorston 2015-05-18 09:53:26 +02:00
  • eb6b48ba74 ash: perform tilde expansion in all parameter expansion words Ron Yorston 2015-05-18 09:51:35 +02:00
  • d68d1fbd6c ash: code shrink around varvalue Ron Yorston 2015-05-18 09:49:28 +02:00
  • e0a4e107aa ash: explain what "local -" does Denys Vlasenko 2015-05-13 02:20:14 +02:00
  • 1285aa62f9 ash: consider "local -" case while iterating over local variables in mklocal. Eugene Rudoy 2015-04-26 23:32:00 +02:00
  • a818777d42 libbb: Enable support for !CONFIG_MULTIUSER Daniel Thompson 2015-05-12 07:56:04 +01:00
  • 7ca5c51cc8 i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT Bartosz Golaszewski 2015-05-11 17:26:27 +02:00
  • b2cca32a37 i2c-tools: fix 'i2cdetect -l' Bartosz Golaszewski 2015-05-11 17:22:10 +02:00
  • 17b16223f3 bzcat.tests: Run both .gz and .bz2 tests, and add .Z tests Thiago Jung Bauermann 2015-05-11 17:18:59 +02:00
  • bdb540e04f tar: do not try to decode GNU extended headers as pax headers Denys Vlasenko 2015-05-11 16:55:16 +02:00
  • 778efe37ee Conditionalize Bionic workarounds on __ANDROID_API__ Matt Whitlock 2015-05-03 18:59:50 +02:00
  • f23e3ec529 Bionic lacks mempcpy; enable existing workaround Matt Whitlock 2015-05-03 18:57:44 +02:00
  • b4059f6309 libarchive: auto-detect .Z files as well Thiago Jung Bauermann 2015-05-03 18:40:12 +02:00
  • c77a58fb2d typo fix Denys Vlasenko 2015-05-03 18:24:33 +02:00
  • 4d8ddb810d vi: basic undo feature shouldn't depend on yankmark Andrew Fuller 2015-05-03 18:18:25 +02:00
  • bbd53216f8 gzip: add support for compression levels 4-9 Aaro Koskinen 2015-04-26 14:22:05 +02:00
  • 93b98ff572 Bionic lacks tcdrain; provide a workaround Matt Whitlock 2015-04-26 13:14:50 +02:00
  • cee59053dc Bionic lacks ttyname_r; provide a workaround Matt Whitlock 2015-04-25 21:32:48 +02:00
  • de5edadee2 special-case {true,false,test} --help Denys Vlasenko 2015-04-21 16:00:41 +02:00
  • 7d86384b24 include: Fallback to UTMP unless there is UTMPX support Bernhard Reutner-Fischer 2015-04-19 23:45:17 +02:00
  • 61d6ae244a libbb: remove unnecessary argument to nonblock_immune_read Ron Yorston 2015-04-19 10:50:25 +01:00
  • ad795510d9 mdev: if a "future" mdev.seq is seen, do not overwrite it with ours Denys Vlasenko 2015-04-19 18:55:12 +02:00
  • bd77e9d609 mdev: improve logging Denys Vlasenko 2015-04-19 18:54:49 +02:00
  • 73327a048b hush: document buggy handling of duplicate "local" Denys Vlasenko 2015-04-18 19:38:13 +02:00
  • 0a0acb55db ash: fix handling of duplicate "local" Denys Vlasenko 2015-04-18 19:36:38 +02:00
  • 63f4d32c98 sed: implement ",+N" range end Denys Vlasenko 2015-04-17 14:24:55 +02:00
  • 71a5b67ba0 uevent: new applet Denys Vlasenko 2015-04-16 12:44:02 +02:00
  • f7466e4776 find: fix regression in status processing for path arguments Felix Fietkau 2015-04-09 10:20:16 +02:00
  • a90490fb69 volume_id: fix a buglet introduced by is_prefixed_with() conversion Alfonso Ranieri 2015-04-14 14:32:39 +02:00
  • e0ddb65cb2 build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGS Denys Vlasenko 2015-04-14 14:15:15 +02:00
  • 7b729edd33 update copyright years Aaro Koskinen 2015-04-02 00:55:17 +03:00
  • 86a7f18f21 *: Switch to POSIX utmpx API Bernhard Reutner-Fischer 2015-04-02 23:03:46 +02:00
  • 1186894f77 update example ntp.script Denys Vlasenko 2015-03-31 22:00:55 +02:00
  • 9472e8a86f ftpd: change_identity() must be after chroot() Denys Vlasenko 2015-03-31 21:46:26 +02:00
  • 379e8e81af typo fix Denys Vlasenko 2015-03-26 10:49:02 +01:00
  • 1850d5ec0e truncate: new applet Denys Vlasenko 2015-03-22 18:00:32 +01:00
  • 4d15068d83 zcip: fix wrong comparison of source IP with our IP Vladislav Grishenko 2015-03-19 16:19:35 +05:00
  • 911db16229 truncate: new applet Ari Sundholm 2015-03-22 17:55:38 +01:00
  • 8893023ba2 dd: move suffix struct to xatonum.c Ari Sundholm 2015-03-04 18:46:48 +02:00
  • 92edab1aa6 logread: implement dumpfollow mode of operation Phil Sutter 2015-03-22 17:36:20 +01:00
  • 6d8ea1d50e ifupdown: shrink a message Denys Vlasenko 2015-03-22 17:08:51 +01:00
  • 6ca03f2dd8 ifupdown: correct ifstate update during 'ifup -a'. Closes 6212 Frank Bergmann 2015-03-13 10:05:08 +01:00
  • 75a76269ba ash: do not split the result of tilde expansion Ron Yorston 2015-03-16 14:14:11 +00:00
  • 6798564b9e trylink: respect compiler settings when probing features Mike Frysinger 2015-03-16 17:47:01 -04:00
  • 4a08e82d44 trylink: use mktemp instead of hardcoding paths Mike Frysinger 2015-03-16 17:46:17 -04:00
  • 49acc1a761 vi: make BACKSPACE and DELETE join lines at start/end of line Denys Vlasenko 2015-03-12 21:15:34 +01:00
  • 8ec1ff350c Use chomp to remove newlines Ron Yorston 2015-03-12 20:18:51 +01:00
  • 53e9c51ade od: fix printing of high-bit chars Ron Yorston 2015-03-12 20:10:40 +01:00
  • 8dff01d06a libbb: introduce and use is_prefixed_with() Denys Vlasenko 2015-03-12 17:48:34 +01:00
  • 936c8809ca deluser: also remove user from /etc/group Denys Vlasenko 2015-03-12 15:30:46 +01:00
  • 748fb60f27 arping: fix iface name in error messages Alexander Korolkov 2015-03-12 13:05:33 +01:00
  • fe8b5802ba patch: segfault fix. Closes 7916 Denys Vlasenko 2015-03-11 18:01:34 +01:00
  • 7b434a67dc mount: -T OTHERTAB support Isaac Dunham 2015-03-11 16:07:24 +01:00
  • 3c31b092ac ntpd: tweak help text Denys Vlasenko 2015-03-05 14:04:44 +01:00
  • 2ec4f44225 inetd: fix order of array index check and array access Denys Vlasenko 2015-03-03 13:10:30 +01:00
  • 3aef814c0b ntpd: chnage help text about -l to say that it doesn't disable client code Denys Vlasenko 2015-03-02 20:59:13 +01:00
  • 7db2a7c20e runsvdir: if pid==1, also intercept SIGINT for -s SCRIPT Denys Vlasenko 2015-03-02 17:39:13 +01:00
  • dac8d80f77 runsvdir: do not block SIGCHLD around poll/sleep Denys Vlasenko 2015-03-02 17:38:18 +01:00
  • fa535f3e48 runsvdir: (almost) close a signal race Denys Vlasenko 2015-03-02 17:37:31 +01:00