| Commit message (Expand) | Author | Files | Lines |
2001-04-25 | Moved some #ifdefs down below #include "busybox.h" where they belong. | markw | 5 | -10/+10 |
2001-04-25 | Sync'ed up the olympus section between this and stock Config.h | markw | 1 | -49/+0 |
2001-04-25 | Fixed a BB_MTAB #define buglet reported by Magnus Damm. | markw | 1 | -1/+1 |
2001-04-25 | Move messages.c to libbb. Make each string in messages.c be its own .o file. | andersen | 46 | -241/+98 |
2001-04-24 | Cleanup more carefully after pod2html | andersen | 1 | -2/+2 |
2001-04-24 | Several cleanups from Larry. | andersen | 2 | -12/+14 |
2001-04-24 | Rewrote rm. | kraai | 8 | -219/+195 |
2001-04-24 | Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately | andersen | 14 | -184/+605 |
2001-04-24 | Update applet define from BB_CP_MV to BB_CP and BB_MV. | kraai | 4 | -4/+8 |
2001-04-24 | Use generic flag names. | kraai | 7 | -55/+56 |
2001-04-24 | Move applet_name declaration from busybox.h to libbb.h. | kraai | 7 | -9/+5 |
2001-04-23 | Applied patch from Larry Doolittle to remove some strlen calls, and add one | markw | 2 | -14/+20 |
2001-04-23 | Remove file obsoleted by cp/mv rewrite. | kraai | 1 | -325/+0 |
2001-04-23 | Rewrite cp and mv to be SUSv2 compliant. | kraai | 10 | -156/+811 |
2001-04-23 | Reversed last patch; unnecessary. | markw | 1 | -4/+0 |
2001-04-23 | Added a sanity check to fix weird bug exposed when sourcing in commands from a | markw | 1 | -1/+5 |
2001-04-23 | Change link order so that libbb functions use libpwd.a when appropriate. | kraai | 1 | -1/+1 |
2001-04-23 | Some patches from Gennady Feldman. Fixed a glob problem such that | andersen | 5 | -17/+21 |
2001-04-23 | A patch from Marc Karasek and Kanoj (kernel serial.c maintainer) | andersen | 2 | -2/+4 |
2001-04-23 | Simplify file_prefix handling, and use of *dir variable. | bug1 | 1 | -29/+21 |
2001-04-23 | Simplify pathname building, in which a bug was noted by Larry Doolittle, | kraai | 2 | -18/+18 |
2001-04-21 | Fix horrible, horrible memmory leak. I wondered why processes were dying ! | bug1 | 1 | -2/+1 |
2001-04-21 | Clearly define out exclude list code, as recommended by Larry Doolittle | bug1 | 1 | -4/+5 |
2001-04-20 | Fixed a buglet where an extra newline was being added after an insert command | markw | 2 | -14/+20 |
2001-04-20 | Made a correction to a bad test expression. Props to Larry Doolittle for | markw | 2 | -4/+2 |
2001-04-20 | Applied patch from Larry Doolittle to give users the third option of putting | markw | 3 | -0/+15 |
2001-04-20 | Set permissions of created file | bug1 | 1 | -0/+1 |
2001-04-19 | This has two patches. First it moves interface.c to libbb (it is | andersen | 7 | -75/+24 |
2001-04-19 | Fix buffer underrun noted and solved by Larry Doolittle. | kraai | 2 | -2/+2 |
2001-04-18 | Move real_loop.h to libbb, where it belongs. | andersen | 1 | -0/+0 |
2001-04-18 | Add types for the inline funcs, thanks to Ralph Siemsen <ralphs@netwinder.org> | andersen | 2 | -4/+4 |
2001-04-18 | Eliminate spurious warning, convert to getopt, and eliminate redundant check. | kraai | 4 | -58/+46 |
2001-04-18 | Fix a number of problems with argument handling. | kraai | 2 | -98/+58 |
2001-04-18 | Eliminate a segfault when called on an existing file with out an extension: | kraai | 2 | -4/+4 |
2001-04-18 | Eliminated seeks so that we work correctly on pipes, and removed reliance on | kraai | 3 | -6/+27 |
2001-04-18 | Fix zcat/gunzip when reading from stdin | bug1 | 2 | -52/+56 |
2001-04-17 | - updated busybox_header.pod by adding adjtimex to the list. | beppu | 2 | -36/+55 |
2001-04-17 | Applied patch from I.Q. to add sort -u as a feature. | markw | 6 | -21/+79 |
2001-04-17 | Changed line[strlen(line) - 1] = '\0'; to chomp(line); | markw | 2 | -2/+2 |
2001-04-17 | Applied a patch from Laurence Anderson to fix the wget statusbar and a patch | markw | 5 | -41/+37 |
2001-04-17 | Applied patch from I.Q. to fix problem with sort -n. | markw | 2 | -6/+10 |
2001-04-17 | Added some help messages. | markw | 2 | -2/+18 |
2001-04-17 | The tiniest of bracket-placement fixes. | markw | 2 | -10/+4 |
2001-04-17 | - usage.h | beppu | 7 | -81/+97 |
2001-04-17 | Convert mount to use getopt. | kraai | 2 | -110/+62 |
2001-04-17 | Further cleanup of mount option handling. | kraai | 2 | -124/+122 |
2001-04-17 | Fix -a support (broken by previous patch). | kraai | 2 | -6/+6 |
2001-04-17 | Fix segfault on `mount -t nfs' reported by Gratien D'haese. | kraai | 2 | -0/+6 |
2001-04-16 | Several fixes from Sterling Huxley for the vi applet. | andersen | 3 | -159/+430 |
2001-04-16 | Write full status file | bug1 | 2 | -38/+152 |