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
*
apply post-1.15.1 fixes
Denys Vlasenko
2009-10-08
1
-0
/
+3
*
beep: optimize
Denys Vlasenko
2009-08-22
2
-68
/
+56
*
add config knob for default freq and length
Bernhard Reutner-Fischer
2009-08-21
2
-2
/
+26
*
add simple beep applet
Bernhard Reutner-Fischer
2009-08-21
3
-0
/
+126
*
typo fix in comment
Denys Vlasenko
2009-08-14
1
-1
/
+1
*
volname: new applet
Matthew Stoltenberg
2009-08-13
3
-0
/
+61
*
rx: strip padding from last block. closes bug 501.
Denys Vlasenko
2009-08-02
1
-43
/
+59
*
man: use man.config, not only man.conf (man version 1.6f compat)
Denys Vlasenko
2009-07-24
1
-2
/
+6
*
fix fallout from BSD patches
Denys Vlasenko
2009-07-10
1
-1
/
+2
*
move libc related stuff out of platform.h
Denys Vlasenko
2009-07-08
2
-4
/
+6
*
fix dependencies of FEATURE_GETOPT_LONG
Denys Vlasenko
2009-07-04
1
-1
/
+1
*
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-06-05
1
-16
/
+9
*
flash_lock, flash_unlock: new applets
Denys Vlasenko
2009-05-25
3
-1
/
+86
*
hdparm: fix a thinko in a previous commit
Denys Vlasenko
2009-05-20
1
-1
/
+2
*
hdparm: code shrink
Denys Vlasenko
2009-05-20
1
-171
/
+146
*
hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col lines
Denys Vlasenko
2009-05-20
1
-43
/
+83
*
line editing: add an option to emit ESC [ 6 n and use results
Denys Vlasenko
2009-05-17
1
-8
/
+6
*
*: bb_error_msg's messages should not be capitalized
Denis Vlasenko
2009-04-29
1
-1
/
+1
*
we need to daemonize *before* opening the watchdog device
Mike Frysinger
2009-04-25
1
-4
/
+9
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
4
-30
/
+30
*
watchdog: enable it before setting timeout
Denis Vlasenko
2009-04-20
1
-2
/
+9
*
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
[next]