aboutsummaryrefslogtreecommitdiff
path: root/modutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Applied patch from John Lombardo to fix OOM in insmod.markw2001-03-121-39/+41
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2049 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Jeff Garzik to getopt-ify rmmod.markw2001-03-091-13/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2030 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupandersen2001-03-091-0/+1
| | | | | | | | warnings with glibc 2.2 and use always use xfopen -Erik git-svn-id: svn://busybox.net/trunk/busybox@2021 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch, from Quinn Jensen <jensenq@lineo.com>, adds MIPS supportandersen2001-02-241-4/+127
| | | | | | | | to busybox insmod. Thanks Quinn!!! -Erik git-svn-id: svn://busybox.net/trunk/busybox@1930 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make output match the real lsmod -- print (autoclean) typeandersen2001-02-241-6/+6
| | | | | | | | stuff first not last. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1929 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch from Magnus Damm <damm@opensource.se> to supportandersen2001-02-201-38/+161
| | | | | | | | powerpc with busybox insmod -Erik git-svn-id: svn://busybox.net/trunk/busybox@1870 69ca8d6d-28ef-0310-b511-8ec308f3f277
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-203-5/+5
| | | | | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1864 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to fix bug #1103. I've tested it,andersen2001-02-151-3/+5
| | | | | | | | and it indeed seems to fix things. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1824 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-142-6/+6
| | | | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. git-svn-id: svn://busybox.net/trunk/busybox@1805 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch from Larry Doolittle to add "-all" and "-none" switchesandersen2001-02-011-4/+0
| | | | | | | | | | to multibuild.pl. I did a little formatting adjustments to make it _very_ obvious when things stop working. I also removed the USE_PROCFS config option -- just do the right thing when USE_DEVPS_PATCH is enabled. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1739 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-35/+35
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1732 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-273-5/+5
| | | | | | | | a release. Update the website with release details. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1697 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-272-2/+8
| | | | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1695 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the arch-not-yet-supported msg to be more clear.andersen2001-01-261-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1679 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a stupid bug I introduced yesterday. Doh!andersen2001-01-261-5/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1676 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I just wrote 'insmod -o' to close bug#1049.andersen2001-01-251-5/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1665 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fix and small create_module cleanup from Larry Doolittle toandersen2001-01-241-6/+6
| | | | | | | fix insmod, since I broke var=value args when I getopt'ified it. git-svn-id: svn://busybox.net/trunk/busybox@1659 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more bugs fixed -- found doing regression testingandersen2001-01-242-20/+12
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1656 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make insmod understand (and ignore) -L, and convert it to use getopt.andersen2001-01-241-17/+18
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1648 69ca8d6d-28ef-0310-b511-8ec308f3f277
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-232-30/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1642 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix symbol table manipulation (report and fix by Larry Doolittle).kraai2001-01-041-3/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1530 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use busybox error handling functions wherever possible.kraai2000-12-222-11/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1489 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-181-13/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1466 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add missing newlines to error messages.kraai2000-12-181-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1465 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A couple of updates to fix some minor cross compiling issuesandersen2000-12-131-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1446 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-072-51/+51
| | | | | | | compliant with the style guide. Everybody rebuild your tags file! git-svn-id: svn://busybox.net/trunk/busybox@1398 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added insmod support for ARM, and lsmod support for older kernels,andersen2000-12-062-95/+244
| | | | | | | | | thanks to Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and Nicolas Ferre <nicolas.ferre@alcove.fr>. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1385 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stop using TRUE and FALSE for exit status.kraai2000-12-012-10/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1360 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix error messages.kraai2000-10-231-12/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1222 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix error message.kraai2000-10-231-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1221 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixes to allow compilation on systems with glibc 2.1.92proski2000-09-281-2/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1140 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-253-5/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1119 69ca8d6d-28ef-0310-b511-8ec308f3f277
* modified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4andersen2000-09-241-16/+149
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1113 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix for bug #1042 -- applied the patch from Larry Doolittleandersen2000-09-221-4/+4
| | | | | | | | <ldoolitt@recycle.lbl.gov> to fix the bug. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1090 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Clean up output.kraai2000-09-191-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1068 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.andersen2000-09-121-7/+7
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1036 69ca8d6d-28ef-0310-b511-8ec308f3f277
* MAke lsmod act just like modutils lsmod, by printing which modules useandersen2000-09-101-0/+20
| | | | | | | | other modules, and state info like (deleted) and such. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1029 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a unterminated string.andersen2000-08-221-3/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@978 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some leftover stuff I forgot to commit for the lsmod change.andersen2000-08-211-7/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@960 69ca8d6d-28ef-0310-b511-8ec308f3f277
* lsmod now uses the query_module syscall, rather then /procandersen2000-08-211-10/+72
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@959 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn'tkraai2000-08-011-4/+5
| | | | | | | exist. Also allow early search termination (per the comments). git-svn-id: svn://busybox.net/trunk/busybox@931 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix from Arne Bernin for return code -- now reflects whether the rmmodandersen2000-07-281-1/+3
| | | | | | | | failed or not. -Erik git-svn-id: svn://busybox.net/trunk/busybox@914 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Centralize handling of --help.kraai2000-07-191-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@883 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add usage messages for applets without them.kraai2000-07-191-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@881 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Moved some code and add a coupld #defines to support use of dmalloc.andersen2000-07-191-12/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@878 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Moved functions used by "lsmod" from cat.c to utility.cproski2000-07-171-3/+3
| | | | | | | | Adjusted to make lsmod and sh compilable as standalone apps. Comment fixes git-svn-id: svn://busybox.net/trunk/busybox@870 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Extract usage information into a separate file.kraai2000-07-162-24/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@864 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reduced the number of "signed vs. unsigned" warnings.proski2000-07-141-6/+6
| | | | | | | Sometimes such warnings matter (esp. on PPC with char default to unsigned) git-svn-id: svn://busybox.net/trunk/busybox@857 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use errorMsg rather than fprintf.kraai2000-07-141-43/+34
| | | | git-svn-id: svn://busybox.net/trunk/busybox@848 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forgot to commit these cleanups it seems.andersen2000-07-112-5/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@819 69ca8d6d-28ef-0310-b511-8ec308f3f277