Commit Graph

  • 08a5dab181 ash: fix handling of negative start value in ${v:start:len} Denys Vlasenko 2014-11-17 20:27:18 +01:00
  • 1a1143907c iproute: support onelink route option and print route flags Michael Tokarev 2014-07-28 10:05:41 +04:00
  • 628f134fe7 exit with 127 if appled name wasn't found - it's more POSIXy Denys Vlasenko 2014-11-17 17:03:47 +01:00
  • d3fabf89d7 zcip: Add environment variable for overriding log functionality Michel Stam 2014-11-04 12:19:04 +01:00
  • fdd957bdc9 zcip: allow our own class B range to be used for ZeroConf Michel Stam 2014-10-30 13:43:09 +01:00
  • 9f41271f3c udhcpd: add option for tweaking arpping Michel Stam 2014-10-30 11:59:04 +01:00
  • 760d035699 ntpd: calculate offset to jitter ratio before updating jitter Miroslav Lichvar 2014-10-05 03:10:15 +02:00
  • cd73871178 sed: fix "sed CMD -i nonexistent_file". Closes 7484 Denys Vlasenko 2014-10-05 02:44:34 +02:00
  • b434ce7069 ntpd: don't stay at short polling interval Miroslav Lichvar 2014-10-02 17:18:43 +02:00
  • cf76b5ce12 getty: set tty attrs so that control chars are shown as ^c Denys Vlasenko 2014-10-02 13:45:21 +02:00
  • d3fe960271 ntpd: be less eager to use shorter poll intervals Denys Vlasenko 2014-09-27 22:56:09 +02:00
  • 186b98a86f ubiupdatevol: fix -t to not require an option. Closes 7466 Denys Vlasenko 2014-09-25 22:10:32 +02:00
  • 054f5a5b0d install: fix help text Denys Vlasenko 2014-09-24 22:16:24 +02:00
  • 590a22cf8d ntpd: split out poll adjusting code Miroslav Lichvar 2014-09-18 16:19:05 +02:00
  • fb143f783d ntpd: don't wait for good offset before disabling burst mode Miroslav Lichvar 2014-09-18 16:19:03 +02:00
  • 0f78d616cb install: implement -t DIR Aaro Koskinen 2014-09-24 02:52:08 +02:00
  • 307d26c0eb less: make -E work Aaro Koskinen 2014-09-23 22:58:18 +02:00
  • 865814a617 less: trivial code shrink Denys Vlasenko 2014-09-22 21:17:24 +02:00
  • d6e7672545 less: move "retry-on-EAGAIN" logic closer to read ops Denys Vlasenko 2014-09-22 21:14:02 +02:00
  • 15943c886d less: disable "suppress empty wraparound" optimization Denys Vlasenko 2014-09-21 22:10:55 +02:00
  • fbdc167f27 df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0 Ari Sundholm 2014-09-18 15:41:57 +03:00
  • cd7a38a87d false: make "false --help" exit with 1 Denys Vlasenko 2014-09-18 00:47:05 +02:00
  • d0cdacafa9 df: implement -T option Ari Sundholm 2014-09-17 20:53:58 +02:00
  • 9caea2448e sed: fix a buglet in s///NUM handling Denys Vlasenko 2014-09-16 01:11:13 +02:00
  • 7666fa1d02 ftpd: make LIST command show dotfiles too Denys Vlasenko 2014-09-15 23:35:58 +02:00
  • 05399fc53d vi: fix incorrect memory access on brace matching. Closes 7256 Denys Vlasenko 2014-09-15 17:06:10 +02:00
  • 26a8b9f196 mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334 Denys Vlasenko 2014-09-08 18:19:15 +02:00
  • 07f7ea70ed ash: fix off-by-one in "jobs %4" handling. closes 7310 Denys Vlasenko 2014-09-08 17:21:52 +02:00
  • 2ec34969e7 ash: factor out ASH_HELP config option Denys Vlasenko 2014-09-08 16:52:39 +02:00
  • 3e9b13e4c5 find: support -perm /BITS. Closes 7340 Denys Vlasenko 2014-09-05 12:16:15 +02:00
  • 4eb1e425fe tftpd: tweak HP PA-RISC firmware bug compatibility Denys Vlasenko 2014-09-04 12:24:03 +02:00
  • 67e01fecce tftpd: support full 512-byte requests Denys Vlasenko 2014-09-03 18:35:38 +02:00
  • f02c52bcde taskset: fix logic error in "if it doesn't start with 0x..." Denys Vlasenko 2014-08-31 01:35:45 +02:00
  • 34cc6c91a2 grep: fix "grep -r PATTRN SYMLINK_TO_DIR" Denys Vlasenko 2014-08-28 15:50:09 +02:00
  • 6ff0551157 ping: add -p to specify data pattern Florian Fainelli 2014-08-27 16:01:25 +02:00
  • 962c4e8220 taskset: support CPU masks for more than 64 CPUs Denys Vlasenko 2014-08-17 19:36:22 +02:00
  • fb8d1ef2d0 addgroup: mention -S in the help text Denys Vlasenko 2014-08-15 14:29:43 +02:00
  • e9ab07c211 ash: make ${#var} unicode-aware Denys Vlasenko 2014-08-13 18:00:08 +02:00
  • 841f8331d7 ash,hush: run reinit_unicode() only if makes sense Denys Vlasenko 2014-08-13 10:09:49 +02:00
  • c538d5bcc3 hush: make ${#var} unicode-aware Denys Vlasenko 2014-08-13 09:57:44 +02:00
  • 45b4ecc868 init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup Denys Vlasenko 2014-08-11 20:33:18 +02:00
  • feac9b607d ftpd: add optional support for authentication Morten Kvistgaard 2014-08-05 21:57:18 +02:00
  • 09a0e2223f sha3: tweak comments and indentation Denys Vlasenko 2014-07-30 16:26:09 +02:00
  • 4ff933c0e7 sha3: code shrink (and speedup for SHA3_SMALL=0) Denys Vlasenko 2014-07-30 14:18:57 +02:00
  • 6c6d37ee45 top: fix memset length (sizeof(ptr) vs sizeof(array) problem) Denys Vlasenko 2014-07-29 17:00:30 +02:00
  • 7df1f1dda1 top: fix and merge code to parse /proc/meminfo Timo Teräs 2014-07-21 14:14:24 +03:00
  • 2a563ea49a sha3: add 32-bit optimized bit-sliced implementation Denys Vlasenko 2014-07-25 17:24:13 +02:00
  • a4d564ad7c zcip: fix link-local IP conflict detection Ken Sharp 2014-07-20 14:01:49 +02:00
  • b8ffd11e65 udhcp: add PXELINUX path prefix option (code 210) definition Jeremy Kerr 2014-07-15 11:03:17 +08:00
  • 278842dd72 ntpd: add support for -I IFACE Denys Vlasenko 2014-07-15 15:06:54 +02:00
  • 7d16964c3e modinfo: fix module parsing with kernel >= 2.6.37 David Marchand 2014-07-03 12:24:55 +02:00
  • 03e17bfa8d fatattr: use the standard type for 32-bit int Denys Vlasenko 2014-07-04 15:16:46 +02:00
  • 6e17766c33 setlogcons: fix help text Denys Vlasenko 2014-07-04 13:58:57 +02:00
  • ae57fcad5d syslogd: make "reopen log file every second" logic work for multiple logs Joshua Judson Rosen 2014-07-03 14:51:47 +02:00
  • e46047aa87 syslogd: syslogd: don't *decrement* log_file->size on write failures Joshua Judson Rosen 2014-07-02 19:41:41 +02:00
  • a28c1b21e1 syslogd: make "-O -" log to stdout Denys Vlasenko 2014-07-02 15:21:30 +02:00
  • 98654b995b test: fix mishandling of "test '(' = '('" and similar Denys Vlasenko 2014-07-01 14:16:28 +02:00
  • d32fc647d7 libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190 Denys Vlasenko 2014-07-01 13:20:22 +02:00
  • 184b266917 cpio: reinstate "options:" line in help text Denys Vlasenko 2014-06-30 17:19:17 +02:00
  • bf0f2c7aa6 Rename INIT_LAST to INIT_FUNC to avoid confusion Bartosz Golaszewski 2014-06-26 14:31:05 +02:00
  • d3633b7e9c fatattr: new applet Pascal Bellard 2014-06-30 13:06:39 +02:00
  • a9dc7c2f59 lzop: add overflow check Denys Vlasenko 2014-06-30 10:14:34 +02:00
  • 1b487ea8a6 stat: fix printing selinux context and null-dereference Michael Gernoth 2014-06-27 14:08:29 +02:00
  • 9d7cbdeee3 ftpd: do not use root_fd if we are not in chroot Denys Vlasenko 2014-06-27 13:53:35 +02:00
  • 27c290f7f2 ftpd: for LIST, open current directory *in the child* Denys Vlasenko 2014-06-27 12:37:00 +02:00
  • a6ae999b3b ftpd: escape chroot prior to re-executing ls helper Denys Vlasenko 2014-06-27 12:24:39 +02:00
  • 5f8daefb83 awk: fix handling of "if ... break ; else ..." - closes 7226 Denys Vlasenko 2014-06-26 16:40:28 +02:00
  • 0b0ccd4570 ftpd: optimize writes of LIST results a bit Denys Vlasenko 2014-06-26 12:07:48 +02:00
  • 2a870d091e nanddump: change default to --bb=skipbad Richard Genoud 2014-06-25 17:38:30 +02:00
  • 8feb25956f nanddump: kill -b Omit bad block Richard Genoud 2014-06-25 17:33:34 +02:00
  • f17fbe1d36 nanddump: add options --bb=skipbad and padbad Richard Genoud 2014-06-24 12:12:59 +02:00
  • cbf3bfa57a nanddump: correct rounding to next page (lead to infinite loop) Richard Genoud 2014-06-24 12:12:58 +02:00
  • de3cae1348 ftpd: support deprecated XPWD command Denys Vlasenko 2014-06-25 16:23:59 +02:00
  • 5aeae36e2b libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are defined Denys Vlasenko 2014-06-25 15:39:27 +02:00
  • ea23c25e96 unlink: new applet Isaac Dunham 2014-06-22 20:44:25 +02:00
  • 3ed81cf052 unit-tests: implement the unit-testing framework Bartosz Golaszewski 2014-06-22 16:30:41 +02:00
  • 5d2e409ef8 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes Bartosz Golaszewski 2014-06-22 14:01:13 +02:00
  • f92f1d0181 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit Denys Vlasenko 2014-06-22 13:54:40 +02:00
  • 6be3a5242c find: exit code fixes for find -exec Denys Vlasenko 2014-06-19 11:32:11 +02:00
  • 14158b4127 find: add optional support for '-exec ... {} +' Bartosz Golaszewski 2014-06-17 17:09:17 +02:00
  • 85090c162b udhcpc: make hostname sanitization optional. Closes 3979 Denys Vlasenko 2014-06-16 00:17:00 +02:00
  • 9aa6ffb22b syslogd: Unify unlink/truncate + unlock log-rotation logic Joshua Judson Rosen 2014-05-20 01:02:20 -04:00
  • b905d6c2ea syslogd: remember to un-writelock log-files even when called with "-b 0" Joshua Judson Rosen 2014-05-20 01:02:19 -04:00
  • 1b90e031c3 syslogd: avoid spurious ftrunctate() calls for "-b 0" Joshua Judson Rosen 2014-05-20 01:02:18 -04:00
  • fd0640e5a1 modprobe-small: fix safe_strncpy truncating last char of module name Denys Vlasenko 2014-05-26 15:01:13 +02:00
  • 17f8418ea7 Add conditional support for -v / --verbose Denys Vlasenko 2014-05-19 16:23:50 +02:00
  • 539e2802eb getty: explain when setsid() fails. no code changes Denys Vlasenko 2014-05-11 00:00:52 +02:00
  • 62a40a0448 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox Denys Vlasenko 2014-05-11 00:00:51 +02:00
  • d257608a84 trylink: emit names of linked executables Denys Vlasenko 2014-05-03 16:35:15 +02:00
  • a875d59d24 which: rewrite Tito Ragusa 2014-05-03 16:34:36 +02:00
  • e3366d696c trylink: emit names of linked executables Denys Vlasenko 2014-05-03 16:35:15 +02:00
  • 1e3cce6814 which: rewrite Timo Teräs 2014-05-03 16:34:36 +02:00
  • e765b5ac34 libbb: rename execable -> executable. No code changes Denys Vlasenko 2014-05-02 17:15:58 +02:00
  • 15a357e596 libbb: fix empty PATH components handling Denys Vlasenko 2014-05-02 17:08:29 +02:00
  • a4476eb654 rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrink Denys Vlasenko 2014-05-02 12:46:15 +02:00
  • d8290c2ef0 libbb: fix thinko in rtc_xopen() Denys Vlasenko 2014-05-02 09:07:16 +02:00
  • 528808fa7b libbb: make rtc_xopen try harder on EBUSY Denys Vlasenko 2014-05-02 09:05:03 +02:00
  • fe33683c8b Fix compile failures Denys Vlasenko 2014-05-02 07:18:55 +02:00
  • 43b8a1cc38 crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants Denys Vlasenko 2014-04-30 17:38:27 +02:00
  • d5929d602e crond: simplify logging code Denys Vlasenko 2014-04-30 14:49:52 +02:00