oweals/busybox.git
2003-10-03 Glenn L McGrathPatch by Rob Landley, fix warning
2003-10-03 Glenn L McGrathargc has already been decremented
2003-10-03 Glenn L McGrathPatch from Rob Landley, Simplify organisation of arguments.
2003-10-02 Glenn L McGrathFix -C option when creating tar files.
2003-10-01 Glenn L McGrathThomas Lundquist, update for current structure
2003-10-01 Glenn L McGrathPatch from Rob Landley to fix backrefs
2003-10-01 Glenn L McGrathPatch by Rob Landley, fix "newline after edit command"
2003-10-01 Glenn L McGrathPatch by Rob Landley, work in progress update, fixes...
2003-09-26 Glenn L McGrathPatch by Guillaume Morin
2003-09-26 Glenn L McGrathPatch from Fillod Stephane
2003-09-26 Glenn L McGrathadd size parameter to syslogd -C
2003-09-26 Glenn L McGrathPatch by Fillod Stephane, declare variables as static...
2003-09-24 Glenn L McGrathUse a variable for the config files, makes it easier...
2003-09-24 Glenn L McGrathSyncronise with debian busybox-cvs package
2003-09-24 Glenn L McGrathFix some typo's, remove some extra free statements
2003-09-24 Glenn L McGrathAdd the -d option
2003-09-24 Glenn L McGrathAdd the "install" applet, move get_ug_id to libbb as...
2003-09-20 Glenn L McGrathPatch by Steinar H. Gunderson to fix debian bug #211675.
2003-09-17 Glenn L McGrathPatch by Junio C Hamano to workaround a gcc compiler...
2003-09-16 Glenn L McGrathConfiguration option to define wether to follows GNU...
2003-09-16 Glenn L McGrathFix a bug that creapt in recently with substitution...
2003-09-16 Glenn L McGrathCompile get_terminal_width_height
2003-09-15 Glenn L McGrathPatch from Stephane Billiart to fix an unused variable...
2003-09-15 Glenn L McGrathPatch from Bastian Blank to fix a problem when runing...
2003-09-15 Glenn L McGrathPatch from Tito, Reduces the size of busybox's strings...
2003-09-15 Glenn L McGrathFix a simple mistake with pattern space, and add a...
2003-09-15 Glenn L McGrathPatch by Jean Wolter to fix a bug where a script wouldn...
2003-09-15 Glenn L McGrathFix some memory allocation problems
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-09-15 Eric Andersenfix function prototype
2003-09-15 Eric AndersenNeeds prototype for close()
2003-09-15 Eric Andersencomparison was always false due to limited range of...
2003-09-15 Eric AndersenDo not shadow the global name 'accept'
2003-09-15 Glenn L McGrathAdd a test for the 'P' command and fix current implemen...
2003-09-15 Glenn L McGrathA test and fix for the sed 'n' command
2003-09-15 Glenn L McGrathTest for use of newline in regex's, this feature is...
2003-09-15 Glenn L McGrathFix for the sed-append-next-line test
2003-09-15 Glenn L McGrathTest the N command
2003-09-15 Glenn L McGrathFix recursion problem
2003-09-15 Glenn L McGrathCheck sed doesnt go into an infinite loop (yes it does)
2003-09-15 Glenn L McGrathUpdate Matteo Croce's email address
2003-09-14 Glenn L McGrathMemory cleanups and fix for `echo "foo" | sed 's/foo...
2003-09-14 Glenn L McGrathCleanup memory usage
2003-09-14 Glenn L McGrathUpdate sed branch tests
2003-09-14 Glenn L McGrathAdd two new tests, sed-recurses-properly should always...
2003-09-14 Glenn L McGrathThe previous fix for 's/a/1/;s/b/2/;t one;p;:one;p...
2003-09-14 Glenn L McGrathPreserve substitution flag value within the current...
2003-09-14 Glenn L McGrathFix branching commands.
2003-09-14 Glenn L McGrathPatch from Rob Landley
2003-09-14 Glenn L McGrathStupid typo
2003-09-14 Glenn L McGrathFix some memory allocation problems
2003-09-13 Glenn L McGrathFix the following testcase by disabling global substitu...
2003-09-13 Glenn L McGrathFix the following testcase by storing the state of...
2003-09-12 Glenn L McGrathFix compile error, Vodz, last_path_113
2003-09-12 Glenn L McGrathTypo.
2003-09-12 Eric AndersenAs vodz just pointed out, I screwup up the call to... 1_00_pre3
2003-09-12 Eric AndersenRemove final \n
2003-09-12 Eric AndersenFix obligitory typos
2003-09-12 Eric AndersenFinal changelog update
2003-09-12 Eric AndersenRemove version #
2003-09-12 Eric AndersenI suppose it is now Sept 12...
2003-09-12 Eric AndersenUpdate webpage a bit
2003-09-12 Glenn L McGrathFix handling of hardlinks when OLDGNU and GNU extension...
2003-09-12 Glenn L McGrathUse the typeflag to identify if its a hardlink on OLD...
2003-09-12 Eric AndersenInvoke run-parts on /etc/network/if-*.d per the behavior of
2003-09-12 Eric AndersenTeach rdate to timeout in 10 seconds to avoid blocking...
2003-09-12 Eric Andersenconfig option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN...
2003-09-12 Eric AndersenUpdate changelog for release
2003-09-12 Glenn L McGrathBusybox CVS version ipcalc have problems:
2003-09-11 Eric AndersenUpdate definition of struct serial_struct, per linux...
2003-09-11 Eric AndersenMarc A. Lehmann writes:
2003-09-11 Eric AndersenPatch from Philip Blundell:
2003-09-10 Glenn L McGrathadd ipv6 literal support to wget
2003-09-10 Glenn L McGrathFix a bug where make clean complained about having...
2003-09-10 Glenn L McGrathVodz, last_patch_104
2003-09-09 Glenn L McGrathIf a tar entry is a regualr file ending in a '/' then...
2003-09-09 Glenn L McGrathUpdate the config file by running it from menuconfig...
2003-09-08 Glenn L McGrathPatch from Jean Wolter
2003-09-08 Glenn L McGrathVodz, last_patch_110
2003-09-08 Glenn L McGrathPreserve suid/sgid bits
2003-09-08 Glenn L McGrathlast_patch_109 from Vladimir N. Oleynik
2003-09-08 Glenn L McGrathBusybox modprobe has a couple of irritating quirks:
2003-09-05 Glenn L McGrathSmall bug in silent option
2003-09-04 Glenn L McGrathSet the default password to md5, patch by Joshua Jackson
2003-09-03 Glenn L McGrathmore crond+crontab integrating with loginutil libbb...
2003-09-03 Glenn L McGrathTo load GPLONLY symbols its is required that CHECK_TAIN...
2003-09-02 Glenn L McGrathadds the ability to use and calculate network prefix...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-09-01 Glenn L McGrathFix compile error and reducing size for libbb/get_conso...
2003-09-01 Glenn L McGrathAllow one to detect and handle the case where no lease...
2003-08-31 Glenn L McGrath"insmod caches the symbolname in a variable before...
2003-08-30 Glenn L McGrathsave a couple of bytes
2003-08-30 Glenn L McGrathThe default behaviour for run-parts is corrected to...
2003-08-30 Glenn L McGrathhandle GPLONLY symbols
2003-08-30 Glenn L McGrath"Without this patch, udhcpcd output may be buffered...
2003-08-30 Glenn L McGrathFix the substitution print subcommand, it should only...
2003-08-29 Glenn L McGrathRemove some unwanted code, patch from Holger Schurig...
2003-08-29 Glenn L McGrath"Due to a wrong format parameter in a printf httpd...
2003-08-29 Glenn L McGrath"A little patch for the strings applet of the busybox...
2003-08-29 Glenn L McGrathLogic error, patch by Matteo Croce
next