Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-14cleanupTim Riker
2002-10-19Fix needless formatting differences vs modutilsEric Andersen
2002-10-12Doh! I screwed up applying vodz' patch.Eric Andersen
2002-10-10last_patch61 from vodz:Eric Andersen
2002-10-08Fix missing \n noticed by Robert SchwebelEric Andersen
2002-09-16Support module taintingEric Andersen
2002-04-06Apply lash_patch35 from vodz, which brings several nice size_optimizations.Eric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-04-13Fix infinite loop and reallocate if too many modules.Matt Kraai
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen
2001-02-24Make output match the real lsmod -- print (autoclean) typeEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-02Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen
2001-01-25more bugs fixed -- found doing regression testingEric Andersen
2001-01-24#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2000-12-18Add missing newlines to error messages.Matt Kraai
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-12-06Added insmod support for ARM, and lsmod support for older kernels,Eric Andersen
2000-09-26Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-09-19Clean up output.Matt Kraai
2000-09-12Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.Eric Andersen
2000-09-10MAke lsmod act just like modutils lsmod, by printing which modules useEric Andersen
2000-08-21lsmod now uses the query_module syscall, rather then /procEric Andersen
2000-07-19Centralize handling of --help.Matt Kraai
2000-07-19Add usage messages for applets without them.Matt Kraai
2000-07-18Moved functions used by "lsmod" from cat.c to utility.cPavel Roskin
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-04-13Upates to include copyright 2000 to everythingErik Andersen
2000-03-08Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler0_43pre1Erik Andersen
2000-03-08Fixed up lsmod so it works with my devmodules kernel driver,Erik Andersen
2000-03-08Fix bugs related to finding PIDs.Erik Andersen
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
1999-12-16Added lsmodErik Andersen