index
:
fortify-headers
add_old_gcc
annotations
experimental
master
strn
Standalone portable header-based implementation of FORTIFY_SOURCE=3
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
unistd.h
(
follow
)
Age
Commit message (
Expand
)
Author
2015-05-13
Add LICENSE header
sin
2015-05-13
Add fortify_fn() helper in fortify-headers.h
sin
2015-03-14
Use __typeof__ to in part avoid replicating function types
Trutz Behn
2015-03-14
Add __artificial__ to aid in debugging
sin
2015-03-13
Restore C++ support
sin
2015-03-13
Rework fortify implementation to use extern inline
sin
2015-03-11
Put include guards in the reserved namespace
Trutz Behn
2015-03-11
Ignore C++ for now
sin
2015-03-11
Add ifdef guards for C++ code
sin
2015-02-28
Remove redundant checks
sin
2015-02-28
Add readlink() and readlinkat() checks
sin
2015-02-28
Add ttyname_r() check
sin
2015-02-28
Add getgroups() check
sin
2015-02-28
Add getdomainname() check
sin
2015-02-25
Add getlogin_r() check
sin
2015-02-24
Add write() check
sin
2015-02-24
Remove compile time checks
sin
2015-02-23
Add gethostname() checks
sin
2015-02-22
Remove header license comments
sin
2015-02-05
Add getcwd() checks
sin
2015-02-05
Add confstr() checks
sin
2015-02-04
Remember to #undef __errordecl
sin
2015-02-04
Style fix
sin
2015-01-30
Remove pwrite/write
sin
2015-01-30
Add pread() and pwrite() checks
sin
2015-01-29
Style fix
sin
2015-01-29
Add read()/write() checks
sin