index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
ssp
/
string.h
Age
Commit message (
Expand
)
Author
2020-09-05
make the 2nd argument to __memmove_chk() const
mrg
2014-11-29
Create the stpncpy() inline only when GCC>=4.8 || clang
pooka
2014-04-25
Apparently clang pretends to be gcc 4.2 but is secretly much awesomer
pooka
2014-04-24
Wrap stpncpy() iff GNUC_PREREQ(4,8). Fixes USE_SSP=yes builds
pooka
2014-04-06
add stpncpy()
christos
2013-11-07
gcc-4.8.1 is has a builtin stpncpy, but is missing the __builtin_ ssp
christos
2013-11-07
Revert my last change. I'm not convinced it is correct and while it seems
tron
2013-11-06
Add missing declarations for SSP versions of stpcpy(3) and stpncpy(3).
tron
2013-11-06
add stp{,n}cpy
christos
2012-07-22
Always provide *_chk prototypes. Fixes DBG=-g build of libc.
joerg
2009-11-17
add some prototypes for checked string functions
drochner
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-05-30
Match usage of FORTIFY_SOURCE on other platforms by not requiring special
tls
2007-05-30
Move FORTIFY_SOURCE implementation from the somewhat ill-named "libssp"
tls