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
*
Fix POSIX build; new year
Ron Yorston
2022-02-09
1
-1
/
+1
*
Merge busybox into merge
Ron Yorston
2022-02-09
1
-1
/
+1
|
\
|
*
*: slap on a few ALIGN* where appropriate
Denys Vlasenko
2022-02-06
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-10-13
1
-9
/
+14
|
\
|
|
*
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
Denys Vlasenko
2021-10-11
1
-2
/
+8
|
*
Make const ptr assign as function call in clang
YU Jincheng
2021-10-09
1
-1
/
+1
|
*
*: generalize "const trick"
YU Jincheng
2021-10-07
1
-2
/
+1
|
*
libbb: code shrink in main() and scripted_main()
Denys Vlasenko
2021-09-28
1
-5
/
+5
|
*
busybox: fix "busybox --help busybox" not showing correct text
Denys Vlasenko
2021-08-16
1
-1
/
+5
*
|
busybox: bring help handling into line with upstream
Ron Yorston
2021-08-16
1
-5
/
+5
*
|
busybox: make 'busybox --help busybox' work
Ron Yorston
2021-05-14
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-05-14
1
-8
/
+22
|
\
|
|
*
echo: special case "echo --help": it should not show help text
Denys Vlasenko
2021-03-15
1
-8
/
+22
*
|
libbb: special case for busybox --help is WIN32-only
Ron Yorston
2021-04-09
1
-1
/
+1
*
|
libbb: allow single-applet binary to build
Ron Yorston
2021-03-14
1
-11
/
+10
*
|
busybox: allow '--install' to install symlinks
FRP-3902-g61e53aa93
Ron Yorston
2021-03-02
1
-43
/
+39
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-03-01
1
-30
/
+40
|
\
|
|
*
libbb: fix '--help' handling in FEATURE_SH_NOFORK=y
Denys Vlasenko
2021-02-18
1
-10
/
+19
*
|
libbb: make banner shorter
Ron Yorston
2021-02-16
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-02-05
1
-79
/
+17
|
\
|
|
*
libbb: code shrink and speed up find_applet_by_name()
Ron Yorston
2021-02-02
1
-79
/
+17
*
|
Update copyright message
Ron Yorston
2021-01-13
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-11-12
1
-2
/
+7
|
\
|
|
*
libbb: do not open-code __errno_location() call
Denys Vlasenko
2020-10-01
1
-1
/
+6
|
*
libbb: extend "errno pointer" trick to other than __GLIBC__
Denys Vlasenko
2020-10-01
1
-1
/
+1
*
|
busybox: create custom installation directory
Ron Yorston
2020-08-15
1
-5
/
+6
*
|
busybox: add option to install to Unix-style paths
Ron Yorston
2020-08-14
1
-11
/
+34
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-07-09
1
-5
/
+33
|
\
|
|
*
nologin: make it possible to build it as single applet
Denys Vlasenko
2020-06-24
1
-5
/
+33
*
|
win32: enable globbing by default
Ron Yorston
2020-06-14
1
-5
/
+0
*
|
ash: treat all applets as NOEXEC
Ron Yorston
2020-06-09
1
-0
/
+3
*
|
win32: only initialise networking if necessary
Ron Yorston
2020-06-01
1
-4
/
+0
*
|
libbb: rearrange command line processing
Ron Yorston
2020-04-05
1
-13
/
+11
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-01-08
1
-1
/
+1
|
\
|
|
*
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-10-25
1
-1
/
+1
*
|
Update copyright date
Ron Yorston
2020-01-08
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
1
-5
/
+5
|
\
|
|
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-5
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-31
1
-0
/
+1
|
\
|
|
*
libbb: mark scripted_main() as externally visible
Ron Yorston
2019-03-30
1
-0
/
+1
*
|
win32: improve filesystem detection and display
Ron Yorston
2019-03-20
1
-0
/
+3
*
|
win32: add function to convert slashes to backslashes
Ron Yorston
2019-03-15
1
-1
/
+1
*
|
Update copyright date
Ron Yorston
2019-03-14
1
-1
/
+1
*
|
win32: fix POSIX build
Ron Yorston
2019-02-17
1
-0
/
+8
*
|
libbb: skip fake path components
Ron Yorston
2019-02-07
1
-4
/
+5
*
|
win32: add support for the euro currency symbol
Ron Yorston
2019-02-02
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
1
-4
/
+4
|
\
|
|
*
single-applet build --help had extra \n, remove
Denys Vlasenko
2019-01-01
1
-5
/
+5
*
|
ps: display interpreted script name in comm column
Ron Yorston
2019-01-08
1
-1
/
+17
*
|
ps: add support for the args column
Ron Yorston
2019-01-08
1
-11
/
+18
[next]