summaryrefslogtreecommitdiff
path: root/modutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-253-5/+5
* modified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4Eric Andersen2000-09-241-16/+149
* Fix for bug #1042 -- applied the patch from Larry DoolittleEric Andersen2000-09-221-4/+4
* Clean up output.Matt Kraai2000-09-191-1/+1
* Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.Eric Andersen2000-09-121-7/+7
* MAke lsmod act just like modutils lsmod, by printing which modules useEric Andersen2000-09-101-0/+20
* Fix a unterminated string.Eric Andersen2000-08-221-3/+3
* Some leftover stuff I forgot to commit for the lsmod change.Eric Andersen2000-08-211-7/+2
* lsmod now uses the query_module syscall, rather then /procEric Andersen2000-08-211-10/+72
* Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn'tMatt Kraai2000-08-011-4/+5
* Fix from Arne Bernin for return code -- now reflects whether the rmmodEric Andersen2000-07-281-1/+3
* Centralize handling of --help.Matt Kraai2000-07-191-3/+0
* Add usage messages for applets without them.Matt Kraai2000-07-191-0/+3
* Moved some code and add a coupld #defines to support use of dmalloc.Eric Andersen2000-07-191-12/+2
* Moved functions used by "lsmod" from cat.c to utility.cPavel Roskin2000-07-171-3/+3
* Extract usage information into a separate file.Matt Kraai2000-07-162-24/+2
* Reduced the number of "signed vs. unsigned" warnings.Pavel Roskin2000-07-141-6/+6
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-43/+34
* Forgot to commit these cleanups it seems.Eric Andersen2000-07-112-5/+2
* Remove yet more kernel header dependancies.Eric Andersen2000-07-101-3/+2
* More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcEric Andersen2000-07-091-2/+3
* Update files to reduce dependance on kernel version...Eric Andersen2000-07-081-2/+5
* * Fixed insmod module option parsing for options lacking an '='.Eric Andersen2000-06-261-4/+8
* Better error checking in insmod. Remove left over %m'sEric Andersen2000-06-221-19/+15
* Made insmod work with both libc5 and libc6.Eric Andersen2000-06-191-3/+6
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-192-2/+2
* Added a slightly modified version of Ron Alder's insmod patch.Eric Andersen2000-06-121-46/+2712
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-122-7/+13
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-3/+3
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-211-1/+3
* Upates to include copyright 2000 to everythingErik Andersen2000-04-133-3/+3
* Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler0_43pre1Erik Andersen2000-03-081-1/+1
* Fixed up lsmod so it works with my devmodules kernel driver,Erik Andersen2000-03-081-4/+7
* Fix bugs related to finding PIDs.Erik Andersen2000-03-071-3/+3
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-083-147/+154
* A few minor updates. ;-)Erik Andersen2000-02-071-3/+3
* Sync to my local treeErik Andersen1999-12-211-4/+97
* Add in first draft of insmod. Not yet working (but will Real Soon Now(tm))Erik Andersen1999-12-171-0/+113
* Minor fixes to rmmod. First pass at insmod (not yet working).Erik Andersen1999-12-171-1/+1
* Fixed correctness of comment in rmmod.c - MKWMark Whitley1999-12-171-1/+1
* Wrote rmmod for busybox.Erik Andersen1999-12-161-0/+73
* Added lsmodErik Andersen1999-12-151-0/+35