oweals/busybox.git
2003-06-26 Eric AndersenOops.
2003-06-26 Eric Andersenlast_patch91 from vodz to convert tar to use bb_getopt_...
2003-06-26 Eric AndersenGeir Thomassen wrote, regarding networking/httpd.c...
2003-06-26 Eric AndersenPer patch from Nick Fedchik, use SHADOW_FILE, not ...
2003-06-25 Eric AndersenOops. As Andrew Dennison just noticed, I left a stray
2003-06-25 Eric AndersenRegenerate the busybox.links file when the .config...
2003-06-22 Glenn L McGrathNew applet: patch, applies a unified diff
2003-06-22 Glenn L McGrathSave a few bytes by using bb_getopt_ulflags and a few...
2003-06-21 Eric AndersenBased on a tinylogin patch from Philip Blundell, add...
2003-06-21 Eric AndersenFix a silly bug I introduced yesterday
2003-06-20 Eric AndersenFixup whitespace handing, fixing some annoying behavior and
2003-06-20 Eric AndersenFall back to looking in /lib/modules/modules.dep if
2003-06-20 Eric AndersenPatch from Andrew Dennison:
2003-06-20 Eric AndersenSomewhere in the 2.4.x kernel series, /proc/mounts...
2003-06-20 Eric AndersenDon't shadow a paramater
2003-06-20 Eric AndersenFix a couple vars that could be used uninitialized
2003-06-20 Eric Andersenuse an explicit cast on some types that change size...
2003-06-20 Eric AndersenMake gcc not whine about "deprecated use of label at...
2003-06-20 Eric AndersenAdd prototype update missing from last_patch89. Fix...
2003-06-20 Eric AndersenPatch from Lars Kellogg-Stedman:
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-06-15 Eric AndersenFix rpm usage msg
2003-06-14 Eric AndersenAdd missing pieces from vodz' last_patch88
2003-06-12 Eric AndersenFix the location for the default config so 'make defconfig'
2003-06-12 Glenn L McGrathHandle hard links by converting them to symlinks
2003-06-10 Glenn L McGrathVodz, last_patch_88
2003-06-08 Glenn L McGrathsha1sum option to compare checksums
2003-06-07 Glenn L McGrathBetter error handling
2003-06-07 Glenn L McGrathMinor correction
2003-06-07 Glenn L McGrathFix bug (wrong value computed) when reading file from...
2003-06-07 Glenn L McGrathRun through indent
2003-06-05 Eric AndersenPatch from Lars Kellogg-Stedman, lars at larsshack...
2003-05-27 Eric AndersenPut this back the way it was. I misunderstood what...
2003-05-26 Eric AndersenMake all syscall declarations use the syscall() function
2003-05-26 Eric AndersenThis was doing some silly stuff that is not necessary...
2003-05-26 Eric Andersencleanup a bit to remove needless verify() function
2003-05-26 Eric AndersenSkip printing "/proc/%d/cmdline" stuff when it is not...
2003-05-26 Eric AndersenRemove cruft
2003-05-26 Glenn L McGrathVodz, last_path_87, formatiing changes
2003-05-26 Glenn L McGrathVodz, last_patch_86
2003-05-24 Eric AndersenUpdate mkdep, per the "touchless dependencies for 2...
2003-05-23 Eric Andersenoops
2003-05-23 Eric AndersenThis patch from Vitezslav Batrla, is a cleaner fix...
2003-05-22 Eric AndersenPatch from Russell Coker:
2003-05-19 Glenn L McGrathPatch from Glenn Engel
2003-05-18 Matt KraaiHandle -O preceding -x.
2003-05-16 Eric AndersenApply patch from Georg Magschok to fix syslog behavior...
2003-05-14 Glenn L McGrathPart of a patch from Glenn Engel, updates httpd help
2003-05-14 Glenn L McGrathvodz, last_patch_85
2003-05-13 Glenn L McGrathRe-use existing variables, patch from Tito
2003-05-13 Glenn L McGrathlast_patch84 by Vodz.
2003-05-13 Glenn L McGrathAdd some missing lines for getty, patch by Steven Scholz
2003-05-13 Glenn L McGrathFix \l so it doesnt print the character as well as...
2003-05-11 Glenn L McGrathminit, a Minimal init system.
2003-05-08 Glenn L McGrathUse xopen instead of xfopen
2003-05-02 Eric AndersenPatch from Dmitry V. Levin to fix a fd leak
2003-04-27 Eric AndersenA couple of patches from Tito <farmatito@tiscali.it>
2003-04-27 Glenn L McGrathUse bb_xgetlarg
2003-04-27 Glenn L McGrathNew applet, fold
2003-04-27 Glenn L McGrathConfig option to create an fgrep alias
2003-04-27 Glenn L McGrathFix segfault when cleaning up
2003-04-27 Glenn L McGrathgrep -f support, adds only 60 Bytes, but regex's now...
2003-04-26 Glenn L McGrathAlways preserve date
2003-04-26 Glenn L McGrathNew commands, 'G' and 'H'
2003-04-26 Glenn L McGrathAdd the -d option, its used by old versions of config...
2003-04-26 Glenn L McGrathiPatch from waldi, fixes usage of ip route flush (from...
2003-04-25 Eric AndersenPatch from Steven Scholz to fix telnetd compile problem
2003-04-24 Eric AndersenThere have been many reports of init failing to reboot...
2003-04-21 Glenn L McGrathunlink a previous file before its extracted
2003-04-21 Glenn L McGrathsync with waldi
2003-04-21 Glenn L McGrathunlink() an existing file, before opening it, simply...
2003-04-21 Eric AndersenAdd link to SimplyGNUstep
2003-04-19 Eric AndersenPatch from David Updegraff to use calloc so that forwa...
2003-04-19 Eric AndersenPatch from David Updegraff to avoid corrupting memory...
2003-04-16 Eric AndersenMinor .o file naming change
2003-04-16 Eric Andersenenable CONFIG_USE_BB_PWD_GRP for the debian installer,
2003-04-12 Glenn L McGrathFix logic error in grouped commands
2003-04-11 Glenn L McGrathFix up indenting
2003-04-09 Glenn L McGrathReally fix the 'r' command
2003-04-09 Glenn L McGrathFix the sed 'r' command
2003-04-09 Glenn L McGrathfix substitution when replacing with &, we shouldnt...
2003-04-09 Glenn L McGrathLabel ends at a newline, update comments, rename linked...
2003-04-08 Glenn L McGrathRun through indent
2003-04-08 Glenn L McGrathFixes block commands to correctly identify end of block...
2003-04-07 Glenn L McGrathAdd hold space commands 'g', 'h', 'x'
2003-04-07 Glenn L McGrathRename "line" to pattern_space to be more descriptive...
2003-04-06 Glenn L McGrathSync with waldi's package
2003-04-06 Glenn L McGrathPreparation for the new net-udeb based on required...
2003-04-04 Eric AndersenAdd more help text
2003-04-04 Eric AndersenTest that cvs commit messages are working properly
2003-04-03 Manuel Novoa... Fix 'thinko'.
2003-04-02 Eric AndersenYet another rather large face lift. It now works for...
2003-03-31 Eric AndersenAvoid errors with buggy preprocessors
2003-03-30 Glenn L McGrathUpdate config to new menu options
2003-03-30 Glenn L McGrathRename, to specify kernel
2003-03-30 Glenn L McGrathGroup common string
2003-03-30 Glenn L McGrathSmall fix for sed 'y' command
2003-03-30 Glenn L McGrathsed 'y' command, simplify some other code
2003-03-30 Glenn L McGrathExperimental support for embeded newline. (im evil)
2003-03-28 Eric Andersentrivial fix to make sure we have sufficient arguments...
next