aboutsummaryrefslogtreecommitdiff
path: root/libbb/xfuncs_printf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2026-03-111-1/+1
|\
| * *: placate warnings where strchr/strstr returns constant pointerDenys Vlasenko2026-02-151-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2026-02-121-0/+16
|\|
| * libbb: introduce and use xasprintf_inplace()Denys Vlasenko2026-02-051-0/+16
* | Update default configurations; include uuid functionsRon Yorston2026-02-101-2/+3
* | Merge branch 'busybox' into mergeRon Yorston2026-02-101-3/+16
|\|
| * uuidgen: move UUID formatting to libbbDenys Vlasenko2026-02-031-0/+13
| * util-linux: add minimal uuidgen implementationOsama Abdelkader via busybox2026-02-011-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2025-10-091-0/+9
|\|
| * nsenter,unshare: don't use xvfork_parent_waits_and_exits(), it SEGVs on ppc64leDenys Vlasenko2025-10-081-0/+9
* | Remove FAST_FUNC from variadic functionsRon Yorston2024-01-171-3/+3
* | Merge busybox into mergeRon Yorston2022-02-091-2/+9
|\|
| * libbb: introduce and use chdir_or_warn()Denys Vlasenko2022-01-131-2/+9
* | Merge busybox into mergeRon Yorston2022-01-061-5/+2
|\|
| * libbb: change xstrndup, xmemdup to take size_t as size parameterDenys Vlasenko2022-01-051-5/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-1/+1
|\|
| * fix gcc-11.0 warningsDenys Vlasenko2021-04-141-1/+1
* | win32: code shrinkRon Yorston2021-02-061-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-02-051-0/+5
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-10/+61
|\|
| * libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-301-0/+11
| * libbb: do not compile selinux_or_die() if !SELINUXDenys Vlasenko2020-12-161-3/+3
| * libbb: introduce and use xsettimeofday()Denys Vlasenko2020-12-161-0/+18
| * libbb: create and use mmap() helpersDenys Vlasenko2020-12-141-0/+21
| * libbb: code shrinkDenys Vlasenko2020-11-291-6/+3
* | Merge branch 'busybox' into mergeRon Yorston2020-07-091-14/+5
|\|
| * xstrndup: Use strndup instead of implementing it.Martin Lewis2020-06-091-14/+5
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-23/+21
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-23/+21
* | Merge branch 'busybox'Ron Yorston2018-07-251-0/+1
|\|
| * hush: fix nested redirects colliding with script fdsDenys Vlasenko2018-07-241-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-5/+10
|\|
| * libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-011-5/+10
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-2/+0
|\|
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-2/+0
* | libbb: don't compile various Linux-specific functionsRon Yorston2017-08-241-0/+2
|/
* libbb: avoid malloc/free in bb_unsetenv()Denys Vlasenko2017-07-221-13/+21
* libbb/xwrite: print errno on "short write" errorsDenys Vlasenko2016-09-051-2/+10
* nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko2016-04-021-0/+16
* libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-011-0/+6
* libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-191-0/+5
* libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functionsRyan Mallon2013-10-081-9/+36
* libbb: code shrinkDenys Vlasenko2013-08-061-7/+5
* su: do not change to home dir unless -lPascal Bellard2012-06-121-2/+2
* libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-0/+1
* *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-221-0/+8
* *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-181-1/+1
* libbb: add xfstat functionDenys Vlasenko2010-08-311-0/+10
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1