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
...
|
*
modprobe-small: (un)load all modules which match the alias, not only first one
Denys Vlasenko
2014-04-21
1
-61
/
+101
|
*
ntpd: fix wrong delay value in one of the printed messages
Denys Vlasenko
2014-04-20
1
-1
/
+1
|
*
ntpd: truly ignore high delay packet
Denys Vlasenko
2014-04-19
1
-15
/
+20
|
*
modprobe-small: remove redundant aliases from modules.dep.bb
Denys Vlasenko
2014-04-19
1
-0
/
+26
|
*
modprobe-small: fix help messages for aliased module-related applets
Denys Vlasenko
2014-04-19
5
-39
/
+35
|
*
adjtimex: make its help text and printed data a bit less cryptic
Denys Vlasenko
2014-04-17
1
-13
/
+12
|
*
libbb/obscure.c: code shrink. Suggested by Tito.
Denys Vlasenko
2014-04-16
1
-1
/
+1
|
*
ash,hush: set $HOSTNAME is bash compat. Closes 7028
Denys Vlasenko
2014-04-15
2
-1
/
+16
|
*
libbb: provide usleep() fallback implementation
Bernhard Reutner-Fischer
2014-04-13
2
-2
/
+32
|
*
less: fix bugs discovered with "git log -p | less -m" on kernel tree
Denys Vlasenko
2014-04-13
1
-14
/
+24
|
*
vi: some simplifications
Denys Vlasenko
2014-04-05
1
-116
/
+120
|
*
vi: clear undo buffer when we change to another file
Denys Vlasenko
2014-04-03
1
-69
/
+87
|
*
vi: undo code shrink
Denys Vlasenko
2014-04-03
1
-41
/
+42
|
*
vi: undo support for vi with intermediate queuing
Jody Bruchon
2014-04-02
1
-54
/
+448
|
*
build system: specify '-nostldlib' when linking to .o files
Drew Moseley
2014-04-02
1
-1
/
+2
|
*
swapon/swapoff: -a returns 0 on ignored errors
Tito Ragusa
2014-04-01
1
-3
/
+2
|
*
swapon/swapoff: size reduction, cleanup, fixes, improvements
Tito Ragusa
2014-03-31
1
-115
/
+161
|
*
wget: fix a case where progress bar isn't updated if writes are very slow
Denys Vlasenko
2014-03-27
1
-2
/
+3
|
*
add discard option -d to swapon
Matt Whitlock
2014-03-23
2
-9
/
+85
|
*
fix interaction of -a and -p options in swapon
Matt Whitlock
2014-03-23
1
-2
/
+5
|
*
avoid calling bb_strtou twice in MIN macro expansion
Matt Whitlock
2014-03-23
1
-5
/
+8
|
*
ntpd: add optional support for /etc/ntp.conf
Denys Vlasenko
2014-03-23
2
-4
/
+39
|
*
docs/new-applet-HOWTO.txt: tweak a bit
Denys Vlasenko
2014-03-17
1
-18
/
+15
|
*
libbb: fix a bad check for uclibc >= 0.9.31
Denys Vlasenko
2014-03-16
1
-4
/
+7
|
*
docs: update new-applet-HOWTO.txt
Bartosz Golaszewski
2014-03-16
1
-35
/
+62
|
*
ash: make "locak VAR" unset VAR (bash does that)
Denys Vlasenko
2014-03-16
3
-0
/
+18
|
*
script: make it work even if fd 0 is closed
Denys Vlasenko
2014-03-16
2
-1
/
+8
|
*
build system: for "find", use POSIX not operator (!) instead of -not
Denys Vlasenko
2014-03-16
1
-1
/
+1
|
*
su: add a delay if the password is incorrect
Romain Naour
2014-03-16
1
-0
/
+1
|
*
ash,hush: fix a thinko about 2^64-1 factorization
Denys Vlasenko
2014-03-15
1
-5
/
+11
|
*
hush: make "true" built-in
Denys Vlasenko
2014-03-14
1
-0
/
+1
|
*
random: cosmetic tweaks in debug code
Denys Vlasenko
2014-03-13
1
-2
/
+2
|
*
ash,hush: improve randomness of $RANDOM, add easy-ish way to test it
Denys Vlasenko
2014-03-13
2
-17
/
+135
*
|
ash: remove redundant comment
Ron Yorston
2014-05-01
1
-1
/
+0
*
|
ash: further tidying up of MinGW forkshell
Ron Yorston
2014-04-30
1
-41
/
+47
*
|
ash: tidy up MinGW forkshell
Ron Yorston
2014-04-29
1
-120
/
+129
*
|
ash: reset $RANDOM in subshell
Ron Yorston
2014-04-28
1
-0
/
+2
*
|
Move handling of Windows globbing out of upstream code
Ron Yorston
2014-04-21
3
-10
/
+5
*
|
lineedit: improve appearance of forward cursor movement
Ron Yorston
2014-04-09
1
-0
/
+40
*
|
Implement escape sequence for cursor down
Ron Yorston
2014-04-09
1
-21
/
+12
*
|
Use ANSI escape to move cursor back during line editing
Ron Yorston
2014-04-07
1
-0
/
+2
*
|
Implement ANSI escape sequences for cursor up/forward
Ron Yorston
2014-04-07
1
-0
/
+30
*
|
Only change codepage of input character if top bit is set
Ron Yorston
2014-03-24
1
-2
/
+4
*
|
Provide fake getpwent_r to reduce changes from upstream
Ron Yorston
2014-03-23
2
-4
/
+3
*
|
Alter help message if configured with standalone shell
Ron Yorston
2014-03-23
1
-0
/
+9
*
|
Remove unnecessary differences from upstream BusyBox
Ron Yorston
2014-03-23
2
-2
/
+1
*
|
procps_scan: ensure command name is null terminated
Ron Yorston
2014-03-23
1
-1
/
+1
*
|
ps: exclude more unused code
Ron Yorston
2014-03-23
3
-2
/
+12
*
|
shell_common: exclude more unused ulimit code
Ron Yorston
2014-03-23
1
-7
/
+6
*
|
ash: set fake PPID value
Ron Yorston
2014-03-20
1
-3
/
+2
[prev]
[next]