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
/
miscutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
more of pointless whitespace fixes
Denis Vlasenko
2009-04-01
2
-3
/
+3
*
trailing whitespace removal
Denis Vlasenko
2009-04-01
1
-2
/
+2
*
build system: hdparm -d is not that dangerous, remove warning
Denis Vlasenko
2009-03-29
1
-2
/
+1
*
timeout: fix parsing of -t NUM on MMU
Denis Vlasenko
2009-03-22
1
-1
/
+1
*
Compatibility fixes:
Denis Vlasenko
2009-03-20
1
-1
/
+2
*
chat: update by Vladimir
Denis Vlasenko
2009-03-16
1
-53
/
+44
*
docs/logging_and_backgrounding.txt: new mini-doc
Denis Vlasenko
2009-03-11
1
-1
/
+1
*
runsv: small optimization
Denis Vlasenko
2009-02-26
1
-2
/
+2
*
flash_eraseall.c: fix vda's breakage
Denis Vlasenko
2009-02-24
1
-1
/
+1
*
- by not calling getpagesize() twice we can save 2 bytes (walter harms)
Bernhard Reutner-Fischer
2009-02-23
1
-2
/
+2
*
flash_eraseall: shrink
Denis Vlasenko
2009-02-19
1
-35
/
+39
*
- bail out if screen resolution does not match PPM dimensions.
Bernhard Reutner-Fischer
2009-02-18
1
-1
/
+3
*
- document ppm header and skip whitespace
Bernhard Reutner-Fischer
2009-02-18
1
-2
/
+14
*
- 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
3
-0
/
+196
*
- PPMs can have comments in the header.
Bernhard Reutner-Fischer
2009-02-16
1
-24
/
+21
*
- 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
*
crond,crontab: make cron directory location configurable
Denis Vlasenko
2009-02-03
3
-9
/
+10
*
ionice: new applet, adapted from Linux kernel' example by Walter Harms
Denis Vlasenko
2009-01-31
3
-0
/
+107
*
- update Michele address
Bernhard Reutner-Fischer
2009-01-27
1
-2
/
+1
*
dc: fix the "base 2" patch omission of base not being set
Denis Vlasenko
2008-12-30
1
-1
/
+3
*
libbb: add bb_unsetenv (taken from hush).
Denis Vlasenko
2008-12-30
1
-7
/
+5
*
watchdog: build fixes, no code changes
Denis Vlasenko
2008-12-14
1
-2
/
+7
*
libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/
Denis Vlasenko
2008-12-10
1
-3
/
+1
*
clarify which version of crond is known to put tasks in separate pgrps
Denis Vlasenko
2008-12-04
1
-2
/
+2
*
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-03
1
-3
/
+1
*
crond: use bb_setpgrp, not setpgrp
Denis Vlasenko
2008-12-03
1
-2
/
+2
*
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-12-02
1
-5
/
+1
*
crond: put tasks in separate process groups
Denis Vlasenko
2008-12-02
1
-0
/
+4
*
mountpoint: add -n option (by Vladimir)
Denis Vlasenko
2008-11-29
1
-37
/
+43
*
inotifyd: save resourses by closing unused inotify descriptors
Denis Vlasenko
2008-11-29
1
-4
/
+3
*
timeout: fix a few bugs. vda is stupid
Denis Vlasenko
2008-11-24
1
-115
/
+2
*
timeout: new applet. 370 bytes. by Roberto Foglietta.
Denis Vlasenko
2008-11-24
3
-0
/
+236
*
strings: code shrink -22 bytes by Tito
Denis Vlasenko
2008-11-23
1
-5
/
+4
*
inotifyd: exit if x event happened for all files
Denis Vlasenko
2008-11-20
1
-13
/
+29
*
inotify: add x, o, and u events
Denis Vlasenko
2008-11-17
1
-18
/
+27
*
man: better check for duplicated MANPATH. Also -10 bytes.
Denis Vlasenko
2008-11-16
1
-47
/
+56
*
inotifyd: fix "inotifyd with no params" case
Denis Vlasenko
2008-11-14
1
-1
/
+1
*
inotify: document waiting behavior
Denis Vlasenko
2008-11-14
1
-1
/
+1
*
inotify: fix buffer overflow and "unreaped zombies" problem
Denis Vlasenko
2008-11-14
1
-22
/
+29
*
build system: reorder less' options in config so that
Denis Vlasenko
2008-11-10
1
-16
/
+16
*
build system: tidying up CONFIG_xxx names (suggested by Rob)
Denis Vlasenko
2008-11-06
2
-6
/
+6
*
less: fix pasting into search line ('/' cmd) -
Denis Vlasenko
2008-11-02
1
-11
/
+17
*
less: fix newly-introduced case of less spinning forever
Denis Vlasenko
2008-10-31
1
-6
/
+10
*
dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com)
Denis Vlasenko
2008-10-30
1
-6
/
+32
*
randomconfig fixes
Denis Vlasenko
2008-10-29
1
-0
/
+2
*
devmem: fixlet in cleanup code
Denis Vlasenko
2008-10-26
1
-1
/
+1
*
devmem: make it more script-friendly; don't do any reads
Denis Vlasenko
2008-10-26
1
-37
/
+42
[next]