OSDN Git Service

android-x86/external-busybox.git
2006-01-06 Rob Landleypatch from tito: consolidate delay functions as bb_do_d...
2006-01-06 Rob LandleyBug 624 wants quoted char support for printf, so you...
2006-01-06 Rob LandleyNo, we _want_ the suid and sgid bits reverted by chown...
2006-01-04 Bernhard Reutner... - better wording
2006-01-04 Mike Frysingeruse MAP_PRIVATE instead of MAP_SHARED for uClinux syste...
2006-01-04 Mike FrysingerJason Schoon writes:
2006-01-04 Mike Frysingerimport nios2 support from microtronix
2006-01-04 Mike Frysingermake mount usage a bit more terse
2006-01-03 Mike Frysingerjust use bb_xfopen()
2006-01-03 Mike Frysingerfix comment documentation
2005-12-29 Bernhard Reutner... - silence warning about unused param
2005-12-29 Bernhard Reutner... - use HOSTCC instead of a hardcoded cc
2005-12-26 "Vladimir N... remove buffer overflow by Erik and decodeString problem...
2005-12-21 Rob LandleyWhen you went "losetup -d /dev/loop0 /dev/loop1" the...
2005-12-21 Rob LandleyTrying to losetup a device as a regular user shouldn...
2005-12-21 Rob LandleySecond attempt to simplify the login menu. Shadow...
2005-12-21 Bernhard Reutner... - fix check for group and user, remove some whitespace...
2005-12-20 Rob LandleyFix chroot, leave console alone if -c not specified...
2005-12-20 Rob LandleySome minor cleanups/bugfixes split off from the big...
2005-12-20 Rob LandleyShadow password support went beyond the dependency...
2005-12-20 Rob LandleyActually, static buffers look like _this_...
2005-12-20 "Vladimir N... remove debug feature for production
2005-12-19 Rob LandleyMake a few warnings go away.
2005-12-19 Rob LandleyDo an svn log -v, the information in this changelog...
2005-12-19 Rob LandleyShadow password support involves vlock too.
2005-12-19 Rob LandleyPatch from Tito to make vlock much smaller.
2005-12-18 Rob Landleystrncmp isn't automatically superior to strcmp. Especi...
2005-12-17 Rob LandleySigh. Left the debug path in. Fixed.
2005-12-17 Rob LandleyAdded /etc/mdev.conf support. Adds about 1.9k to mdev.
2005-12-16 Rob LandleyBug 601: When we fork an archiver and feed stuff to...
2005-12-16 Rob LandleyAhem. Vladimir checked in a different fix bug didn...
2005-12-16 Rob LandleyLess would segfault if it had no tty. (Bug 600.)
2005-12-16 Rob LandleyI screwed up the last commit: if dt is null when ENABLE...
2005-12-16 Rob LandleyStephane Billiart said:
2005-12-15 "Vladimir N... sync license from mainstream
2005-12-15 "Vladimir N... fopen(TTY...) to bb_xfopen(), close bug 600
2005-12-15 Bernhard Reutner... - Stephane Billiart writes:
2005-12-15 Bernhard Reutner... - remove duplicate entry for switch_root
2005-12-15 Rob LandleyAdd a fflush(stdout).
2005-12-15 Rob LandleyBetter use of the ENABLE guards.
2005-12-15 Rob LandleyThe rest of Yann E. Morin's install revamp.
2005-12-15 Rob LandleyEliminate unnecessary allocation from md5sum that was...
2005-12-15 Rob LandleyFix -g and -p options. Patch from Traceman. (I don...
2005-12-15 Rob LandleyPatch from dlively (whoever that is, see bug 591) to fix
2005-12-14 Bernhard Reutner... - several functions depend on IPv4 or IPv6 od IPX support.
2005-12-14 Bernhard Reutner... - remove warning (thanks Yann E. MORIN) and switch...
2005-12-13 "Vladimir N... remove sigsetmask, noticed by Bernhard
2005-12-13 Bernhard Reutner... - check if CC supports -funsigned-char
2005-12-13 Bernhard Reutner... - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_appl...
2005-12-13 Bernhard Reutner... - do away with superfluous keyword.
2005-12-13 "Vladimir N... remove strange bloat dup2() usage, sync this code with...
2005-12-13 Rob LandleyNothing to see here. Move along.
2005-12-13 Rob LandleyMinor fix: if(CONFIG) breaks the build when that CONFIG...
2005-12-12 Rob LandleyPatch from Yann E. Morin, something to do with bugs...
2005-12-12 Bernhard Reutner... - typo: s/sucess/success/g
2005-12-12 Bernhard Reutner... - fix zcip for IMA compile mode.
2005-12-12 Rob LandleyFlush output to log promptly (bug 389).
2005-12-12 Rob LandleyFlush input when prompting for a password (bug 373).
2005-12-12 Rob LandleyBug 310: be consistent about stat/lstat and chown/lchow...
2005-12-12 Rob LandleyUninitialized variable causing intermittent syntax...
2005-12-12 Rob Landleyprintf() arguments shouldn't be passed straight from...
2005-12-12 Rob LandleyChange CONFIG_MODPROBE_MULTIPOLE_OPTIONS to
2005-12-11 Rob LandleyPatch from Yann E. Morin to reorganize module config...
2005-12-11 Rob LandleyMake insmod quiet by default (patch from Yann E. Morin).
2005-12-11 Rob LandleyYann E. Morin's update to modprobe usage.
2005-12-11 Rob LandleyPatch from Yann E. Morin to make rmmod report failure...
2005-12-11 Glenn L McGrathAdd build options to control SuS compatability, allows...
2005-12-10 Bernhard Reutner... - remove unused variable have_read_stdin
2005-12-08 Paul Foxavoid mixed declarations, to support older compilers...
2005-12-07 Rob LandleyMacro was wrong, name(void) vs name(x), and apparently...
2005-12-07 Rob LandleyuClibc can't handle anonymous MAP_SHARED. Since we...
2005-12-06 Rob LandleyTito is using broken kernel headers that pollute the...
2005-12-06 "Vladimir N... reduce 3 warning if compile with -W
2005-12-06 "Vladimir N... restore compare_string_array new interface (make broken...
2005-12-02 Rob LandleyInstall links patch from Yann E. Morin. (Another thing...
2005-12-02 Rob LandleyIf we really _need_ an #ifdef like this, then we should...
2005-12-02 Rob LandleyAnother cleanup patch that's been in my tree for a...
2005-12-02 Rob LandleyA cleanup patch I've had lying around in my tree for...
2005-12-02 "Vladimir N... reduce signedness warning
2005-12-02 "Vladimir N... reduce signedness warning
2005-12-02 "Vladimir N... remove warnings if compile with -W, use ENABLE_FEATURE...
2005-12-01 Rob LandleyMake char default to "unsigned" on all platforms so...
2005-11-29 Rob LandleyFix losetup so that it A) actually works again, B)...
2005-11-29 "Vladimir N... getopt -> getopt_ulflags. noticed by Rob Sullivan
2005-11-29 Mike Frysingerupdate license
2005-11-29 Mike FrysingerShaneAnderson writes in Bug 565:
2005-11-28 Paul Foxadd "-C" format to hexdump
2005-11-28 Paul Foxfix bug #474:
2005-11-28 Paul Foxeliminate mixed declaration, to support older compilers...
2005-11-28 "Vladimir N... use libbb/get_kernel_revision(), reduce stack usage...
2005-11-27 Rob LandleyPatch from Cristian Ionescu-Idbohrn to deal with _...
2005-11-26 "Vladimir N... remove bug: fsck do not know path
2005-11-26 "Vladimir N... change the interface of libbb/compare_string_array...
2005-11-26 "Vladimir N... more use const for interface of libbb/compare_string_ar...
2005-11-25 "Vladimir N... more use libbb/bb_msg_read_error
2005-11-24 "Vladimir N... reduce bss
2005-11-23 Rob LandleyUpdate to modprobe usage from Yann E. Morin
2005-11-22 Rob LandleyCan't store a pointer in an int on 64 bit platforms.
2005-11-22 Rob LandleyMove interface.c to networking directory since it's...
2005-11-20 Rob LandleySupport # comments after s/// option list.
next