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
/
include
/
libbb.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Optionally re-introduce bb_info_msg()
James Byrne
2019-04-30
1
-1
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-31
1
-1
/
+5
|
\
|
|
*
libbb: mark scripted_main() as externally visible
Ron Yorston
2019-03-30
1
-1
/
+1
|
*
do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings
Denys Vlasenko
2019-03-17
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-16
1
-0
/
+2
|
\
|
|
*
watch: support fractional -n SEC
Denys Vlasenko
2019-03-12
1
-0
/
+2
*
|
win32: make stat(2) fetch additional metadata
Ron Yorston
2019-02-16
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-02-12
1
-5
/
+5
|
\
|
|
*
start-stop-daemon: create pidfile before parent exits, closes 8596
Denys Vlasenko
2019-01-14
1
-5
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
1
-2
/
+9
|
\
|
|
*
pmap: make 32-bit version work better on 64-bit kernels
Denys Vlasenko
2018-12-31
1
-1
/
+6
|
*
inetd: suppress aliasing warning
Denys Vlasenko
2018-12-08
1
-2
/
+2
|
*
suppress gcc 8 aliasing warnings
Denys Vlasenko
2018-12-08
1
-0
/
+2
|
*
bc: unbreak FEATURE_CLEAN_UP build
Denys Vlasenko
2018-12-06
1
-1
/
+1
*
|
ps: add support for the args column
Ron Yorston
2019-01-08
1
-5
/
+2
*
|
win32: special treatment for PATH
Ron Yorston
2018-12-14
1
-0
/
+6
*
|
win32: emulate SIGPIPE
Ron Yorston
2018-12-11
1
-2
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-12-05
1
-1
/
+1
|
\
|
|
*
cat,nl: fix handling of open errors
Denys Vlasenko
2018-11-29
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-11-28
1
-2
/
+31
|
\
|
|
*
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-27
1
-0
/
+5
|
*
tls: code shrink
Denys Vlasenko
2018-11-25
1
-1
/
+0
|
*
wget: print the final newline only for non-tty output
Denys Vlasenko
2018-11-23
1
-1
/
+1
|
*
tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipher
Denys Vlasenko
2018-11-23
1
-0
/
+17
|
*
Treat custom and applet scripts as applets
Ron Yorston
2018-11-17
1
-1
/
+1
|
*
ash: recognize embedded scripts in SH_STANDALONE mode
Ron Yorston
2018-11-01
1
-1
/
+1
|
*
ash: allow shell scripts to be embedded in the binary
Denys Vlasenko
2018-11-01
1
-0
/
+8
*
|
win32: move function redefinitions to mingw.h
Ron Yorston
2018-11-26
1
-3
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-10-08
1
-1
/
+19
|
\
|
|
*
unzip: use printable_string() for printing filenames
Denys Vlasenko
2018-09-30
1
-1
/
+2
|
*
move storage helpers to libbb.h
Denys Vlasenko
2018-09-28
1
-0
/
+17
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-09-10
1
-0
/
+8
|
\
|
|
*
extend fractional duration support to "top -d N.N" and "timeout"
Denys Vlasenko
2018-08-03
1
-0
/
+8
*
|
Merge branch 'busybox'
Ron Yorston
2018-07-25
1
-0
/
+4
|
\
|
|
*
cp: optional --reflink support
Denys Vlasenko
2018-07-13
1
-0
/
+3
|
*
realpath,readlink -f: coreutils compat, closes 11021
Denys Vlasenko
2018-05-24
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-05-13
1
-3
/
+10
|
\
|
|
*
libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...
Denys Vlasenko
2018-04-17
1
-0
/
+5
|
*
less: fix fallout from "use common routine to set raw termios"
Denys Vlasenko
2018-04-16
1
-3
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-09
1
-5
/
+8
|
\
|
|
*
libbb.h: always include sys/resource.h
Denys Vlasenko
2018-04-08
1
-0
/
+1
|
*
libbb: switch bb_ask_noecho() to "mallocing" string return API
Denys Vlasenko
2018-04-07
1
-3
/
+4
|
*
xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy
Denys Vlasenko
2018-04-07
1
-0
/
+1
|
*
libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...
Denys Vlasenko
2018-04-07
1
-4
/
+4
*
|
ps: obtain applet names from other BusyBox processes
Ron Yorston
2018-04-04
1
-1
/
+1
*
|
ash: reinstate applet name variable after forkshell
Ron Yorston
2018-04-03
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-02
1
-15
/
+16
|
\
|
|
*
libbb: new function bb_die_memory_exhausted
Denys Vlasenko
2018-04-01
1
-14
/
+15
|
*
sed: prevent overflow of length from bb_get_chunk_from_file
Quentin Rameau
2018-04-01
1
-1
/
+1
*
|
ps: clear status for each process
Ron Yorston
2018-03-28
1
-3
/
+4
[prev]
[next]