aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2002-08-24Fix warningGlenn L McGrath
2002-08-23Rewrite, its smallerGlenn L McGrath
2002-08-23Apply vodz last_patch51_2 and run through indentGlenn L McGrath
2002-08-22Remove duplicate definitions, run through indentGlenn L McGrath
2002-08-22replace some global const ints with definesGlenn L McGrath
2002-08-22Run through indent, fix commentsGlenn L McGrath
2002-08-15Fix dietlibc test conditionGlenn L McGrath
2002-08-13Try to be a bit more dietlibc friendlyEric Andersen
2002-07-19- Forgot to cvs add bb_asprintf.c (from vodz' patch #50)Robert Griebl
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl
2002-07-11Brad Campbell <brad@seme.com.au> notes thatEric Andersen
2002-07-03Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen
2002-07-03A patch from Bart Visscher <magick@linux-fan.com> to add anEric Andersen
2002-07-03This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen
2002-07-03Cleanup shadow.h stuff so it behaves as intendedEric Andersen
2002-06-23Remove advertising clauses in accordance withAaron Lehmann
2002-06-23Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOWAaron Lehmann
2002-06-23Port over the last of the tinylogin appletsEric Andersen
2002-06-11* libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev.Matt Kraai
2002-06-06Patch from Gyepi SAM <gyepi@praxis-sw.com>:Eric Andersen
2002-06-04Fix for broken handling off BusyBox's own pwd/grp implementationsRobert Griebl
2002-05-19Support old-style compress (.Z) files via libbb / unzip( ) callsRobert Griebl
2002-05-15Support old-style compress (.Z) files via libbb / unzip( ) callsRobert Griebl
2002-04-13Silly meEric Andersen
2002-04-13Stupid gcc always includes its own builtin strlen()...Eric Andersen
2002-04-12Completely rework the config system so that it no longer annoys me to work onEric Andersen
2002-03-20Fix devfs loop device supportEric Andersen
2002-03-20Reinitialize initial shift register value for on each pass.Eric Andersen
2002-03-12Cleanup a libc5 compatibility hackEric Andersen
2002-02-26* libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer isMatt Kraai
2002-01-02chomp should only remove the newline if it occurs at the end of the input.Matt Kraai
2002-01-02unzip applet by Laurence AndersonGlenn L McGrath
2001-12-29optimize this a little bit.Eric Andersen
2001-12-20Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai
2001-12-17Make cp and mv optionally preserve hard links.Matt Kraai
2001-12-11Open the source before creating the destination.Matt Kraai
2001-12-06If find_pid_by_name() had an error, it was returning -1, but storingEric Andersen
2001-12-06More copyright and email addr cleanupsEric Andersen
2001-12-06Silly cosmetic problem in the commentEric Andersen
2001-12-06Commit my improvement on Rodney Brown's patch to g(un)zip, decreasingAaron Lehmann
2001-12-05Simplify unzip(), remove unused checks and unneccessary variablesGlenn L McGrath
2001-12-05Simplify CRC table generationGlenn L McGrath
2001-12-05New version to cut size. Includes optional basename() compatibility, butManuel Novoa III
2001-11-29gunzip was incorrectly reporting a failed crc and length (discovered byGlenn L McGrath
2001-11-20Treat NUL as the end-of-line.Matt Kraai
2001-11-12Remove unnecessary errno handling.Matt Kraai
2001-11-10I forgot to add these. Part of the patch from vodzEric Andersen
2001-11-10Latest patch from vodz:Eric Andersen
2001-11-02Introduce od and hexdump appletsGlenn L McGrath
2001-10-27Be extra pedantic about printing the correct type for an addressEric Andersen