aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: silence compiler warningsRon Yorston2021-10-141-0/+6
* Merge branch 'busybox' into mergeRon Yorston2021-10-131-26/+49
|\
| * shell: use more compact SHELL_ASH / HUSH config defines. no code changesDenys Vlasenko2021-10-121-10/+2
| * shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko2021-10-111-0/+2
| * Make const ptr assign as function call in clangYU Jincheng2021-10-091-6/+15
| * libbb: better coreutils compatibility for realpathRon Yorston2021-10-091-1/+1
| * libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configsDenys Vlasenko2021-10-081-3/+7
| * *: generalize "const trick"YU Jincheng2021-10-071-9/+25
* | Merge branch 'busybox' into mergeRon Yorston2021-09-211-4/+3
|\|
| * libbb: clarify what bb_mode_string() generatesDenys Vlasenko2021-09-171-3/+2
| * libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-171-1/+1
| * libbb: code shrink bb_parse_modeDenys Vlasenko2021-09-171-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-09-171-1/+1
|\|
| * date,touch: allow timezone offsets in datesRon Yorston2021-09-171-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-06-281-15/+26
|\|
| * move iterate_on_dir() from e2fsprogs to libbbDenys Vlasenko2021-06-241-0/+5
| * cp: implement -nDenys Vlasenko2021-06-221-14/+15
| * cp: implement -t DIRDenys Vlasenko2021-06-211-6/+11
| * free: implement -hDenys Vlasenko2021-06-181-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-06-071-1/+2
|\|
| * runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko2021-06-051-1/+1
| * ls: don't output any colors with TERM=dumbSören Tempel2021-06-041-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-1/+24
|\|
| * libbb.h: inline byteswapsDenys Vlasenko2021-04-241-0/+22
| * fix gcc-11.0 warningsDenys Vlasenko2021-04-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-03-011-0/+1
|\|
| * libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko2021-02-181-0/+1
* | win32: fixes to build on Windows/MSYS2/mingw-w64Ron Yorston2021-02-211-3/+0
* | Merge branch 'busybox' into mergeRon Yorston2021-02-051-0/+1
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-0/+1
* | tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston2021-01-251-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-15/+63
|\|
| * Fix for the FEATURE_UTMP on the FreeBSDAlex Samorukov2021-01-041-1/+5
| * libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-301-0/+1
| * bc: do not allocate line editing state until neededDenys Vlasenko2020-12-211-0/+4
| * libbb: introduce and use xsettimeofday()Denys Vlasenko2020-12-161-0/+2
| * lineedit: remove ->path_lookup if ash is not configuredDenys Vlasenko2020-12-161-5/+11
| * libbb: enable fixed 4k pagesize for 32bit ARMDenys Vlasenko2020-12-151-0/+5
| * libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko2020-12-141-0/+18
| * libbb: create and use mmap() helpersDenys Vlasenko2020-12-141-0/+3
| * libbb: exec_login_shell() - new functionDenys Vlasenko2020-12-021-0/+1
| * libbb: rename run_shell() to exec_shell()Denys Vlasenko2020-12-021-2/+2
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+2
| * libbb: introduce and use msleep()Denys Vlasenko2020-11-291-1/+2
| * libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-3/+1
| * libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko2020-11-291-3/+4
| * libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko2020-11-281-2/+2
| * base32: new appletDenys Vlasenko2020-11-261-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2020-11-121-12/+22
|\|
| * libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-4/+12