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
*
libbb: modify find_executable() to not temporarily write to PATH
Denys Vlasenko
2024-10-08
1
-1
/
+1
*
ash: cache more of uid/gid syscalls
Denys Vlasenko
2024-10-07
1
-2
/
+4
*
ash: make "test -x" use cached groupinfo
Denys Vlasenko
2024-10-07
1
-0
/
+1
*
libbb: simplify parameter passing in is_in_supplementary_groups()
Denys Vlasenko
2024-10-07
1
-2
/
+8
*
libbb: move is_in_supplementary_groups() from test to libbb
Denys Vlasenko
2024-10-07
1
-0
/
+5
*
lineedit: make save_history() FAST_FUNC
Denys Vlasenko
2024-09-27
1
-5
/
+5
*
libbb: fix 64-bit bb_popcnt_long
Denys Vlasenko
2024-05-31
1
-1
/
+1
*
libbb: add bit counting function, use where appropriate
Denys Vlasenko
2024-05-31
1
-0
/
+7
*
nproc: prepare for arbitrarily large CPU masks
Denys Vlasenko
2024-05-31
1
-0
/
+2
*
start-stop-daemon: do not lose error messages with -b
Denys Vlasenko
2023-11-08
1
-4
/
+7
*
sleep: fix "sleep -- ARGS"
Denys Vlasenko
2023-10-02
1
-0
/
+1
*
introduce and use exitcode_t
Denys Vlasenko
2023-07-17
1
-0
/
+7
*
ash: disable sleep as builtin, closes 15619
Denys Vlasenko
2023-07-10
1
-0
/
+2
*
libbb: code shrink: introduce and use [_]exit_FAILURE()
Denys Vlasenko
2023-06-15
1
-0
/
+2
*
libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]
Denys Vlasenko
2023-04-06
1
-1
/
+1
*
shell: fix compile failures in some configs
Denys Vlasenko
2023-01-03
1
-1
/
+7
*
ash: optional sleep builtin
Shawn Landden
2022-08-27
1
-0
/
+1
*
ash,hush: use HOME for tab completion and prompts
Ron Yorston
2022-06-26
1
-8
/
+3
*
apply const trick to ptr_to_globals
Khem Raj
2022-01-23
1
-1
/
+1
*
libbb: shrink lineedit_read_key()
Denys Vlasenko
2022-01-18
1
-0
/
+2
*
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-17
1
-1
/
+4
*
libbb: introduce and use chdir_or_warn()
Denys Vlasenko
2022-01-13
1
-0
/
+1
*
libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR
Denys Vlasenko
2022-01-13
1
-3
/
+3
*
sulogin: increase util-linux compatibility
Denys Vlasenko
2022-01-12
1
-8
/
+10
*
libbb: change xstrndup, xmemdup to take size_t as size parameter
Denys Vlasenko
2022-01-05
1
-2
/
+2
*
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
1
-0
/
+2
*
libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)
Denys Vlasenko
2022-01-04
1
-0
/
+1
*
shell: use more compact SHELL_ASH / HUSH config defines. no code changes
Denys Vlasenko
2021-10-12
1
-10
/
+2
*
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
Denys Vlasenko
2021-10-11
1
-0
/
+2
*
Make const ptr assign as function call in clang
YU Jincheng
2021-10-09
1
-6
/
+15
*
libbb: better coreutils compatibility for realpath
Ron Yorston
2021-10-09
1
-1
/
+1
*
libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configs
Denys Vlasenko
2021-10-08
1
-3
/
+7
*
*: generalize "const trick"
YU Jincheng
2021-10-07
1
-9
/
+25
*
libbb: clarify what bb_mode_string() generates
Denys Vlasenko
2021-09-17
1
-3
/
+2
*
libbb: eliminate a static data array in bb_mode_string()
Denys Vlasenko
2021-09-17
1
-1
/
+1
*
libbb: code shrink bb_parse_mode
Denys Vlasenko
2021-09-17
1
-1
/
+1
*
date,touch: allow timezone offsets in dates
Ron Yorston
2021-09-17
1
-1
/
+1
*
move iterate_on_dir() from e2fsprogs to libbb
Denys Vlasenko
2021-06-24
1
-0
/
+5
*
cp: implement -n
Denys Vlasenko
2021-06-22
1
-14
/
+15
*
cp: implement -t DIR
Denys Vlasenko
2021-06-21
1
-6
/
+11
*
free: implement -h
Denys Vlasenko
2021-06-18
1
-2
/
+2
*
runsv: robustify signal handling - SIGTERM to child between vfork and exec co...
Denys Vlasenko
2021-06-05
1
-1
/
+1
*
ls: don't output any colors with TERM=dumb
Sören Tempel
2021-06-04
1
-0
/
+1
*
libbb.h: inline byteswaps
Denys Vlasenko
2021-04-24
1
-0
/
+22
*
fix gcc-11.0 warnings
Denys Vlasenko
2021-04-14
1
-1
/
+1
*
libbb: fix '--help' handling in FEATURE_SH_NOFORK=y
Denys Vlasenko
2021-02-18
1
-0
/
+1
*
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
1
-0
/
+1
*
Fix for the FEATURE_UTMP on the FreeBSD
Alex Samorukov
2021-01-04
1
-1
/
+5
*
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-12-30
1
-0
/
+1
*
bc: do not allocate line editing state until needed
Denys Vlasenko
2020-12-21
1
-0
/
+4
[next]