aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-04-25Applied patch from I.Q. to add -s to cmp.Mark Whitley
2001-04-25libbb.h now includes ../busybox.h. This way, files in libbb that haveMark Whitley
2001-04-25Some more cleanups for insmod from Larry.Eric Andersen
2001-04-25Larry noticed that chown and chgrp has the version numbers off a bitEric Andersen
2001-04-25Moved some #ifdefs down below #include "busybox.h" where they belong.Mark Whitley
2001-04-25Sync'ed up the olympus section between this and stock Config.hMark Whitley
2001-04-25Fixed a BB_MTAB #define buglet reported by Magnus Damm.Mark Whitley
2001-04-25Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen
2001-04-24Cleanup more carefully after pod2htmlEric Andersen
2001-04-24Several cleanups from Larry.Eric Andersen
2001-04-24Rewrote rm.Matt Kraai
2001-04-24Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunatelyEric Andersen
2001-04-24Update applet define from BB_CP_MV to BB_CP and BB_MV.Matt Kraai
2001-04-24Use generic flag names.Matt Kraai
2001-04-24Move applet_name declaration from busybox.h to libbb.h.Matt Kraai
2001-04-23Applied patch from Larry Doolittle to remove some strlen calls, and add oneMark Whitley
2001-04-23Remove file obsoleted by cp/mv rewrite.Matt Kraai
2001-04-23Rewrite cp and mv to be SUSv2 compliant.Matt Kraai
2001-04-23Reversed last patch; unnecessary.Mark Whitley
2001-04-23Added a sanity check to fix weird bug exposed when sourcing in commands from aMark Whitley
2001-04-23Change link order so that libbb functions use libpwd.a when appropriate.Matt Kraai
2001-04-23Some patches from Gennady Feldman. Fixed a glob problem such thatEric Andersen
2001-04-23A patch from Marc Karasek and Kanoj (kernel serial.c maintainer)Eric Andersen
2001-04-23Simplify file_prefix handling, and use of *dir variable.Glenn L McGrath
2001-04-23Simplify pathname building, in which a bug was noted by Larry Doolittle,Matt Kraai
2001-04-21Fix horrible, horrible memmory leak. I wondered why processes were dying !Glenn L McGrath
2001-04-21Clearly define out exclude list code, as recommended by Larry DoolittleGlenn L McGrath
2001-04-20Fixed a buglet where an extra newline was being added after an insert commandMark Whitley
2001-04-20Made a correction to a bad test expression. Props to Larry Doolittle forMark Whitley
2001-04-20Applied patch from Larry Doolittle to give users the third option of puttingMark Whitley
2001-04-20Set permissions of created fileGlenn L McGrath
2001-04-19This has two patches. First it moves interface.c to libbb (it isEric Andersen
2001-04-19Fix buffer underrun noted and solved by Larry Doolittle.Matt Kraai
2001-04-18Move real_loop.h to libbb, where it belongs.Eric Andersen
2001-04-18Add types for the inline funcs, thanks to Ralph Siemsen <ralphs@netwinder.org>Eric Andersen
2001-04-18Eliminate spurious warning, convert to getopt, and eliminate redundant check.Matt Kraai
2001-04-18Fix a number of problems with argument handling.Matt Kraai
2001-04-18Eliminate a segfault when called on an existing file with out an extension:Matt Kraai
2001-04-18Eliminated seeks so that we work correctly on pipes, and removed reliance onMatt Kraai
2001-04-18Fix zcat/gunzip when reading from stdinGlenn L McGrath
2001-04-17- updated busybox_header.pod by adding adjtimex to the list.John Beppu
2001-04-17Applied patch from I.Q. to add sort -u as a feature.Mark Whitley
2001-04-17Changed line[strlen(line) - 1] = '\0'; to chomp(line);Mark Whitley
2001-04-17Applied a patch from Laurence Anderson to fix the wget statusbar and a patchMark Whitley
2001-04-17Applied patch from I.Q. to fix problem with sort -n.Mark Whitley
2001-04-17Added some help messages.Mark Whitley
2001-04-17The tiniest of bracket-placement fixes.Mark Whitley
2001-04-17- usage.hJohn Beppu
2001-04-17Convert mount to use getopt.Matt Kraai
2001-04-17Further cleanup of mount option handling.Matt Kraai