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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
replace single-char printf's with bb_putchar
Denis Vlasenko
2008-06-05
1
-2
/
+4
*
config help text: fix capitalization
Denis Vlasenko
2008-06-04
1
-4
/
+2
*
- add FIXME. Perhaps somebody is interrested in looking into this one.
Bernhard Reutner-Fischer
2008-06-02
1
-1
/
+1
*
- add alias support
Bernhard Reutner-Fischer
2008-06-02
2
-85
/
+115
*
- revert revision 22183 since it breaks -b /abs /abs/path/to/mod.ko
Bernhard Reutner-Fischer
2008-06-02
1
-4
/
+11
*
- just chdir to the basedir (-30b).
Bernhard Reutner-Fischer
2008-06-02
1
-11
/
+4
*
- optional fancy pruning-mode for depmod
Bernhard Reutner-Fischer
2008-06-02
2
-21
/
+121
*
Reinstate CONFIG_CROSS_COMPILE_PREFIX
Denis Vlasenko
2008-06-02
1
-4
/
+4
*
- shrink modprobe a little bit (~-40 bytes). ACKed by Yann.
Bernhard Reutner-Fischer
2008-05-31
1
-8
/
+5
*
- fix overflow; improve documentation while at it
Bernhard Reutner-Fischer
2008-05-28
1
-9
/
+9
*
- misc. improvements and shrinkage
Bernhard Reutner-Fischer
2008-05-28
1
-33
/
+33
*
- the moddir_base is supposed to be omitted frmo the .dep file
Bernhard Reutner-Fischer
2008-05-28
1
-28
/
+28
*
- Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunate
Bernhard Reutner-Fischer
2008-05-27
1
-1
/
+2
*
- Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE.
Bernhard Reutner-Fischer
2008-05-27
4
-22
/
+31
*
- use (uC)libc functions. Saves a dozen bytes.
Bernhard Reutner-Fischer
2008-05-27
2
-5
/
+16
*
vda, xmalloc'ing can use *alot* of RAM. Don't forget that there are
Bernhard Reutner-Fischer
2008-05-27
1
-7
/
+7
*
- improve help-text
Bernhard Reutner-Fischer
2008-05-27
1
-0
/
+3
*
- improve option-handling a bit
Bernhard Reutner-Fischer
2008-05-26
1
-22
/
+41
*
- add basic option-handling (+220b). Untested
Bernhard Reutner-Fischer
2008-05-26
1
-8
/
+42
*
- use mmap instead of allocating hundreds of megabytes of RAM. +39b
Bernhard Reutner-Fischer
2008-05-26
1
-20
/
+43
*
- remove some bloat -28b: now approx. 501b
Bernhard Reutner-Fischer
2008-05-26
1
-4
/
+5
*
- switch to FILE base writer and remove now unneeded stuff. -50b
Bernhard Reutner-Fischer
2008-05-26
1
-10
/
+5
*
- add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov...
Bernhard Reutner-Fischer
2008-05-26
3
-0
/
+123
*
modprobe: fix for blacklisting
Denis Vlasenko
2008-05-22
1
-4
/
+5
*
modprobe: optional "blacklist" command support (by Natanael Copa)
Denis Vlasenko
2008-05-18
2
-5
/
+38
*
insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>)
Denis Vlasenko
2008-05-17
1
-0
/
+1
*
- fix compilation on x86_64
Bernhard Reutner-Fischer
2008-05-16
1
-1
/
+1
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-7
/
+8
*
Kill CONFIG_NITPICK, it turned out to not be useful. no code changes.
Denis Vlasenko
2008-05-13
1
-2
/
+2
*
insmod: fix build warnings. By Cristian Ionescu-Idbohrn
Denis Vlasenko
2008-05-09
1
-1
/
+10
*
*: mode tcp/udpsvd to networking, delete ipsvd/*
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
2
-1
/
+4
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
2
-12
/
+13
*
save a bit of code with *strchrnul = '\0' trick
Denis Vlasenko
2007-12-26
1
-4
/
+1
*
*: remove superfluous "?" in option parsing
Denis Vlasenko
2007-11-10
1
-1
/
+1
*
modprobe: fix a bug where we were entering endless loop
Denis Vlasenko
2007-11-06
1
-1
/
+1
*
telnet: use poll, it's shorter
Denis Vlasenko
2007-11-06
1
-1
/
+2
*
insmod: make error reporting less verbose
Denis Vlasenko
2007-11-06
1
-2
/
+2
*
Announce 1.8.0
1_8_0
Denis Vlasenko
2007-11-04
1
-1
/
+1
*
insmod: code shrink, stop exporting insmod_ng_main.
Denis Vlasenko
2007-11-02
3
-380
/
+311
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
4
-9
/
+9
*
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-10-01
1
-1
/
+1
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-3
/
+3
*
insmod: fix help text to not show options if only 2.6 was selected
Denis Vlasenko
2007-09-24
1
-1
/
+1
*
insmod: shorten message text; style fixes
Denis Vlasenko
2007-09-24
1
-7
/
+7
*
*: kill bb_get_last_path_component, replace with two functions
Denis Vlasenko
2007-09-24
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
3
-3
/
+3
*
modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols
Denis Vlasenko
2007-08-16
1
-1
/
+16
*
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-08-13
2
-4
/
+4
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-4
/
+6
[prev]
[next]