OSDN Git Service

android-x86/external-busybox.git
2006-09-29 Denis Vlasenkogetopt_ulflags: fix indentation in comment (needs to...
2006-09-29 Denis Vlasenkogetopt_ulflags: formatting fixes
2006-09-29 Denis Vlasenkoxargs: simplify option parsing
2006-09-28 Denis Vlasenkort_names.c: move few strings into rodata
2006-09-28 Denis Vlasenkodpkg: style fixes; short -> int (generated code is...
2006-09-28 Denis Vlasenkodpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!)
2006-09-28 Denis Vlasenkoifupdown: make dhcp start/stop scripts user configurable
2006-09-28 Denis VlasenkoTried to find sha1_crypt - nope... ok, save few bytes...
2006-09-27 Denis Vlasenkousage.h: fix compile-time bugs exposed by previous...
2006-09-27 Denis Vlasenkousage.h: remove ugly tricks. We have USE_FEATURE_xxx...
2006-09-27 Denis Vlasenkosilly switch style fix
2006-09-27 Denis Vlasenkocrontab: we indent using tabs
2006-09-27 Denis Vlasenkolosetup: with no arguments lists all /dev/loopN. Correc...
2006-09-27 Denis Vlasenkokill: implement killall5. OpenWRT folks will be happy.
2006-09-27 Denis Vlasenkokill: fix bugs (kill -l output was horrible), fix style...
2006-09-27 Denis Vlasenkoprocess utilities related style cleanup
2006-09-27 Denis Vlasenkoifupdown: fix for standalone shell; removed hardcoded...
2006-09-26 Denis Vlasenkoifupdown: style cleanup, no code changes
2006-09-26 Denis Vlasenkoseveral fixes from openWRT project
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...
next