aboutsummaryrefslogtreecommitdiff
path: root/nc.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2001-03-23Patch to use xfopen from Jeff Garzikandersen2-2/+2
2001-03-23-Wshadow tr fix from Jeff Garzikandersen4-28/+28
2001-03-23-Wshadow sh fix from Jeff Garzikandersen3-6/+6
2001-03-23-Wshadow logread fix from Jeff Garzikandersen2-18/+18
2001-03-23-Wshadow loadacm fix from Jeff Garzikandersen2-8/+8
2001-03-23includes cleanup from Jeff Garzikandersen6-0/+6
2001-03-22Some minor wordsmithing, an extra item in the list of "things Busybox doesn'tmarkw1-12/+75
2001-03-22Patch from Dirk Behme <dirk.behme@de.bosch.com> toandersen2-4/+26
2001-03-21Clean up more local vars which shadow globalsandersen6-24/+24
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andandersen28-222/+221
2001-03-20Added a section on the available Busybox boot-floppy image. Also provided somemarkw1-1/+42
2001-03-20Added adjtimex applet from Larry Doolittle.markw8-0/+384
2001-03-20Force applet_name to be "sh" when command prefaced by "-"andersen2-2/+2
2001-03-20Fix up command line munging in init. Postpone the askfirst thing tillandersen2-128/+152
2001-03-20chown was missing a ] in its usage msgandersen3-3/+3
2001-03-19Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>andersen14-102/+36
2001-03-19Size optimization for rdate from Vladimirandersen2-68/+44
2001-03-19Simpify detection of no options.andersen2-2/+2
2001-03-19Patch from Vladimir to move struct applet from busybox.c to applets.c,andersen6-16/+16
2001-03-19Per suggestion from Vladimir, no need to initialize these -- let the bssandersen2-8/+8
2001-03-19locale correction patch from Vladimirandersen2-40/+2