index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
/
platform.c
Age
Commit message (
Expand
)
Author
2021-02-18
ash: placate -Werror=format-security
Denys Vlasenko
2020-12-11
libbb: make msleep() result in only one syscall instead of looping
Denys Vlasenko
2020-12-08
mkdtemp: proper error detection on mktemp
Xabier Oneca
2015-04-25
Bionic lacks ttyname_r; provide a workaround
Matt Whitlock
2014-04-13
libbb: provide usleep() fallback implementation
Bernhard Reutner-Fischer
2013-02-10
vasprintf: return -1 on strdup failure
Denys Vlasenko
2013-02-07
vasprintf: do not use xmalloc, it will deadlock on OOM
Denys Vlasenko
2011-06-29
platform.c: provide getline implementation
Timo Teras
2011-04-17
straighten out dprintf/fdprintf mess; remove old "define lchown chown"
Denys Vlasenko
2011-02-13
Move stpcpy replacement function into libbb
Dan Fandrich
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-06-19
Added code for nonstandard function strsep()
Dan Fandrich
2009-11-17
libbb: fix vasprintf implementation
Denys Vlasenko
2009-11-01
Add more compat code for non GNU environments
Dan Fandrich
2009-10-27
platform compatibility work (by Dan Fandrich)
Dan Fandrich