Commit Graph

  • b6c4855f1d printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354) Denis Vlasenko 2008-05-18 14:28:40 +00:00
  • 29eb3599e4 ash: more of -Wall fixes Denis Vlasenko 2008-05-18 14:06:08 +00:00
  • d04e1fc309 last: style fixes Denis Vlasenko 2008-05-17 23:50:14 +00:00
  • 2794c9bb93 insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>) Denis Vlasenko 2008-05-17 02:47:55 +00:00
  • 85e015c7c8 two fixlets for -Wall Denis Vlasenko 2008-05-17 02:36:28 +00:00
  • 29952d79fc fix bug 2704: remove verbatim RFC text from source (this creates problems for Debian). Denis Vlasenko 2008-05-17 01:26:15 +00:00
  • 51a06c07da - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 Bernhard Reutner-Fischer 2008-05-16 17:19:03 +00:00
  • b8635e28b5 - very minor shrinkage odd that this saved 1byte. And there could be something wrong with ifcombine or the like since omitting the braces produces bigger code? Bernhard Reutner-Fischer 2008-05-16 16:55:17 +00:00
  • dff6190112 - add appropriate string for arp header #32 for use by ip(8) Bernhard Reutner-Fischer 2008-05-16 16:21:00 +00:00
  • f3b778a4dc - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever - add support for printing ipoib to ifconfig Bernhard Reutner-Fischer 2008-05-16 16:10:31 +00:00
  • 825968f92c - fix compilation on x86_64 Bernhard Reutner-Fischer 2008-05-16 16:00:38 +00:00
  • 1b23773e26 - mention duplication of in_ether() Bernhard Reutner-Fischer 2008-05-16 14:35:34 +00:00
  • 9c3052aab6 - provide proc-less sample - improve wording Bernhard Reutner-Fischer 2008-05-16 11:36:32 +00:00
  • 81e97a1380 testsuite instrumentation fixes by Christian Denis Vlasenko 2008-05-15 22:43:48 +00:00
  • e251337a4d Add more -W options to gcc. Denis Vlasenko 2008-05-15 21:44:46 +00:00
  • 6b06cb80be more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. Denis Vlasenko 2008-05-15 21:30:45 +00:00
  • 43d5d429fd remove stray semicolons (by Cristian Ionescu-Idbohrn) Denis Vlasenko 2008-05-15 19:44:46 +00:00
  • b81f97bbd2 fix by Jie Zhang for exit status and POSIX compliance: http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html The exit status of a command that terminated because it received a signal shall be reported as greater than 128. Mike Frysinger 2008-05-14 11:51:04 +00:00
  • 9305cdddbf Kill CONFIG_NITPICK, it turned out to not be useful. no code changes. Denis Vlasenko 2008-05-13 02:43:27 +00:00
  • 77ad97f199 more -Wall warning fixes from Cristian Ionescu-Idbohrn. This time it resulted in small code changes: Denis Vlasenko 2008-05-13 02:27:31 +00:00
  • c4f12f59cc -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes. Denis Vlasenko 2008-05-12 14:35:56 +00:00
  • 023dc6798e fix warnings about pointer signedness Denis Vlasenko 2008-05-09 18:07:15 +00:00
  • 98636eb08c Use intra-DSO calls when we build libbusybox. No-op for normal build. This was Bernhard Fischer' idea. Denis Vlasenko 2008-05-09 17:59:34 +00:00
  • 50dbed95fb - pass flags to ld in one argument Bernhard Reutner-Fischer 2008-05-09 12:43:04 +00:00
  • b89e2027d9 udhcp: protect agianst timer overflowing 32-bit counter Denis Vlasenko 2008-05-09 11:55:58 +00:00
  • f3aa4a8ec5 insmod: fix build warnings. By Cristian Ionescu-Idbohrn Denis Vlasenko 2008-05-09 11:36:17 +00:00
  • 4579e9c1c8 mdev: /sys/class/block/ are also block devices Denis Vlasenko 2008-05-08 21:49:28 +00:00
  • 4b04f543a1 build system: do not rebuild entire tree if it is moved Denis Vlasenko 2008-05-08 16:26:49 +00:00
  • 35d1683ce9 website: announce 1.10.2 Denis Vlasenko 2008-05-08 15:36:54 +00:00
  • 2af860464e - forgot to pull in arch-specific tweaks Bernhard Reutner-Fischer 2008-05-08 13:25:20 +00:00
  • 6253880450 - fix selinux stuff Bernhard Reutner-Fischer 2008-05-08 12:21:44 +00:00
  • 6e38d52120 - correct usage helptext of ifupdown Bernhard Reutner-Fischer 2008-05-08 10:40:34 +00:00
  • 647c20cfc2 start_stop_daemon: try to clarify intended meaning of the options Denis Vlasenko 2008-05-07 14:52:01 +00:00
  • 6bf05cf1ff httpd: fix several bugs triggering by realtive path in -h DIR. Denis Vlasenko 2008-05-07 12:18:48 +00:00
  • b153ace939 httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI. Denis Vlasenko 2008-05-07 09:22:44 +00:00
  • 06ebc16461 script: exit if reading from pseudo-tty errors out (do not loop) Denis Vlasenko 2008-05-06 19:11:41 +00:00
  • dddfaff363 ash: make set -o and set +o work as in dash/bash. by Cristian Ionescu-Idbohrn. Denis Vlasenko 2008-05-06 15:30:27 +00:00
  • 380bcfc9f7 cpio.tests: remove useless command Denis Vlasenko 2008-05-06 12:08:19 +00:00
  • c8f7a97f89 - fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn) Bernhard Reutner-Fischer 2008-05-05 14:45:32 +00:00
  • 8abae88410 vi: do not truncate file to zero length. closes bug 2944. Denis Vlasenko 2008-05-03 11:35:59 +00:00
  • 96b99b860c uniq: support -w. closes bug 3094. Denis Vlasenko 2008-05-03 07:21:27 +00:00
  • 687a26fe0d more fixes to testsuite by Cristian and vda Denis Vlasenko 2008-05-02 21:46:30 +00:00
  • 4e79049e10 clarify grep version Denis Vlasenko 2008-05-02 13:26:18 +00:00
  • 32dcc53b71 mdev: fix a bug where we were eating argv[0] of helper Denis Vlasenko 2008-05-02 13:21:24 +00:00
  • 6da9b00f4f fix grep test false positive Denis Vlasenko 2008-05-02 12:34:59 +00:00
  • 2dea01ca11 testing.sh: bashisms are eradicated. By Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn AT axis.com> Denis Vlasenko 2008-05-02 09:39:09 +00:00
  • 57be4abcf8 runtest: the saga continues :( Denis Vlasenko 2008-05-02 09:19:29 +00:00
  • e061226668 start_stop_daemon: use existing global variable Denis Vlasenko 2008-04-30 13:58:31 +00:00
  • 812870a2e7 remove stray semicolon Denis Vlasenko 2008-04-30 13:56:32 +00:00
  • dcbd350ccf echo: fix echo -e -n "msg\n\0" (by "Pinedo, David" <david.pinedo AT hp.com>) Denis Vlasenko 2008-04-30 00:39:22 +00:00
  • a2dcb50175 trylink: fix glibc check; make --sort-section option look less ugly Denis Vlasenko 2008-04-30 00:15:56 +00:00
  • 3c07e4b877 runtest: more cleanups Denis Vlasenko 2008-04-29 14:11:57 +00:00
  • b34266b42b ping: dont leak uninitialized data in ping packets Denis Vlasenko 2008-04-29 12:31:53 +00:00
  • a0c103a30a tar: add testsuite entries Denis Vlasenko 2008-04-29 04:40:15 +00:00
  • 05efca90d2 tar: fix obscure case when name is "" and prefix is not "" Denis Vlasenko 2008-04-29 04:12:58 +00:00
  • d93400bffb tar: fix the case where long base names can be ignored Denis Vlasenko 2008-04-29 03:54:16 +00:00
  • c450379ff0 tar: remove bogus check for "-" (we handle it corrently later) tar: simplify argv handling Denis Vlasenko 2008-04-29 02:43:23 +00:00
  • 10f6fb1d46 fix build failure for libbusybox Denis Vlasenko 2008-04-29 00:10:27 +00:00
  • e4ed64067e date: better version of previous commit; + fix testsuite to have it checked Denis Vlasenko 2008-04-28 00:25:22 +00:00
  • e6520f0532 date: complain if there are extraneout arguments Denis Vlasenko 2008-04-28 00:10:34 +00:00
  • c0431ed455 cp: fix "cp -RL" to create regular files even if src is a symlink Denis Vlasenko 2008-04-27 22:06:24 +00:00
  • 4809a9f78e date: fix date-works test, add date-works-1 one (currently fails) Denis Vlasenko 2008-04-27 20:58:43 +00:00
  • 7dff4333d6 runtest: fix fallout from mucking with runtest :( [vda's fault] Denis Vlasenko 2008-04-27 20:48:49 +00:00
  • 5d0f4aaa99 runtest: even more fixes from Cristian Denis Vlasenko 2008-04-27 13:34:43 +00:00
  • 92a6f878e9 runtest: further fixes from Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn AT axis.com> Denis Vlasenko 2008-04-27 03:33:29 +00:00
  • 64d5bfda1a runtest: use numeric compare instead of string where appropriate Denis Vlasenko 2008-04-26 10:14:25 +00:00
  • 16afa38a7b libbb: fix wrong sscanf count check (affects pidof etc) Denis Vlasenko 2008-04-25 23:20:25 +00:00
  • b140eddc41 fix KCONFIG_NOTIMESTAMP=1 mode (just learned that we have such thing) Denis Vlasenko 2008-04-25 19:00:39 +00:00
  • 2c84495184 lineedit: hack for making it sort-of-work even if term width is wrong Denis Vlasenko 2008-04-25 18:44:35 +00:00
  • 44f0821259 taskset: (1ull < 65) like ops are not good, avoid that Denis Vlasenko 2008-04-25 17:01:06 +00:00
  • 95842fbc16 testsuite/runtest: remove (last) bashism mkswap: fix selinux build Denis Vlasenko 2008-04-25 08:43:01 +00:00
  • a6b3a1f0bf arping: save a few bytes by using mempcpy Denis Vlasenko 2008-04-25 08:13:36 +00:00
  • 4d89a8bd1d date: make it accept ISO date format. Fix help text. make testsuite actually test something useful. Denis Vlasenko 2008-04-25 02:14:07 +00:00
  • ad6cab1834 partially fix date testsuite Denis Vlasenko 2008-04-24 19:37:11 +00:00
  • c6191e9a0a - fsetfilecon_war is hidden so use fsetfilecon instead. Fixes dynamic linking-error: util-linux/lib.a(mkswap.o): In function mkswap_selinux_setcontext': util-linux/mkswap.c:38: undefined reference to fsetfilecon_raw' Bernhard Reutner-Fischer 2008-04-24 10:44:31 +00:00
  • 15ce7f5b58 - bump copyright year Bernhard Reutner-Fischer 2008-04-24 10:35:50 +00:00
  • 019d299f01 - update screenshot Bernhard Reutner-Fischer 2008-04-24 10:27:20 +00:00
  • b520271f65 lineedit: filename completion on symlinks-to-dirs should add / too Denis Vlasenko 2008-04-24 04:42:52 +00:00
  • a50a9b0fdf delay reconfig of input tty until target device has been both opened and configured correctly. Paul Fox 2008-04-23 15:31:29 +00:00
  • 765c1c3c31 getopt32: fix "tar x" case; fix memory leak Denis Vlasenko 2008-04-23 07:22:31 +00:00
  • 71e3ab327a testsuite: fix du testsuite to not use changing directories Denis Vlasenko 2008-04-23 07:02:02 +00:00
  • 58dc274a7a testsuite: runtest enhancements by Cristian Ionescu-Idbohrn Denis Vlasenko 2008-04-23 06:45:11 +00:00
  • fa5b05ab07 testsuite: fix Denis Vlasenko 2008-04-23 06:42:49 +00:00
  • ffdcb41fd2 build system: typo fix in help text Denis Vlasenko 2008-04-23 05:46:55 +00:00
  • 9d4a17e0b6 dd: fix recent breakage (was comparing "if" with "if=" etc). Denis Vlasenko 2008-04-23 05:44:59 +00:00
  • be002adb2f add forgotten files. I am forgetting it all the time :( Denis Vlasenko 2008-04-22 18:07:41 +00:00
  • 1f228985b2 whitespace fixes. no code changes Denis Vlasenko 2008-04-22 00:16:29 +00:00
  • 5d89fbaa2e *: remove remaining instances of ".data" hack Denis Vlasenko 2008-04-22 00:08:27 +00:00
  • 9137341851 getopt32: fix recently broken opt_complementary "--" Denis Vlasenko 2008-04-21 22:04:21 +00:00
  • 5a07a1d255 tar: move vfork into separate function (smaller code) open_transformer: more informative error messages Denis Vlasenko 2008-04-21 21:56:07 +00:00
  • a4a93fdf18 udhcp: fix config help text Denis Vlasenko 2008-04-21 20:27:29 +00:00
  • 2d94992235 build system: use spaces in Kbuild files Denis Vlasenko 2008-04-21 05:07:15 +00:00
  • 376003bbbe build system: move misplaced config entry for script applet Denis Vlasenko 2008-04-21 05:05:17 +00:00
  • 5bb2fc2dc1 tentative fix for ppc64 problems with ioctl. Zero code size impact. Denis Vlasenko 2008-04-21 03:23:59 +00:00
  • 01eaee9309 *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. Denis Vlasenko 2008-04-21 02:21:45 +00:00
  • 0a1446275d xmalloc_open_read_close: use fstat to get file size (instead of lseek). by Joakim Tjernlund <Joakim.Tjernlund AT transmode.se> Denis Vlasenko 2008-04-20 14:45:43 +00:00
  • fe493479e2 start_stop_daemon: stat executable only once Denis Vlasenko 2008-04-20 14:25:26 +00:00
  • 25cfe4996e libbb: prevent xmalloc_open_read_close from dying on seek failure start_stop_daemon: use open_read_close instead of xmalloc_open_read_close start_stop_daemon: use local structure instead of global one Denis Vlasenko 2008-04-20 01:27:59 +00:00
  • 5b3adae7e8 remove whitespace damage. No code changes Denis Vlasenko 2008-04-19 21:57:57 +00:00
  • 85d788e491 start_stop_daemon: optimization - do not pass paramenter, use existing globals instead Denis Vlasenko 2008-04-19 21:30:52 +00:00