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
2016-05-27
cp: add -u/--update and --remove-destination
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-03
whitespace and namespace cleanups
Denys Vlasenko
2016-04-03
ubirmvol: Implement -N switch for ubirmvol
Sven Eisenberg
2016-04-02
nsenter,unshare: share common code; fix a bug of not closing all fds
Denys Vlasenko
2016-04-01
libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)
Denys Vlasenko
2016-03-30
udhcp: get rid of bb_info_msg()
Denys Vlasenko
2016-03-14
fixes for problems found by bionic build
Denys Vlasenko
2016-02-01
Fix compiling with musl's utmp stubs
Kylie McClain
2015-10-23
libbb: factor out code which queries screen width
Denys Vlasenko
2015-10-22
remove systemd support
Denys Vlasenko
2015-10-19
libbb: get_uidgid() always called with allow_numeric=1
Denys Vlasenko
2015-10-14
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-13
libbb: introduce kernel-style BUILD_BUG_ON()
Denys Vlasenko
2015-10-09
libbb: auto_string() for efficient handling of temporary malloced stirngs
Denys Vlasenko
2015-10-09
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
Denys Vlasenko
2015-10-07
libbb: more compact API for bb_parse_mode()
Denys Vlasenko
2015-08-25
libbb: add is_suffixed_with() function
Bartosz Golaszewski
2015-08-24
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-08-17
unit-tests: remove unnecesary field from struct bbunit_listelem
Bartosz Golaszewski
2015-07-19
libbb: add a function to make a copy of a region of memory
Ron Yorston
2015-04-20
include: Fallback to UTMP unless there is UTMPX support
Bernhard Reutner-Fischer
2015-04-20
libbb: remove unnecessary argument to nonblock_immune_read
Ron Yorston
2015-04-02
*: Switch to POSIX utmpx API
Bernhard Reutner-Fischer
2015-03-22
truncate: new applet
Ari Sundholm
2015-03-22
dd: move suffix struct to xatonum.c
Ari Sundholm
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-01-05
libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS
Denys Vlasenko
2014-12-22
Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS
Peter Kümmel
2014-12-07
libarchive: add capability to unpack to mem.buffer
Denys Vlasenko
2014-11-26
libbb: use ARG_MAX for bb_arg_max() only if it's 60k+
Denys Vlasenko
2014-11-04
zcip: Add environment variable for overriding log functionality
Michel Stam
2014-09-22
less: move "retry-on-EAGAIN" logic closer to read ops
Denys Vlasenko
2014-08-05
ftpd: add optional support for authentication
Morten Kvistgaard
2014-06-30
Rename INIT_LAST to INIT_FUNC to avoid confusion
Bartosz Golaszewski
2014-06-22
unit-tests: implement the unit-testing framework
Bartosz Golaszewski
2014-06-22
libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes
Bartosz Golaszewski
2014-06-22
find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit
Denys Vlasenko
2014-05-19
Add conditional support for -v / --verbose
Denys Vlasenko
2014-05-02
libbb: rename execable -> executable. No code changes
Denys Vlasenko
2014-04-30
libbb: make syslog level for bb_error_msg's configurable. use it in crond
Denys Vlasenko
2014-02-27
xargs: add support for -I and -i. Closes 493
Denys Vlasenko
2014-02-02
zcat: complain if input is not compressed
Denys Vlasenko
2013-11-19
libbb: move nuke_str() from passwd into libbb
Denys Vlasenko
2013-11-19
sulogin: use common password-checking routine.
Denys Vlasenko
2013-10-16
libbb: use <poll.h> instead of <sys/poll.h>
Thomas Petazzoni
2013-10-16
wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)
Guilherme Maciel Ferreira
2013-10-08
libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions
Ryan Mallon
2013-09-06
Make smart_ulltoa return pointer to end (allows for code shink in callers)
Denys Vlasenko
2013-07-30
Whitespace fixes
Denys Vlasenko
[next]