oweals/busybox.git
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
2003-02-09 Glenn L McGrathNew applet, inetd, make httpd features more configurabl...
2003-02-09 Glenn L McGrathDont die if logging remotely fails, patch by Joshua...
2003-02-09 Glenn L McGrathSpecify install path, patch by Nick Fedchik
2003-02-09 Glenn L McGrathMoved to libunarchive/unzip.c
2003-02-09 Glenn L McGrathFix endian probelm on PPC, i had different types for...
2003-02-08 Glenn L McGrathPatch from mathuria, compatability with solaris
2003-02-08 Glenn L McGrathPatch from Joshua Jackson, make md5 the default hash...
2003-02-08 Glenn L McGrathRewrite by Manuel Novoa III, very compact implimentation.
2003-02-08 Glenn L McGrathPatch from Nick Fedchik, CONFIG_SYSLOGD should determin...
2003-02-05 Eric AndersenMention penguru
2003-02-03 Eric AndersenFix a couple more ifupdown bugs
2003-01-28 Glenn L McGrathFix long standing bug with old gnu tar files, add a...
2003-01-27 Eric AndersenDon't wipe the config system on 'make clean'
2003-01-27 Eric AndersenThis seems sufficient for ifup and ifdown to actually...
2003-01-23 Eric AndersenFix a silly compile error, thanks to a patch from Wen...
2003-01-23 Eric AndersenPatch from Brett Hunt at micron.com to fixup potential...
2003-01-23 Eric AndersenPatch from Jason McMullan @ linuxcare.com adding insmod
2003-01-23 Eric AndersenA patch from John F. Kelly to add in a utility for...
2003-01-23 Eric AndersenApply patch from Ghozlane Toumi to add -inum support...
2003-01-23 Eric AndersenPatch from Artem Egorkine to support the -m option
2003-01-23 Eric AndersenPatch from Joel Vallier to add modules symbols to the...
2003-01-22 Glenn L McGrathPatch from Basitan Blank to fix nasty bug
2003-01-22 Eric AndersenFix a typo that broke it so busybox won't build
2003-01-21 Russ Dillmerge fixes with udhcp
2003-01-21 Glenn L McGrathLogin prompt function, part of waldi's telnetd from...
2003-01-21 Glenn L McGrathrun telnet from inetd, present login prompt if login...
2003-01-21 Glenn L McGrathre-order config options, part of a patch from Bastian...
2003-01-21 Glenn L McGrathheader update
2003-01-20 Glenn L McGrathNew test mode that allows run_parts to fail silently...
2003-01-20 Glenn L McGrathMake test mode output same as official version
2003-01-19 Glenn L McGrathDont use getopt_long, minor usage changes, patch by...
2003-01-19 Glenn L McGrathfix missed option argument for -I <device>, interface...
2003-01-19 Glenn L McGrathCompile option to avoid using /usr directory, patch...
2003-01-16 Glenn L McGrathUse vsyslog instead of syslog, improve initalisation...
2003-01-14 Glenn L McGrathFix leading spaces bug, free line buffer, redo next_wor...
2003-01-14 Glenn L McGrathPatch for the debian-cvs package, ip* applets in /bin...
2003-01-14 Eric Andersenlast_patch75_2 from vodz,
2003-01-14 Eric AndersenEnsure consistant sort order, sed behavior, etc
2003-01-14 Eric AndersenEliminate most instances where we use linux kernel...
2003-01-14 Eric AndersenClean config binsries on 'make clean'
2003-01-14 Eric AndersenEliminate use of kernel header file
2003-01-14 Eric AndersenFixup addgroup help text
2003-01-14 Eric AndersenOnly call free if it is necessary
2003-01-13 Eric AndersenPatch from Tito to rework strings applet, and some...
2003-01-13 Glenn L McGrathCorrect some init issues, update email address, last_pa...
2003-01-13 Glenn L McGrathOption to allow ifupdown use ip commands instead of...
2003-01-12 Eric AndersenKiss Gabor noticed that ping compiled without BB_FEATUR...
next