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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ttysize: update copyright
Denis Vlasenko
2007-08-03
1
-1
/
+6
*
ttysize: new applet. +200 bytes
Denis Vlasenko
2007-08-02
3
-0
/
+48
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-18
/
+20
*
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
1
-2
/
+2
*
Three patches from FreeWRT people
Denis Vlasenko
2007-07-21
1
-1
/
+3
*
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-21
1
-1
/
+1
*
stray trailing tabs removed
Denis Vlasenko
2007-07-19
2
-3
/
+3
*
remove accumulated stray trailing whitespace
Denis Vlasenko
2007-07-17
2
-4
/
+4
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
5
-99
/
+90
*
devfsd: futher sanitization by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-01
1
-118
/
+63
*
devfsd: indentation fixes
Denis Vlasenko
2007-07-01
1
-6
/
+6
*
introduce and use bb_basename()
Denis Vlasenko
2007-06-30
1
-8
/
+8
*
devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-06-27
1
-133
/
+46
*
devfsd: fix formatting (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-06-25
1
-509
/
+446
*
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
1
-3
/
+2
*
wget: use monotonic_sec instead of gettimeofday
Denis Vlasenko
2007-06-17
1
-1
/
+6
*
hwclock: size optimizations
Denis Vlasenko
2007-06-17
1
-104
/
+76
*
time: *const str = "xxx" ==> str[] = "xxx"
Denis Vlasenko
2007-06-17
1
-3
/
+3
*
strings: strings a b was processing a twice, fix that
Denis Vlasenko
2007-06-17
1
-34
/
+35
*
move several applets to more correct ex-project. No code changes.
Denis Vlasenko
2007-06-12
3
-896
/
+0
*
diff: stop using data/bss
Denis Vlasenko
2007-06-04
1
-5
/
+4
*
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-06-04
1
-1
/
+1
*
less: less <HUGEFILE + [End] busy loops, fix it
Denis Vlasenko
2007-05-31
1
-1
/
+3
*
less: forgot trivial #if ENABLE_xxxx
Denis Vlasenko
2007-05-31
1
-0
/
+2
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
3
-12
/
+11
*
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-31
1
-11
/
+0
*
more: stop using bss
Denis Vlasenko
2007-05-31
1
-0
/
+2
*
less: fix very obscure memory corruption bug
Denis Vlasenko
2007-05-31
1
-7
/
+38
*
less: stop using data/bss. Code got smaller too.
Denis Vlasenko
2007-05-31
1
-47
/
+82
*
nmeter: stop using data/bss; reduce amount of reads from /proc
Denis Vlasenko
2007-05-30
1
-48
/
+89
*
whitespace fixes
Denis Vlasenko
2007-05-30
1
-2
/
+2
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
24
-27
/
+25
*
hdparm: make -T -t code smaller (-194 bytes), and output prettier
Denis Vlasenko
2007-05-22
1
-97
/
+75
*
less: fix case when regex search finds nothing
Denis Vlasenko
2007-05-09
1
-1
/
+7
*
style fixes, no code changes
Denis Vlasenko
2007-04-16
3
-3
/
+6
*
teach find_root_device to deal with /dev/ subdirs
Denis Vlasenko
2007-04-13
1
-1
/
+1
*
style fixes. No code changes
Denis Vlasenko
2007-04-12
1
-1
/
+1
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
1
-7
/
+6
*
- use skip_non_whitespace() where appropriate
Bernhard Reutner-Fischer
2007-04-10
1
-3
/
+1
*
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-04-04
3
-6
/
+6
*
hdparm: fix multisector mode setting
Denis Vlasenko
2007-03-31
1
-2
/
+2
*
hdparm: flag variables can easily be smaller than long
Denis Vlasenko
2007-03-28
1
-96
/
+101
*
hdparm: remove stray static (-200 bytes bss)
Denis Vlasenko
2007-03-28
1
-1
/
+1
*
hdparm: whitespace style fixes
Denis Vlasenko
2007-03-28
1
-90
/
+89
*
make pidfile writing configurable.
Denis Vlasenko
2007-03-27
1
-0
/
+1
*
Attempt to get more applets compile for NOMMU.
Denis Vlasenko
2007-03-26
1
-12
/
+3
*
move everything to new NOMMU helpers, except udhcp
Denis Vlasenko
2007-03-26
2
-60
/
+19
*
nmeter: should die if stdout doesn't like him anymore
Denis Vlasenko
2007-03-26
1
-1
/
+1
*
dc: use common_bufsiz1 for evaluation stack
Denis Vlasenko
2007-03-24
1
-18
/
+17
*
NOMMU re-exec trick shuld not depend on existence of "don't daemonize"
Denis Vlasenko
2007-03-24
2
-5
/
+7
[prev]
[next]