summaryrefslogtreecommitdiff
path: root/modutils/lsmod.c
Commit message (Expand)AuthorAgeFilesLines
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* lsmod: fox unsafe usage of strlen() - 1Denys Vlasenko2011-01-111-1/+2
* modutils/*: move help bits into corresponding .c filesDenys Vlasenko2010-10-161-0/+7
* modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko2010-10-151-0/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-261-2/+2
* further work on unicodizationDenys Vlasenko2010-01-301-9/+14
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-241-2/+2
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-041-1/+1
* lsmod: beautify. no code changesDenys Vlasenko2009-11-041-9/+8
* lsmod: unicode-aware column formattingTomas Heinrich2009-10-261-0/+18
* gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko2008-11-011-1/+1
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-131-158/+43
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* replace single-char printf's with bb_putcharDenis Vlasenko2008-06-051-2/+4
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko2007-11-021-5/+5
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-2/+2
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-3/+3
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-3/+3
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+2
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-4/+6
* style fixesDenis Vlasenko2006-12-261-1/+1
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-2/+2
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-4/+4
* lsmod: repair indentationDenis Vlasenko2006-09-301-31/+31
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* No real need for my_query_module() and this eliminates some type-punnedRob Landley2006-08-281-8/+11
* Bernhard Fischer pointed out some leftover debris needing cleanup.Rob Landley2006-08-151-12/+0
* Try to make a "type-punned pointer" warning go away for somebody on theRob Landley2006-08-031-3/+2
* These should have been part of 15767 too.Rob Landley2006-08-031-20/+16
* fix from uClinux-dist for proper exit status if reading /proc/modules failedMike Frysinger2006-06-061-5/+5
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-15/+2
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-11/+13
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-2/+2
* just whitespaceTim Riker2006-01-251-1/+1
* just use bb_xfopen()Mike Frysinger2006-01-031-4/+1
* Tweak the "pretty lsmod for 2.6" patch to be seperately selectable.Rob Landley2005-05-041-1/+2
* Takeharu Kato said:Rob Landley2005-05-031-1/+42
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Steven Scholz writes:Eric Andersen2003-08-061-1/+0
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Major coreutils update.Manuel Novoa III2003-03-191-5/+6
* Patch from Robert Schwebel fixing a missing \nEric Andersen2003-01-111-0/+1
* rmmod -a removed modules recursivelyTim Riker2002-12-141-17/+0
* cleanupTim Riker2002-12-131-0/+3