- 176f2df Patch from Erik Hovland, via Tito. by Rob Landley · 19 years ago
- 9c6f955 Some day, maybe gcc will be able to optimize out static functions that are by Rob Landley · 19 years ago
- 2e7dfc1 need prototype for new vfork_daemon() by Mike Frysinger · 19 years ago
- 9be7435 initial support for no-mmu systems by Mike Frysinger · 19 years ago
- 6fb5847 sometimes daemonizing and vfork()/exit() is ok by Mike Frysinger · 19 years ago
- ca70774 bb_xdaemon() isnt available on no-mmu systems by Mike Frysinger · 19 years ago
- 373af43 comment all fields by Mike Frysinger · 19 years ago
- 2fc534f hint at where the Magic comes from by Mike Frysinger · 19 years ago
- f915a77 - do away with the comment that noted that the current implementation by Bernhard Reutner-Fischer · 19 years ago
- 6d8ce17 Fix from Tito to read from stdin only when it's not a tty. by Rob Landley · 19 years ago
- 5929edc - spelling by Bernhard Reutner-Fischer · 19 years ago
- 301ad67 add reference to proc(5) by Mike Frysinger · 19 years ago
- 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
- 4c5ad2f Consolidate devfs garbage and mark it as obsolete. by Rob Landley · 19 years ago
- 830d258 use bb_xbind/bb_xlisten by Mike Frysinger · 19 years ago
- 828d6bb whitespace by Mike Frysinger · 19 years ago
- 62a2c15 whitespace by Mike Frysinger · 19 years ago
- e3fdf24 add a --noclobber flag by Mike Frysinger · 19 years ago
- 81514ec add support for cleaning out previous busybox install by Mike Frysinger · 19 years ago
- 74b29a1 dont install emtpy libdirs by Mike Frysinger · 19 years ago
- 55b1210 dont mix tabs and spaces, kthx by Mike Frysinger · 19 years ago
- bc65849 remove cvs $Id tag by Mike Frysinger · 19 years ago
- 16d3e4e - add applet taskset to set/retrieve the CPU affinity of a process by Bernhard Reutner-Fischer · 19 years ago
- ea93f8a Tito writes: this patch fixes two potential bugs with the -i -I flags that could be reset during option parsing by Mike Frysinger · 19 years ago
- e0387a6 - fix the build if we have ftpput without ftpget (speeling reeoe) by Bernhard Reutner-Fischer · 19 years ago
- 0753f4a Callers to identify() converted the endianness of the buffer. So did by Rob Landley · 19 years ago
- eb29d6c Remove a config entry that leaked in from my tree before I decided to by Rob Landley · 19 years ago
- c44ab02 Whack the one last warning in make allbareconfig... by Rob Landley · 19 years ago
- 280dae7 import support for microblaze relocations from uClinux-dist by Mike Frysinger · 19 years ago
- 2a13175 make the default prompt suck less when using fancy prompts by Mike Frysinger · 19 years ago
- 75c6b79 fix from uClinux-dist for proper exit status if reading /proc/modules failed by Mike Frysinger · 19 years ago
- b306cb7 merge blackfin/microblaze from uClinux-dist by Mike Frysinger · 19 years ago
- 8e640a1 use vfork() instead of vork() since the only thing we do is execve() an app after fork (allows time to work on no-mmu) by Mike Frysinger · 19 years ago
- b16b5bb only check __GNU_LIBRARY__ if it is actually defined by Mike Frysinger · 19 years ago
- 362dc2b Header cleanup on two more networking files (move libbb.h to the top and by Rob Landley · 19 years ago
- 12d8755 Confirming it's not needed. by Rob Landley · 19 years ago
- bc291dc - add note about need to unify the 4 itoa() implementations. by Bernhard Reutner-Fischer · 19 years ago
- 1e34731 - add testcase for grep bug (http://busybox.net/bugs/view.php?id=887) by Bernhard Reutner-Fischer · 19 years ago
- 213cc00 - add note about ingroup and is_a_group_member by Bernhard Reutner-Fischer · 19 years ago
- 863073d - add note about removing superfluous fmt specifiers by Bernhard Reutner-Fischer · 19 years ago
- 395010b - note to cleanup fprintf(2,...) -> bb_error_msg(...) and by Bernhard Reutner-Fischer · 19 years ago
- 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 19 years ago
- a3d4bf3 - use bb functions instead of handrolling stuff. by Bernhard Reutner-Fischer · 19 years ago
- e84f434 Remove #ifdeffed out code, both KEEP_UNUSED and #if 0. by Rob Landley · 19 years ago
- 5084c78 - remove superfluous call of stack_machine(0) upon exit. by Bernhard Reutner-Fischer · 19 years ago
- 5f6d67b - no need to have timer_duration in the data section. by Bernhard Reutner-Fischer · 19 years ago
- b1312c9 - use bb_msg_write_error in 3 places - whitespace by Bernhard Reutner-Fischer · 19 years ago
- c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- deda6a5 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- 2c351a8 - patch from Yann E. Morin: makes modprobe understand shell patterns by Bernhard Reutner-Fischer · 19 years ago
- 6255876 2006-06-02 Shaun Jackman <sjackman@gmail.com> by Bernhard Reutner-Fischer · 19 years ago
- 5c0ae06 - No options should set the current system time. by Bernhard Reutner-Fischer · 19 years ago
- 9a990aa Patch from Atsushi Nemoto: by Rob Landley · 19 years ago
- e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- ecae66a Header cleanup: don't #include headers that libbb.h already includes. by Rob Landley · 19 years ago
- ff97ee9 #ifdef reduction. by Rob Landley · 19 years ago
- cf1f2ac - fix CONFIG_DEBUG_INIT compile failure by Bernhard Reutner-Fischer · 19 years ago
- 3132e9d use xmalloc() by Mike Frysinger · 19 years ago
- f0327f8 fix fdflish typo (reported by erik hovland) by Paul Fox · 19 years ago
- b5353a2 - look at bb_applet_name. Should close bugs #892 and #893 by Bernhard Reutner-Fischer · 19 years ago
- d04e9b8 - shrink logread a bit. by Bernhard Reutner-Fischer · 19 years ago
- d112f8f make halt and poweroff messages more accurate (i.e., claim "we're about to", by Paul Fox · 19 years ago
- 8fc32d9 Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, so by Rob Landley · 19 years ago
- 317a45c The common case APPLET() macro only needs three arguments. by Rob Landley · 19 years ago
- 9b1857f Bugfix from Shaun Jackman: don't attempt to write 64 bytes and then fail if by Rob Landley · 19 years ago
- d5b9b60 Add CONFIG_NITPICK. (And tweak a couple other help entries while I'm there.) by Rob Landley · 19 years ago
- 0620841 Patch from Tito to remove long options from hdparm. by Rob Landley · 19 years ago
- c8b360e Use BB endianness macro. by Rob Landley · 19 years ago
- b623a54 Header file cleanup. platform.h apparently needs to be included early on so it by Rob Landley · 19 years ago
- 8abbee4 Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, by Rob Landley · 19 years ago
- 9a5686b - fix IMA compile error i introduced when adding this untested snippet. by Bernhard Reutner-Fischer · 19 years ago
- dac033e ha! a scratch-buffer! ;) put the isdigit hack into it to help landley out.. by Bernhard Reutner-Fischer · 19 years ago
- f9437aa - make getopt_ulflags aware of CONFIG_GETOPT_LONG by Bernhard Reutner-Fischer · 19 years ago
- 8d3a6f7 - add CONFIG_FEATURE_WGET_LONG_OPTIONS by Bernhard Reutner-Fischer · 19 years ago
- f3ac9eb - convert xcalloc(1,x) to xzalloc by Bernhard Reutner-Fischer · 19 years ago
- 595159f - shrink klogd a bit by Bernhard Reutner-Fischer · 19 years ago
- c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
- 507cd75 - conditionally define BB_NOMMU by Bernhard Reutner-Fischer · 19 years ago
- 3252b62 Since we have less than 100k of usage.h data anyway, using bzip -9 is silly. by Rob Landley · 19 years ago
- b2d42fa Test to see if I can rename a file without blanking its history... by Rob Landley · 19 years ago
- 4b146e6 Note about BB_NOMMU. by Rob Landley · 19 years ago
- 7ae1553 - consolidate "Sending SIG%s to all processes"; untested.. by Bernhard Reutner-Fischer · 19 years ago
- a8622e0 - this could use a brother which deals with glibc based systems.. by Bernhard Reutner-Fischer · 19 years ago
- c58dbf2 - remove useless variable "status" from init_main. by Bernhard Reutner-Fischer · 19 years ago
- 3ab3080 - use config_buffer for message() by Bernhard Reutner-Fischer · 19 years ago
- 752f0a6 Put parentheses around some of the SWAP() macros, as pointed out by Peter by Rob Landley · 19 years ago
- f14f7fc Teach bloatometer about .rodata, and tweak the display into something that by Rob Landley · 19 years ago
- 0773681 - cleanup conftest temporary files. by Bernhard Reutner-Fischer · 19 years ago
- 35e1a07 - DEBUG_INIT -> config CONFIG_DEBUG_INIT by Bernhard Reutner-Fischer · 19 years ago
- 76bb97c - landley, remove this? by Bernhard Reutner-Fischer · 19 years ago
- 49e60b9 - set_term() doesn't need an argument. (Like r15220 this is just compile-tested) by Bernhard Reutner-Fischer · 19 years ago
- 0da069d - move common code into new open_new_terminal() function; by Bernhard Reutner-Fischer · 19 years ago
- bbc225e - just whitespace by Bernhard Reutner-Fischer · 19 years ago
- d2c306e - ls: remove unused variable by Bernhard Reutner-Fischer · 19 years ago
- 1ec5b29 More size shrinkage. by Rob Landley · 19 years ago
- a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 19 years ago
- bba7f08 Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values by Rob Landley · 19 years ago
- 9755197 This is not C++. by Rob Landley · 19 years ago
- 0582ee0 A few new todo items from email with Bernhard. by Rob Landley · 19 years ago
- 15d20a0 Remove _() and N_() from platform.h. #define them as NOP macros in the two by Rob Landley · 19 years ago