Denys Vlasenko
|
c2788f88f4
libbb: introduce and use chdir_or_warn()
|
2 gadi atpakaļ |
Denys Vlasenko
|
6062c0d19b
libbb: change xstrndup, xmemdup to take size_t as size parameter
|
2 gadi atpakaļ |
Denys Vlasenko
|
fe2d8065e3
fix gcc-11.0 warnings
|
3 gadi atpakaļ |
Ron Yorston
|
cad3fc743a
libbb: introduce and use fputs_stdout
|
3 gadi atpakaļ |
Denys Vlasenko
|
3c13da3dab
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells
|
4 gadi atpakaļ |
Denys Vlasenko
|
bb15969333
libbb: do not compile selinux_or_die() if !SELINUX
|
4 gadi atpakaļ |
Denys Vlasenko
|
eb0c2e218c
libbb: introduce and use xsettimeofday()
|
4 gadi atpakaļ |
Denys Vlasenko
|
fd3c512f88
libbb: create and use mmap() helpers
|
4 gadi atpakaļ |
Denys Vlasenko
|
eb773054e4
libbb: code shrink
|
4 gadi atpakaļ |
Martin Lewis
|
9b4a9d96b8
xstrndup: Use strndup instead of implementing it.
|
4 gadi atpakaļ |
James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
5 gadi atpakaļ |
Denys Vlasenko
|
41ef41b3e0
hush: fix nested redirects colliding with script fds
|
6 gadi atpakaļ |
Denys Vlasenko
|
899ae5337a
libbb: new function bb_die_memory_exhausted
|
6 gadi atpakaļ |
Denys Vlasenko
|
ebe6d9d875
whitespace and comment format fixes, no code changes
|
7 gadi atpakaļ |
Denys Vlasenko
|
ef0366eb4f
libbb: avoid malloc/free in bb_unsetenv()
|
7 gadi atpakaļ |
Denys Vlasenko
|
9fd61be191
libbb/xwrite: print errno on "short write" errors
|
8 gadi atpakaļ |
Denys Vlasenko
|
8220399173
nsenter,unshare: share common code; fix a bug of not closing all fds
|
8 gadi atpakaļ |
Denys Vlasenko
|
c4199f22d0
libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)
|
8 gadi atpakaļ |
Ron Yorston
|
d840c5d139
libbb: add a function to make a copy of a region of memory
|
9 gadi atpakaļ |
Ryan Mallon
|
5906a5c26c
libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions
|
11 gadi atpakaļ |
Denys Vlasenko
|
543efd7b4b
libbb: code shrink
|
11 gadi atpakaļ |
Pascal Bellard
|
70fc8c17e2
su: do not change to home dir unless -l
|
12 gadi atpakaļ |
Denys Vlasenko
|
0687a5b496
libbb: make xchroot do a chdir("/") after chroot
|
12 gadi atpakaļ |
Alexander Shishkin
|
6722737ece
*: introduce and use xmkstemp. -65 bytes.
|
14 gadi atpakaļ |
Denys Vlasenko
|
c05387d5de
*: replace xopen3 with xopen where makes sense
|
14 gadi atpakaļ |
Denys Vlasenko
|
8d3e225a2d
libbb: add xfstat function
|
14 gadi atpakaļ |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 gadi atpakaļ |
Jeremie Koenig
|
29885114a5
libbb: conditionalize AF_* usage in error reporting
|
14 gadi atpakaļ |
Pascal Bellard
|
926031b764
*: introduce and use xfork() and xvfork()
|
14 gadi atpakaļ |
Denys Vlasenko
|
dd8adde386
*: introduce and use bb_unsetenv_and_free
|
14 gadi atpakaļ |