index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
libbb.h
Age
Commit message (
Expand
)
Author
2022-01-23
apply const trick to ptr_to_globals
Khem Raj
2022-01-18
libbb: shrink lineedit_read_key()
Denys Vlasenko
2022-01-17
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-13
libbb: introduce and use chdir_or_warn()
Denys Vlasenko
2022-01-13
libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR
Denys Vlasenko
2022-01-12
sulogin: increase util-linux compatibility
Denys Vlasenko
2022-01-05
libbb: change xstrndup, xmemdup to take size_t as size parameter
Denys Vlasenko
2022-01-05
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-04
libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)
Denys Vlasenko
2021-10-12
shell: use more compact SHELL_ASH / HUSH config defines. no code changes
Denys Vlasenko
2021-10-11
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
Denys Vlasenko
2021-10-09
Make const ptr assign as function call in clang
YU Jincheng
2021-10-09
libbb: better coreutils compatibility for realpath
Ron Yorston
2021-10-08
libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configs
Denys Vlasenko
2021-10-07
*: generalize "const trick"
YU Jincheng
2021-09-17
libbb: clarify what bb_mode_string() generates
Denys Vlasenko
2021-09-17
libbb: eliminate a static data array in bb_mode_string()
Denys Vlasenko
2021-09-17
libbb: code shrink bb_parse_mode
Denys Vlasenko
2021-09-17
date,touch: allow timezone offsets in dates
Ron Yorston
2021-06-24
move iterate_on_dir() from e2fsprogs to libbb
Denys Vlasenko
2021-06-22
cp: implement -n
Denys Vlasenko
2021-06-21
cp: implement -t DIR
Denys Vlasenko
2021-06-18
free: implement -h
Denys Vlasenko
2021-06-05
runsv: robustify signal handling - SIGTERM to child between vfork and exec co...
Denys Vlasenko
2021-06-04
ls: don't output any colors with TERM=dumb
Sören Tempel
2021-04-24
libbb.h: inline byteswaps
Denys Vlasenko
2021-04-14
fix gcc-11.0 warnings
Denys Vlasenko
2021-02-18
libbb: fix '--help' handling in FEATURE_SH_NOFORK=y
Denys Vlasenko
2021-02-03
libbb: introduce and use fputs_stdout
Ron Yorston
2021-01-04
Fix for the FEATURE_UTMP on the FreeBSD
Alex Samorukov
2020-12-30
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-12-21
bc: do not allocate line editing state until needed
Denys Vlasenko
2020-12-16
libbb: introduce and use xsettimeofday()
Denys Vlasenko
2020-12-16
lineedit: remove ->path_lookup if ash is not configured
Denys Vlasenko
2020-12-15
libbb: enable fixed 4k pagesize for 32bit ARM
Denys Vlasenko
2020-12-14
libbb: add and use infrastructure for fixed page size optimization
Denys Vlasenko
2020-12-14
libbb: create and use mmap() helpers
Denys Vlasenko
2020-12-02
libbb: exec_login_shell() - new function
Denys Vlasenko
2020-12-02
libbb: rename run_shell() to exec_shell()
Denys Vlasenko
2020-11-30
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-29
libbb: introduce and use msleep()
Denys Vlasenko
2020-11-29
libbb: introduce and use sleep1()
Denys Vlasenko
2020-11-29
libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping there
Denys Vlasenko
2020-11-28
libbb: change decode_base32/64 API to return the end of _dst_, not _src_.
Denys Vlasenko
2020-11-26
base32: new applet
Denys Vlasenko
2020-10-01
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
2020-10-01
tydy up a few uses of recursive_action(), no logic changes
Denys Vlasenko
2020-10-01
gcc-9.x warning fixes
Denys Vlasenko
2020-10-01
libbb: extend "errno pointer" trick to other than __GLIBC__
Denys Vlasenko
2020-10-01
mount: support the sizelimit and offset option for loop devices
Steffen Trumtrar
[next]