Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | On Tuesday 19 April 2005 21:10, Tito wrote and today added: | Rob Landley | 2005-05-01 | 3 | -187/+111 | |
| | | | | | | | | | | | | | > Hi, > this is a first attempt of size optimization for zcip taking into account all > the hints given so far on the list. > I've applied just the more obvious busyboxifications so maybe it could be > optimized more. BTW: I've ripped out a lot of debug code and changed c++ // comments to /* */ as both were rather confusing for a newbie like me. ;-) Sorry to the author for that. I know that this makes mantaining the code easier, but I'm simple minded.... | |||||
* | On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote: | Rob Landley | 2005-04-30 | 1 | -26/+13 | |
| | | | | | | > This patch fixes a memory leak in hash_file by using the BUFFER macros > instead of xmalloc. Please apply. | |||||
* | David Brownell submitted a new applet, zcip, based on RFC 3927. This is | Rob Landley | 2005-04-30 | 6 | -0/+613 | |
| | | | | | | version 0418b. It compiled. | |||||
* | New help text for Matthew S. Wood's "ln" update adding -b and -d. | Rob Landley | 2005-04-29 | 1 | -1/+3 | |
| | ||||||
* | Patch from Matthew S. Wood: | Rob Landley | 2005-04-29 | 1 | -8/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | > 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. Comments from Vladimir Oleynik influenced the final patch, and I also ripped out the in-file changelog since it belongs here. At the time, it said: /* Apr 15, 2004 Matthew S. Wood (mwood@realmsys.com) * * Implement '-b' (backup) flag. * Implement '-S' (backup suffix) flag. * * * Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) * * Fixed bug involving -n option. Essentially, -n was always in effect. */ | |||||
* | On Wednesday 27 April 2005 05:23 am, Patrick Huesmann wrote: | Rob Landley | 2005-04-29 | 1 | -0/+7 | |
| | | | | | | | | | > 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. | |||||
* | Do not attempt to free() the application's environment, which is was | Eric Andersen | 2005-04-27 | 1 | -10/+8 | |
| | | | | | not dynamically allocated. Instead, use a private variable to store the environment array, which is used when we exec applications. | |||||
* | Correct errors preventing busybox tar from working properly, | Eric Andersen | 2005-04-27 | 1 | -6/+11 | |
| | | | | fixing bug http://bugs.uclibc.org/view.php?id=231 | |||||
* | fix stupid build mistake i made earlier as pointed out by psm | Mike Frysinger | 2005-04-26 | 1 | -1/+1 | |
| | ||||||
* | use a generic error message | Mike Frysinger | 2005-04-25 | 2 | -2/+2 | |
| | ||||||
* | use asprintf in place of malloc/sprintf as suggested by solar | Mike Frysinger | 2005-04-25 | 2 | -13/+13 | |
| | ||||||
* | moved to e2fsprogs too | Mike Frysinger | 2005-04-25 | 1 | -22/+0 | |
| | ||||||
* | bbify to shrink size | Mike Frysinger | 2005-04-25 | 2 | -297/+177 | |
| | ||||||
* | use busybox funcs to make smaller | Mike Frysinger | 2005-04-24 | 1 | -103/+81 | |
| | ||||||
* | new version of ed taken from sash | Mike Frysinger | 2005-04-24 | 1 | -3108/+1176 | |
| | ||||||
* | svn didnt auto add these ... | Mike Frysinger | 2005-04-24 | 3 | -0/+96 | |
| | ||||||
* | add new subdir for e2fsprogs | Mike Frysinger | 2005-04-24 | 27 | -2/+2218 | |
| | ||||||
* | rework human_fstype to cut down size | Mike Frysinger | 2005-04-24 | 1 | -78/+47 | |
| | ||||||
* | rework options to get rid of extra variables | Mike Frysinger | 2005-04-24 | 1 | -15/+11 | |
| | ||||||
* | fix whitespace usage, fix un-escaped quotes in a bunch of examples, and ↵ | Mike Frysinger | 2005-04-23 | 1 | -191/+189 | |
| | | | | standardize a bunch of trivial/full usage statements (no trailing newline in either, and when listing options, dont append a . each time) | |||||
* | fix inconsistent whitespace | Mike Frysinger | 2005-04-23 | 1 | -146/+146 | |
| | ||||||
* | remove extra whitespace | Mike Frysinger | 2005-04-23 | 1 | -2/+2 | |
| | ||||||
* | stat implementation based upon coreutils | Mike Frysinger | 2005-04-23 | 5 | -0/+675 | |
| | ||||||
* | patch for a very alpha busybox ed | Mike Frysinger | 2005-04-23 | 1 | -0/+3443 | |
| | ||||||
* | whitespace fix | Mike Frysinger | 2005-04-23 | 1 | -2/+2 | |
| | ||||||
* | remove lsattr/chattr to prepare for a top level e2fsprogs dir with more ↵ | Mike Frysinger | 2005-04-23 | 26 | -2866/+0 | |
| | | | | stuff in it | |||||
* | update example to use bb_ prefixed names and remove old note about config.h ↵ | Mike Frysinger | 2005-04-23 | 1 | -7/+2 | |
| | | | | (since the header is generated automatically now) | |||||
* | add comments about ignoring some warnings which are OK | Mike Frysinger | 2005-04-23 | 1 | -0/+8 | |
| | ||||||
* | remove unused variable and declare writepid inline | Mike Frysinger | 2005-04-23 | 1 | -3/+1 | |
| | ||||||
* | cast the time pointer so gcc stops warning over nothing | Mike Frysinger | 2005-04-23 | 1 | -1/+1 | |
| | ||||||
* | use bb_fflush_stdout_and_exit instead of exit | Mike Frysinger | 2005-04-23 | 1 | -1/+2 | |
| | ||||||
* | import lsattr and chattr from e2fsprogs | Mike Frysinger | 2005-04-22 | 29 | -2/+2928 | |
| | ||||||
* | output busybox help to stdout, not stderr | Mike Frysinger | 2005-04-22 | 1 | -12/+12 | |
| | ||||||
* | printenv / sum defines | Mike Frysinger | 2005-04-21 | 2 | -0/+20 | |
| | ||||||
* | grab sum from coreutils, clean it up, and make it busybox happy | Mike Frysinger | 2005-04-21 | 3 | -0/+189 | |
| | ||||||
* | add a printenv implementation | Mike Frysinger | 2005-04-21 | 3 | -0/+59 | |
| | ||||||
* | fix whitespace | Mike Frysinger | 2005-04-21 | 1 | -1/+1 | |
| | ||||||
* | fix typos | Mike Frysinger | 2005-04-21 | 1 | -2/+2 | |
| | ||||||
* | fix typoe (buildddir -> builddir) | Mike Frysinger | 2005-04-21 | 2 | -6/+4 | |
| | ||||||
* | fix printf warning | Mike Frysinger | 2005-04-20 | 1 | -1/+1 | |
| | ||||||
* | fix whitespace | Mike Frysinger | 2005-04-19 | 1 | -23/+23 | |
| | ||||||
* | Updated to match trunk/uClibc/extra/config as of r10132, and thus | Peter Kjellerstedt | 2005-04-19 | 23 | -472/+887 | |
| | | | | Linux 2.6.11. | |||||
* | In Bug 5, Tito writes: | Mike Frysinger | 2005-04-18 | 1 | -116/+210 | |
| | | | | | | | | | | | | | | This is a first attempt to improve the comments of getopt_ulflags.c. Maybe under some aspects the text could be refined, but so far it is already usable and should help people who "avoided getopt_ulflags as the pest" to understand how it works. This patch was created with the help of Vodz, the author of the code, who explained me patiently how getopt_ulflags works and with the help of Paul Fox, who corrected my broken english. So thanks and merits should go to them also. | |||||
* | touchups as suggested by Vladimir N. Oleynik | Mike Frysinger | 2005-04-18 | 1 | -11/+4 | |
| | ||||||
* | err, use name attr of a tag, not href | Mike Frysinger | 2005-04-17 | 1 | -1/+1 | |
| | ||||||
* | import fakeidentd module started by Thomas Lundquist | Mike Frysinger | 2005-04-17 | 5 | -0/+459 | |
| | ||||||
* | add a new list of external tiny utilities | Mike Frysinger | 2005-04-17 | 2 | -1/+44 | |
| | ||||||
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 30 | -91/+96 | |
| | | | | which were otherwise cluttering the global namespace. | |||||
* | jfb2 writes in Bug 119: | Mike Frysinger | 2005-04-16 | 1 | -0/+4 | |
| | | | | | | | | | | | | 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. This patch adds a signal handler for SIGQUIT for init that always causes init to re-exec itsself (along with killing anything else that might be still running). | |||||
* | Fix broken macro | Eric Andersen | 2005-04-16 | 1 | -1/+1 | |
| |