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
Commit message (
Expand
)
Author
Age
Files
Lines
*
modutils: oveflow fix
Denis Vlasenko
2009-02-26
2
-3
/
+4
*
unzip: fix thinko with le/be conv and size (closes bug 129)
Denis Vlasenko
2009-02-26
2
-7
/
+10
*
login: fix buglet introduced by "simplification"
Denis Vlasenko
2009-02-24
1
-1
/
+1
*
flash_eraseall.c: fix vda's breakage
Denis Vlasenko
2009-02-24
1
-1
/
+1
*
- rephrase helptext for clarity
Bernhard Reutner-Fischer
2009-02-24
1
-1
/
+1
*
- improve wording
Bernhard Reutner-Fischer
2009-02-24
2
-2
/
+2
*
- by not calling getpagesize() twice we can save 2 bytes (walter harms)
Bernhard Reutner-Fischer
2009-02-23
1
-2
/
+2
*
- fix typo (thanks to Peter Kjellerstedt for noticing)
Bernhard Reutner-Fischer
2009-02-23
1
-1
/
+1
*
- Dual-license the config parser also under "LGLPv2.1 or later"
Bernhard Reutner-Fischer
2009-02-22
1
-0
/
+1
*
make modutils compile again
Ned Ludd
2009-02-20
1
-1
/
+1
*
depmod: accept and ignore -r (Linux kernle build needs this)
Denis Vlasenko
2009-02-19
1
-1
/
+2
*
flash_eraseall: shrink
Denis Vlasenko
2009-02-19
1
-35
/
+39
*
- add big busybox logo as transparent png
Bernhard Reutner-Fischer
2009-02-18
1
-0
/
+0
*
- bail out if screen resolution does not match PPM dimensions.
Bernhard Reutner-Fischer
2009-02-18
2
-14
/
+28
*
- document ppm header and skip whitespace
Bernhard Reutner-Fischer
2009-02-18
1
-2
/
+14
*
- update TODOs
Bernhard Reutner-Fischer
2009-02-18
1
-7
/
+2
*
- eliminate globals
Bernhard Reutner-Fischer
2009-02-18
1
-5
/
+10
*
- make it compile and shrink it a little bit (~-110 bytes)
Bernhard Reutner-Fischer
2009-02-18
1
-36
/
+33
*
- add flash_eraseall
Bernhard Reutner-Fischer
2009-02-18
6
-0
/
+207
*
- PPMs can have comments in the header.
Bernhard Reutner-Fischer
2009-02-16
1
-24
/
+21
*
ash: make dot command search current directory first, as bash does.
Denis Vlasenko
2009-02-15
1
-0
/
+9
*
Make "shadowed" numeric config entries (ones which depend on
Denis Vlasenko
2009-02-15
1
-0
/
+2
*
volume_id: abort early on read failures.
Denis Vlasenko
2009-02-15
20
-70
/
+99
*
init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'
Denis Vlasenko
2009-02-14
2
-17
/
+17
*
- improve wording
Bernhard Reutner-Fischer
2009-02-14
1
-1
/
+1
*
- improve helptext
Bernhard Reutner-Fischer
2009-02-14
1
-2
/
+2
*
- misc untested shrinkage:
Bernhard Reutner-Fischer
2009-02-14
1
-11
/
+15
*
- improve helptext of obsolete devfs stuff..
Bernhard Reutner-Fischer
2009-02-14
1
-3
/
+8
*
- cosmetic typo in helptext
Bernhard Reutner-Fischer
2009-02-14
1
-1
/
+1
*
killall and sestatus also need ARGVN scanning
Denis Vlasenko
2009-02-14
2
-8
/
+13
*
mdev: if /sys/class/block exists, don't scan /sys/block
Denis Vlasenko
2009-02-13
1
-4
/
+11
*
function old new delta
Denis Vlasenko
2009-02-07
2
-10
/
+50
*
httpd: tiny optimization
Denis Vlasenko
2009-02-05
1
-7
/
+6
*
httpd:
Denis Vlasenko
2009-02-04
4
-121
/
+56
*
sendmail: remove erroneous usage lines
Denis Vlasenko
2009-02-04
1
-2
/
+0
*
crond,crontab: make cron directory location configurable
Denis Vlasenko
2009-02-03
3
-9
/
+10
*
telnetd: do not advertise TELNET_LFLOW, we do not support
Denis Vlasenko
2009-02-02
2
-8
/
+184
*
udhcpd: add code which rejects lease files with suspicious or old timestamp.
Denis Vlasenko
2009-02-02
11
-44
/
+46
*
login: small simplification by Walter Harms. -10 bytes
Denis Vlasenko
2009-02-02
1
-10
/
+8
*
login: cleanup work by Walter Harms. No logic changes.
Denis Vlasenko
2009-02-02
1
-46
/
+56
*
dhcpd,dumpleases: write and use 64-bit current time in lease file.
Denis Vlasenko
2009-02-01
2
-18
/
+52
*
modutils-24: code shrink
Denis Vlasenko
2009-01-31
1
-37
/
+30
*
ionice: new applet, adapted from Linux kernel' example by Walter Harms
Denis Vlasenko
2009-01-31
5
-1
/
+117
*
brctl: fix compilation on 2.4.x kernels
Denis Vlasenko
2009-01-31
1
-0
/
+14
*
init: remove wait() loop on restart, it may be dangerous
Denis Vlasenko
2009-01-31
1
-15
/
+22
*
init: fix a bug where on reload order of entries might be wrong
Denis Vlasenko
2009-01-31
1
-83
/
+89
*
modutils-24: use xasprintf and xzalloc where appropriate,
Denis Vlasenko
2009-01-31
4
-89
/
+63
*
init: small correction in a comment
Denis Vlasenko
2009-01-31
1
-1
/
+1
*
init: major improvement in documentation and signal handling.
Denis Vlasenko
2009-01-31
1
-297
/
+374
*
init: preparatory patch, no code changes
Denis Vlasenko
2009-01-31
5
-31
/
+31
[next]