platform/upstream/busybox.git
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...
2003-03-28 Glenn L McGrathStill fine tunning the printing of the substitute command
2003-03-28 Glenn L McGrathsed 't' branching command
2003-03-28 Glenn L McGrathFix sed 's' command's 'p' flag, so it can print line...
2003-03-28 Glenn L McGrathfix q command
2003-03-28 Glenn L McGrathAdd basic branching support, sed ':' and 'b' commands
2003-03-28 Glenn L McGrathmake sed cleanup use linked list
2003-03-28 Glenn L McGrathUse a linked list for sed commands in preparation for...
2003-03-23 Manuel Novoa... Oops... had != but meant ==.
2003-03-19 Manuel Novoa... Minor cleanups. Document the cmp -l option.
2003-03-19 Manuel Novoa... Restrict octal perms to <= 07777. Cosmetic error messa...
2003-03-19 Manuel Novoa... Obligatory forgotten item.
2003-03-19 Manuel Novoa... Things my compiler didn't catch...
2003-03-19 Manuel Novoa... Major coreutils update.
2003-03-18 Glenn L McGrathMatch newlines, this fixes matching of ^ or $ when...
2003-03-18 Glenn L McGrathFix a bug that corrupted the string followed commands...
2003-03-14 Eric AndersenPatch from Jonas Holmberg, adjusted by Robert Schwebel...
2003-03-13 Eric Andersenoops. args shuffled.
2003-03-13 Eric AndersenFix obviously wrong names from older busybox
2003-03-13 Eric AndersenPatch from Tito Ragusa:
2003-03-11 Eric Andersencope with crappy windoze ftp servers
2003-03-10 Eric AndersenAvoid potential rendering problems
2003-03-10 Glenn L McGrathfix n, add N, P
2003-03-10 Glenn L McGrathadd the 'n' command
next