2006-06-07 |
Mike Frysinger | add reference to proc(5) |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Bernhard Reutner... | - reuse strings and messages. Saves about 600B |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Rob Landley | Consolidate devfs garbage and mark it as obsolete. |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Mike Frysinger | use bb_xbind/bb_xlisten |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Mike Frysinger | whitespace |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Mike Frysinger | whitespace |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Mike Frysinger | add a --noclobber flag |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Mike Frysinger | add support for cleaning out previous busybox install |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Mike Frysinger | dont install emtpy libdirs |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Mike Frysinger | dont mix tabs and spaces, kthx |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Mike Frysinger | remove cvs $Id tag |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Bernhard Reutner... | - add applet taskset to set/retrieve the CPU affinity... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Mike Frysinger | Tito writes: this patch fixes two potential bugs with... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Bernhard Reutner... | - fix the build if we have ftpput without ftpget (speel... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Rob Landley | Callers to identify() converted the endianness of the... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Rob Landley | Remove a config entry that leaked in from my tree befor... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Rob Landley | Whack the one last warning in make allbareconfig... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Mike Frysinger | import support for microblaze relocations from uClinux... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Mike Frysinger | make the default prompt suck less when using fancy... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Mike Frysinger | fix from uClinux-dist for proper exit status if reading... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Mike Frysinger | merge blackfin/microblaze from uClinux-dist |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Mike Frysinger | use vfork() instead of vork() since the only thing... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Mike Frysinger | only check __GNU_LIBRARY__ if it is actually defined |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Rob Landley | Header cleanup on two more networking files (move libbb... |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Rob Landley | Confirming it's not needed. |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Bernhard Reutner... | - add note about need to unify the 4 itoa() implementat... |
commit | commitdiff | tree | snapshot |
2006-06-04 |
Bernhard Reutner... | - add testcase for grep bug (busybox.net/bugs/view... |
commit | commitdiff | tree | snapshot |
2006-06-04 |
Bernhard Reutner... | - add note about ingroup and is_a_group_member |
commit | commitdiff | tree | snapshot |
2006-06-04 |
Bernhard Reutner... | - add note about removing superfluous fmt specifiers |
commit | commitdiff | tree | snapshot |
2006-06-04 |
Bernhard Reutner... | - note to cleanup fprintf(2,...) -> bb_error_msg(.... |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Bernhard Reutner... | - use bb_msg_{read,write}_error where appropriate. |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Bernhard Reutner... | - use bb functions instead of handrolling stuff. |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Rob Landley | Remove #ifdeffed out code, both KEEP_UNUSED and #if 0. |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Bernhard Reutner... | - remove superfluous call of stack_machine(0) upon... |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Bernhard Reutner... | - no need to have timer_duration in the data section. |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Bernhard Reutner... | - use bb_msg_write_error in 3 places |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Bernhard Reutner... | - move #include busybox.h to the very top so we pull... |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Bernhard Reutner... | - move #include busybox.h to the very top so we pull... |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Bernhard Reutner... | - patch from Yann E. Morin: makes modprobe understand... |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Bernhard Reutner... | 2006-06-02 Shaun Jackman <sjackman@gmail.com> |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Bernhard Reutner... | - No options should set the current system time. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Rob Landley | Patch from Atsushi Nemoto: |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Bernhard Reutner... | - move #include busybox.h to the very top so we pull... |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Rob Landley | Header cleanup: don't #include headers that libbb.h... |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Rob Landley | #ifdef reduction. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Bernhard Reutner... | - fix CONFIG_DEBUG_INIT compile failure |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Mike Frysinger | use xmalloc() |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Paul Fox | fix fdflish typo (reported by erik hovland) |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Bernhard Reutner... | - look at bb_applet_name. Should close bugs #892 and... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Bernhard Reutner... | - shrink logread a bit. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Paul Fox | make halt and poweroff messages more accurate (i.e... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Rob Landley | Shaun Jackman pointed out that KERNEL_VERSION() is... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Rob Landley | The common case APPLET() macro only needs three arguments. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Rob Landley | Bugfix from Shaun Jackman: don't attempt to write 64... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Rob Landley | Add CONFIG_NITPICK. (And tweak a couple other help... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Rob Landley | Patch from Tito to remove long options from hdparm. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Rob Landley | Use BB endianness macro. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Rob Landley | Header file cleanup. platform.h apparently needs to... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Rob Landley | Add catv (separate applet instead of cat -v). Also... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Bernhard Reutner... | - fix IMA compile error i introduced when adding this... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Bernhard Reutner... | ha! a scratch-buffer! ;) |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Bernhard Reutner... | - make getopt_ulflags aware of CONFIG_GETOPT_LONG |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Bernhard Reutner... | - add CONFIG_FEATURE_WGET_LONG_OPTIONS |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Bernhard Reutner... | - convert xcalloc(1,x) to xzalloc |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Bernhard Reutner... | - shrink klogd a bit |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Bernhard Reutner... | - s/defined(__uClinux__)/BB_NOMMU/ |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Bernhard Reutner... | - conditionally define BB_NOMMU |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Rob Landley | Since we have less than 100k of usage.h data anyway... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Rob Landley | Test to see if I can rename a file without blanking... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Rob Landley | Note about BB_NOMMU. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Bernhard Reutner... | - consolidate "Sending SIG%s to all processes"; untested.. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Bernhard Reutner... | - this could use a brother which deals with glibc based... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Bernhard Reutner... | - remove useless variable "status" from init_main. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Bernhard Reutner... | - use config_buffer for message() |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Rob Landley | Put parentheses around some of the SWAP() macros, as... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Rob Landley | Teach bloatometer about .rodata, and tweak the display... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Bernhard Reutner... | - cleanup conftest temporary files. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Bernhard Reutner... | - DEBUG_INIT -> config CONFIG_DEBUG_INIT |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Bernhard Reutner... | - landley, remove this? |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Bernhard Reutner... | - set_term() doesn't need an argument. (Like r15220... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Bernhard Reutner... | - move common code into new open_new_terminal() function; |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Bernhard Reutner... | - just whitespace |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Bernhard Reutner... | - ls: remove unused variable |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Rob Landley | More size shrinkage. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Rob Landley | Size reductions, mostly switching things to use libbb... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Rob Landley | Add SWAP_LE?? and SWAP_BE?? macros, and make things... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Rob Landley | This is not C++. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Rob Landley | A few new todo items from email with Bernhard. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Rob Landley | Remove _() and N_() from platform.h. #define them... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Rob Landley | Remove _(). |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Rob Landley | Remove _(). |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Rob Landley | I changed last10 to last25, and just bumped it up to... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Rob Landley | Fix hdparm to use PRIu64 instead of typecasting to... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Rob Landley | Put the ending quote on the help entry... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Rob Landley | Fix some warnings in allbareconfig. |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Rob Landley | My first bout of untangling udhcp. Make lots of gratui... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Rob Landley | Move portability stuff to platform.h, and clean up... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Rob Landley | Consolidate #include <sys/time.h> so libbb.h does it. |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Rob Landley | Update FAQ to mention make baseline when talking about... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Rob Landley | Consolidate the .PHONY targets and add "make baseline... |
commit | commitdiff | tree | snapshot |
next |