- d98e574 Patch bass ackwards behavior of hr flag. by Matt Kraai · 24 years ago
- 7cd0cfe Rewrite to fix bug #1140 and make it slightly smaller. by Matt Kraai · 24 years ago
- f957c77 Enable tar -z support again by default by Glenn L McGrath · 24 years ago
- 02cebeb Remove cruft by Glenn L McGrath · 24 years ago
- 9233959 Remove tar_unzip_init() not needed any more, uses gz_open instead by Glenn L McGrath · 24 years ago
- 018e9e6 Fix tar -z, calls gz_open now by Glenn L McGrath · 24 years ago
- ee79ca1 Disable tar -z for now by Glenn L McGrath · 24 years ago
- 0cbc8cf Gunzip changes broke tar -z support (woops) by Glenn L McGrath · 24 years ago
- 58e42d5 Major cleanup to better adhere to style guide and use standard busybox functions by Glenn L McGrath · 24 years ago
- f58efb5 Add functions that were shared with gunzip.c, gunzip about to change. by Glenn L McGrath · 24 years ago
- a2e68fc Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130). by Matt Kraai · 24 years ago
- 5b8939b Some more words on sending patches to the bug-tracker. by Mark Whitley · 24 years ago
- 9a21446 Applied patch from David Douthitt to fix problem where ls reports half the by Mark Whitley · 24 years ago
- cc7b4f3 Some more tests for cut. Craig Matsuura said he saw some problems along these by Mark Whitley · 24 years ago
- bff6b18 Applied patch from Gennady Feldman to fix a single-threaded syslogd bug that by Mark Whitley · 24 years ago
- 2b549c3 Fixed the Makefile so busybox can link against libc5 again. Putting libbb.a at by Mark Whitley · 24 years ago
- 5cd2a2d In fact, socklen_t *is* defined by libc5. by Mark Whitley · 24 years ago
- a82a003 Fix to last patch: locale code should be 9, not 7. by Mark Whitley · 24 years ago
- 1c6581a Applied patch from Vladimir N. Oleynik to add locale support to the shell per by Mark Whitley · 24 years ago
- af63375 Applied patch from Anthony Towns that he posted to Debian bug tracking. by Mark Whitley · 24 years ago
- 049dc25 Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmberg@axis.com>. by Manuel Novoa III · 24 years ago
- 36eff9a Bump version number to 0.51pre by Eric Andersen · 24 years ago
- 6f3240a xstrdup xargs cleanup from Jeff Garzik by Eric Andersen · 24 years ago
- 6b2c23d xstrdup tftp cleanup from Jeff Garzik by Eric Andersen · 24 years ago
- 21af752 Patch to use xfopen from Jeff Garzik by Eric Andersen · 24 years ago
- f6aa13d -Wshadow tr fix from Jeff Garzik by Eric Andersen · 24 years ago
- 82ab8da -Wshadow sh fix from Jeff Garzik by Eric Andersen · 24 years ago
- 8ffaf8d -Wshadow logread fix from Jeff Garzik by Eric Andersen · 24 years ago
- c54f953 -Wshadow loadacm fix from Jeff Garzik by Eric Andersen · 24 years ago
- 08ff8a4 includes cleanup from Jeff Garzik by Eric Andersen · 24 years ago
- 0b4d73a Some minor wordsmithing, an extra item in the list of "things Busybox doesn't by Mark Whitley · 24 years ago
- 82bb8a2 Patch from Dirk Behme <dirk.behme@de.bosch.com> to by Eric Andersen · 24 years ago
- 851895a Clean up more local vars which shadow globals -Erik by Eric Andersen · 24 years ago
- 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 24 years ago
- 7447642 Added a section on the available Busybox boot-floppy image. Also provided some by Mark Whitley · 24 years ago
- 6f93277 Added adjtimex applet from Larry Doolittle. by Mark Whitley · 24 years ago
- ba37262 Force applet_name to be "sh" when command prefaced by "-" by Eric Andersen · 24 years ago
- 7ef1a5b Fix up command line munging in init. Postpone the askfirst thing till by Eric Andersen · 24 years ago
- 4ef37d0 chown was missing a ] in its usage msg by Eric Andersen · 24 years ago
- 92d2324 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> by Eric Andersen · 24 years ago
- 40eaa9f Size optimization for rdate from Vladimir by Eric Andersen · 24 years ago
- 8269396 Simpify detection of no options. by Eric Andersen · 24 years ago
- 2ccfef2 Patch from Vladimir to move struct applet from busybox.c to applets.c, by Eric Andersen · 24 years ago
- 23c1a18 Per suggestion from Vladimir, no need to initialize these -- let the bss by Eric Andersen · 24 years ago
- 7ef54de locale correction patch from Vladimir by Eric Andersen · 24 years ago
- b183dfa Split error messages into separate files. by Eric Andersen · 24 years ago
- cc165b9 Should exclude "i" option when not enabled. by Eric Andersen · 24 years ago
- 00b0496 Doesn't need a "-" option -- getopt does that for us. by Eric Andersen · 24 years ago
- 16f7015 Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUE by Eric Andersen · 24 years ago
- 7c25441 getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will work by Eric Andersen · 24 years ago
- c75586e Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files. -Erik by Eric Andersen · 24 years ago
- 61173a5 Fix to cmdedit.c from Vladimir by Eric Andersen · 24 years ago
- fa513aa Some configuration adjustments from Vladimir by Eric Andersen · 24 years ago
- 8b96032 Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, where by Eric Andersen · 24 years ago
- 3417447 Patch from Larry and Vladimir to clean up sh.c and fix by Eric Andersen · 24 years ago
- 1a6f8cf update .cvsignore files to note new location of loop.h by Eric Andersen · 24 years ago
- 8a6dbf6 Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr> by Eric Andersen · 24 years ago
- e2a3cd1 Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe Boyanique by Eric Andersen · 24 years ago
- aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 24 years ago
- dfba13d A few minor touchups. by Eric Andersen · 24 years ago
- 704b2c2 There was an unwanted extra newline, which prevented building by Eric Andersen · 24 years ago 0_50
- 53b55ac Fix the make release target. by Eric Andersen · 24 years ago
- c36c2ba Update webpage noting 0.50 release. by Eric Andersen · 24 years ago
- 7f19785 A patch from Andreas Neuhaus to be especially careful to not dup by Eric Andersen · 24 years ago
- 4aaefc2 Fix from Larry for glob problems. -Erik by Eric Andersen · 24 years ago
- c5b3242 Remove the "GPL2" bit, since it hung over the end of the line. by Eric Andersen · 24 years ago
- 056960d Applied patch from Larry Doolittle to fix problem where multibuild.pl would by Mark Whitley · 24 years ago
- 0d5051d Update files and version number prepratory to cutting a release. -Erik by Eric Andersen · 24 years ago
- 3a0057e Fix egrep by Eric Andersen · 24 years ago
- f71378c One tiny little missing newline that confused pod. by Mark Whitley · 24 years ago
- 0a6f1d3 One tinly, little, missing newline that confused Pod. by Mark Whitley · 24 years ago
- e708cb5 by John Beppu · 24 years ago
- a4edd0e A better fix. Read nextPtr before mem gets freed. -Erik by Eric Andersen · 24 years ago
- f9ff8a7 cmdedit.c bugfix patch from Vladimir. -Erik by Eric Andersen · 24 years ago
- af9e533 by John Beppu · 24 years ago
- 48dcc16 Don't confuse people. If the run 'ifconfig' and they didn't by Eric Andersen · 24 years ago
- 730cdb1 Reversed previous patch. The right way is to fix uClibc. by Mark Whitley · 24 years ago
- 0d4e51d Prevent init from potentially using already freed memory when by Eric Andersen · 24 years ago
- 0b57e28 Applied patch from Andreas Neuhaus to fix namespace conflict that made busybox by Mark Whitley · 24 years ago
- b0c2b7d dos2unix logread.c by Mark Whitley · 24 years ago
- 2825ee8 Fix linuxrc define by Eric Andersen · 24 years ago
- a8035a5 Move the warning msg after features.h gets pulled in. -Erik by Eric Andersen · 24 years ago
- 7384d7d Added some tests for some recently found / fixed bugs in the shell. by Mark Whitley · 24 years ago
- 0d3a02e Update the documentation so examples are autoincluded in the output text. by Eric Andersen · 24 years ago
- 670bea2 Update the changelog, in preparation for making the 0.50 release by Eric Andersen · 24 years ago
- d8adaa2 Update the olympus sections by Eric Andersen · 24 years ago
- 3bf60aa If only BB_DPKG was enabled in Config.h, busybox would not build; it'd say: by Mark Whitley · 24 years ago
- e110ccb Removed leftover BB_FEATURE_KLOGD per report from Giulio Orsero by Mark Whitley · 24 years ago
- 0e0883e Fix stupid cut-and-paste bug... output RX/TX bytes instead of RX/RX bytes. by Manuel Novoa III · 24 years ago
- 038c8eb Applied patch from Erik Habbinga to fix a problem with an uninitialized by Mark Whitley · 24 years ago
- 7ddaf7c Added a section to describe how to convert variables to K&R style using the by Mark Whitley · 24 years ago
- bac75ac Script that generates a script that will convert oddball variable names to K&R by Mark Whitley · 24 years ago
- 1ef9268 Yesterday I make strsep_space include post-token whitespace, by Eric Andersen · 24 years ago
- ce4a586 I forgot to malloc space for the NULL. -Erik by Eric Andersen · 24 years ago
- 40e5e7c Applied patch from Christophe Boyanique to add an egrep alias for grep. by Mark Whitley · 24 years ago
- 20f61d3 The patch I previously applied from Brian Webb was 2 lines off. Oops. by Mark Whitley · 24 years ago
- 44a9914 Applied patch from Larry Doolittle to fix '>\na\n' bug. Should close bug #1132 by Mark Whitley · 24 years ago
- 2892c35 Applied patch from Giulio Orsero to fix some preprocessor bugs. by Mark Whitley · 24 years ago
- 82d8502 Fix from Manuel for a silly thinko on my part. by Eric Andersen · 24 years ago
- 53f5061 Fix init so that checking for terminal devices is delayed until the by Eric Andersen · 24 years ago