Commit Graph

  • fc5e80651f build system: libbusybox cannot be static Denis Vlasenko 2008-07-09 21:24:18 +00:00
  • 9764d6908a fdisk: fix compile failure Denis Vlasenko 2008-07-09 21:20:50 +00:00
  • 6bdff08e6c hush: compile fixes for !LOOPS case Denis Vlasenko 2008-07-09 20:14:53 +00:00
  • 7c053262af buld system: suppress a warning Denis Vlasenko 2008-07-09 20:07:59 +00:00
  • d38d38eed3 last: fix ctime(ptr) ptr type mismatch Denis Vlasenko 2008-07-09 19:48:43 +00:00
  • 96c45b0e0b libbb/mtab: fix xrealloc_vector fallout Denis Vlasenko 2008-07-09 19:44:08 +00:00
  • 5606b1c4f3 - fix typo (Cristian Ionescu-Idbohrn) Bernhard Reutner-Fischer 2008-07-09 17:56:53 +00:00
  • 24a131ea4d modprobe-small: preparatory patch for modprobe.dep.bb creation patches, Code size impact ~0. Denis Vlasenko 2008-07-09 15:30:57 +00:00
  • f62ab2d774 libbb: use improved xmalloc_read() from modprobe-small who: fix compile breakage on some systems modprobe-small: improve Config help text wording Denis Vlasenko 2008-07-09 09:50:33 +00:00
  • dbef1173b0 add xrealloc_vector.c Denis Vlasenko 2008-07-08 20:41:57 +00:00
  • 8b393e5999 website: return HOWTO link and GPL violations address to the top of the page Denis Vlasenko 2008-07-08 09:07:01 +00:00
  • deeed59de0 libbb: introduce and use xrealloc_vector Denis Vlasenko 2008-07-08 05:14:36 +00:00
  • 493829207c ifupdown: /etc/network/interfaces can have comments with leading blanks Denis Vlasenko 2008-07-08 03:25:25 +00:00
  • 5d62462a8c mount: testsuite for "-o mand" Denis Vlasenko 2008-07-08 02:57:40 +00:00
  • 580ce2d138 mount: support for "-o mand" Denis Vlasenko 2008-07-08 02:56:53 +00:00
  • 67075bb95f mdev: reinstate "follow symlinks" flag, this time with explanation Denis Vlasenko 2008-07-06 17:00:49 +00:00
  • 58f59a25ee modprobe-small: match aliases with fnmatch(), making shell pattern-specified alias names in module bodies work. Denis Vlasenko 2008-07-06 11:52:23 +00:00
  • cee0dfcc6a modprobe-small: fix debug leftover Denis Vlasenko 2008-07-06 11:11:35 +00:00
  • 733e3fbc2f hush: support "for if in do done then; do echo $if; done" case Denis Vlasenko 2008-07-06 10:01:13 +00:00
  • d48e81f0cd mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). If this breaks things, please document why! mdev,init: use shared code for fd sanitization Denis Vlasenko 2008-07-06 07:00:11 +00:00
  • ff182a3d68 hush: support "for v; do ... done" syntax (implied 'in "$@"') Denis Vlasenko 2008-07-05 20:29:59 +00:00
  • afdcd12ed7 hush: fix a case where "$@" must expand to no word at all Denis Vlasenko 2008-07-05 17:40:04 +00:00
  • a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. Denis Vlasenko 2008-07-05 09:18:54 +00:00
  • f6efccc065 man: fix inverted cat/man bool variable Denis Vlasenko 2008-07-05 08:50:08 +00:00
  • fec8b42317 man: code shrink Denis Vlasenko 2008-07-05 08:38:41 +00:00
  • 4cbffc0f34 man: support cat pages too (by Jason Curl <jcurlnews AT arcor.de>) Denis Vlasenko 2008-07-04 21:58:00 +00:00
  • 9835d47acc man: fix missed NULL termination of an array Denis Vlasenko 2008-07-04 21:57:11 +00:00
  • a8a3b497fc libbb/recursive_action.c: fix slight error in prev commit Denis Vlasenko 2008-07-04 10:29:30 +00:00
  • 671691cf21 modutils: optional modutils-small by Vladimir Dronnikov. 15kb smaller than standard one. libbb/recursive_action.c: commented-out code for aborting the scan. Denis Vlasenko 2008-07-04 10:25:44 +00:00
  • 8ae5b28b4b awk: another smallish code shrink Denis Vlasenko 2008-07-02 22:47:49 +00:00
  • f8e8783a92 webpage: fix typos Denis Vlasenko 2008-07-02 11:34:49 +00:00
  • e0a7fc54eb uname,individual: fix improper printf usage uname,awk: small code shrink Denis Vlasenko 2008-07-02 11:14:59 +00:00
  • d4f72438e4 - fix trivial exploit vector when setXid Ned Ludd 2008-07-02 00:12:06 +00:00
  • fa0b56db76 sendmail: fix wrong vfork usage here too *: shorten error texts Denis Vlasenko 2008-07-01 16:09:07 +00:00
  • 82604e9730 revert last two commits. vfork cannot be used in subroutine, it trashes stack on return Denis Vlasenko 2008-07-01 15:59:42 +00:00
  • b111917972 - wrap overlong lines Bernhard Reutner-Fischer 2008-07-01 12:20:20 +00:00
  • 58d60c3333 *: introduce and use xfork() Denis Vlasenko 2008-07-01 11:11:24 +00:00
  • 49b5c516b5 add missing file Denis Vlasenko 2008-07-01 10:55:45 +00:00
  • 3da5572bfa *: introduce and use xvfork() Denis Vlasenko 2008-07-01 10:40:41 +00:00
  • 148f67af9d ssd: fix missed + in prev commit Denis Vlasenko 2008-07-01 10:05:12 +00:00
  • 7987a1844b ssd: do not stat -x EXECUTABLE, it is not needed anymore ssd: use PATH ssd: fix -a without -x case ssd: fix help text ssd: CLOSE_EXTRA_FDS in MMU case too ssd: add testsuite Denis Vlasenko 2008-07-01 10:00:46 +00:00
  • 3bb2bbd684 awk: fix a case with multiple -f options. simplify -f file reading. Denis Vlasenko 2008-07-01 01:57:36 +00:00
  • 0a65692048 crond: use execlp instead of execl Denis Vlasenko 2008-06-30 15:48:34 +00:00
  • c94d3564c2 sendmail: from Vladimir: Here comes the third part of compatibility patch for sendmail. * Introduced new safe_getdomainname() -- will it be useful? * Fixed SEGV if sender address is missed. Should snoop for sender address in mail headers? * More compat: use HOSTNAME instead of HOST when no server is explicitly specified. * crond: fixed mail recipient address. Denis Vlasenko 2008-06-30 13:30:21 +00:00
  • bc2fd37227 nmeter: tiny shrink Denis Vlasenko 2008-06-30 07:33:52 +00:00
  • 0db2c2eb71 libiproute: print_route() always uses stdout, do not pass FILE pointer to it. libiproute: Use FAST_FUNC Denis Vlasenko 2008-06-29 06:22:40 +00:00
  • 270d5d75f1 fdisk: cosmetics, and removal of dead data Denis Vlasenko 2008-06-29 05:16:45 +00:00
  • 6eaf0a9883 fdisk: move more data to struct globals; shrink code Denis Vlasenko 2008-06-29 05:10:47 +00:00
  • ce13b76002 libbb: shrink monotonic_XXX functions, introduce monotonic_ns (unused for now) Denis Vlasenko 2008-06-29 02:25:53 +00:00
  • 540ab7097c wget: "support" -t and -T by ignoring them Denis Vlasenko 2008-06-29 00:32:35 +00:00
  • 259c9a6e90 nmeter: tiny shrink Denis Vlasenko 2008-06-28 23:42:03 +00:00
  • befd5eaec8 nmeter: cosmetics Denis Vlasenko 2008-06-28 23:33:02 +00:00
  • 333aa0c04a nmeter: code shrink Denis Vlasenko 2008-06-28 23:30:37 +00:00
  • 6ea75e2f5d sendmail: another update from the maintainer Denis Vlasenko 2008-06-28 21:46:41 +00:00
  • 78ff8197cc lineedit: document prompt handling Denis Vlasenko 2008-06-28 21:03:43 +00:00
  • 86d88c0990 bunzip2: make proper fix for the problem "fixed" in rev. 22521 Thanks for Rob Landley <rob@landley.net> Denis Vlasenko 2008-06-28 18:10:09 +00:00
  • a60936da06 libunarchive: stop using static data in archivers - archive_handle_t can trivially provide space for that. rpm: code shrink tar: simplify autodetection of bz2/.gz Denis Vlasenko 2008-06-28 05:04:09 +00:00
  • 9579d87be4 fix FAST_FUNC fallout Denis Vlasenko 2008-06-28 04:58:55 +00:00
  • dbcf3275ec build system fixlet to ease blackfin build Denis Vlasenko 2008-06-28 04:00:01 +00:00
  • ed90bdabb4 touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile) Denis Vlasenko 2008-06-28 01:18:09 +00:00
  • b75fe798bb stat: pointers are not 0L, they are NULL man: better error handling Denis Vlasenko 2008-06-27 22:31:07 +00:00
  • ce02b157be man: mimic "no manual entry for 'bogus'" message and exitcode Denis Vlasenko 2008-06-27 22:05:21 +00:00
  • 55da0be405 support gzip -t and bzip2 -t Denis Vlasenko 2008-06-27 21:52:41 +00:00
  • 3dee8e2bac sendmail: update from maintainer Denis Vlasenko 2008-06-27 21:24:08 +00:00
  • bbd55c9ec7 cpio: fix -m to actually work as expected (Pascal Bellard) Denis Vlasenko 2008-06-27 15:52:07 +00:00
  • 2bbdda09df unlzma: fix memory leak (Pascal Bellard) Denis Vlasenko 2008-06-27 15:48:45 +00:00
  • ac2b50ebea add stdcall to FAST_FUNC Denis Vlasenko 2008-06-27 04:30:48 +00:00
  • d699544205 vi: fix vda's thinko Denis Vlasenko 2008-06-27 04:06:13 +00:00
  • 42b8daf88a expand comment about FAST_FUNC Denis Vlasenko 2008-06-27 03:55:18 +00:00
  • defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on Denis Vlasenko 2008-06-27 02:52:20 +00:00
  • 26bc57d8b2 ash: improve comments Denis Vlasenko 2008-06-27 00:29:34 +00:00
  • 448d30ee17 ash: fix very weak $RANDOM generator; and move even more things out of data/bss Denis Vlasenko 2008-06-27 00:24:11 +00:00
  • 843cbd54d1 ash: move stuff out of data/bss Denis Vlasenko 2008-06-27 00:23:18 +00:00
  • 9092f754bd print_flags: fix trivial thinko vi: fix reversed checks for underflow Denis Vlasenko 2008-06-26 22:40:02 +00:00
  • 5fb79535ee bunzip2: fix an uncompression error. Add the example to testsuite. Denis Vlasenko 2008-06-26 20:27:42 +00:00
  • f5d8c90d73 style fixes, no code changes Denis Vlasenko 2008-06-26 14:32:57 +00:00
  • 2649f215ae open_transformer: fix bug of calling exit instead of _exit open_transformer: don't leak compressed descriptor anymore recursive_action: tiny shrink Denis Vlasenko 2008-06-26 03:26:57 +00:00
  • a04cc47f1c b[un]zip2, g[un]zip: unlink destination if -f is given. Closes 3854 Denis Vlasenko 2008-06-25 20:54:45 +00:00
  • 6e18f9a6ea Announce 1.10.4 and 1.11.0 Denis Vlasenko 2008-06-25 15:58:00 +00:00
  • 21278dff70 busybox: do not print help to fd 2, print it to fd 1 otherwise this can break scripts Denis Vlasenko 2008-06-25 12:15:46 +00:00
  • f4cfa1bd5a update defconfig Denis Vlasenko 2008-06-25 10:59:44 +00:00
  • f54256ec6f Start 1.12.x Denis Vlasenko 2008-06-25 10:18:16 +00:00
  • dabe36e4a0 This is 1.11.0 Denis Vlasenko 2008-06-25 10:16:17 +00:00
  • e06f61d273 mkfs_minix, fsck_minix: code shrink Denis Vlasenko 2008-06-25 10:00:58 +00:00
  • 7049ff8696 whitespace fixes. no code changes Denis Vlasenko 2008-06-25 09:53:17 +00:00
  • f26e3d2e41 mount: fix mishandling of proto=tcp/udp Denis Vlasenko 2008-06-24 21:39:32 +00:00
  • d0cc3f4ade mount: code shrink without logic changes. Added a comment on possible mismatch with util-linux in -o remount handling. Denis Vlasenko 2008-06-24 18:59:59 +00:00
  • fe733a9744 changes in comments only Denis Vlasenko 2008-06-24 16:08:22 +00:00
  • 70685bd022 vi: fix yet another vda's thinko Denis Vlasenko 2008-06-24 14:10:41 +00:00
  • 5ec6132c98 hush: ifdef out parts which are not needed if neither loops nor ifs are supported. Code savings: Denis Vlasenko 2008-06-24 00:50:07 +00:00
  • 003f9fb213 hush: kill some old unused fields; small code shrink Denis Vlasenko 2008-06-24 00:47:58 +00:00
  • cc3f20b9bd fix breakage found by randomconfig Denis Vlasenko 2008-06-23 22:31:52 +00:00
  • 211b59be43 hush: trivial fix in debug code Denis Vlasenko 2008-06-23 16:28:53 +00:00
  • 2f5d0cd511 ash: trivial code readability fixes Denis Vlasenko 2008-06-23 13:24:19 +00:00
  • 2b75a94118 ash: improve readability of the code. No real code changes. Denis Vlasenko 2008-06-23 13:06:34 +00:00
  • ef527f50e6 ash: optional support for $'...\t...\n...' bashism Denis Vlasenko 2008-06-23 01:52:30 +00:00
  • a80d0e4bf7 trim usage text Denis Vlasenko 2008-06-22 20:14:00 +00:00
  • 8124a96c34 mdoprobe: fix SEGV bug (by Vlad Dronnikov) Denis Vlasenko 2008-06-22 16:59:46 +00:00
  • e3eae0d445 vi: fix obvious thinko's Denis Vlasenko 2008-06-22 16:38:53 +00:00
  • 50b5cac59f wget: accept code 204. Denis Vlasenko 2008-06-22 16:28:02 +00:00