OSDN Git Service

android-x86/external-busybox.git
2005-05-28 Rob LandleyShaun Jackman submitted a patch converting an allocatio...
2005-05-28 Rob LandleyPatch from Shaun Jackman to save a few bytes.
2005-05-26 Rob LandleyTobias Krawutschke found a bug where the DHCP client...
2005-05-20 Paul MundtAdd readprofile applet support.
2005-05-18 Rob LandleyPatch from Colin Watson (mangled slightly by Rob Landley):
2005-05-18 Rob LandleyDoug Swarin pointed out a security bug in the -i option...
2005-05-16 Mike Frysingeruse more busybox functions and remove redundant code
2005-05-16 Mike Frysingermake sure we add the local dir to the include path
2005-05-15 Rob LandleyTito pointed out I'd broken -t (argv[optind] can't...
2005-05-14 Rob LandleyAdd automatic umount support to eject command. Patch...
2005-05-13 Mike Frysingeras Rob Landley pointed out, need to fix the 1 versus...
2005-05-13 Mike Frysingerblah, forgot to save last time to fix whitespacing
2005-05-13 Mike Frysingerremove duplicated code and rework algorithms to end...
2005-05-12 Mike Frysingeruse a bunch of if statements since it is a few bytes...
2005-05-12 Mike Frysingererr, added 2 to the wrong var :) also touchup the optio...
2005-05-12 Mike Frysingerfix segfault if user only specifies 1 file
2005-05-12 Mike Frysingerupdate usage to match actual behavior
2005-05-12 Mike Frysingerfix whitespace/coding style
2005-05-12 Mike Frysingeradd missing comm.o rule
2005-05-12 Mike Frysingerwhitespace touchups
2005-05-11 Eric AndersenThis makefile was a mess. Fix it to work as intended.
2005-05-11 Rob LandleySmall comm implementatin from Rob Sullivan. Needed...
2005-05-11 Mike Frysingerimport ether-wake applet by haveaniceday Bug 252
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2005-05-11 Mike Frysingerimport eject by Peter Willis / Tito Ragusa
2005-05-11 Mike Frysingernow that mjn3 explained it to me, add documentation...
2005-05-10 Rob LandleyPatch from Jason Schoon to add IPV6 support to telnetd...
2005-05-10 Mike Frysingeradd documentation for long options and touch up the...
2005-05-09 Mike Frysingerimport more libs to prep for new e2fsprogs
2005-05-09 Mike Frysingerimport ext2fs lib to prep for new e2fsprogs
2005-05-09 Mike Frysingerno longer applies
2005-05-09 Mike Frysingerimport base_device.c for fsck
2005-05-09 Mike Frysingerremove unused files
2005-05-09 Mike Frysingertrim out useless defines and use some busybox funcs
2005-05-09 Mike Frysingeroverride nls P_() macro
2005-05-09 Mike Frysingerabort if user passes -r or if they dont pass anything
2005-05-09 Mike Frysingersyntax/whitespace touchup
2005-05-09 Rob LandleyPatch from Shaun Jackman:
2005-05-07 Rob LandleyManuel points out that if printf needs a flush to act...
2005-05-07 Rob LandleyThis one's from me. Fix ash "standalone shell".
2005-05-07 Rob LandleyShaun Jackman pointed out that dprintf(STDOUT_FILENO...
2005-05-07 Mike Frysingerpatch by Tito which uses a lot more busybox functions...
2005-05-07 Mike Frysingerupdate e2p target to match condensed files
2005-05-07 Mike Frysingerpatch by Tito which unifies common get/set functions...
2005-05-07 Mike Frysingeradd/remove defines to handle more e2fsprogs
2005-05-07 Mike Frysingeruse shared busybox error messages to save a few bytes
2005-05-06 Mike Frysingermake the exec (-e) an optional feature of netcat
2005-05-06 Mike FrysingerIn bug 247, haveaniceday writes:
2005-05-04 Rob LandleyTweak the "pretty lsmod for 2.6" patch to be seperately...
2005-05-04 Rob LandleyRevert the uptime() removal. Let the list sort it...
2005-05-04 Rob LandleyPatch from Shaun Jackman:
2005-05-04 Rob LandleyTakeharu Kato's patch added 2.6 support to lsmod; this...
2005-05-03 Rob LandleyTakeharu Kato said:
2005-05-03 Rob LandleyFrom: Shaun Jackman <sjackman@gmail.com>
2005-05-03 Rob LandleyShaun Jackman said:
2005-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2005-05-03 Rob LandleyAdd David Brownell as zcip maintainer.
2005-05-03 Rob LandleyRevert Tito's patch to zcip. My bad, David Brownell...
2005-05-01 Rob LandleyOn Tuesday 19 April 2005 21:10, Tito wrote and today...
2005-04-30 Rob LandleyOn Wednesday 13 April 2005 09:12 pm, Shaun Jackman...
2005-04-30 Rob LandleyDavid Brownell submitted a new applet, zcip, based...
2005-04-29 Rob LandleyNew help text for Matthew S. Wood's "ln" update adding...
2005-04-29 Rob LandleyPatch from Matthew S. Wood:
2005-04-29 Rob LandleyOn Wednesday 27 April 2005 05:23 am, Patrick Huesmann...
2005-04-27 Eric AndersenDo not attempt to free() the application's environment...
2005-04-27 Eric AndersenCorrect errors preventing busybox tar from working...
2005-04-26 Mike Frysingerfix stupid build mistake i made earlier as pointed...
2005-04-25 Mike Frysingeruse a generic error message
2005-04-25 Mike Frysingeruse asprintf in place of malloc/sprintf as suggested...
2005-04-25 Mike Frysingermoved to e2fsprogs too
2005-04-25 Mike Frysingerbbify to shrink size
2005-04-24 Mike Frysingeruse busybox funcs to make smaller
2005-04-24 Mike Frysingernew version of ed taken from sash
2005-04-24 Mike Frysingersvn didnt auto add these ...
2005-04-24 Mike Frysingeradd new subdir for e2fsprogs
2005-04-24 Mike Frysingerrework human_fstype to cut down size
2005-04-24 Mike Frysingerrework options to get rid of extra variables
2005-04-23 Mike Frysingerfix whitespace usage, fix un-escaped quotes in a bunch...
2005-04-23 Mike Frysingerfix inconsistent whitespace
2005-04-23 Mike Frysingerremove extra whitespace
2005-04-23 Mike Frysingerstat implementation based upon coreutils
2005-04-23 Mike Frysingerpatch for a very alpha busybox ed
2005-04-23 Mike Frysingerwhitespace fix
2005-04-23 Mike Frysingerremove lsattr/chattr to prepare for a top level e2fspro...
2005-04-23 Mike Frysingerupdate example to use bb_ prefixed names and remove...
2005-04-23 Mike Frysingeradd comments about ignoring some warnings which are OK
2005-04-23 Mike Frysingerremove unused variable and declare writepid inline
2005-04-23 Mike Frysingercast the time pointer so gcc stops warning over nothing
2005-04-23 Mike Frysingeruse bb_fflush_stdout_and_exit instead of exit
2005-04-22 Mike Frysingerimport lsattr and chattr from e2fsprogs
2005-04-22 Mike Frysingeroutput busybox help to stdout, not stderr
2005-04-21 Mike Frysingerprintenv / sum defines
2005-04-21 Mike Frysingergrab sum from coreutils, clean it up, and make it busyb...
2005-04-21 Mike Frysingeradd a printenv implementation
2005-04-21 Mike Frysingerfix whitespace
2005-04-21 Mike Frysingerfix typos
2005-04-21 Mike Frysingerfix typoe (buildddir -> builddir)
2005-04-20 Mike Frysingerfix printf warning
2005-04-19 Mike Frysingerfix whitespace
2005-04-19 Peter KjellerstedtUpdated to match trunk/uClibc/extra/config as of r10132...
next