oweals/busybox.git
2001-04-10 Mark WhitleyAdded a chart of busybox's growth by Larry Doolittle...
2001-04-10 Eric AndersenDoc update for the 0.51 release. 0_51
2001-04-10 Eric AndersenFix up changelog for 0.51 release
2001-04-10 Eric AndersenBring Debian config files into sync with the master...
2001-04-10 Eric AndersenHa. Regression testing found a bug with uClibc support...
2001-04-10 Eric AndersenFix up the uClibc compiler name (its format was recentl...
2001-04-10 Eric AndersenThis patch from Laurence Anderson <laurence@zxmail...
2001-04-10 Eric AndersenPatch from Valdimir to reduce stack usage, since recurs...
2001-04-10 Matt KraaiFix double quote handling.
2001-04-09 Eric Andersen"I will always compile before I commit" x 100
2001-04-09 Eric AndersenUpdate how we detect if libc5 is in use.
2001-04-09 Matt KraaiFix warning generated by pod2html about unterminated...
2001-04-09 Eric AndersenMake 'grep -l' work
2001-04-09 Mark WhitleyFixed option parsing. Grep would continue grepping...
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-09 Eric AndersenBump version number to 0.51
2001-04-09 Eric AndersenEnable freeramdisk and pivot_root, disable lash for...
2001-04-09 Eric Andersenmake sure we auto-close debian bug #91758
2001-04-09 Eric Andersenupdate the changelog, prepatory to the 0.51 release...
2001-04-09 Eric AndersenUpdate changelog
2001-04-09 Eric Andersenuse 'USE_SYSTEM_PWD_GRP=false' for the Debian packages...
2001-04-08 Glenn L McGrathReorganise status field to use 3 chars instead of one...
2001-04-08 Glenn L McGrathUse create_path instead of mkdir
2001-04-08 Glenn L McGrathIt now correctly backs up the (still corrupt) status...
2001-04-08 Glenn L McGrathSome fixes, but still broken... (cont)
2001-04-07 Glenn L McGrathIgnore SIGTERM prior to gz_close()
2001-04-07 Glenn L McGrathFix warning
2001-04-06 Eric AndersenNote that insmod now also supports powerpc and mips...
2001-04-06 Eric AndersenAn optimization from Vladimir
2001-04-05 Eric Andersenmore FILE_OFFSET_BITS == 64 adjustments.
2001-04-05 Eric AndersenA first pass at making D_FILE_OFFSET_BITS=64 work,...
2001-04-05 Eric AndersenAdd support of /W prompts
2001-04-05 Eric AndersenHandle glibc 2.0.7 as well
2001-04-05 Eric AndersenA patch from Dmitry Zakharov <dmit@crp.bank.gov.ua...
2001-04-05 Eric AndersenSome cleanups/fixes for the syslogd circular buffer...
2001-04-05 John Beppu- autodocifier.pl :: continuation() was modified such...
2001-04-05 John Beppu- use docs/autodocifier.pl to merge POD together
2001-04-05 John Beppu- split busybox.pod into a header and footer.
2001-04-05 John Beppu- documentation updates and a minor tweak to POD generation
2001-04-05 Eric AndersenIt seems all the stdout munging was useless anyways...
2001-04-05 Eric AndersenBe more generic for libc5. We don't need to know struc...
2001-04-05 Eric AndersenAnother iteration -- adjust the init_module syscall...
2001-04-05 Eric Andersen*** empty log message ***
2001-04-05 Eric AndersenSome further syscall adjustments. Split the module...
2001-04-05 Eric Andersendpkg_deb had not been updated for the new gunzip interf...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-04-04 Eric AndersenPatch from Larry Doolittle to eliminate needless thrashing
2001-04-04 Eric AndersenRemove unused optarg variable
2001-04-04 Eric AndersenFailed to name "Electric-fence" explicitly
2001-04-04 Eric AndersenSome cleanups for libc5 support
2001-04-04 Eric AndersenFix a warning with libc5.
2001-04-04 Eric AndersenSeems that stupid libc5 doesn't implement daemon()...
2001-04-04 Matt KraaiAvoid segfault when export is invoked with no arguments...
2001-04-04 Eric AndersenI said no new features till after the 0.51 release...
2001-04-03 Eric AndersenPlace a temporary bandaid on the ls/du/df human-readabl...
2001-04-03 Eric AndersenAdd in easy-to-use electric-fence support.
2001-04-03 Eric Andersenif strlen(s) was 0, it would then end up using s[-1...
2001-04-03 Eric AndersenA patch from Matt Kraai that adds a new 'shutdown'...
2001-04-03 Eric AndersenMake 'busybox --help' work as expected, closing bug...
2001-04-03 Eric AndersenFix for bug 1143 from Larry Doolittle
2001-04-01 Eric AndersenMove the mtab support stuff into libbb
2001-04-01 Eric AndersenFormatting change
2001-03-30 Glenn L McGrathDont try and automount devfs, rename some variables
2001-03-29 Eric AndersenAdd in a new standalone env applet for fixing up app...
2001-03-29 Eric AndersenUse daemon() to spawn syslogd and klogd daemons.
2001-03-29 Eric Andersengz_open and gz_close were left in, even when BB_FEATURE...
2001-03-29 Glenn L McGrathFix zcat
2001-03-29 Glenn L McGrathgunzip -c works again
2001-03-28 Glenn L McGrathFixes from Robert Kaiser
2001-03-28 Mark WhitleyApplied patch from David Douthitt to re-add -print...
2001-03-28 Eric AndersenFix ls so it uses make_human_readable_str() the same...
2001-03-28 Matt KraaiPatch bass ackwards behavior of hr flag.
2001-03-28 Matt KraaiRewrite to fix bug #1140 and make it slightly smaller.
2001-03-28 Glenn L McGrathEnable tar -z support again by default
2001-03-28 Glenn L McGrathRemove cruft
2001-03-28 Glenn L McGrathRemove tar_unzip_init() not needed any more, uses gz_op...
2001-03-28 Glenn L McGrathFix tar -z, calls gz_open now
2001-03-28 Glenn L McGrathDisable tar -z for now
2001-03-28 Glenn L McGrathGunzip changes broke tar -z support (woops)
2001-03-28 Glenn L McGrathMajor cleanup to better adhere to style guide and use...
2001-03-28 Glenn L McGrathAdd functions that were shared with gunzip.c, gunzip...
2001-03-27 Matt KraaiChange BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_US...
2001-03-27 Mark WhitleySome more words on sending patches to the bug-tracker.
2001-03-27 Mark WhitleyApplied patch from David Douthitt to fix problem where...
2001-03-27 Mark WhitleySome more tests for cut. Craig Matsuura said he saw...
2001-03-27 Mark WhitleyApplied patch from Gennady Feldman to fix a single...
2001-03-27 Mark WhitleyFixed the Makefile so busybox can link against libc5...
2001-03-27 Mark WhitleyIn fact, socklen_t *is* defined by libc5.
2001-03-27 Mark WhitleyFix to last patch: locale code should be 9, not 7.
2001-03-27 Mark WhitleyApplied patch from Vladimir N. Oleynik to add locale...
2001-03-26 Mark WhitleyApplied patch from Anthony Towns that he posted to...
2001-03-26 Manuel Novoa... Fix in_ether bug regarding hex digits reported by Jonas...
2001-03-24 Eric AndersenBump version number to 0.51pre
2001-03-23 Eric Andersenxstrdup xargs cleanup from Jeff Garzik
2001-03-23 Eric Andersenxstrdup tftp cleanup from Jeff Garzik
2001-03-23 Eric AndersenPatch to use xfopen from Jeff Garzik
2001-03-23 Eric Andersen-Wshadow tr fix from Jeff Garzik
2001-03-23 Eric Andersen-Wshadow sh fix from Jeff Garzik
2001-03-23 Eric Andersen-Wshadow logread fix from Jeff Garzik
2001-03-23 Eric Andersen-Wshadow loadacm fix from Jeff Garzik
next