2001-04-09 |
Eric Andersen | Update changelog |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Eric Andersen | use 'USE_SYSTEM_PWD_GRP=false' for the Debian packages... |
commit | commitdiff | tree | snapshot |
2001-04-08 |
Glenn L McGrath | Reorganise status field to use 3 chars instead of one... |
commit | commitdiff | tree | snapshot |
2001-04-08 |
Glenn L McGrath | Use create_path instead of mkdir |
commit | commitdiff | tree | snapshot |
2001-04-08 |
Glenn L McGrath | It now correctly backs up the (still corrupt) status... |
commit | commitdiff | tree | snapshot |
2001-04-08 |
Glenn L McGrath | Some fixes, but still broken... (cont) |
commit | commitdiff | tree | snapshot |
2001-04-07 |
Glenn L McGrath | Ignore SIGTERM prior to gz_close() |
commit | commitdiff | tree | snapshot |
2001-04-07 |
Glenn L McGrath | Fix warning |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Eric Andersen | Note that insmod now also supports powerpc and mips... |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Eric Andersen | An optimization from Vladimir |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Eric Andersen | more FILE_OFFSET_BITS == 64 adjustments. |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Eric Andersen | A first pass at making D_FILE_OFFSET_BITS=64 work,... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Eric Andersen | Add support of /W prompts |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Eric Andersen | Handle glibc 2.0.7 as well |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Eric Andersen | A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Eric Andersen | Some cleanups/fixes for the syslogd circular buffer... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
John Beppu | - autodocifier.pl :: continuation() was modified such... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
John Beppu | - use docs/autodocifier.pl to merge POD together |
commit | commitdiff | tree | snapshot |
2001-04-05 |
John Beppu | - split busybox.pod into a header and footer. |
commit | commitdiff | tree | snapshot |
2001-04-05 |
John Beppu | - documentation updates and a minor tweak to POD generation |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Eric Andersen | It seems all the stdout munging was useless anyways... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Eric Andersen | Be more generic for libc5. We don't need to know struc... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Eric Andersen | Another iteration -- adjust the init_module syscall... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Eric Andersen | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Eric Andersen | Some further syscall adjustments. Split the module... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Eric Andersen | dpkg_deb had not been updated for the new gunzip interf... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Eric Andersen | A number of cleanups. Now compiles with libc5, glibc... |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Eric Andersen | Patch from Larry Doolittle to eliminate needless thrashing |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Eric Andersen | Remove unused optarg variable |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Eric Andersen | Failed to name "Electric-fence" explicitly |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Eric Andersen | Some cleanups for libc5 support |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Eric Andersen | Fix a warning with libc5. |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Eric Andersen | Seems that stupid libc5 doesn't implement daemon()... |
commit | commitdiff | tree | snapshot |
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 |
next |