Denys Vlasenko
|
27be0e8cfe
shell: fix compile failures in some configs
|
1 年間 前 |
Shawn Landden
|
58598eb709
ash: optional sleep builtin
|
2 年 前 |
Ron Yorston
|
7d1c7d8337
ash,hush: use HOME for tab completion and prompts
|
2 年 前 |
Khem Raj
|
117a8c9b7a
apply const trick to ptr_to_globals
|
2 年 前 |
Denys Vlasenko
|
1e825acf8d
libbb: shrink lineedit_read_key()
|
2 年 前 |
Denys Vlasenko
|
12566e7f9b
ash,hush: fix handling of SIGINT while waiting for interactive input
|
2 年 前 |
Denys Vlasenko
|
c2788f88f4
libbb: introduce and use chdir_or_warn()
|
2 年 前 |
Denys Vlasenko
|
931c55f9e2
libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR
|
2 年 前 |
Denys Vlasenko
|
d162a7b978
sulogin: increase util-linux compatibility
|
2 年 前 |
Denys Vlasenko
|
6062c0d19b
libbb: change xstrndup, xmemdup to take size_t as size parameter
|
2 年 前 |
Denys Vlasenko
|
db5546ca10
libbb: code shrink: introduce and use [_]exit_SUCCESS()
|
2 年 前 |
Denys Vlasenko
|
31f45c1b36
libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)
|
2 年 前 |
Denys Vlasenko
|
7c3e96d4b3
shell: use more compact SHELL_ASH / HUSH config defines. no code changes
|
3 年 前 |
Denys Vlasenko
|
5acf5e1f87
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
|
3 年 前 |
YU Jincheng
|
5156b24553
Make const ptr assign as function call in clang
|
3 年 前 |
Ron Yorston
|
94eb1c4dc6
libbb: better coreutils compatibility for realpath
|
3 年 前 |
Denys Vlasenko
|
049775b2ef
libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configs
|
3 年 前 |
YU Jincheng
|
1f925038ab
*: generalize "const trick"
|
3 年 前 |
Denys Vlasenko
|
6279aec03d
libbb: clarify what bb_mode_string() generates
|
3 年 前 |
Denys Vlasenko
|
59ac467dc6
libbb: eliminate a static data array in bb_mode_string()
|
3 年 前 |
Denys Vlasenko
|
4958c18134
libbb: code shrink bb_parse_mode
|
3 年 前 |
Ron Yorston
|
9fe1548bbf
date,touch: allow timezone offsets in dates
|
3 年 前 |
Denys Vlasenko
|
1746218bee
move iterate_on_dir() from e2fsprogs to libbb
|
3 年 前 |
Denys Vlasenko
|
56bbbfae7d
cp: implement -n
|
3 年 前 |
Denys Vlasenko
|
0ec52d438a
cp: implement -t DIR
|
3 年 前 |
Denys Vlasenko
|
dc30f3dce2
free: implement -h
|
3 年 前 |
Denys Vlasenko
|
5dadd497ff
runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up
|
3 年 前 |
Sören Tempel
|
3d9c649158
ls: don't output any colors with TERM=dumb
|
3 年 前 |
Denys Vlasenko
|
d005c9f4c7
libbb.h: inline byteswaps
|
3 年 前 |
Denys Vlasenko
|
fe2d8065e3
fix gcc-11.0 warnings
|
3 年 前 |