The 'tests' target is long gone.
[oweals/busybox.git] / modutils / rmmod.c
2004-07-13 Eric AndersenFixup some cases of "QM_MODULES: not implemented" for...
2004-03-19 Eric AndersenAs noted in a patch from Kendrick Hamilton, rmmod was...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-24 Eric Andersenre-indent
2003-12-11 Eric AndersenUpdate modutils with 2.6 module support
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-14 Tim Rikerrmmod -a removed modules recursively
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-09 Mark WhitleyApplied patch from Jeff Garzik to getopt-ify rmmod.
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-28 Eric AndersenFix from Arne Bernin for return code -- now reflects...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-11 Eric AndersenForgot to commit these cleanups it seems.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
1999-12-17 Erik AndersenMinor fixes to rmmod. First pass at insmod (not yet...
1999-12-17 Mark WhitleyFixed correctness of comment in rmmod.c - MKW
1999-12-16 Erik AndersenWrote rmmod for busybox.