Commit Graph

  • 6624daeb4d On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote: > This patch fixes a memory leak in hash_file by using the BUFFER macros > instead of xmalloc. Please apply. Rob Landley 2005-04-30 05:11:57 +00:00
  • ad8071f582 David Brownell submitted a new applet, zcip, based on RFC 3927. This is version 0418b. It compiled. Rob Landley 2005-04-30 03:49:37 +00:00
  • 55b1efc6de New help text for Matthew S. Wood's "ln" update adding -b and -d. Rob Landley 2005-04-29 22:14:28 +00:00
  • 3071e2fda3 Patch from Matthew S. Wood: > The following patch adds support for the -S and -b flags to `ln'. These > flags [especially -b] are used extensively in Debian pre and post > installation scripts. Rob Landley 2005-04-29 22:13:04 +00:00
  • fdc4c203e5 On Wednesday 27 April 2005 05:23 am, Patrick Huesmann wrote: > This is really confusing for users who don't know all details of the > *nix file permission system. > Today, I changed my busybox system to use CONFIG_FEATURE_SUID_CONFIG. > After fighting with the file permissions for hours, I decided that > updating the documentation might be a good idea. Rob Landley 2005-04-29 19:48:29 +00:00
  • 70a5a1abde Do not attempt to free() the application's environment, which is was not dynamically allocated. Instead, use a private variable to store the environment array, which is used when we exec applications. Eric Andersen 2005-04-27 11:44:11 +00:00
  • fef32b570b Correct errors preventing busybox tar from working properly, fixing bug http://bugs.uclibc.org/view.php?id=231 Eric Andersen 2005-04-27 10:51:38 +00:00
  • edb3fbc305 fix stupid build mistake i made earlier as pointed out by psm Mike Frysinger 2005-04-26 00:43:19 +00:00
  • d6a8f5f0d0 use a generic error message Mike Frysinger 2005-04-25 05:27:12 +00:00
  • c238a97a9e use asprintf in place of malloc/sprintf as suggested by solar Mike Frysinger 2005-04-25 05:24:35 +00:00
  • 7eb6457c4c moved to e2fsprogs too Mike Frysinger 2005-04-25 05:00:33 +00:00
  • d2a64d2fc2 bbify to shrink size Mike Frysinger 2005-04-25 04:10:35 +00:00
  • 560047ce86 use busybox funcs to make smaller Mike Frysinger 2005-04-24 05:39:52 +00:00
  • cf131bb328 new version of ed taken from sash Mike Frysinger 2005-04-24 05:18:00 +00:00
  • d89e5e6450 svn didnt auto add these ... Mike Frysinger 2005-04-24 05:15:12 +00:00
  • d89e629e52 add new subdir for e2fsprogs Mike Frysinger 2005-04-24 05:07:59 +00:00
  • 408ae211ce rework human_fstype to cut down size Mike Frysinger 2005-04-24 04:11:44 +00:00
  • f06c494636 rework options to get rid of extra variables Mike Frysinger 2005-04-24 03:53:12 +00:00
  • 058e740d1e fix whitespace usage, fix un-escaped quotes in a bunch of examples, and standardize a bunch of trivial/full usage statements (no trailing newline in either, and when listing options, dont append a . each time) Mike Frysinger 2005-04-23 07:00:33 +00:00
  • 82e6c0b3db fix inconsistent whitespace Mike Frysinger 2005-04-23 06:35:06 +00:00
  • 964a368e5c remove extra whitespace Mike Frysinger 2005-04-23 06:28:42 +00:00
  • 9b5f71ec02 stat implementation based upon coreutils Mike Frysinger 2005-04-23 06:26:38 +00:00
  • 84ab267e22 patch for a very alpha busybox ed Mike Frysinger 2005-04-23 01:50:55 +00:00
  • 6b05b0ce93 whitespace fix Mike Frysinger 2005-04-23 01:46:55 +00:00
  • 3b59821cbd remove lsattr/chattr to prepare for a top level e2fsprogs dir with more stuff in it Mike Frysinger 2005-04-23 01:45:08 +00:00
  • 0ea3a6f660 update example to use bb_ prefixed names and remove old note about config.h (since the header is generated automatically now) Mike Frysinger 2005-04-23 01:43:45 +00:00
  • 19d7021d99 add comments about ignoring some warnings which are OK Mike Frysinger 2005-04-23 01:43:07 +00:00
  • 7202e00b4c remove unused variable and declare writepid inline Mike Frysinger 2005-04-23 01:42:29 +00:00
  • 5b2e27137d cast the time pointer so gcc stops warning over nothing Mike Frysinger 2005-04-23 01:42:03 +00:00
  • 5cfa5ef6f3 use bb_fflush_stdout_and_exit instead of exit Mike Frysinger 2005-04-23 01:41:51 +00:00
  • de9f1f757a import lsattr and chattr from e2fsprogs Mike Frysinger 2005-04-22 02:33:37 +00:00
  • 2c12d435e5 output busybox help to stdout, not stderr Mike Frysinger 2005-04-22 02:19:01 +00:00
  • 95d3c4503f printenv / sum defines Mike Frysinger 2005-04-21 23:29:24 +00:00
  • 4a2117027f grab sum from coreutils, clean it up, and make it busybox happy Mike Frysinger 2005-04-21 23:24:46 +00:00
  • 6d1d2e59bf add a printenv implementation Mike Frysinger 2005-04-21 23:23:13 +00:00
  • c0bc9652fd fix whitespace Mike Frysinger 2005-04-21 23:19:57 +00:00
  • 78333d0452 fix typos Mike Frysinger 2005-04-21 23:17:57 +00:00
  • f547d672cf fix typoe (buildddir -> builddir) Mike Frysinger 2005-04-21 01:49:05 +00:00
  • 5c9ed9f41a fix printf warning Mike Frysinger 2005-04-20 00:28:44 +00:00
  • 618d62f593 fix whitespace Mike Frysinger 2005-04-19 23:50:22 +00:00
  • bae38db8e4 Updated to match trunk/uClibc/extra/config as of r10132, and thus Linux 2.6.11. Peter Kjellerstedt 2005-04-19 09:55:06 +00:00
  • 2bf88a891f In Bug 5, Tito writes: Mike Frysinger 2005-04-18 22:42:58 +00:00
  • 91d8f0e892 touchups as suggested by Vladimir N. Oleynik Mike Frysinger 2005-04-18 18:52:15 +00:00
  • ef614ecca6 err, use name attr of a tag, not href Mike Frysinger 2005-04-17 07:25:32 +00:00
  • fa69f110d9 import fakeidentd module started by Thomas Lundquist Mike Frysinger 2005-04-17 07:24:19 +00:00
  • 77dbe738d2 add a new list of external tiny utilities Mike Frysinger 2005-04-17 04:32:22 +00:00
  • 14f5c8d764 Patch from Bernhard Fischer to make a bunch of symbols static which were otherwise cluttering the global namespace. Eric Andersen 2005-04-16 19:39:00 +00:00
  • a77b4f3970 jfb2 writes in Bug 119: The init applet will restart (re-exec) itsself when it receives a SIGHUP. However, just before it enters its main loop, it resets SIGHUP to either re-load the inittab (or ignore it if no inittab is used). Thus preventing the re-exec option from being triggerable. Mike Frysinger 2005-04-16 08:21:34 +00:00
  • 63e5e7bf0e Fix broken macro Eric Andersen 2005-04-16 08:04:31 +00:00
  • 42e3b00ae5 Only define a local environ when not using the prototype from unistd.h Eric Andersen 2005-04-16 08:02:15 +00:00
  • 451c0d2828 Rework to fix http://bugs.uclibc.org/view.php?id=107 Eric Andersen 2005-04-16 07:46:53 +00:00
  • 3cd1986195 Add bb_msg_read_error Eric Andersen 2005-04-16 07:42:35 +00:00
  • 5ba5f4d2e7 In Bug 78, shortkey points out: Mike Frysinger 2005-04-16 04:56:11 +00:00
  • b31566ef32 minor style touchups Mike Frysinger 2005-04-16 04:48:48 +00:00
  • 4e5936ef95 In Bug 208, bernhardf writes: Mike Frysinger 2005-04-16 04:30:38 +00:00
  • 5c63a72968 In Bug 207, bernhardf writes: proper escape strings in usage.h Mike Frysinger 2005-04-16 04:23:58 +00:00
  • 3cc01a80a3 In Bug 209, bernhardf writes: struct named { named_field: init, }; appear to be depraced by now; rather use C{99} format as in struct named { .named_field = init, }; Mike Frysinger 2005-04-16 04:17:39 +00:00
  • a9ae74d25b bernhardf reports with Bug 210: Mike Frysinger 2005-04-16 04:06:14 +00:00
  • afe023d136 Use a sane VEOL setting Eric Andersen 2005-04-14 20:48:58 +00:00
  • 2ed05ab146 fake out support for POSIX -H and -L options since busybox cp dereferences everything by default Mike Frysinger 2005-04-14 02:52:50 +00:00
  • 75ac42b1ae add aliases == and [[ for = and [ to support more bash scripts Mike Frysinger 2005-04-14 02:49:22 +00:00
  • c089ccdb44 Removed the incorrect and confusing facility argument specified with openlog() as the correct facility will be specified with syslog() anyway. Peter Kjellerstedt 2005-04-06 10:56:57 +00:00
  • 3603f79ce5 Point to osuosl Eric Andersen 2005-03-31 18:15:42 +00:00
  • 540769d566 Corrected the list of section names in add_ksymoops_symbols() so that the bss and sbss sections can be correctly identified. Peter Kjellerstedt 2005-03-30 16:36:40 +00:00
  • 354b527e03 amd64 is rela, not rel Mike Frysinger 2005-03-30 06:29:41 +00:00
  • a36ac0db67 Shaun Jackman writes: Fix typo. Use __NR_umount2 instead of __NR_pivot_root. Mike Frysinger 2005-03-04 01:34:23 +00:00
  • dcc40b7ecc Shaun Jackman writes: Newlib uses both __getopt_initialized and optind to track initialization of getopt() Mike Frysinger 2005-03-04 01:33:17 +00:00
  • 9b9e5479e8 add some more comments Mike Frysinger 2005-03-04 01:27:18 +00:00
  • 3b05b80cd7 newlib fixe from Shaun Jackman Mike Frysinger 2005-03-04 01:10:56 +00:00
  • ca1b6fc745 newlib fixe from Shaun Jackman Mike Frysinger 2005-03-04 01:09:43 +00:00
  • df7bfb433e Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctly in the 2nd and later headers. But this and gunzip really need to be rewritten. Manuel Novoa III 2005-03-02 04:10:46 +00:00
  • 0d8c652c46 When filling the bit buffer, gzip decompression apparently never checked for end of file, causing it to hang on corrupted input. Manuel Novoa III 2005-03-01 19:29:29 +00:00
  • 6ddc0d7f6b Update buildroot pointers Eric Andersen 2005-02-21 22:04:21 +00:00
  • b413a7009e remove whitespace Eric Andersen 2005-02-13 22:20:35 +00:00
  • 5bf4658dea remove whitespace Eric Andersen 2005-02-13 22:17:44 +00:00
  • bcf27247d1 Remove whitespace Eric Andersen 2005-02-13 22:15:59 +00:00
  • 2c511609c4 Add 'nice' and replace 'renice' with a new implementation. Manuel Novoa III 2005-02-13 20:14:05 +00:00
  • d2fe81706c Takeharu KATO writes: Eric Andersen 2005-02-11 19:06:51 +00:00
  • d1e3cbdb5a - no need to check if JOBS is defined. Config.in ensures it. Ned Ludd 2005-02-10 00:44:31 +00:00
  • 2123b7cded - add ash read -t timeout support. initial code provided by Tim Yamin on Oct/21/2004 on the busybox mailing list. Edited his code a little to keep syntax highlighers happy and make it optional when CONFIG_ASH_TIMEOUT is defined Ned Ludd 2005-02-09 21:07:23 +00:00
  • 8063d5ca25 fix typo Eric Andersen 2005-02-09 18:25:10 +00:00
  • fdab4b1917 update Eric Andersen 2005-02-09 06:44:36 +00:00
  • 0762364c59 Cut-n-paste strikes again Eric Andersen 2005-02-09 06:41:13 +00:00
  • 6047ae3379 Remove mention of CVS and instead point to Subversion Eric Andersen 2005-02-09 03:52:46 +00:00
  • ff4b924d20 Update the bug submission stuff to point to bugs.busybox.net Eric Andersen 2005-01-31 13:05:02 +00:00
  • 16b8579f53 Add me as sort maintainer. Rob Landley 2005-01-24 07:03:37 +00:00
  • c0dedd05e8 Sort rewrite to be SUSv3 compliant. New config option, updated help, and a couple of infrastructure bits. Rob Landley 2005-01-24 07:00:02 +00:00
  • f4bb212d6c Much bigger to-do list. Rob Landley 2005-01-24 06:56:24 +00:00
  • bc321653d1 fix spelling Eric Andersen 2005-01-14 17:08:13 +00:00
  • 75a7e195ff minor doc cleanup Eric Andersen 2005-01-13 17:23:28 +00:00
  • 7d1b3d8685 Mention the new bug tracking system Eric Andersen 2005-01-13 17:15:34 +00:00
  • 6077d90c26 cp: make -P a synonym for -d Mike Frysinger 2005-01-07 00:56:47 +00:00
  • 1e4dc96d61 Dear andersen: Eric Andersen 2005-01-04 20:37:55 +00:00
  • 1271dbb860 perhaps a better fix Eric Andersen 2005-01-03 05:50:01 +00:00
  • 63654c1b08 alpha/parisc support Mike Frysinger 2004-12-26 09:13:32 +00:00
  • 6feb2002f0 fix typo Eric Andersen 2004-12-20 18:10:03 +00:00
  • ec4f3d95e7 Minor in-passing crapectomy. Rob Landley 2004-12-17 05:23:36 +00:00
  • 861f0145d3 Workaround for uClibc-specific header problem described here: Rob Landley 2004-12-09 23:12:00 +00:00
  • c6fbed5dba - CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson <cjwatson@debian.org> on busybox mailing list 08/11/04 Ned Ludd 2004-12-08 16:47:28 +00:00
  • d824853de3 merge from udhcp module Mike Frysinger 2004-12-06 14:59:45 +00:00