oweals/busybox.git
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...
2006-09-11 Bernhard Reutner... - convert a few xopen3(,,0) into xopen(,). Also peruse...
2006-09-11 Bernhard Reutner... - merge xstat.c into xfuncs.c
2006-09-11 Bernhard Reutner... - Tito pointed out that Rob forgot to add e2fsprogs...
2006-09-11 Rob LandleyBuild fixes for gcc 4.0 with -Werror, from Tito.
2006-09-11 Rob LandleyError reporting fix for sulogin, plus remove help entri...
2006-09-10 Denis Vlasenkonfsmount: remove some really old code (for kernels...
2006-09-10 Denis Vlasenkonfsmount: delete nfsmount.h
2006-09-10 Denis Vlasenkonfsmount: nfsmount.h merged into nfsmount.c
2006-09-10 Denis Vlasenkonfsmount: style fix
2006-09-10 Denis Vlasenkoipcs: silly trick with strings. saves ~200 bytes.
2006-09-10 Rob LandleyCleanup headers and replace the zero padding with an...
2006-09-09 Denis Vlasenkosulogin: minor cleanup.
2006-09-09 Denis Vlasenkosetkeycodes: something horrible happened here
2006-09-09 Denis Vlasenkotop: fixed wrong comment, made error message more clear
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...
next