2001-04-04 |
Matt Kraai | Avoid segfault when export is invoked with no arguments... |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Eric Andersen | I said no new features till after the 0.51 release... |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Eric Andersen | Place a temporary bandaid on the ls/du/df human-readabl... |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Eric Andersen | Add in easy-to-use electric-fence support. |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Eric Andersen | if strlen(s) was 0, it would then end up using s[-1... |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Eric Andersen | A patch from Matt Kraai that adds a new 'shutdown'... |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Eric Andersen | Make 'busybox --help' work as expected, closing bug... |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Eric Andersen | Fix for bug 1143 from Larry Doolittle |
commit | commitdiff | tree | snapshot |
2001-04-01 |
Eric Andersen | Move the mtab support stuff into libbb |
commit | commitdiff | tree | snapshot |
2001-04-01 |
Eric Andersen | Formatting change |
commit | commitdiff | tree | snapshot |
2001-03-30 |
Glenn L McGrath | Dont try and automount devfs, rename some variables |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Eric Andersen | Add in a new standalone env applet for fixing up app... |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Eric Andersen | Use daemon() to spawn syslogd and klogd daemons. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Eric Andersen | gz_open and gz_close were left in, even when BB_FEATURE... |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Glenn L McGrath | Fix zcat |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Glenn L McGrath | gunzip -c works again |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Glenn L McGrath | Fixes from Robert Kaiser |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Mark Whitley | Applied patch from David Douthitt to re-add -print... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Eric Andersen | Fix ls so it uses make_human_readable_str() the same... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Matt Kraai | Patch bass ackwards behavior of hr flag. |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Matt Kraai | Rewrite to fix bug #1140 and make it slightly smaller. |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Glenn L McGrath | Enable tar -z support again by default |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Glenn L McGrath | Remove cruft |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Glenn L McGrath | Remove tar_unzip_init() not needed any more, uses gz_op... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Glenn L McGrath | Fix tar -z, calls gz_open now |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Glenn L McGrath | Disable tar -z for now |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Glenn L McGrath | Gunzip changes broke tar -z support (woops) |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Glenn L McGrath | Major cleanup to better adhere to style guide and use... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Glenn L McGrath | Add functions that were shared with gunzip.c, gunzip... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Matt Kraai | Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_US... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Mark Whitley | Some more words on sending patches to the bug-tracker. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Mark Whitley | Applied patch from David Douthitt to fix problem where... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Mark Whitley | Some more tests for cut. Craig Matsuura said he saw... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Mark Whitley | Applied patch from Gennady Feldman to fix a single... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Mark Whitley | Fixed the Makefile so busybox can link against libc5... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Mark Whitley | In fact, socklen_t *is* defined by libc5. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Mark Whitley | Fix to last patch: locale code should be 9, not 7. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Mark Whitley | Applied patch from Vladimir N. Oleynik to add locale... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Mark Whitley | Applied patch from Anthony Towns that he posted to... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Manuel Novoa... | Fix in_ether bug regarding hex digits reported by Jonas... |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Eric Andersen | Bump version number to 0.51pre |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Eric Andersen | xstrdup xargs cleanup from Jeff Garzik |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Eric Andersen | xstrdup tftp cleanup from Jeff Garzik |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Eric Andersen | Patch to use xfopen from Jeff Garzik |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Eric Andersen | -Wshadow tr fix from Jeff Garzik |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Eric Andersen | -Wshadow sh fix from Jeff Garzik |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Eric Andersen | -Wshadow logread fix from Jeff Garzik |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Eric Andersen | -Wshadow loadacm fix from Jeff Garzik |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Eric Andersen | includes cleanup from Jeff Garzik |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Mark Whitley | Some minor wordsmithing, an extra item in the list... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Eric Andersen | Patch from Dirk Behme <dirk.behme@de.bosch.com> to |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Eric Andersen | Clean up more local vars which shadow globals |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Eric Andersen | A nice patch from Larry Doolittle that adds -Wshadow and |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Mark Whitley | Added a section on the available Busybox boot-floppy... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Mark Whitley | Added adjtimex applet from Larry Doolittle. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Eric Andersen | Force applet_name to be "sh" when command prefaced... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Eric Andersen | Fix up command line munging in init. Postpone the... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Eric Andersen | chown was missing a ] in its usage msg |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Eric Andersen | Another cleanup patch from Jeff Garzik <jgarzik@mandrak... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Eric Andersen | Size optimization for rdate from Vladimir |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Eric Andersen | Simpify detection of no options. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Eric Andersen | Patch from Vladimir to move struct applet from busybox... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Eric Andersen | Per suggestion from Vladimir, no need to initialize... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Eric Andersen | locale correction patch from Vladimir |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Eric Andersen | Split error messages into separate files. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Eric Andersen | Should exclude "i" option when not enabled. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Eric Andersen | Doesn't need a "-" option -- getopt does that for us. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Eric Andersen | Patch from Vladimir to force interactiveFlag=FALSE... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Eric Andersen | getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Eric Andersen | Split libbb/pwd_grp_wrappers.c into 5 different libbb... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Eric Andersen | Fix to cmdedit.c from Vladimir |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Eric Andersen | Some configuration adjustments from Vladimir |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Eric Andersen | Fix a bug pointed out by Rob Landley <rlandley@austin... |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Eric Andersen | Patch from Larry and Vladimir to clean up sh.c and fix |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Eric Andersen | update .cvsignore files to note new location of loop.h |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Eric Andersen | Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcat... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Eric Andersen | Stupid thinko. egrep tried to call init. Sigh. Fix... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Eric Andersen | Convert utility.c into libbb.a. It is now a whole... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Eric Andersen | A few minor touchups. |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Eric Andersen | There was an unwanted extra newline, which prevented... 0_50 |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Eric Andersen | Fix the make release target. |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Eric Andersen | Update webpage noting 0.50 release. |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Eric Andersen | A patch from Andreas Neuhaus to be especially careful... |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Eric Andersen | Fix from Larry for glob problems. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Eric Andersen | Remove the "GPL2" bit, since it hung over the end of... |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Mark Whitley | Applied patch from Larry Doolittle to fix problem where... |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Eric Andersen | Update files and version number prepratory to cutting... |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Eric Andersen | Fix egrep |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Mark Whitley | One tiny little missing newline that confused pod. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Mark Whitley | One tinly, little, missing newline that confused Pod. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
John Beppu | - generated middle section of busybox.pod w/ autodocifi... |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Eric Andersen | A better fix. Read nextPtr before mem gets freed. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Eric Andersen | cmdedit.c bugfix patch from Vladimir. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
John Beppu | - properly indent Examples section in pod generator |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Eric Andersen | Don't confuse people. If the run 'ifconfig' and they... |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Mark Whitley | Reversed previous patch. The right way is to fix uClibc. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Eric Andersen | Prevent init from potentially using already freed memor... |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Mark Whitley | Applied patch from Andreas Neuhaus to fix namespace... |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Mark Whitley | dos2unix logread.c |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Eric Andersen | Fix linuxrc define |
commit | commitdiff | tree | snapshot |
next |