| Commit message (Expand) | Author | Age | Files | Lines |
* | Config.in: remove menus that apparently will not work on Windows (except mayb... | Nguyễn Thái Ngọc Duy | 2009-04-23 | 1 | -0/+1 |
* | delete tons of extra #includes | vda | 2007-05-31 | 1 | -1/+0 |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 4 | -4/+4 |
* | style fixes, no code changes | vda | 2007-04-16 | 1 | -1/+2 |
* | style fixes. No code changes | vda | 2007-04-12 | 2 | -7/+7 |
* | style fixes, no code changes. | vda | 2007-04-11 | 2 | -29/+33 |
* | style fixes. No code changes. | vda | 2007-04-10 | 2 | -11/+11 |
* | find: fix handling of -prune | vda | 2007-04-08 | 1 | -2/+2 |
* | - fold recurse, depthFirst and dereference params into one param flags. | aldot | 2007-03-29 | 1 | -2/+2 |
* | /etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modul... | vapier | 2007-02-08 | 1 | -4/+8 |
* | touchup style; no functional changes | vapier | 2007-02-08 | 1 | -23/+12 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 4 | -0/+6 |
* | preparatory patch for -Wwrite-strings #6 | vda | 2007-01-29 | 1 | -25/+22 |
* | preparatory patch for -Wwrite-strings #4 | vda | 2007-01-29 | 1 | -1/+1 |
* | preparatory patch for -Wwrite-strings #2 | vda | 2007-01-29 | 2 | -5/+7 |
* | as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in o... | vapier | 2007-01-24 | 1 | -4/+6 |
* | change "bool ... if OPT" to more common "depend ... OPT" | vapier | 2007-01-24 | 1 | -4/+4 |
* | combine bool;prompt to just bool | vapier | 2007-01-24 | 1 | -4/+2 |
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | vda | 2007-01-22 | 1 | -2/+0 |
* | stop using __u32 etc. uint32_t is there for a reason | vda | 2006-12-31 | 1 | -9/+6 |
* | next bunch of fixes for bugs found by randconfig | vda | 2006-12-30 | 1 | -3/+4 |
* | done a dozen of randconfig test. guess what? ALL failed... | vda | 2006-12-30 | 1 | -0/+1 |
* | style fixes | vda | 2006-12-26 | 2 | -2/+2 |
* | remove casts from xmalloc() | vda | 2006-12-19 | 1 | -1/+1 |
* | style cleanup: return(a) -> return a, part 2 | vda | 2006-11-27 | 1 | -3/+3 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 3 | -10/+9 |
* | insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE, | vda | 2006-11-21 | 1 | -115/+114 |
* | insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). | vda | 2006-11-21 | 1 | -22/+26 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 2006-11-18 | 1 | -2/+2 |
* | recursive_action: add depth param | vda | 2006-10-27 | 1 | -3/+3 |
* | modprobe: reformat to match bbox style | vda | 2006-10-27 | 1 | -291/+291 |
* | last nail into error_msg() (de)capitalization | vda | 2006-10-27 | 1 | -2/+2 |
* | silly size savings and capitalization fixes | vda | 2006-10-26 | 1 | -2/+2 |
* | use skip_whitespace where appropriate | vda | 2006-10-25 | 1 | -8/+4 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 2 | -4/+4 |
* | modprobe: fix for 2.4 kernels - by | vda | 2006-10-14 | 1 | -1/+1 |
* | add open_read_close() and similar stuff | vda | 2006-10-14 | 3 | -36/+7 |
* | style fixes | vda | 2006-10-12 | 1 | -280/+271 |
* | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | vda | 2006-10-10 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 1 | -1/+1 |
* | dnsd fix; option_mask32 added. dnsd needs more love. | vda | 2006-10-06 | 1 | -9/+8 |
* | build system overhaul | vda | 2006-10-05 | 4 | -86/+42 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 3 | -4/+4 |
* | lsmod: repair indentation | vda | 2006-09-30 | 1 | -31/+31 |
* | Yet another silly little byte saving. couldn't -> cannot | vda | 2006-09-29 | 1 | -1/+1 |
* | insmod: getopt_ulflags'isation | vda | 2006-09-23 | 1 | -62/+40 |
* | whitespace cleanup | vda | 2006-09-17 | 3 | -4/+4 |
* | xopen3(O_RDONLY) -> xopen(O_RDONLY). | vda | 2006-09-09 | 1 | -1/+1 |
* | removed a lot of trailing \n in bb_msg() calls. It is added | vda | 2006-09-06 | 1 | -1/+1 |
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | landley | 2006-08-29 | 1 | -1/+1 |