index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modutils
/
lsmod.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gunzip: restore mtime. approx +80 bytes of code
Denis Vlasenko
2008-11-01
1
-1
/
+1
*
modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
Denis Vlasenko
2008-09-13
1
-158
/
+43
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-2
/
+2
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
replace single-char printf's with bb_putchar
Denis Vlasenko
2008-06-05
1
-2
/
+4
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
insmod: code shrink, stop exporting insmod_ng_main.
Denis Vlasenko
2007-11-02
1
-5
/
+5
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-2
/
+2
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-3
/
+3
*
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-08-13
1
-3
/
+3
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+2
*
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2007-01-29
1
-4
/
+6
*
style fixes
Denis Vlasenko
2006-12-26
1
-1
/
+1
*
style cleanup: return(a) -> return a, part 1
Denis Vlasenko
2006-11-27
1
-1
/
+1
*
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-26
1
-2
/
+2
*
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-14
1
-4
/
+4
*
lsmod: repair indentation
Denis Vlasenko
2006-09-30
1
-31
/
+31
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-1
/
+1
*
No real need for my_query_module() and this eliminates some type-punned
Rob Landley
2006-08-28
1
-8
/
+11
*
Bernhard Fischer pointed out some leftover debris needing cleanup.
Rob Landley
2006-08-15
1
-12
/
+0
*
Try to make a "type-punned pointer" warning go away for somebody on the
Rob Landley
2006-08-03
1
-3
/
+2
*
These should have been part of 15767 too.
Rob Landley
2006-08-03
1
-20
/
+16
*
fix from uClinux-dist for proper exit status if reading /proc/modules failed
Mike Frysinger
2006-06-06
1
-5
/
+5
*
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-06-03
1
-15
/
+2
*
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-10
1
-11
/
+13
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-2
/
+2
*
just whitespace
Tim Riker
2006-01-25
1
-1
/
+1
*
just use bb_xfopen()
Mike Frysinger
2006-01-03
1
-4
/
+1
*
Tweak the "pretty lsmod for 2.6" patch to be seperately selectable.
Rob Landley
2005-05-04
1
-1
/
+2
*
Takeharu Kato said:
Rob Landley
2005-05-03
1
-1
/
+42
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-1
/
+1
*
Steven Scholz writes:
Eric Andersen
2003-08-06
1
-1
/
+0
*
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-07-14
1
-2
/
+1
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-5
/
+6
*
Patch from Robert Schwebel fixing a missing \n
Eric Andersen
2003-01-11
1
-0
/
+1
*
rmmod -a removed modules recursively
Tim Riker
2002-12-14
1
-17
/
+0
*
cleanup
Tim Riker
2002-12-13
1
-0
/
+3
*
Fix needless formatting differences vs modutils
Eric Andersen
2002-10-18
1
-8
/
+8
*
Doh! I screwed up applying vodz' patch.
Eric Andersen
2002-10-12
1
-1
/
+0
*
last_patch61 from vodz:
Eric Andersen
2002-10-10
1
-16
/
+10
*
Fix missing \n noticed by Robert Schwebel
Eric Andersen
2002-10-08
1
-3
/
+2
*
Support module tainting
Eric Andersen
2002-09-16
1
-2
/
+32
*
Apply lash_patch35 from vodz, which brings several nice size_optimizations.
Eric Andersen
2002-04-06
1
-1
/
+1
*
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-24
1
-5
/
+5
*
Fix infinite loop and reallocate if too many modules.
Matt Kraai
2001-04-13
1
-8
/
+22
*
A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few
Eric Andersen
2001-04-05
1
-2
/
+1
*
Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup
Eric Andersen
2001-03-09
1
-0
/
+1
*
Make output match the real lsmod -- print (autoclean) type
Eric Andersen
2001-02-24
1
-6
/
+6
[next]