aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-02-18libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko
2021-02-18ash: placate -Werror=format-securityDenys Vlasenko
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-01-04Fix for the FEATURE_UTMP on the FreeBSDAlex Samorukov
2021-01-04Fix bb_setpgrp weapper on the FreeBSDAlex Samorukov
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-21bc: do not allocate line editing state until neededDenys Vlasenko
2020-12-17move ADJTIME_PATH define to header filesDenys Vlasenko
2020-12-16libbb: introduce and use xsettimeofday()Denys Vlasenko
2020-12-16lineedit: remove ->path_lookup if ash is not configuredDenys Vlasenko
2020-12-15libbb: enable fixed 4k pagesize for 32bit ARMDenys Vlasenko
2020-12-14libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko
2020-12-14libbb: create and use mmap() helpersDenys Vlasenko
2020-12-02libbb: exec_login_shell() - new functionDenys Vlasenko
2020-12-02libbb: rename run_shell() to exec_shell()Denys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-29libbb: introduce and use msleep()Denys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2020-11-29libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko
2020-11-28libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko
2020-11-26base32: new appletDenys Vlasenko
2020-11-16archival: avoid std namespace for local includesJoachim Nilsson
2020-10-25od: unbreak itDenys Vlasenko
2020-10-20xxd: fix printing of trailing spacesDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-10-01tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko
2020-10-01gcc-9.x warning fixesDenys Vlasenko
2020-10-01libbb: extend "errno pointer" trick to other than __GLIBC__Denys Vlasenko
2020-10-01mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar
2020-07-20ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-06-23randomconfig fixDenys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-01-29ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston
2019-10-25clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-09mount,losetup: use /dev/loop-control is it existsDenys Vlasenko
2019-06-03libbb: move netlink socket binding to the utility functionDenys Vlasenko
2019-05-30losetup: Add partition scanning optionJack O'Sullivan
2019-05-24libarchive: treat one "FIXME: avoid seek"Denys Vlasenko
2019-04-30Optionally re-introduce bb_info_msg()James Byrne
2019-03-30libbb: mark scripted_main() as externally visibleRon Yorston
2019-03-17do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko
2019-03-12watch: support fractional -n SECDenys Vlasenko
2019-01-14start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko
2018-12-31pmap: make 32-bit version work better on 64-bit kernelsDenys Vlasenko
2018-12-08inetd: suppress aliasing warningDenys Vlasenko
2018-12-08suppress gcc 8 aliasing warningsDenys Vlasenko
2018-12-06bc: unbreak FEATURE_CLEAN_UP buildDenys Vlasenko
2018-11-29cat,nl: fix handling of open errorsDenys Vlasenko