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
/
strdup.3
Age
Commit message (
Expand
)
Author
2015-12-01
Phrase allocation failure more clearly. ok deraadt@
mmcc
2014-10-11
Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine,
Ingo Schwarze
2013-06-05
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Ted Unangst
2011-12-08
strdup and strndup both use malloc. Make this fact explicit.
lum
2011-07-25
update HISTORY and SEE ALSO for all of string(3), together with various
Ingo Schwarze
2010-05-19
tweak previous;
Jason McIntyre
2010-05-18
add posix_madvise, posix_memalign, strndup, and strnlen. mostly from
Ted Unangst
2010-03-24
Modify example not to use an assignment in the if statement. We shouldn't
Mark Kettenis
2007-05-31
convert to new .Dd format;
Jason McIntyre
2005-02-25
Be correct in our man pages when talking about NUL termination (that is,
Chad Loder
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-07
Xr to strlcpy and strlcat more; ok millert
Theo de Raadt
2000-04-21
Add ERRORS section (the strdup(3) function may fail and set errno to any of the
Aaron Campbell
2000-04-21
Check return value of strdup(3) for NULL in example code (duh).
Aaron Campbell
2000-04-21
Flesh out libc string function man pages.
Aaron Campbell
1999-06-04
some repairs, add example to strdup(3) page
Aaron Campbell
1998-08-19
commas
Paul Janzen
1998-06-15
use Bx macro for BSD versions
Michael Shalayeff
1997-08-20
Update man page and sccs tags from lite2. Minor cleanup by me as well.
Todd C. Miller
1996-10-29
typo.
michaels
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt