| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Patch from vodz to fix freeing a static in cmdedit. | Eric Andersen | 2001-07-02 | 2 | -2/+4 |
* | Simplify a comment | Eric Andersen | 2001-06-30 | 1 | -2/+0 |
* | Generalize comment -- no longer ls specific | Eric Andersen | 2001-06-30 | 1 | -4/+3 |
* | Pad the human readable output for 'ls -sh' to 6 chars, since we will | Eric Andersen | 2001-06-30 | 2 | -2/+2 |
* | Fix a silly logic error which caused symlinks to be printed twice, and | Eric Andersen | 2001-06-30 | 2 | -10/+8 |
* | Fixed scaling problems involving make_human_readable_str. | Manuel Novoa III | 2001-06-30 | 2 | -10/+10 |
* | ls -s was reporting bytes instead of blocks. | Manuel Novoa III | 2001-06-30 | 2 | -2/+2 |
* | All-integer version (but it does use an unsigned long long) which fixes | Manuel Novoa III | 2001-06-30 | 1 | -47/+70 |
* | A really nice patch from Manuel Novoa III for compile time | Eric Andersen | 2001-06-29 | 2 | -0/+372 |
* | Add some missing includes to kill warnings when building with the default | Manuel Novoa III | 2001-06-29 | 12 | -0/+14 |
* | This is a busybox port of the Minix shell. It is reasonably capable, | Eric Andersen | 2001-06-29 | 2 | -0/+9598 |
* | Fix a nasty hard to spot bug found by Ralph Siemsen <ralphs@netwinder.org>. | Eric Andersen | 2001-06-28 | 2 | -8/+18 |
* | Allow xrealloc to act as a free() when size=0, per SuS2. | Eric Andersen | 2001-06-28 | 1 | -1/+11 |
* | Remove vodz from credits, per his request | Eric Andersen | 2001-06-28 | 2 | -8/+4 |
* | Scrub up the licensing block | Eric Andersen | 2001-06-28 | 2 | -1664/+130 |
* | This a an ash applet I put together. It is similar to the one put | Eric Andersen | 2001-06-28 | 3 | -0/+29709 |
* | Remove unneeded stuff. | Eric Andersen | 2001-06-28 | 2 | -12/+0 |
* | More thrashing about trying to make hush behave itself wrt job | Eric Andersen | 2001-06-28 | 2 | -32/+36 |
* | don't whine if all we need to do is remove a bg job | Eric Andersen | 2001-06-27 | 2 | -2/+4 |
* | Fix a type promotion bug discivered and analyzed by Alan Modra | Eric Andersen | 2001-06-27 | 3 | -3/+3 |
* | Re-enable globbing (I'd accidentaly removed it) and finish off the last | Eric Andersen | 2001-06-27 | 2 | -20/+448 |
* | Explicitly call setsid() | Eric Andersen | 2001-06-26 | 2 | -0/+2 |
* | Minor formatting change | Eric Andersen | 2001-06-26 | 2 | -8/+8 |
* | Don't choke if /etc/profile is not available | Eric Andersen | 2001-06-26 | 2 | -16/+14 |
* | Fix ps so it doesn't waste space showing group, as it is pretty much | Eric Andersen | 2001-06-26 | 2 | -36/+10 |
* | Make it so we don't segfault when /proc isn't mounted -- guess pid 1... | Eric Andersen | 2001-06-26 | 1 | -0/+9 |
* | Don't use void * to pass pointers of known type | Eric Andersen | 2001-06-26 | 3 | -28/+37 |
* | A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de> | Eric Andersen | 2001-06-26 | 2 | -0/+8 |
* | Vladimir's last_patch_15 | Glenn L McGrath | 2001-06-26 | 15 | -247/+269 |
* | Patch from Gennady Feldman | Glenn L McGrath | 2001-06-26 | 2 | -4/+0 |
* | rpm2cpio applet by Laurence Anderson | Glenn L McGrath | 2001-06-26 | 12 | -12/+222 |
* | Fix the code for establishing a controlling terminal. | Eric Andersen | 2001-06-25 | 2 | -56/+84 |
* | Fix up some warnings that show up on ppc | Eric Andersen | 2001-06-25 | 4 | -4/+4 |
* | This should finish off the job control issues with lash. Make certain | Eric Andersen | 2001-06-25 | 2 | -30/+92 |
* | Nore unarchive (and doc) fixes from Laurence Anderson | Glenn L McGrath | 2001-06-24 | 11 | -50/+49 |
* | Make the extern NUM_APPLETS be a extern const NUM_APPLETS, to match | Eric Andersen | 2001-06-24 | 2 | -2/+2 |
* | These were broken when using dmalloc due to include file ordering | Eric Andersen | 2001-06-23 | 6 | -38/+26 |
* | Leave BB_FEATURE_NFSMOUNT disabled by default. | Eric Andersen | 2001-06-22 | 1 | -1/+1 |
* | cpio applet, and changes to associated code | Glenn L McGrath | 2001-06-22 | 13 | -19/+305 |
* | Some more cleanups. Of special importance, never free a pipe | Eric Andersen | 2001-06-22 | 2 | -54/+104 |
* | Some cleanups for hush. Saves about 350bytes. | Eric Andersen | 2001-06-22 | 2 | -196/+134 |
* | Remove obsolete function declaration. | Matt Kraai | 2001-06-22 | 2 | -2/+0 |
* | stdlib.h defined free(), which this needs | Eric Andersen | 2001-06-22 | 1 | -0/+1 |
* | Fix the build process so it does not do the evil #ifdef BB_FOO stuff. | Eric Andersen | 2001-06-22 | 2 | -6/+32 |
* | Add in a missing header file | Eric Andersen | 2001-06-22 | 1 | -0/+2 |
* | Dont change date or chmod on symlinks, lchown on symlinks if lchown available | Glenn L McGrath | 2001-06-22 | 1 | -6/+16 |
* | remove defines around unarchive, its always used | Glenn L McGrath | 2001-06-22 | 1 | -2/+0 |
* | heh | Tim Riker | 2001-06-22 | 1 | -0/+3 |
* | comment cleanup | Tim Riker | 2001-06-22 | 3 | -4/+3 |
* | create_path -> make_directory | Tim Riker | 2001-06-22 | 1 | -1/+1 |