summaryrefslogtreecommitdiff
path: root/insmod.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-3/+3
| | | | -Erik
* 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
| | | | | <ldoolitt@recycle.lbl.gov> to fix the bug. -Erik
* Fix a unterminated string.Eric Andersen2000-08-221-3/+3
| | | | -Erik
* Some leftover stuff I forgot to commit for the lsmod change.Eric Andersen2000-08-211-7/+2
| | | | -Erik
* Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn'tMatt Kraai2000-08-011-4/+5
| | | | exist. Also allow early search termination (per the comments).
* Moved some code and add a coupld #defines to support use of dmalloc.Eric Andersen2000-07-191-12/+2
| | | | -Erik
* Extract usage information into a separate file.Matt Kraai2000-07-161-12/+2
|
* Reduced the number of "signed vs. unsigned" warnings.Pavel Roskin2000-07-141-6/+6
| | | | Sometimes such warnings matter (esp. on PPC with char default to unsigned)
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-43/+34
|
* Forgot to commit these cleanups it seems.Eric Andersen2000-07-111-3/+2
| | | | -Erik
* Remove yet more kernel header dependancies.Eric Andersen2000-07-101-3/+2
| | | | -Erik
* More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcEric Andersen2000-07-091-2/+3
| | | | | | (except for mkfs_minix and fsck_minix -- and it doesn't yet link vs uclibc due to missing stuff in the library). -Erik
* Update files to reduce dependance on kernel version...Eric Andersen2000-07-081-2/+5
| | | | -Erik
* * Fixed insmod module option parsing for options lacking an '='.Eric Andersen2000-06-261-4/+8
| | | | | Fix thanks to Marc Nijdam <marc_nijdam@hp.com> -Erik
* Better error checking in insmod. Remove left over %m'sEric Andersen2000-06-221-19/+15
| | | | -Erik
* Made insmod work with both libc5 and libc6.Eric Andersen2000-06-191-3/+6
| | | | -Erik
* Added a slightly modified version of Ron Alder's insmod patch.Eric Andersen2000-06-121-46/+2712
| | | | | Very cool stuff. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-3/+6
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-3/+3
| | | | | compatability. -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-1/+1
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-118/+122
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-3/+3
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* 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
-Erik