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.h
Age
Commit message (
Expand
)
Author
2012-12-01
Fix ancient glibc workaround to force fstatat64
Rob Landley
2012-11-26
The headers of uClibc and older glibc got unhappy with O_DIRECTORY and some o...
Rob Landley
2012-11-16
More touch cleanup to use generic infrastructure: use getdate() from libc, us...
Rob Landley
2012-11-13
Older versions of glibc predated posix-2008. They still provide most of what ...
0.4.1
Rob Landley
2012-06-16
More header fiddling: crypt.h is silly, SUSv4 requires crypt() to be prototyp...
Rob Landley
2012-03-19
Remove "feature test macros", replace non-portable fdprintf() with standard f...
Rob Landley
2012-03-16
Implement Apple and Android versions of getline(), getdelim(), and clearenv().
Georgi Chorbadzhiyski
2012-03-07
Consolidate headers.
Rob Landley
2010-01-06
Shut up even MORE gcc/glibc spurious warnings.
Rob Landley
2007-11-15
Add noreturn mark to [p]error_exit(), suggested by Charlie Shepherd.
Rob Landley
2007-02-13
MacOS X has a defective sed with no -r.
Rob Landley
2007-02-03
Teach build to build only the toys/*.c selected in .config, and teach
Rob Landley
2007-01-18
Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which
Rob Landley
2007-01-14
Add start of mke2fs/gene2fs, and some other stuff I've been working on.
Rob Landley