aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2002-06-15Don't use pointless GNU-ismsandersen1-2/+2
2002-06-11Patch from Simon Krahnke:sandman1-11/+28
2002-06-11* testsuite/sed/sed-recurses-properly: Mark XFAIL.kraai1-0/+1
2002-06-11* libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev.kraai1-1/+1
2002-06-08vodz' last_patch42_2, which is an updated fix for buffer overflowsandersen1-25/+19
2002-06-06If config file can not be parsed, use compiled in BB_SUID_... values as asandman1-55/+71
2002-06-06Fix buffer overflows noted by Gerardo Pugaandersen1-1/+5
2002-06-06Fix buffer overflows noted by Gerardo Pugaandersen1-14/+20
2002-06-06Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar>andersen1-1/+1
2002-06-06Lets give this a try...andersen1-7/+6
2002-06-06Email addr fixandersen1-2/+1
2002-06-06Patch from Gyepi SAM <gyepi@praxis-sw.com>:andersen1-10/+6
2002-06-06Patch from Gyepi SAM <gyepi@praxis-sw.com>:andersen1-2/+7
2002-06-06Patch from vodz to only setenv PATH when PATH changes, which is muchandersen1-3/+3
2002-06-06Per discussion with vodz, Tim's changes do not seem to make sense.andersen1-5/+5
2002-06-06last_patch41 from vodz to fix stty -F and similarandersen1-3/+22
2002-06-05plug fd leak noticed by Russ Dillandersen2-0/+2
2002-06-04Bigger patch for (partial) tinylogin integrationsandman30-2/+4123
2002-06-04Fix for broken handling off BusyBox's own pwd/grp implementationssandman12-14/+98
2002-06-04Implement two types of suid/sgid support for BusyBox:sandman5-180/+491
2002-06-04Cleaned up Erik's fgets -> read patch and fixed a buffer overflowsandman1-36/+38
2002-06-04Avoid stack munching stdio implementations.andersen1-75/+100
2002-06-02Fixed a realloc bug found by Martin Volfsandman1-3/+3
2002-05-29Include busybox.h before testing CONFIG_LOCALE_SUPPORT.mjn31-2/+2
2002-05-29Patch from Randolfe Averty to fixup package conflict checks, cleanup some mem...bug12-75/+127
2002-05-28Added support for /etc/modules.conf parsingsandman1-18/+105
2002-05-27Added include for isdigit(); simplified -<num> detectionsandman2-2/+4
2002-05-24Ensure that insmod supports at least one MODULE_INTERFACEandersen1-0/+3
2002-05-24Patch from Magnus Damm <damm@opensource.se> to rework thingsandersen1-381/+488
2002-05-22Made exit code SysV compliant. Also added -s (single pid) flag.sandman1-12/+9
2002-05-22Some cleanups, some size reductions and some buffer overflow checkssandman1-61/+43
2002-05-19Support old-style compress (.Z) files via libbb / unzip( ) callssandman3-0/+939
2002-05-18ping return 1 if can't pingtimr1-5/+5
2002-05-17SUpport old style -[::digit::] options for head and tailsandman2-1/+11
2002-05-16Reduced code size for new -e flag (suggested by vodz)sandman1-17/+9
2002-05-15Doh! Remember to close /etc/inittabandersen1-0/+1
2002-05-15Support old-style compress (.Z) files via libbb / unzip( ) callssandman6-4/+58
2002-05-15gunzip'ing many files to stdout works nowsandman1-6/+9
2002-05-15Don't delete source file when decompressing to stdoutsandman1-1/+2
2002-05-14Complete rewrite to support stack loading/unloading with propersandman1-94/+145
2002-05-14Added support for -Y|--proxy=on/off to wgetsandman2-8/+17
2002-05-14Add --login support. This is the bash way of starting a shell that shouldsandman1-3/+10
2002-05-14This patch adds -e (extended information) to route and -r/-e (show routingsandman1-2/+5
2002-05-14This patch adds -e (extended information) to route and -r/-e (show routingsandman2-23/+70
2002-05-14Entries with "noauto" options are ignored correctly when mounting allsandman1-0/+1
2002-05-05Tom Oehser noticed that we were lacking the SO_REUSEADDR flag.andersen1-2/+4
2002-05-03Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly,andersen1-36/+57
2002-05-03Make verbose and show_only work as expectedandersen1-7/+13
2002-05-03Patch from Robert Griebl <griebl@gmx.de> to ignore the -s flagandersen1-3/+9
2002-05-01fix and shrink uuencodetimr2-55/+25