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
/
libbb
/
appletlib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
win32: implement umask(2)
Ron Yorston
2019-01-07
1
-0
/
+9
*
|
busybox: add --uninstall option
Ron Yorston
2019-01-05
1
-2
/
+32
*
|
busybox: identify scripts in output of 'busybox --list-full'
Ron Yorston
2019-01-05
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-11-28
1
-39
/
+86
|
\
|
|
*
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-27
1
-1
/
+7
|
*
busybox: add '--show SCRIPT' option to display scripts
Ron Yorston
2018-11-18
1
-38
/
+54
|
*
Treat custom and applet scripts as applets
Ron Yorston
2018-11-17
1
-40
/
+32
|
*
libarchive: add a function to unpack embedded data
Ron Yorston
2018-11-02
1
-66
/
+15
|
*
busybox: show embedded scripts in applet list
Denys Vlasenko
2018-11-01
1
-15
/
+21
|
*
ash: recognize embedded scripts in SH_STANDALONE mode
Ron Yorston
2018-11-01
1
-4
/
+4
|
*
claenups for previous commit
Denys Vlasenko
2018-11-01
1
-20
/
+16
|
*
ash: allow shell scripts to be embedded in the binary
Denys Vlasenko
2018-11-01
1
-1
/
+82
*
|
libbb: add missing define that breaks non-default builds
Ron Yorston
2018-10-26
1
-0
/
+2
*
|
Merge branch 'busybox'
Ron Yorston
2018-07-25
1
-3
/
+6
|
\
|
|
*
whitespace fixes
Denys Vlasenko
2018-07-17
1
-1
/
+1
|
*
usage: do not print trailing space for commands which have no arguments
Denys Vlasenko
2018-07-09
1
-2
/
+5
*
|
Update copyright date
Ron Yorston
2018-05-13
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-09
1
-5
/
+12
|
\
|
|
*
bzip2: fix two crashes on corrupted archives
Denys Vlasenko
2018-04-08
1
-5
/
+12
*
|
win32: more backslash to slash conversions
Ron Yorston
2018-04-08
1
-1
/
+2
*
|
ps: obtain applet names from other BusyBox processes
Ron Yorston
2018-04-04
1
-11
/
+8
*
|
ash: reinstate applet name variable after forkshell
Ron Yorston
2018-04-03
1
-6
/
+8
*
|
libbb: improve stripping of extension from argv[0]
Ron Yorston
2018-03-31
1
-15
/
+11
*
|
busybox: let --list-full display nofork/noexec applets
Ron Yorston
2018-03-29
1
-6
/
+22
*
|
win32: save a few bytes
Ron Yorston
2018-03-29
1
-2
/
+3
*
|
ps: display applet names in process listing
Ron Yorston
2018-03-28
1
-0
/
+9
*
|
libbb: ensure build details are only stored once
Ron Yorston
2018-02-26
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-11-03
1
-1
/
+0
|
\
|
|
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-1
/
+0
*
|
Revert "ash: allow long-running nofork applets to be interrupted"
Ron Yorston
2017-08-22
1
-16
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
1
-13
/
+2
|
\
|
|
*
libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbb
Denys Vlasenko
2017-08-08
1
-16
/
+0
|
*
noexec: consolidate code
Denys Vlasenko
2017-08-07
1
-2
/
+0
|
*
noexec: set comm field for noexecs
Denys Vlasenko
2017-08-07
1
-3
/
+10
*
|
ash: allow long-running nofork applets to be interrupted
Ron Yorston
2017-08-01
1
-0
/
+16
*
|
libbb: avoid annoying blank line in help message
Ron Yorston
2017-07-29
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-29
1
-4
/
+37
|
\
|
|
*
standalone shell / prefer_applets: fix "exe" in comm fields
Denys Vlasenko
2017-07-29
1
-0
/
+18
|
*
shell: make standalone shell tab-complete "busybox"
Denys Vlasenko
2017-07-29
1
-4
/
+19
*
|
win32: simplify spawning applets
Ron Yorston
2017-07-21
1
-6
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-18
1
-9
/
+38
|
\
|
|
*
libbb: do not die if setgid/setuid(real_id) on startup fails
Denys Vlasenko
2017-07-10
1
-2
/
+15
|
*
main: fix the case where user has "halt" as login shell. Closes 9986
Denys Vlasenko
2017-07-07
1
-3
/
+7
|
*
fixes for bugs found by make_single_applets.sh
Denys Vlasenko
2017-07-03
1
-4
/
+16
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-02-08
1
-5
/
+1
|
\
|
|
*
busybox: stop depending on FEATURE_AUTOWIDTH for applet list
Denys Vlasenko
2017-01-11
1
-5
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-01-08
1
-0
/
+26
|
\
|
|
*
Automatically disable FEATURE_COMPRESS_USAGE for small builds.
Denys Vlasenko
2017-01-06
1
-0
/
+26
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-01-04
1
-16
/
+18
|
\
|
|
*
appletlib: avoid warning on unused function ingroup
Cristian Ionescu-Idbohrn
2017-01-03
1
-0
/
+2
[prev]
[next]