Commit Graph

  • 3dfe0ae5a8 libbb: make syslog level for bb_error_msg's configurable. use it in crond Denys Vlasenko 2014-04-30 14:48:28 +02:00
  • 01a1a967c9 crond: tweak help text, make course less cryptic Denys Vlasenko 2014-04-30 14:47:28 +02:00
  • 07e5555a8f modprobe-small: (un)load all modules which match the alias, not only first one Denys Vlasenko 2014-04-21 16:59:36 +02:00
  • 5a21c8550e ntpd: fix wrong delay value in one of the printed messages Denys Vlasenko 2014-04-20 13:04:23 +02:00
  • d531f93f64 ntpd: truly ignore high delay packet Denys Vlasenko 2014-04-19 19:00:16 +02:00
  • 6116cb23cc modprobe-small: remove redundant aliases from modules.dep.bb Denys Vlasenko 2014-04-19 16:17:27 +02:00
  • 5fd3ddfb24 modprobe-small: fix help messages for aliased module-related applets Denys Vlasenko 2014-04-19 15:04:39 +02:00
  • e152cb8189 adjtimex: make its help text and printed data a bit less cryptic Denys Vlasenko 2014-04-17 11:29:34 +02:00
  • eb9f485b07 libbb/obscure.c: code shrink. Suggested by Tito. Denys Vlasenko 2014-04-16 19:51:34 +02:00
  • 3fa97af7cc ash,hush: set $HOSTNAME is bash compat. Closes 7028 Denys Vlasenko 2014-04-15 11:43:29 +02:00
  • ad16741ccd libbb: provide usleep() fallback implementation Bernhard Reutner-Fischer 2014-04-13 16:37:57 +02:00
  • 69b114fb8a less: fix bugs discovered with "git log -p | less -m" on kernel tree Denys Vlasenko 2014-04-07 23:32:29 +02:00
  • 32afd3aa60 vi: some simplifications Denys Vlasenko 2014-04-05 22:57:46 +02:00
  • e7430867a8 vi: clear undo buffer when we change to another file Denys Vlasenko 2014-04-03 12:47:48 +02:00
  • 2c51202aec vi: undo code shrink Denys Vlasenko 2014-04-03 01:45:05 +02:00
  • a8d6f9bee4 vi: undo support for vi with intermediate queuing Jody Bruchon 2014-04-02 13:49:26 +02:00
  • 7537406edd build system: specify '-nostldlib' when linking to .o files Drew Moseley 2014-04-02 12:12:46 +02:00
  • c9a67133d6 swapon/swapoff: -a returns 0 on ignored errors Tito Ragusa 2014-04-01 09:51:27 +02:00
  • a3f326cd66 swapon/swapoff: size reduction, cleanup, fixes, improvements Tito Ragusa 2014-03-31 16:39:26 +02:00
  • faa9e94db6 wget: fix a case where progress bar isn't updated if writes are very slow Denys Vlasenko 2014-03-27 16:50:29 +01:00
  • 0a53b203f9 add discard option -d to swapon Matt Whitlock 2014-03-22 19:21:01 -04:00
  • b9bbd4ddf6 fix interaction of -a and -p options in swapon Matt Whitlock 2014-03-22 19:10:08 -04:00
  • c3a27b0bfd avoid calling bb_strtou twice in MIN macro expansion Matt Whitlock 2014-03-22 18:54:24 -04:00
  • 504fe45f35 ntpd: add optional support for /etc/ntp.conf Denys Vlasenko 2014-03-23 15:06:38 +01:00
  • f332617fbd docs/new-applet-HOWTO.txt: tweak a bit Denys Vlasenko 2014-03-17 15:06:29 +01:00
  • c50493854a libbb: fix a bad check for uclibc >= 0.9.31 Denys Vlasenko 2014-03-16 20:53:40 +01:00
  • 9dbe4d0547 docs: update new-applet-HOWTO.txt Bartosz Golaszewski 2014-03-12 22:43:50 +01:00
  • 109ee5d336 ash: make "locak VAR" unset VAR (bash does that) Denys Vlasenko 2014-03-16 18:41:11 +01:00
  • 438b4ac286 script: make it work even if fd 0 is closed Denys Vlasenko 2014-03-16 12:34:53 +01:00
  • 29f3526048 build system: for "find", use POSIX not operator (!) instead of -not Denys Vlasenko 2014-03-16 12:05:58 +01:00
  • 0e3334c8d8 su: add a delay if the password is incorrect Romain Naour 2014-03-16 11:18:19 +01:00
  • ac03a40cba ash,hush: fix a thinko about 2^64-1 factorization Denys Vlasenko 2014-03-15 09:25:46 +01:00
  • 2bba591991 hush: make "true" built-in Denys Vlasenko 2014-03-14 12:43:57 +01:00
  • f93187512d random: cosmetic tweaks in debug code Denys Vlasenko 2014-03-13 13:03:27 +01:00
  • fb183076a3 ash,hush: improve randomness of $RANDOM, add easy-ish way to test it Denys Vlasenko 2014-03-13 12:52:43 +01:00
  • 69f9567de2 shuf: trim help text Denys Vlasenko 2014-03-07 14:41:53 +01:00
  • 102f0d0d07 shuf: do not use strings for -i RANGE case Denys Vlasenko 2014-03-07 14:32:39 +01:00
  • 190693ced1 shuf: improve help text Bartosz Golaszewski 2014-03-07 14:07:35 +01:00
  • 58adbb5505 shuf: fix a segfault on 'shuf -e' Bartosz Golaszewski 2014-03-07 11:46:03 +01:00
  • 0ed5f7aacd use [s]rand(), not [s]random() Denys Vlasenko 2014-03-05 18:58:15 +01:00
  • 2cdcb1082c shuf: new applet Denys Vlasenko 2014-03-05 18:56:20 +01:00
  • 30f17e9556 man: default to ascii Denys Vlasenko 2014-03-03 15:13:37 +01:00
  • ecd8c3affc ip link: add support for "address ETHADDR". Closes 4862 Denys Vlasenko 2014-03-01 17:38:41 +01:00
  • 81071e6872 unlzma: add comments about possible bug from BZ 2689 Denys Vlasenko 2014-02-28 15:42:10 +01:00
  • 2108a6f0b5 unlzma: move some variables in "more local" scope Denys Vlasenko 2014-02-28 15:05:43 +01:00
  • e2318bbad7 udhcpc: ignore NAKs from "wrong" servers. Closes 4267 Denys Vlasenko 2014-02-27 18:15:50 +01:00
  • fca0ee5959 ls: make "ls -s DIR" show total too. Clases 4946 Denys Vlasenko 2014-02-27 15:40:26 +01:00
  • 3795266841 xargs: fix compilation breakage Denys Vlasenko 2014-02-27 15:02:36 +01:00
  • 83e49ade57 grep: fix -w match if first match isn't a word, but second is. Closes 4520 Denys Vlasenko 2014-02-27 14:56:12 +01:00
  • 6f068904dc xargs: add support for -I and -i. Closes 493 Denys Vlasenko 2014-02-27 11:17:06 +01:00
  • 6885e49ba5 find: code shrink Denys Vlasenko 2014-02-26 15:27:10 +01:00
  • c472898eaa nc: fix option bit positions. Closes 6926 Denys Vlasenko 2014-02-26 13:58:59 +01:00
  • 589051b565 hwclock: fix setting of tz_minuteswest. Closes 5414 Denys Vlasenko 2014-02-25 17:52:10 +01:00
  • 18b699c30f build system: remove a dead link from Config help text Denys Vlasenko 2014-02-25 17:31:22 +01:00
  • 83bc4332e7 du, copy_file: fix file matching on cramfs. Closes 5456 Denys Vlasenko 2014-02-25 15:27:58 +01:00
  • 12916b9220 libbb: trivial code shrink Denys Vlasenko 2014-02-25 15:09:01 +01:00
  • 6554d03735 sysctl: do not error out showing write-only data. Closes 6386 Denys Vlasenko 2014-02-24 17:28:43 +01:00
  • a2796223cb wget: fix comment Denys Vlasenko 2014-02-24 17:20:40 +01:00
  • 53315570bb wget: add commented-out code to use ssl_helper instead of openssl Denys Vlasenko 2014-02-23 23:39:47 +01:00
  • d82046f59f networking/ssl_helper: experimental matrixssl-based ssl helper Denys Vlasenko 2014-02-23 23:31:13 +01:00
  • 8b7e8ae224 wget: add support for https using "openssl s_client" as a helper Denys Vlasenko 2014-02-22 14:12:29 +01:00
  • 192c14bd87 Improve examples/var_service READMEs Denys Vlasenko 2014-02-21 12:55:43 +01:00
  • 265a74b983 Kbuild: move CONFIG_PAM to general configuration Bartosz Golaszewski 2014-02-11 21:31:42 +01:00
  • ffc3a93d0d udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746 Denys Vlasenko 2014-02-19 14:17:11 +01:00
  • 50e4cc29f5 ifplugd: code shrink Denys Vlasenko 2014-02-10 09:44:25 +01:00
  • 3e78f6f955 htpd: trivial simplification in random interval selection Denys Vlasenko 2014-02-09 15:35:04 +01:00
  • 8ed9672660 libbb: don't die if crypt() returns NULL Denys Vlasenko 2014-02-09 14:38:03 +01:00
  • 4e03d41342 sendmail: use FQDN in default envelope sender Kaarle Ritvanen 2014-02-09 09:49:36 +01:00
  • 744ee5db1c udhcpc: in comments, explain the kind of raw socket we create Denys Vlasenko 2014-02-07 17:38:52 +01:00
  • 3ba2df874c grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too Bartosz Golaszewski 2014-02-07 17:14:37 +01:00
  • 07f417b6ab sendmail: make -f optional, document its default value Denys Vlasenko 2014-02-05 15:01:39 +01:00
  • e4785ca653 udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746) Denys Vlasenko 2014-02-03 18:03:42 +01:00
  • fe8390e0fe ifupdown: support 'link' address family Kaarle Ritvanen 2014-02-03 15:56:20 +01:00
  • d353bfff46 wget: fix use-after-free of ->user. Closes 6836 Denys Vlasenko 2014-02-03 14:09:42 +01:00
  • 69a12fa790 catv: suppress compiler warning Denys Vlasenko 2014-02-03 03:27:53 +01:00
  • 640ce3de07 zcat: complain if input is not compressed Denys Vlasenko 2014-02-02 02:06:38 +01:00
  • f1999b5a9d appletlib: fix set-but-unused warning Mike Frysinger 2014-01-31 00:29:47 -05:00
  • 29ed580668 uname: fix up usage documentation Mike Frysinger 2014-01-31 00:28:42 -05:00
  • 922fdf6527 init: do not fail build if SIGPWR is not defined Michael Tokarev 2014-01-29 12:40:32 +04:00
  • b664f740d9 libbb: open_zipped() should not fail on non-compressed files Denys Vlasenko 2014-01-27 13:02:18 +01:00
  • bf2f2229bb testsuite: fix last "which" change Michael Tokarev 2014-01-23 14:41:53 +01:00
  • 821e64316a less: accept and ignore -s Denys Vlasenko 2014-01-22 16:36:22 +01:00
  • ff65061311 man: parse "DEFINE pager" in config John Spencer 2014-01-22 15:31:10 +01:00
  • 731f596175 iplink: fix build with kernel versions prior to 2.6.23 Eugene Rudoy 2014-01-22 11:49:46 +01:00
  • fa6ab56353 libbb: if opening /dev/loopN returns ENXIO, don't try N++. Denys Vlasenko 2014-01-21 13:44:21 +01:00
  • 3b394781b5 libbb: fix parsing of "10101010" date/time form Denys Vlasenko 2014-01-21 07:58:18 +01:00
  • 2de232da53 top.c: fix compilation warnings Bartosz Golaszewski 2014-01-18 15:36:28 +01:00
  • c009d35f00 ntpd: remove now unnecessary check for IP_PKTINFO definition Denys Vlasenko 2014-01-20 03:24:51 +01:00
  • 76ad7481b1 ntpd: fix compilation warnings Bartosz Golaszewski 2014-01-18 15:36:27 +01:00
  • 5c13ab41bb sort: check global flags on fallback sort Bartosz Golaszewski 2014-01-19 09:10:14 +01:00
  • 1a4d9f6521 sort.c: remove a magic number from compare_keys() Bartosz Golaszewski 2014-01-18 15:25:58 +01:00
  • 49111cdc4f gitignore: ignore files generated by 'make test' Bartosz Golaszewski 2014-01-19 04:29:59 +01:00
  • 891b98c9bc adduser,addgroup: introduce and use CONFIG_LAST_ID Tito Ragusa 2014-01-17 09:17:55 +01:00
  • 2e66daca65 examples/udhcp: do not rewrite resolv.conf if no DNS servers. Closes 6788 Denys Vlasenko 2014-01-13 13:38:53 +01:00
  • d74f8435ea docs: tweak keep_data_small.txt Denys Vlasenko 2014-01-13 11:45:34 +01:00
  • 0f592d7fb9 tar: tighten up pax header validity check Denys Vlasenko 2014-01-10 18:02:38 +01:00
  • 604b7b6cc0 fakeidentd: simplify ndelay manipulations Denys Vlasenko 2014-01-10 17:12:54 +01:00
  • 1bdbf26454 tail: adjust help/usage texts Cristian Ionescu-Idbohrn 2014-01-09 20:00:58 +01:00
  • 79df481dc4 lineedit: fix trivial build failure Denys Vlasenko 2014-01-10 14:38:26 +01:00
  • 7c47b560a8 libarchive: open_zipped() does not need to check extensions for e.g. gzip Denys Vlasenko 2014-01-10 14:06:57 +01:00