| Commit message (Expand) | Author | Files | Lines |
2001-07-06 | Update the debian packaging stuff | andersen | 6 | -199/+411 |
2001-07-06 | Forgot this | andersen | 1 | -4/+1 |
2001-07-06 | Remove redundant initialization of lfile to reduce executable size by | kraai | 2 | -2/+2 |
2001-07-06 | Let people select their shell at compile time. | andersen | 2 | -0/+94 |
2001-07-06 | update the ignore list | andersen | 1 | -1/+0 |
2001-07-06 | Fix a stupid bug revealed by multibuild.pl | andersen | 2 | -2/+2 |
2001-07-06 | Add woukaround for missing struct _res in uClibc | andersen | 2 | -2/+20 |
2001-07-06 | This is vodz' latest ash update. | andersen | 2 | -1142/+262 |
2001-07-05 | Removed obsolete function, strdup_substr. | kraai | 6 | -47/+5 |
2001-07-05 | Note my activities (how immodest of me). | kraai | 1 | -0/+1 |
2001-07-05 | Fix a stupid thinko, and fix killall to cope with the updated | andersen | 3 | -4/+6 |
2001-07-05 | Be extra extra careful about what we dereference. | andersen | 6 | -6/+24 |
2001-07-05 | Implement suggestion from Adam Slattery, (don't default to killing closing bu... | andersen | 1 | -3/+16 |
2001-07-05 | Fix a thinko (the symptoms of which were reported by | kraai | 2 | -2/+2 |
2001-07-05 | A bit of testing today showed that ASH_BBAPPS_AS_BUILTINS was | andersen | 2 | -12/+4 |
2001-07-05 | gunzip, zcat were fixed just after 0.51 was released | bug1 | 1 | -1/+1 |
2001-07-05 | ash, hush and msh are new applets to 0.52 | bug1 | 1 | -0/+5 |
2001-07-05 | Added entries for my commits | bug1 | 1 | -2/+13 |
2001-07-03 | Remove a redundant call to mkdir. | kraai | 2 | -18/+2 |
2001-07-02 | Cleanups and sinze reduction for the vi applet from Aaron Lehmann | andersen | 2 | -28/+30 |
2001-07-02 | Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton of | andersen | 2 | -2258/+386 |
2001-07-02 | Per patch from vodz, change a couple of consts to defines, since | andersen | 4 | -4/+12 |
2001-07-02 | Some updates to ash from vodz. Makes ash smaller. I made a few | andersen | 3 | -6567/+5576 |
2001-07-02 | Patch from vodz to fix freeing a static in cmdedit. | andersen | 2 | -2/+4 |
2001-06-30 | Simplify a comment | andersen | 1 | -2/+0 |
2001-06-30 | Generalize comment -- no longer ls specific | andersen | 1 | -4/+3 |
2001-06-30 | Pad the human readable output for 'ls -sh' to 6 chars, since we will | andersen | 2 | -2/+2 |
2001-06-30 | Fix a silly logic error which caused symlinks to be printed twice, and | andersen | 2 | -10/+8 |
2001-06-30 | Fixed scaling problems involving make_human_readable_str. | mjn3 | 2 | -10/+10 |
2001-06-30 | ls -s was reporting bytes instead of blocks. | mjn3 | 2 | -2/+2 |
2001-06-30 | All-integer version (but it does use an unsigned long long) which fixes | mjn3 | 1 | -47/+70 |
2001-06-29 | A really nice patch from Manuel Novoa III for compile time | andersen | 2 | -0/+372 |
2001-06-29 | Add some missing includes to kill warnings when building with the default | mjn3 | 12 | -0/+14 |
2001-06-29 | This is a busybox port of the Minix shell. It is reasonably capable, | andersen | 2 | -0/+9598 |
2001-06-28 | Fix a nasty hard to spot bug found by Ralph Siemsen <ralphs@netwinder.org>. | andersen | 2 | -8/+18 |
2001-06-28 | Allow xrealloc to act as a free() when size=0, per SuS2. | andersen | 1 | -1/+11 |
2001-06-28 | Remove vodz from credits, per his request | andersen | 2 | -8/+4 |
2001-06-28 | Scrub up the licensing block | andersen | 2 | -1664/+130 |
2001-06-28 | This a an ash applet I put together. It is similar to the one put | andersen | 3 | -0/+29709 |
2001-06-28 | Remove unneeded stuff. | andersen | 2 | -12/+0 |
2001-06-28 | More thrashing about trying to make hush behave itself wrt job | andersen | 2 | -32/+36 |
2001-06-27 | don't whine if all we need to do is remove a bg job | andersen | 2 | -2/+4 |
2001-06-27 | Fix a type promotion bug discivered and analyzed by Alan Modra | andersen | 3 | -3/+3 |
2001-06-27 | Re-enable globbing (I'd accidentaly removed it) and finish off the last | andersen | 2 | -20/+448 |
2001-06-26 | Explicitly call setsid() | andersen | 2 | -0/+2 |
2001-06-26 | Minor formatting change | andersen | 2 | -8/+8 |
2001-06-26 | Don't choke if /etc/profile is not available | andersen | 2 | -16/+14 |
2001-06-26 | Fix ps so it doesn't waste space showing group, as it is pretty much | andersen | 2 | -36/+10 |
2001-06-26 | Make it so we don't segfault when /proc isn't mounted -- guess pid 1... | andersen | 1 | -0/+9 |
2001-06-26 | Don't use void * to pass pointers of known type | andersen | 3 | -28/+37 |