aboutsummaryrefslogtreecommitdiff
path: root/tee.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewandersen33-202/+166
2001-04-04Patch from Larry Doolittle to eliminate needless thrashingandersen1-3/+3
2001-04-04Remove unused optarg variableandersen2-4/+2
2001-04-04Failed to name "Electric-fence" explicitlyandersen1-1/+1
2001-04-04Some cleanups for libc5 supportandersen2-34/+18
2001-04-04Fix a warning with libc5.andersen1-0/+1
2001-04-04Seems that stupid libc5 doesn't implement daemon(), so conditionallyandersen4-1/+108
2001-04-04Avoid segfault when export is invoked with no arguments. Thanks tokraai3-0/+3
2001-04-04I said no new features till after the 0.51 release. Well, I lied. This is aandersen9-0/+7407
2001-04-03Place a temporary bandaid on the ls/du/df human-readable issue. This method isandersen3-31/+46
2001-04-03Add in easy-to-use electric-fence support.andersen1-0/+10
2001-04-03if strlen(s) was 0, it would then end up using s[-1] as an array index. Bad,andersen1-4/+5
2001-04-03A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Nowandersen9-46/+103
2001-04-03Make 'busybox --help' work as expected, closing bug #1139andersen4-2/+16
2001-04-03Fix for bug 1143 from Larry Doolittleandersen1-2/+5
2001-04-01Move the mtab support stuff into libbbandersen14-55/+23
2001-04-01Formatting changeandersen1-33/+29
2001-03-30Dont try and automount devfs, rename some variablesbug12-12/+12
2001-03-29Add in a new standalone env applet for fixing up app's environmentsandersen12-48/+252
2001-03-29Use daemon() to spawn syslogd and klogd daemons.andersen4-70/+16
2001-03-29gz_open and gz_close were left in, even when BB_FEATURE_TAR_GZIP was disabled.andersen2-0/+4
2001-03-29Fix zcatbug12-8/+4
2001-03-29gunzip -c works againbug12-46/+38
2001-03-28Fixes from Robert Kaiserbug14-20/+18
2001-03-28Applied patch from David Douthitt to re-add -print option to find.markw5-0/+9
2001-03-28Fix ls so it uses make_human_readable_str() the same way alreadyandersen2-2/+2
2001-03-28Patch bass ackwards behavior of hr flag.kraai3-12/+15
2001-03-28Rewrite to fix bug #1140 and make it slightly smaller.kraai1-26/+14
2001-03-28Enable tar -z support again by defaultbug11-1/+1
2001-03-28Remove cruftbug14-8/+4
2001-03-28Remove tar_unzip_init() not needed any more, uses gz_open insteadbug12-74/+0
2001-03-28Fix tar -z, calls gz_open nowbug14-22/+52
2001-03-28Disable tar -z for nowbug11-1/+1
2001-03-28Gunzip changes broke tar -z support (woops)bug12-4/+2
2001-03-28Major cleanup to better adhere to style guide and use standard busybox functionsbug12-1796/+1448
2001-03-28Add functions that were shared with gunzip.c, gunzip about to change.bug12-14/+244
2001-03-27Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).kraai7-25/+20
2001-03-27Some more words on sending patches to the bug-tracker.markw1-0/+15
2001-03-27Applied patch from David Douthitt to fix problem where ls reports half themarkw2-4/+4
2001-03-27Some more tests for cut. Craig Matsuura said he saw some problems along thesemarkw1-0/+6
2001-03-27Applied patch from Gennady Feldman to fix a single-threaded syslogd bug thatmarkw2-16/+22
2001-03-27Fixed the Makefile so busybox can link against libc5 again. Putting libbb.a atmarkw1-1/+1
2001-03-27In fact, socklen_t *is* defined by libc5.markw2-12/+0
2001-03-27Fix to last patch: locale code should be 9, not 7.markw3-3/+3
2001-03-27Applied patch from Vladimir N. Oleynik to add locale support to the shell permarkw3-0/+18
2001-03-26Applied patch from Anthony Towns that he posted to Debian bug tracking.markw2-4/+6
2001-03-26Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmb...mjn32-6/+6
2001-03-24Bump version number to 0.51preandersen1-1/+1
2001-03-23xstrdup xargs cleanup from Jeff Garzikandersen2-2/+2
2001-03-23xstrdup tftp cleanup from Jeff Garzikandersen2-10/+8