aboutsummaryrefslogtreecommitdiff
path: root/modutils
AgeCommit message (Expand)Author
2000-07-19Centralize handling of --help.Matt Kraai
2000-07-19Add usage messages for applets without them.Matt Kraai
2000-07-19Moved some code and add a coupld #defines to support use of dmalloc.Eric Andersen
2000-07-17Moved functions used by "lsmod" from cat.c to utility.cPavel Roskin
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-14Reduced the number of "signed vs. unsigned" warnings.Pavel Roskin
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-07-11Forgot to commit these cleanups it seems.Eric Andersen
2000-07-10Remove yet more kernel header dependancies.Eric Andersen
2000-07-09More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcEric Andersen
2000-07-08Update files to reduce dependance on kernel version...Eric Andersen
2000-06-26* Fixed insmod module option parsing for options lacking an '='.Eric Andersen
2000-06-22Better error checking in insmod. Remove left over %m'sEric Andersen
2000-06-19Made insmod work with both libc5 and libc6.Eric Andersen
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-06-12Added a slightly modified version of Ron Alder's insmod patch.Eric Andersen
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
2000-04-21More Doc updates. cmdedit and more termio fixes.Erik Andersen
2000-04-13Upates to include copyright 2000 to everythingErik Andersen
2000-03-08Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simplerErik Andersen
2000-03-08Fixed up lsmod so it works with my devmodules kernel driver,Erik Andersen
2000-03-07Fix bugs related to finding PIDs.Erik Andersen
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
2000-02-07A few minor updates. ;-)Erik Andersen
1999-12-21Sync to my local treeErik Andersen
1999-12-17Add in first draft of insmod. Not yet working (but will Real Soon Now(tm))Erik Andersen
1999-12-17Minor fixes to rmmod. First pass at insmod (not yet working).Erik Andersen
1999-12-17Fixed correctness of comment in rmmod.c - MKWMark Whitley
1999-12-16Wrote rmmod for busybox.Erik Andersen
1999-12-15Added lsmodErik Andersen