Age | Commit message (Expand) | Author |
2002-07-03 | Patch from Danny Lepage <danny.lepage@cognicase.com> to fix | Eric Andersen |
2002-07-03 | Patch from till busch <buti@gmx.at> -- unblock all signals | Eric Andersen |
2002-07-03 | Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl> | Eric Andersen |
2002-07-03 | Cleanup shadow.h stuff so it behaves as intended | Eric Andersen |
2002-07-03 | Little fix to avoid overflow | Eric Andersen |
2002-07-03 | Silly spelling fix | Eric Andersen |
2002-07-02 | David Frascone <dave@frascone.com> noticed two problems. First, modprobe was | Eric Andersen |
2002-06-23 | Remove advertising clauses in accordance with | Aaron Lehmann |
2002-06-23 | inline many functions that are only called once. saves about 300 bytes | Aaron Lehmann |
2002-06-23 | Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOW | Aaron Lehmann |
2002-06-23 | remove cleanUpAndFail, and replace it with exit(). because that's what | Aaron Lehmann |
2002-06-23 | Rework optimization code. Be more compiler aware. | Eric Andersen |
2002-06-23 | Port over the last of the tinylogin applets | Eric Andersen |
2002-06-22 | Several login cleanups from vodz | Eric Andersen |
2002-06-22 | Apply vodz' last_patch44 -- cleanup several chars to be const, fix | Eric Andersen |
2002-06-22 | Kill dead email address | Eric Andersen |
2002-06-22 | Apply last_patch46 from vodz, to fix buffer overflows noted by | Eric Andersen |
2002-06-22 | Apply vodz' cleanup for insmod buffer overflows, which was cleaner | Eric Andersen |
2002-06-22 | Major revamp. I've been trying to clean up the code. the bzerror stuff | Aaron Lehmann |
2002-06-18 | As noted by Yves Lavoie ing. <yves.lavoie.ing@sympatico.ca>, don't | Eric Andersen |
2002-06-15 | Fix a potential macro expansion problem... isspace can be | Eric Andersen |
2002-06-15 | Don't use pointless GNU-isms | Eric Andersen |
2002-06-11 | Patch from Simon Krahnke: | Robert Griebl |
2002-06-11 | * testsuite/sed/sed-recurses-properly: Mark XFAIL. | Matt Kraai |
2002-06-11 | * libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev. | Matt Kraai |
2002-06-08 | vodz' last_patch42_2, which is an updated fix for buffer overflows | Eric Andersen |
2002-06-06 | If config file can not be parsed, use compiled in BB_SUID_... values as a | Robert Griebl |
2002-06-06 | Fix buffer overflows noted by Gerardo Puga | Eric Andersen |
2002-06-06 | Fix buffer overflows noted by Gerardo Puga | Eric Andersen |
2002-06-06 | Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar> | Eric Andersen |
2002-06-06 | Lets give this a try... | Eric Andersen |
2002-06-06 | Email addr fix | Eric Andersen |
2002-06-06 | Patch from Gyepi SAM <gyepi@praxis-sw.com>: | Eric Andersen |
2002-06-06 | Patch from Gyepi SAM <gyepi@praxis-sw.com>: | Eric Andersen |
2002-06-06 | Patch from vodz to only setenv PATH when PATH changes, which is much | Eric Andersen |
2002-06-06 | Per discussion with vodz, Tim's changes do not seem to make sense. | Eric Andersen |
2002-06-06 | last_patch41 from vodz to fix stty -F and similar | Eric Andersen |
2002-06-05 | plug fd leak noticed by Russ Dill | Eric Andersen |
2002-06-04 | Bigger patch for (partial) tinylogin integration | Robert Griebl |
2002-06-04 | Fix for broken handling off BusyBox's own pwd/grp implementations | Robert Griebl |
2002-06-04 | Implement two types of suid/sgid support for BusyBox: | Robert Griebl |
2002-06-04 | Cleaned up Erik's fgets -> read patch and fixed a buffer overflow | Robert Griebl |
2002-06-04 | Avoid stack munching stdio implementations. | Eric Andersen |
2002-06-02 | Fixed a realloc bug found by Martin Volf | Robert Griebl |
2002-05-29 | Include busybox.h before testing CONFIG_LOCALE_SUPPORT. | Manuel Novoa III |
2002-05-29 | Patch from Randolfe Averty to fixup package conflict checks, cleanup some mem... | Glenn L McGrath |
2002-05-28 | Added support for /etc/modules.conf parsing | Robert Griebl |
2002-05-27 | Added include for isdigit(); simplified -<num> detection | Robert Griebl |
2002-05-24 | Ensure that insmod supports at least one MODULE_INTERFACE | Eric Andersen |
2002-05-24 | Patch from Magnus Damm <damm@opensource.se> to rework things | Eric Andersen |