index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
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-20
lsattr: support more ext2 flags
Denys Vlasenko
2021-06-20
lsattr,chattr: support -p
Denys Vlasenko
2021-06-18
free: implement -h
Denys Vlasenko
2021-06-18
xxd: implement -i "C style output"
Denys Vlasenko
2021-06-17
xxd: implement -o DISPLAYOFFSET
Denys Vlasenko
2021-06-05
ash: add process substitution in bash-compatibility mode
Ron Yorston
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
platform.h: fix for Bionic >= 21 not having wait3()
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-18
ash: placate -Werror=format-security
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
2021-01-04
Fix bb_setpgrp weapper 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-17
move ADJTIME_PATH define to header files
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-11-16
archival: avoid std namespace for local includes
Joachim Nilsson
2020-10-25
od: unbreak it
Denys Vlasenko
2020-10-20
xxd: fix printing of trailing spaces
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
2020-07-20
ntpd: fix refid reported in server mode, closes 13056
Denys Vlasenko
2020-06-23
randomconfig fixes
Denys Vlasenko
2020-06-23
randomconfig fix
Denys Vlasenko
2020-06-23
randomconfig fixes
Denys Vlasenko
2020-01-29
ash,hush: allow builtins to be tab-completed, closes 7532
Ron Yorston
2019-10-25
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
[next]