oweals/busybox.git
2006-07-19 Rob LandleyPatch from Yann Morin to look for modules.conf in the...
2006-07-18 "Robert P.... For now, get around the error that "child" might be...
2006-07-18 "Robert P.... Rearrange order of type qualifiers.
2006-07-17 Rob LandleyPatch from Thaddeus Ternes, adding chuid to start-stop...
2006-07-16 Rob LandleyBugfix from Tito to make sure /etc/group gets updated.
2006-07-16 Rob LandleyNew mkswap. Small and simple. Might even work. :)
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-16 Rob LandleyConvert setuid/setgid users to xsetuid/xsetgid.
2006-07-16 Rob LandleyAdd -Werror.
2006-07-15 Rob LandleyWe need xsetuid() and xsetgid() because per-user proces...
2006-07-15 Rob LandleyComment tweak from tito.
2006-07-15 Mike FrysingerTito writes: If the gecos field of an user is empty...
2006-07-14 Rob LandleyPatch from Suresh Rajashekara moving comments and ...
2006-07-13 Eric Andersenmention osuosl
2006-07-13 Rob LandleyAdd the two busybox developers' home pages that have...
2006-07-12 Rob LandleyMore minor tweaks.
2006-07-12 Mike Frysingerdecuddle () from for/if/while
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-07-12 "Robert P.... Add one-line GPL boilerplate to numerous (but not all...
2006-07-11 Rob LandleyPatch from Tito to remove pwd_to_spwd (which we don...
2006-07-11 "Robert P.... Add one-line GPL boilerplate to these source files.
2006-07-11 Rob LandleyDenis Vlasenko spotted the lack of bounds checking...
2006-07-10 Rob LandleyUpgrade netcat a lot. Make -e able to take the rest...
2006-07-10 "Robert P.... Replace current verbose GPL stuff in libbb/*.c with...
2006-07-10 Rob LandleyAdd itoa and utoa to see what Denis Vlasenko thinks.
2006-07-10 Rob LandleyPatch from Tito to make syslog configurable and remove...
2006-07-09 Rob LandleyPatch from Shaun Jackman to set environment variable...
2006-07-09 Rob LandleyBugfix from Shaun Jackman (check that argv[optind]...
2006-07-08 Rob LandleyPoint at fixes.patch for 1.2.1.
2006-07-06 Rob LandleyFix tar so it can extract git-generated tarballs, based...
2006-07-06 Rob LandleyAttempt to address Shaun Jackman's problem adding ...
2006-07-06 Paul Foxfix dependencies so that compressed usage gets rebuilt if
2006-07-06 Rob LandleyMinor build tweaks that save 1100 bytes building busybo...
2006-07-06 Rob LandleyFix three embarassing thinkos in the new dmesg.c:
2006-07-06 Rob LandleyBug fix from Vladimir Oleynic via Paul Fox for:
2006-07-05 Mike Frysingerfixes from ldoolitt@recycle.lbl.gov to use proper tab...
2006-07-05 "Robert P.... This file doesn't appear to be used anywhere.
2006-07-04 Bernhard Reutner... - Pull r15593:
2006-07-03 "Robert P.... Delete unused version.c file and corresponding function...
2006-07-03 Mike Frysingerremove duplicate CONFIG_TASKSET option
2006-07-03 Mike Frysingermake the -0 xargs option a little more clear
2006-07-03 "Robert P.... Remove the silly redundancy from that header file include.
2006-07-02 "Robert P.... Correct the comment to match the code.
2006-07-02 "Robert P.... Standardize on the vi editing directives being on the...
2006-07-02 "Robert P.... Allow a user-configurable minimum password length.
2006-07-02 Bernhard Reutner... - note that get_hz potentially needs cleanup.
2006-07-01 Rob LandleyPatch from Shaun Jackman moving the var=value logic...
2006-07-01 "Robert P.... Yet more "#if 0" content removed.
2006-07-01 "Robert P.... More removal of "#if 0" content.
2006-07-01 "Robert P.... More removal of "#if 0" content.
2006-07-01 "Robert P.... Remove "#if 0" content.
2006-07-01 "Robert P.... Get rid of all "#if 0" content.
2006-07-01 "Robert P.... Remove all usage of the "register" storage class specifier.
2006-07-01 "Robert P.... Remove "#if 1" directives.
2006-06-30 Rob LandleyAnnoint 1.2.0.
2006-06-30 Rob LandleyRevert taskset for 1.2.0. It emits a warning, breaks...
2006-06-30 Ned Ludd- Give Rob Landley things TODO like depmod
2006-06-30 Rob LandleyMake another warning go away.
2006-06-30 Rob LandleyMake warnings go away.
2006-06-30 Rob LandleyMore random todo items...
2006-06-30 Rob LandleyThis kind of paranoia is a debug option at best.
2006-06-30 Rob LandleyFix bug 744 by moving the flushing logic into the exhau...
2006-06-30 Rob LandleyBug bugs.busybox.net/view.php?id=723 - initialize tv1...
2006-06-30 Mike Frysingerfix from Kolbjørn Barmen for building for m68k targets
2006-06-29 Rob LandleySome old kernel headers don't #include BLKSSZGET in...
2006-06-29 Rob LandleyMinor update on init not working.
2006-06-28 Rob LandleyFix bug bugs.busybox.net/view.php?id=874 where hexdump...
2006-06-28 Rob LandleyTop was catching sigterm (and fumbling sigint) so it...
2006-06-28 Rob LandleyFix bugs.busybox.net/view.php?id=826 in which "(echo...
2006-06-28 Mike Frysingercleanup patch usage
2006-06-27 Rob LandleyMore website cleanup.
2006-06-27 Rob LandleyMove 2005 and earlier to oldnews.
2006-06-27 Rob LandleyRedo the license section completely, and update the...
2006-06-27 Rob LandleyMove documentation links into the index so they're...
2006-06-27 Rob LandleyPatch from Geoff Baker to fix bug bugs.busybox.net...
2006-06-27 Rob LandleyFix bugs.busybox.net/view.php?id=906 which could cause...
2006-06-26 "Robert P.... Properly print the output for a sit (IPv6-in-IPv4)...
2006-06-26 "Robert P.... Aesthetic fix to use newer structure initialization...
2006-06-26 Mike Frysingerfix watchdog on no-mmu systems by adding -F option...
2006-06-26 Mike Frysingerdont setpgrp() for now as it breaks system() and that...
2006-06-26 Rob LandleyUpgrade mdev to allow commands to be run on create...
2006-06-25 Rob LandleyMissed one. Based on suggestions from Erik Hovland.
2006-06-25 Rob LandleyVarious cleanups I made while going through Erik Hovlan...
2006-06-25 Bernhard Reutner... - convert old-style parameter declarations (K&R) to...
2006-06-25 Rob LandleyWhitespace. (Vim's auto-indent is kind of annoying...
2006-06-25 Rob LandleyFix a possible race condition if two processes try...
2006-06-25 Rob LandleyA few patches from Erik Hovland, turning strncpy()...
2006-06-24 Rob LandleyAdd a test from Glenn.
2006-06-24 Rob LandleyDocument mount's new error return conventions.
2006-06-24 Rob LandleyThe logic to make cp -d or -P treat things like regular...
2006-06-24 Rob LandleySlowly pulling more common headers into libbb.h. Andre...
2006-06-22 Rob LandleyClean up.
2006-06-22 Rob LandleyPatch from Shaun Jackman to replace CFLAGS_EXTRA with...
2006-06-22 Rob LandleyCONFIG_DHCP -> CONFIG_APP_DHCP.
2006-06-21 Mike FrysingerJean Wolter writes: modprobe checks, whether a module...
2006-06-21 Bernhard Reutner... - add note about strict ordering
2006-06-21 Mike FrysingerJean Wolter writes: ash uses bsearch to search in the...
2006-06-21 Rob LandleyPatch from Paul Fox to improve mount's error handling...
2006-06-21 Rob LandleyAndre (armcc2200@yahoo) patched a bug where successful...
2006-06-21 Rob LandleyAurelien Jacobs pointed out inline functions that could...
next