summaryrefslogtreecommitdiff
path: root/Rules.mak (unfollow)
Commit message (Expand)AuthorFilesLines
2002-06-23Port over the last of the tinylogin appletsEric Andersen26-258/+1722
2002-06-22Several login cleanups from vodzEric Andersen1-25/+32
2002-06-22Apply vodz' last_patch44 -- cleanup several chars to be const, fixEric Andersen1-19/+15
2002-06-22Kill dead email addressEric Andersen1-1/+1
2002-06-22Apply last_patch46 from vodz, to fix buffer overflows noted byEric Andersen1-25/+23
2002-06-22Apply vodz' cleanup for insmod buffer overflows, which was cleanerEric Andersen1-25/+35
2002-06-22Major revamp. I've been trying to clean up the code. the bzerror stuffAaron Lehmann1-562/+54
2002-06-18As noted by Yves Lavoie ing. <yves.lavoie.ing@sympatico.ca>, don'tEric Andersen1-7/+10
2002-06-15Fix a potential macro expansion problem... isspace can beEric Andersen1-1/+1
2002-06-15Don't use pointless GNU-ismsEric Andersen1-2/+2
2002-06-11Patch from Simon Krahnke:Robert Griebl1-11/+28
2002-06-11* testsuite/sed/sed-recurses-properly: Mark XFAIL.Matt Kraai1-0/+1
2002-06-11* libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev.Matt Kraai1-1/+1
2002-06-08vodz' last_patch42_2, which is an updated fix for buffer overflowsEric Andersen1-25/+19
2002-06-06If config file can not be parsed, use compiled in BB_SUID_... values as aRobert Griebl1-55/+71
2002-06-06Fix buffer overflows noted by Gerardo PugaEric Andersen1-1/+5
2002-06-06Fix buffer overflows noted by Gerardo PugaEric Andersen1-14/+20
2002-06-06Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar>Eric Andersen1-1/+1
2002-06-06Lets give this a try...Eric Andersen1-7/+6
2002-06-06Email addr fixEric Andersen1-2/+1
2002-06-06Patch from Gyepi SAM <gyepi@praxis-sw.com>:Eric Andersen1-10/+6
2002-06-06Patch from Gyepi SAM <gyepi@praxis-sw.com>:Eric Andersen1-2/+7
2002-06-06Patch from vodz to only setenv PATH when PATH changes, which is muchEric Andersen1-3/+3
2002-06-06Per discussion with vodz, Tim's changes do not seem to make sense.Eric Andersen1-5/+5
2002-06-06last_patch41 from vodz to fix stty -F and similarEric Andersen1-3/+22
2002-06-05plug fd leak noticed by Russ DillEric Andersen2-0/+2
2002-06-04Bigger patch for (partial) tinylogin integrationRobert Griebl30-2/+4123
2002-06-04Fix for broken handling off BusyBox's own pwd/grp implementationsRobert Griebl12-14/+98
2002-06-04Implement two types of suid/sgid support for BusyBox:Robert Griebl5-180/+491
2002-06-04Cleaned up Erik's fgets -> read patch and fixed a buffer overflowRobert Griebl1-36/+38
2002-06-04Avoid stack munching stdio implementations.Eric Andersen1-75/+100
2002-06-02Fixed a realloc bug found by Martin VolfRobert Griebl1-3/+3
2002-05-29Include busybox.h before testing CONFIG_LOCALE_SUPPORT.Manuel Novoa III1-2/+2
2002-05-29Patch from Randolfe Averty to fixup package conflict checks, cleanup some mem...Glenn L McGrath2-75/+127
2002-05-28Added support for /etc/modules.conf parsingRobert Griebl1-18/+105
2002-05-27Added include for isdigit(); simplified -<num> detectionRobert Griebl2-2/+4
2002-05-24Ensure that insmod supports at least one MODULE_INTERFACEEric Andersen1-0/+3
2002-05-24Patch from Magnus Damm <damm@opensource.se> to rework thingsEric Andersen1-381/+488
2002-05-22Made exit code SysV compliant. Also added -s (single pid) flag.Robert Griebl1-12/+9
2002-05-22Some cleanups, some size reductions and some buffer overflow checksRobert Griebl1-61/+43
2002-05-19Support old-style compress (.Z) files via libbb / unzip( ) callsRobert Griebl3-0/+939
2002-05-18ping return 1 if can't pingTim Riker1-5/+5
2002-05-17SUpport old style -[::digit::] options for head and tailRobert Griebl2-1/+11
2002-05-16Reduced code size for new -e flag (suggested by vodz)Robert Griebl1-17/+9
2002-05-15Doh! Remember to close /etc/inittabEric Andersen1-0/+1
2002-05-15Support old-style compress (.Z) files via libbb / unzip( ) callsRobert Griebl6-4/+58
2002-05-15gunzip'ing many files to stdout works nowRobert Griebl1-6/+9
2002-05-15Don't delete source file when decompressing to stdoutRobert Griebl1-1/+2
2002-05-14Complete rewrite to support stack loading/unloading with properRobert Griebl1-94/+145
2002-05-14Added support for -Y|--proxy=on/off to wgetRobert Griebl2-8/+17