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 |
2006-05-27 |
Bernhard Reutner... | - use the defines CURRENT_TTY and VC_1; also shrink... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Rob Landley | Change llist_add_* to take the address of the list... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Rob Landley | Slight sanity fix: data is void *, not char *. And... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - provide fallback defines for non-linux |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - provide fallback defines for non-linux |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - add central knob to turn off getopt_long everywhere... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - use strtol instead of strtoll if the latter does... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - introduce and use bb_path_wtmp_file for portability... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - use portability wrapper define bb_setpgrp. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - work around bug in gcc-3.4.x on ARM |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - move llist to top of file so we can potentially use... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - make find_mount_point conditional on df and eject... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - add workaround for tar being broken since it uses... |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - use the SED given by the user |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - add target hosttools (see make help) |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - use ATTRIBUTE_ALWAYS_INLINE if requested |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - move libc checks from busybox.h to platform.h |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Bernhard Reutner... | - patch from Tito to pretty print the overall delta |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Mike Frysinger | Yann E. MORIN. writes: |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Mike Frysinger | errno and h_errno values are not the same #876 by rfelker |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Mike Frysinger | fix spelling mistakes |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Mike Frysinger | check for queueing dependancy dependancies typos |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Mike Frysinger | queuing is spelled correctly |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Rob Landley | Rich Felker suggested removing dprintf() from watch... |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Rob Landley | And fix the error I just introduced. :) |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Rob Landley | Remove pointless #define. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Rob Landley | Patch from Tito: |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Rob Landley | Remove a pointless #define. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Bernhard Reutner... | make the testsuite a little less brittle: |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Rob Landley | Two more issues pointed out by Bernhard. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Rob Landley | Yann Morin spotted some leftover flotsam from halfway... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Rob Landley | It takes _talent_ to implement a version of nohup that... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Bernhard Reutner... | - set x bit |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Rob Landley | Convert to a global struct, the way sed was. Now I... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Rob Landley | Minor cleanups: Convert a few calloc() calls to xzalloc... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Rob Landley | New version of nohup that's much smaller, less paranoid... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Bernhard Reutner... | - fix wrong path to scripts/usage; It is in the builddi... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Bernhard Reutner... | - check for existing usage binary, so it get's more... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Bernhard Reutner... | - there is no _usage.h anymore, so don't rm it in distc... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Bernhard Reutner... | - do not create usage_compressed.h if CONFIG_FEATURE_CO... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Bernhard Reutner... | - there is no "sh". Use $(SHELL) |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Bernhard Reutner... | - silence warning about no return in function returning... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Rob Landley | Patch from Robert P. Day to remove #ifdefed out SLIP... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Rob Landley | Remove unused function parameter, from Garrett. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Rob Landley | Add diffutils and dhcp to list of packages we provide... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - backout erroneously checked in snippet.. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Rob Landley | First quick stab at organizing TODO under whose TODO... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Rob Landley | A pending item in my tree I might as well check in... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - remove emacs layout block as suggested by Robert... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - forgot to make busybox_unstripped depend on the apple... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - use shorter boilerplate. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - redirect stdout of scripts/config/conf to /nil for |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - remove SIGIOT as suggested by landley. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Rob Landley | Patch from tito to replace shared memory usage with... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Mike Frysinger | fix indenting in help output for ifconfig |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - typo s/allbaseconfig/allbareconfig/ |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - replace _PATH_DEVNULL with bb_dev_null |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - do not use non-standard u_int. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - make it C89 compatible; Declarations in the middle... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - use uint32_t instead of __u32 |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - Rich Felker writes: |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - remove superfluous legacy includes. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - include strings.h |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - fix invalid mode |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - single KERNEL_VERSION(a,b,c) macro in platform.h |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bernhard Reutner... | - cleanup memory if opening aliases failed and cleanup... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Rob Landley | Fluff out info on morris accounts. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Rob Landley | Avoid a memory leak pointed out by Lucas C. Villa Real. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Rob Landley | Typo fix. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Rob Landley | Patch from Bernhard Fischer to remove some useless... |
commit | commitdiff | tree | snapshot |
next |