- 4fec346 - use (uC)libc functions. Saves a dozen bytes. by Bernhard Reutner-Fischer · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
- dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
- 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
- abfe107 No real need for my_query_module() and this eliminates some type-punned by Rob Landley · 18 years ago
- deda6a5 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- 82327f4 Patch from Yann E. Morin to make rmmod report failure properly. by Rob Landley · 19 years ago
- 8c44f01 use libbb/get_kernel_revision(), reduce stack usage, add loses -w -f option for getopt, convert to bb_getopt_ulflags(), reduce memory usage - xmalloc to bb_common_bufsiz1, size reduce over 200 bytes by "Vladimir N. Oleynik" · 19 years ago
- 5221987 Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better. by Rob Landley · 19 years ago
- bd8dd1e Patch from Mike Snitzer <snitzer@gmail.com>: by Robert Griebl · 20 years ago
- c0693ed Deal with the fact that 2.6.x kernels replace any '-'s in the by Eric Andersen · 20 years ago
- e8521f1 Fixup some cases of "QM_MODULES: not implemented" for both by Eric Andersen · 20 years ago
- 1daa0c6 As noted in a patch from Kendrick Hamilton, rmmod was only by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 3b1a744 re-indent by Eric Andersen · 21 years ago
- e704788 Update modutils with 2.6 module support by Eric Andersen · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- cf93274 rmmod -a removed modules recursively by Tim Riker · 22 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 24 years ago
- f90c28d Applied patch from Jeff Garzik to getopt-ify rmmod. by Mark Whitley · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
- ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
- a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
- 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- a5716d3 Fix from Arne Bernin for return code -- now reflects whether the rmmod by Eric Andersen · 24 years ago
- bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
- be909b1 Forgot to commit these cleanups it seems. -Erik by Eric Andersen · 24 years ago
- b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
- 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
- 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 25 years ago
- 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
- e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
- 6da0ae8 Minor fixes to rmmod. First pass at insmod (not yet working). -Erik by Erik Andersen · 25 years ago
- c144e33 Fixed correctness of comment in rmmod.c - MKW by Mark Whitley · 25 years ago
- 3d7e341 Wrote rmmod for busybox. -Erik by Erik Andersen · 25 years ago