oweals/busybox.git
2006-06-03 Bernhard Reutner... - patch from Yann E. Morin: makes modprobe understand...
2006-06-03 Bernhard Reutner... 2006-06-02 Shaun Jackman <sjackman@gmail.com>
2006-06-03 Bernhard Reutner... - No options should set the current system time.
2006-06-02 Rob LandleyPatch from Atsushi Nemoto:
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-06-02 Rob LandleyHeader cleanup: don't #include headers that libbb.h...
2006-06-02 Rob Landley#ifdef reduction.
2006-06-02 Bernhard Reutner... - fix CONFIG_DEBUG_INIT compile failure
2006-06-02 Mike Frysingeruse xmalloc()
2006-06-02 Paul Foxfix fdflish typo (reported by erik hovland)
2006-06-01 Bernhard Reutner... - look at bb_applet_name. Should close bugs #892 and...
2006-06-01 Bernhard Reutner... - shrink logread a bit.
2006-06-01 Paul Foxmake halt and poweroff messages more accurate (i.e...
2006-06-01 Rob LandleyShaun Jackman pointed out that KERNEL_VERSION() is...
2006-06-01 Rob LandleyThe common case APPLET() macro only needs three arguments.
2006-05-31 Rob LandleyBugfix from Shaun Jackman: don't attempt to write 64...
2006-05-31 Rob LandleyAdd CONFIG_NITPICK. (And tweak a couple other help...
2006-05-31 Rob LandleyPatch from Tito to remove long options from hdparm.
2006-05-31 Rob LandleyUse BB endianness macro.
2006-05-31 Rob LandleyHeader file cleanup. platform.h apparently needs to...
2006-05-31 Rob LandleyAdd catv (separate applet instead of cat -v). Also...
2006-05-31 Bernhard Reutner... - fix IMA compile error i introduced when adding this...
2006-05-31 Bernhard Reutner... ha! a scratch-buffer! ;)
2006-05-31 Bernhard Reutner... - make getopt_ulflags aware of CONFIG_GETOPT_LONG
2006-05-31 Bernhard Reutner... - add CONFIG_FEATURE_WGET_LONG_OPTIONS
2006-05-31 Bernhard Reutner... - convert xcalloc(1,x) to xzalloc
2006-05-31 Bernhard Reutner... - shrink klogd a bit
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-31 Bernhard Reutner... - conditionally define BB_NOMMU
2006-05-30 Rob LandleySince we have less than 100k of usage.h data anyway...
2006-05-30 Rob LandleyTest to see if I can rename a file without blanking...
2006-05-30 Rob LandleyNote about BB_NOMMU.
2006-05-30 Bernhard Reutner... - consolidate "Sending SIG%s to all processes"; untested..
2006-05-30 Bernhard Reutner... - this could use a brother which deals with glibc based...
2006-05-30 Bernhard Reutner... - remove useless variable "status" from init_main.
2006-05-30 Bernhard Reutner... - use config_buffer for message()
2006-05-30 Rob LandleyPut parentheses around some of the SWAP() macros, as...
2006-05-29 Rob LandleyTeach bloatometer about .rodata, and tweak the display...
2006-05-29 Bernhard Reutner... - cleanup conftest temporary files.
2006-05-29 Bernhard Reutner... - DEBUG_INIT -> config CONFIG_DEBUG_INIT
2006-05-29 Bernhard Reutner... - landley, remove this?
2006-05-29 Bernhard Reutner... - set_term() doesn't need an argument. (Like r15220...
2006-05-29 Bernhard Reutner... - move common code into new open_new_terminal() function;
2006-05-29 Bernhard Reutner... - just whitespace
2006-05-29 Bernhard Reutner... - ls: remove unused variable
2006-05-29 Rob LandleyMore size shrinkage.
2006-05-29 Rob LandleySize reductions, mostly switching things to use libbb...
2006-05-29 Rob LandleyAdd SWAP_LE?? and SWAP_BE?? macros, and make things...
2006-05-29 Rob LandleyThis is not C++.
2006-05-29 Rob LandleyA few new todo items from email with Bernhard.
2006-05-29 Rob LandleyRemove _() and N_() from platform.h. #define them...
2006-05-29 Rob LandleyRemove _().
2006-05-29 Rob LandleyRemove _().
2006-05-28 Rob LandleyI changed last10 to last25, and just bumped it up to...
2006-05-28 Rob LandleyFix hdparm to use PRIu64 instead of typecasting to...
2006-05-28 Rob LandleyPut the ending quote on the help entry...
2006-05-28 Rob LandleyFix some warnings in allbareconfig.
2006-05-28 Rob LandleyMy first bout of untangling udhcp. Make lots of gratui...
2006-05-27 Rob LandleyMove portability stuff to platform.h, and clean up...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-27 Rob LandleyUpdate FAQ to mention make baseline when talking about...
2006-05-27 Rob LandleyConsolidate the .PHONY targets and add "make baseline...
2006-05-27 Bernhard Reutner... - use the defines CURRENT_TTY and VC_1; also shrink...
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-26 Rob LandleySlight sanity fix: data is void *, not char *. And...
2006-05-26 Bernhard Reutner... - provide fallback defines for non-linux
2006-05-26 Bernhard Reutner... - provide fallback defines for non-linux
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-05-26 Bernhard Reutner... - use strtol instead of strtoll if the latter does...
2006-05-26 Bernhard Reutner... - introduce and use bb_path_wtmp_file for portability...
2006-05-26 Bernhard Reutner... - use portability wrapper define bb_setpgrp.
2006-05-26 Bernhard Reutner... - work around bug in gcc-3.4.x on ARM
2006-05-26 Bernhard Reutner... - move llist to top of file so we can potentially use...
2006-05-26 Bernhard Reutner... - make find_mount_point conditional on df and eject...
2006-05-26 Bernhard Reutner... - add workaround for tar being broken since it uses...
2006-05-26 Bernhard Reutner... - use the SED given by the user
2006-05-26 Bernhard Reutner... - add target hosttools (see make help)
2006-05-26 Bernhard Reutner... - use ATTRIBUTE_ALWAYS_INLINE if requested
2006-05-26 Bernhard Reutner... - move libc checks from busybox.h to platform.h
2006-05-26 Bernhard Reutner... - patch from Tito to pretty print the overall delta
2006-05-26 Mike FrysingerYann E. MORIN. writes:
2006-05-26 Mike Frysingererrno and h_errno values are not the same #876 by rfelker
2006-05-26 Mike Frysingerfix spelling mistakes
2006-05-26 Mike Frysingercheck for queueing dependancy dependancies typos
2006-05-26 Mike Frysingerqueuing is spelled correctly
2006-05-25 Rob LandleyRich Felker suggested removing dprintf() from watch...
2006-05-25 Rob LandleyAnd fix the error I just introduced. :)
2006-05-25 Rob LandleyRemove pointless #define.
2006-05-25 Rob LandleyPatch from Tito:
2006-05-25 Rob LandleyRemove a pointless #define.
2006-05-25 Bernhard Reutner... make the testsuite a little less brittle:
2006-05-24 Rob LandleyTwo more issues pointed out by Bernhard.
2006-05-24 Rob LandleyYann Morin spotted some leftover flotsam from halfway...
2006-05-23 Rob LandleyIt takes _talent_ to implement a version of nohup that...
2006-05-21 Bernhard Reutner... - set x bit
2006-05-21 Rob LandleyConvert to a global struct, the way sed was. Now I...
2006-05-21 Rob LandleyMinor cleanups: Convert a few calloc() calls to xzalloc...
2006-05-21 Rob LandleyNew version of nohup that's much smaller, less paranoid...
2006-05-21 Bernhard Reutner... - fix wrong path to scripts/usage; It is in the builddi...
2006-05-21 Bernhard Reutner... - check for existing usage binary, so it get's more...
next