OSDN Git Service

android-x86/external-busybox.git
2006-09-26 Denis Vlasenkologin: fix getopt_ulflags fallout (wasn't taking userna...
2006-09-26 Denis Vlasenkohttpd: sanitize indentation
2006-09-26 Denis Vlasenkowget: add (configurable) large file support. Run tested.
2006-09-25 Eric Andersenfix 'grep -C' which requires an argument
2006-09-24 Denis Vlasenkovlock: make message shorter
2006-09-24 Denis Vlasenkomount: fix breakage from recent changes (spurious ...
2006-09-23 Rob LandleyAnother attempt at untangling the logic so the compiler...
2006-09-23 Denis Vlasenkowget: fix bug where wget creates null file if there...
2006-09-23 Denis Vlasenkoapplets.c: fix indentation
2006-09-23 Denis Vlasenkoremove unneeded #includes, fix indentation
2006-09-23 Denis Vlasenkoinetd: deindent main loop, other readability enhancements
2006-09-23 Denis Vlasenkohexdump: fixlet for my breakage
2006-09-23 Denis Vlasenkoinetd: reformat with tabs for indentation
2006-09-23 Denis Vlasenkohexdump: deindent, almost fits into 80 columns now
2006-09-23 Denis Vlasenkocorrect_password: undo whitespace damage.
2006-09-23 Denis Vlasenkoifupdown: getopt_ulflags'ification.
2006-09-23 Denis Vlasenkoarping: fix bug (getopt_ulflags and optarg don't mix),
2006-09-23 Denis Vlasenkoinsmod: getopt_ulflags'isation
2006-09-23 Denis Vlasenkopasswd: getopt_ulflags'isation
2006-09-23 Denis Vlasenkobb_askpass: shorten static password buffer. 256 is...
2006-09-22 Rob LandleyFollow-up to 16172: this also doesn't produce a warning...
2006-09-22 Rob Landley"I'll think about it" != "apply it now". It means...
2006-09-22 Denis Vlasenkonetstat: getopt_ulflags'isation
2006-09-22 Denis Vlasenkogzip: getopt_ulflags'isation
2006-09-22 Denis Vlasenkolosetup: getopt_ulflags'ification + small fix for perro...
2006-09-22 Denis Vlasenkoawk: getopt_ulflags'isation
2006-09-22 Denis Vlasenkosed: getopt_ulflags'isation
2006-09-22 Denis Vlasenkohostname: getopt_ulflags'isation
2006-09-22 Denis Vlasenkotelnetd: getopt_ulflags'isation
2006-09-22 Denis Vlasenkoadjtimex: getopt_ulflags'isation
2006-09-22 Denis Vlasenkologger: getopt_ulflags'isation
2006-09-22 Denis Vlasenkogetopt: fix whitespace damage
2006-09-22 Denis Vlasenkoreadprofile: getopt_ulflags'isation
2006-09-22 Denis Vlasenkoipcs: fix my recent breakage
2006-09-22 Bernhard Reutner... - add new applet resize.
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-21 Bernhard Reutner... - update and expand TODO a little bit
2006-09-21 Bernhard Reutner... - pull r15578 from busybox_scratch branch:
2006-09-21 Bernhard Reutner... - silence gcc warning about a funcptr possibly being...
2006-09-21 Denis Vlasenkomount: nfs mount should enable bb_error-to-syslog support
2006-09-21 Bernhard Reutner... - gcc-2.95 doesn't support -static-libgcc
2006-09-21 Denis Vlasenkomount: make Rob happy by reinstating #defines
2006-09-20 Rob LandleyTeach get_terminal_width_height to fall back to $LINES...
2006-09-20 Rob LandleyThe version checked into the tree is a snapshot of...
2006-09-20 Rob LandleyThe Software Freedom Law Center wants us to add a copyr...
2006-09-20 Rob LandleyLicense clarification.
2006-09-20 Bernhard Reutner... - fix documentation for the command-line options of...
2006-09-20 Bernhard Reutner... - fix embarrassing typo of mine. Closes bug #1038
2006-09-19 Denis Vlasenkoipcs: fix output (misaligned columns)
2006-09-19 Denis Vlasenkoipcs: getopt_ulflag'ification, -170 bytes
2006-09-19 Denis Vlasenkostty: fix few bugs found in testing
2006-09-19 Denis Vlasenkogetty: oops... removing duplicate #include <syslog.h>
2006-09-19 Denis Vlasenkostty: reorder code, reducing need in forward declarations.
2006-09-19 Denis Vlasenkostty: convert "enum mode_type" into unnamed enum
2006-09-19 Denis Vlasenkostty: reduce #ifdef forest
2006-09-19 Denis Vlasenkostty: simplify linewrapping code a bit
2006-09-19 Denis Vlasenkostty: style fixes
2006-09-19 Denis Vlasenkostty: fix a longstanding FIXME (was able to die half...
2006-09-19 Denis Vlasenkomount: fstabname needs to be const char*
2006-09-19 Denis Vlasenkomount: fix warning (printf field width of * wants int...
2006-09-19 Denis Vlasenkogetty: #include <syslog.h>
2006-09-19 Denis Vlasenkochange char *string = "foo" -> char string[] = "foo"
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-17 Denis Vlasenkomount: style fixlet
2006-09-17 Denis Vlasenkostyle fixes
2006-09-17 Denis Vlasenkomount: revert mount --bind to using "bind" as fstype.
2006-09-17 Denis Vlasenkomount: mount_it_now() - char *dir is not really needed.
2006-09-17 Denis Vlasenkomount: fix "duplicate mount options in mtab" bug
2006-09-17 Denis Vlasenkomount: nfs_strerror's static buffer was bigger than...
2006-09-17 Denis Vlasenkomount: getopt_ulflag'ification
2006-09-17 Denis Vlasenkomount: style fixes
2006-09-17 Denis Vlasenkomount: fix bugs: free(mp->mnt_fsname) of non-malloced...
2006-09-17 Denis Vlasenkomount: use bb_simplify_path as appropriate
2006-09-17 Denis Vlasenkomount: style fixes
2006-09-17 Denis Vlasenkologin: apply fixes + getopt_ulflag'ification by Bernhard
2006-09-15 Bernhard Reutner... - Steven Scholz pointed out that ssd's make-pid doesn...
2006-09-15 Denis Vlasenkomount: reorder things, fix NFS-less mount.
2006-09-15 Rob LandleyUnbreak allbareconfig.
2006-09-15 Rob LandleySo, in the cornucopia of superfulous warning directives...
2006-09-15 Rob LandleyUnbreak allbareconfig.
2006-09-14 Rob LandleyStrangely, using // in the comments I added was not...
2006-09-14 Denis Vlasenkologin: eliminate forward decls and #ifdefs
2006-09-14 Denis Vlasenkoumount: do not try to close FILE* which is NULL.
2006-09-14 Denis Vlasenkomount: -o remount should not add lines to /etc/mtab
2006-09-14 Denis Vlasenkomount: move code from nfsmount.c into mount.c
2006-09-14 Bernhard Reutner... - make sure that the 'build' dir exists even if we...
2006-09-14 Bernhard Reutner... - do away with silly comment and do the Right Thing...
2006-09-14 Denis Vlasenkomount: fix mtab support (but it is still rather buggy)
2006-09-14 Rob Landleysvn 15355 replaced "BusyBox is licensed under the GNU...
2006-09-14 Rob LandleyMore code from kernel developers, and therefore license...
2006-09-13 Rob LandleyAdd Larry Doolittle's ntpclient, plus some formatting...
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-09-13 Bernhard Reutner... - r16075 broke for de-selected FEATURE_UTMP; Partial...
2006-09-12 Rob LandleyRevert duplicate patch.
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-09-12 Rob LandleyFix from Bernhard for somebody trying to limp along...
2006-09-12 Rob LandleyRandom cleanup hanging around my tree.
2006-09-12 Bernhard Reutner... - small trivia to be gentle to gcc-2.95.x which had...
2006-09-12 Bernhard Reutner... - fix warning about discarding qualifiers in initialization
2006-09-11 Denis Vlasenkonfsmount: sanitize it. It had a rather peculiar idea...
next