index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
string
/
strlcpy.c
Age
Commit message (
Expand
)
Author
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
Todd C. Miller
2016-10-16
Roll back uintptr_t cast changes after discussions with tedu, otto and
Darren Tucker
2016-10-14
Cast pointers to uintptr_t to avoid potential signedness errors.
Darren Tucker
2015-08-31
Add framework for resolving (pun intended) libc namespace issues, using
Philip Guenther
2015-01-15
Make strlcpy/strlcat slightly easier to read.
Todd C. Miller
2006-05-05
Convert do {} while loop -> while {} for clarity. No binary change
Todd C. Miller
2005-08-08
zap remaining rcsid.
Marc Espie
2005-03-30
ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@
Otto Moerbeek
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
Todd C. Miller
2003-04-12
Change copyright to a less restrictive ISC-style license to encourage
Todd C. Miller
2003-03-14
ANSI function headers
Todd C. Miller
2001-05-13
type of function on seperate line
Theo de Raadt
1999-05-01
Break up into two loops, one for the copy, another to finish traversal
Todd C. Miller
1999-04-24
simplified version that doesn't call strlen and that is simpler to convert to...
Todd C. Miller
1998-11-06
add missing const to match prototype in string.h
Wim Vandeputte
1998-07-01
add strlcpy/strlcat, safe and sensible string copy/append
Todd C. Miller