Denys Vlasenko
|
7c3e96d4b3
shell: use more compact SHELL_ASH / HUSH config defines. no code changes
|
3 anni fa |
Denys Vlasenko
|
5acf5e1f87
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
|
3 anni fa |
YU Jincheng
|
5156b24553
Make const ptr assign as function call in clang
|
3 anni fa |
Ron Yorston
|
94eb1c4dc6
libbb: better coreutils compatibility for realpath
|
3 anni fa |
Denys Vlasenko
|
049775b2ef
libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configs
|
3 anni fa |
YU Jincheng
|
1f925038ab
*: generalize "const trick"
|
3 anni fa |
Denys Vlasenko
|
6279aec03d
libbb: clarify what bb_mode_string() generates
|
3 anni fa |
Denys Vlasenko
|
59ac467dc6
libbb: eliminate a static data array in bb_mode_string()
|
3 anni fa |
Denys Vlasenko
|
4958c18134
libbb: code shrink bb_parse_mode
|
3 anni fa |
Ron Yorston
|
9fe1548bbf
date,touch: allow timezone offsets in dates
|
3 anni fa |
Denys Vlasenko
|
1746218bee
move iterate_on_dir() from e2fsprogs to libbb
|
3 anni fa |
Denys Vlasenko
|
56bbbfae7d
cp: implement -n
|
3 anni fa |
Denys Vlasenko
|
0ec52d438a
cp: implement -t DIR
|
3 anni fa |
Denys Vlasenko
|
dc30f3dce2
free: implement -h
|
3 anni fa |
Denys Vlasenko
|
5dadd497ff
runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up
|
3 anni fa |
Sören Tempel
|
3d9c649158
ls: don't output any colors with TERM=dumb
|
3 anni fa |
Denys Vlasenko
|
d005c9f4c7
libbb.h: inline byteswaps
|
3 anni fa |
Denys Vlasenko
|
fe2d8065e3
fix gcc-11.0 warnings
|
3 anni fa |
Denys Vlasenko
|
6bdfbc4cb5
libbb: fix '--help' handling in FEATURE_SH_NOFORK=y
|
3 anni fa |
Ron Yorston
|
cad3fc743a
libbb: introduce and use fputs_stdout
|
3 anni fa |
Alex Samorukov
|
4a4b453a87
Fix for the FEATURE_UTMP on the FreeBSD
|
3 anni fa |
Denys Vlasenko
|
3c13da3dab
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells
|
3 anni fa |
Denys Vlasenko
|
00eb23b47a
bc: do not allocate line editing state until needed
|
3 anni fa |
Denys Vlasenko
|
eb0c2e218c
libbb: introduce and use xsettimeofday()
|
3 anni fa |
Denys Vlasenko
|
eaced1ec85
lineedit: remove ->path_lookup if ash is not configured
|
3 anni fa |
Denys Vlasenko
|
01004f9796
libbb: enable fixed 4k pagesize for 32bit ARM
|
4 anni fa |
Denys Vlasenko
|
c7b858ff8d
libbb: add and use infrastructure for fixed page size optimization
|
4 anni fa |
Denys Vlasenko
|
fd3c512f88
libbb: create and use mmap() helpers
|
4 anni fa |
Denys Vlasenko
|
f4f6e5144b
libbb: exec_login_shell() - new function
|
4 anni fa |
Denys Vlasenko
|
2075aa93e0
libbb: rename run_shell() to exec_shell()
|
4 anni fa |