OSDN Git Service

android-x86/external-busybox.git
2006-09-09 Denis Vlasenkotar: fix "xopen with O_CREAT" warning, improve zero...
2006-09-09 Denis Vlasenkoxopen3(O_RDONLY) -> xopen(O_RDONLY).
2006-09-09 Denis Vlasenkousing [xa]sprintf for string concatenation is neat...
2006-09-09 Denis Vlasenkowget: wrap one atrociously long line (around 200 chars...
2006-09-09 Denis Vlasenkoudhcp: FEATURE_UDHCP_SYSLOG should be selected only if
2006-09-08 Denis Vlasenkologin: use some ideas from util-linux's login.
2006-09-08 Denis Vlasenkofew random readability enhansements. No code changes
2006-09-08 Denis Vlasenkologin: make it saner and smaller by ~0.5k.
2006-09-08 Denis Vlasenkologin: small fixes like \n removal, bb_error_msg'ificat...
2006-09-08 Denis Vlasenkologin: previous commit comment was wrong :)
2006-09-08 Denis Vlasenkologin: style fixes
2006-09-08 Rob LandleyShrinkage/cleanup from Tito.
2006-09-08 Rob LandleyFix warnings.
2006-09-08 Rob LandleySecond drop. More infrastructure in place, especially...
2006-09-08 Rob LandleyA quick cleanup pass of some low-hanging mess.
2006-09-08 Rob LandleyBugfix for: echo '123456789' | sed 's/./|&/5'
2006-09-07 Denis VlasenkoFix (hopefully) bug 976. Need more thorough audit.
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-09-07 Denis Vlasenkofix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&
2006-09-07 Denis VlasenkoAdd CONFIG_FEATURE_SYSLOG which controls whether
2006-09-07 Denis VlasenkoCONFIG_FEATURE_COMPRESS_USAGE was impossible to turn on
2006-09-07 Denis Vlasenkoadding files missed in prev updates (forgot about svn...
2006-09-06 Rob LandleyDenis Vlasenko has started to put stuff on his BusyBox...
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-06 Bernhard Reutner... - strip 399424 off the bss by making decompress_uncompr...
2006-09-06 Bernhard Reutner... - mdev and grep use xregcomp. Closes bug #1021
2006-09-05 Rob LandleyVladimir Dronnikov (ybrnj80 at yandex dot ru) pointed...
2006-09-05 Rob LandleyThe bb_ prefixes were removed from xasprintf() and...
2006-09-05 Denis Vlasenkorun_shell.c: style fix
2006-09-05 Denis Vlasenkoxfunc: fix: && -> &. Also nuked two double semicolons...
2006-09-05 Rob LandleyMight as well commit this to have the history. It...
2006-09-04 Rob LandleyThinko.
2006-09-04 Rob LandleyPatch from Natanael Copa to make start-stop-daemon...
2006-09-03 Denis Vlasenkosulogin: fix bug: -tNNN didn't work
2006-09-03 Denis Vlasenkodpkg: fix buffer overflow (bug 983)
2006-09-03 Denis Vlasenkouuencode: common implementation for wget and uuencode...
2006-09-03 Denis Vlasenkoarchival: added O_TRUNC so that when we overwrite files...
2006-09-03 Denis Vlasenkotar: revert older fix (non-portable), added new one.
2006-09-03 Denis Vlasenkozcip: bb_error_msg had stray newlines; small optimizati...
2006-09-03 Denis Vlasenkozcip: minor fixes
2006-09-03 Denis Vlasenkozcip: fix stdout/err versus syslog output.
2006-09-03 Denis Vlasenkozcip: getopt -> bb_getopt_ulflags
2006-09-03 Denis Vlasenkozcip: convert lots of zero-initialized locals
2006-09-03 Denis Vlasenkozcip: use xfunc() where appropriate
2006-09-03 Denis Vlasenkoreplacing func() with xfunc() where appropriate
2006-09-03 Denis Vlasenkozcip: apply patch from
2006-09-02 Denis Vlasenkotar: tar xf foo.tar dir/dir did not extract all subdirs.
2006-09-02 Denis Vlasenkoping: bind -> xbind
2006-09-02 Denis Vlasenkoping(6): use htons instead of SWAP_BE.
2006-09-02 Denis Vlasenkoping: implement -I option
2006-09-02 Denis Vlasenkoping6: resolve interface name to number early.
2006-09-02 Denis VlasenkoSync ping and ping6 a bit, fix style and indentation.
2006-09-02 Denis VlasenkoFix endianness issue in ping6
2006-09-02 Bernhard Reutner... - patch from Csaba Henk to make the "User-Agent" header...
2006-09-01 Rob LandleyWalter Harms contributed a section on scripting languag...
2006-09-01 Rob LandleyVladimir Dronnikov also submitted a CIFS support patch...
2006-08-30 Rob LandleyBernhard Fischer complained about moving --sort-common.
2006-08-29 Rob LandleyThere's some strange bug in glibc that triggers if...
2006-08-29 Bernhard Reutner... - set version back to 1.2.0 like it was before. Add...
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-28 Bernhard Reutner... - it's a mistake to remove lib-specific prefixes from...
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-28 Mike Frysingerneed libsepol in addtion to libselinux
2006-08-28 Bernhard Reutner... - do maintainers duty by bumping version to 1.3.0-pre0;
2006-08-28 Rob LandleyBugfix from Jason Schoon: send the right signal with -s.
2006-08-28 Rob LandleyMore allbareconfig fixes.
2006-08-28 Rob LandleyJordan Crouse submitted a patch to only include xregcom...
2006-08-28 Rob LandleyNo real need for my_query_module() and this eliminates...
2006-08-28 Bernhard Reutner... - pgf(?) found and fixed that missing dependency (usage...
2006-08-28 Rob LandleyUnbreak allbareconfig a bit. (The telnetd.c fix is...
2006-08-24 Rob LandleyAntti Seppala (with dots over the last two a's) wants...
2006-08-22 Rob LandleyPatch from Yann Morin so modprobe won't return failure...
2006-08-22 Rob Landley"Jordan Crouse" <jordan.crouse@amd.com> says:
2006-08-21 Rob LandleyMichael Opdenacker spotted that makefile should use...
2006-08-21 Rob LandleyOops, Michael pointed out that my cleanup left some...
2006-08-20 Rob LandleyYann E. Morin spotted a broken check_ld macro.
2006-08-20 Rob LandleyMichael Opdenacker contributed a readahead applet.
2006-08-20 Bernhard Reutner... - typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_L...
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-18 Bernhard Reutner... - typo: s/optarg/nprobes_str; fixes segfault as reporte...
2006-08-18 Bernhard Reutner... - remove CRIS specific CFLAG from generic flags-checking.
2006-08-18 Bernhard Reutner... - remove last reminiscents of IN_BUSYBOX
2006-08-17 Rob LandleyThe kernel can't handle umount /dev/hdc, we have to...
2006-08-17 Rob LandleyTimo Scheffler pointed out that OpenWRT isn't listed.
2006-08-16 Rob LandleyAdd link to BusyBox Weekly News. (Yeah, another timesink.)
2006-08-16 Rob LandleyNew entry about backporting fixes.
2006-08-16 Rob LandleyUpdate the tinyutils page to mention microperl, LUA...
2006-08-15 Rob LandleyBernhard Fischer pointed out some leftover debris needi...
2006-08-10 Rob LandleyMake a warning go away when standalone shell is disabled.
2006-08-10 Rob LandleyPatch from Chris Steel to fix mdev deleting device...
2006-08-10 Rob LandleyOk, features.h already defines _OPEN_SOURCE (and compla...
2006-08-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-08-09 Rob LandleyUpdate usage to talk about the new shared subtree stuff...
2006-08-09 Rob LandleyVladimir Dronnikov convinced me to twiddle the semantic...
2006-08-08 Rob LandleyFix a typo (|| instead of |) and remove two comments...
2006-08-08 Rob LandleyAdd shared subtree support, suggested by Vladimir Dronn...
2006-08-08 Rob LandleyUsing lstat() instead of stat() means that attempting...
2006-08-06 Rob LandleyMake a warning go away on 64-bit systems.
2006-08-06 Rob LandleyTeach md5sum and sha1sum to work the way other applets...
next