index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
portability.c
Age
Commit message (
Expand
)
Author
2016-04-30
Add a ps "PCY" field for Android scheduling policy.
Elliott Hughes
2015-07-03
Probe for fork() instead of relying on a distro-specific #define.
Rob Landley
2015-03-21
Patch from David Halls to fix mac/ios portability issue.
Rob Landley
2015-01-18
Lift the basename/libgen.h shenanigans back out of portability.c and make it ...
Rob Landley
2014-12-31
When you include the posix header libgen.h, glibc #defines basename to some r...
Rob Landley
2014-12-04
Work with buildroot's extensively patched uClibc, and for nommu support move ...
Rob Landley
2014-11-21
A patch against your current ToT that builds in AOSP master.
Elliott Hughes
2014-11-21
Don't include asm/* files directly.
Rob Landley
2014-11-19
probe for getspnam(), forkpty(), utmpx, replace sethostname()
Isaac Dunham
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
Rob Landley
2012-03-16
Implement Apple and Android versions of getline(), getdelim(), and clearenv().
Georgi Chorbadzhiyski