oweals/busybox.git
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
2003-03-10 Glenn L McGrathAdd the q (quit) option
2003-03-09 Glenn L McGrathFix a delimiter matching bug i introduced.
2003-03-09 Glenn L McGrathSupport grouped commands, i.e. {cmd1;cmd2}
2003-03-09 Glenn L McGrathalloc array for commands, use string ptr in parse_comma...
2003-03-09 Glenn L McGrathuse typedef for struct sed_cmd
2003-03-09 Glenn L McGrathredo get_addres(). save some space. possible fix a...
2003-03-09 Glenn L McGrathWoops, remove the code i didnt mean to commit
2003-03-09 Glenn L McGrathMention the opengroup sed reference, add a check which...
2003-03-08 Glenn L McGrathFix matching for the $ address (last line)
2003-03-07 Eric Andersenbe more careful about cleaning up
2003-03-07 Eric AndersenScrub things a bit, shave off a few bytes.
2003-03-07 Eric AndersenSave a few bytes and remove a redundant string
2003-03-07 Eric AndersenWith nightmares of libbb ending up with 100 .c files...
2003-03-07 Eric Andersenaudit for proper error handling, apply a few size optim...
2003-03-07 Eric AndersenDefine bb_xgetlarg as a standard interface for extracting
2003-03-07 Eric AndersenExplicitly define -DNDEBUG so asserts don't clutter...
2003-02-28 Eric AndersenAdd all the syslogd help text
2003-02-28 Eric AndersenThere is no good reason to prevent nfs mounts from...
2003-02-27 Eric AndersenWrite all the help text for the util-linux utilities...
2003-02-18 Eric Andersenmention "katamaran"
2003-02-17 Glenn L McGrathFix for big endian machines
2003-02-17 Glenn L McGrathNew applet sha1sum
2003-02-15 Glenn L McGrathPatch from Bastian Blank
2003-02-15 Glenn L McGrathMerge fileutils, textutils and shellutils into coreuils
2003-02-12 Russ Dillsync with udhcp bug fixes
2003-02-12 Eric AndersenDon't use HZ -- use sysconf(_SC_CLK_TCK)
2003-02-11 Manuel Novoa... Fix compile error... header problems.
2003-02-10 Glenn L McGrathlast_patch83 by Vladimir N. Oleynik
2003-02-10 Glenn L McGrathFix compile error, last_patch82 by Vladimir N. Oleynik
2003-02-10 Glenn L McGrathFix compile error, last_patch81 by Vladimir N. Oleynik
2003-02-10 Eric Andersenudhcpc is supposed to be in /sbin, not /usr/sbin/
2003-02-09 Glenn L McGrathFix compiler warnings, patch by Steven Scholz
2003-02-09 Glenn L McGrathWoops, my gunzip fix broke unzip, these cant be static
2003-02-09 Glenn L McGrathMinor update to arping, patch from Nick Fedchik
next