summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strdup.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-01-02do not honour environment variables if issetugid, and even more strongly ↵deraadt4-36/+38
support the random device
2000-12-24Various repairs, mostly to get rid of short lines.aaron9-137/+73
2000-12-21more Va stuffderaadt1-6/+9
2000-12-21mdoc prefers `\e' as an escape character.aaron1-3/+3
2000-12-21IPPORT_RESERVED - 1, not 1023deraadt1-2/+4
2000-12-21typo; ciper -> cipheraaron1-2/+2
2000-12-18fix util script runs to not assume they are executable.beck6-6/+6
2000-12-17data base -> databasemillert4-11/+11
2000-12-16Remove - RSA is there now, don't need to talk about it being stubbed.beck1-56/+0
2000-12-16add in forgotten dso stuff.beck1-1/+5
2000-12-15oops, forgot top level makefile.bsd-wrapper on mergebeck1-3/+7
2000-12-15Oops, missed makefile change, and must crank major on these, somebeck3-6/+6
routines which used to be externally used are now macros. ugh.
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastaaron1-2/+2
this is consistent.
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where itaaron1-28/+28
belongs. Closes PR/1554 from bk@rt.fm.
2000-12-15openssl-engine0.9.6 mergebeck207-0/+0
Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
2000-12-15openssl-engine 0.9.6 mergebeck1-1/+1
Note that the library changes will mean that you will need to blow away /usr/obj/lib/libssl if you are building, or things will probably get mucked up.
2000-12-15openssl-engine-0.9.6 mergebeck1088-28650/+81708
2000-12-01-Wall cleanupericj1-1/+6
2000-11-24comment fix; strlcat returns strlen(initial dst) + strlen(src).itojun1-3/+4
2000-11-24ifm_data is avilable on {net,open,free}bsd. sync with kame.itojun1-1/+6
2000-11-19Correctly deal with NOMAN being set. Since it may be set in mk.confmillert1-6/+6
we pull in bsd.own.mk before testing for it.
2000-11-16"of", not "on" (from Henric Jungheim)angelos1-2/+2
2000-11-10seperate -> separate, okay aaron@provos1-3/+3
2000-11-10these contain special cases where they build man pages into .0 files;deraadt1-18/+69
they must now also build .ps files if MANPS is set.
2000-11-06The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491.aaron1-3/+3
From ianm@kashmir.cit.nepean.uws.edu.au.
2000-10-25Clarify; gluk@ptci.ruaaron1-2/+2
2000-10-23Document that the string returned by strerror(3) contains a maximum ofaaron1-2/+6
NL_TEXTMAX characters.
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceaaron3-6/+9
breaks and getting rid of short lines, making these files easier to work with.
2000-10-16fix missing closedir() that could allow apacheSSL to leak fd's,beck2-0/+2
from netbsd (taca) credited to TAKANO Yuji <takachan@running-dog.net>
2000-10-13vax support; checked by beck.hugh7-1/+23
2000-10-10Fix typo; claudio@core-sdi.com.fgsch2-2/+2
2000-10-06Add a CAVEATS section to warn programmers that shell meta-characters willaaron1-1/+9
be passed to the command interpreter.
2000-09-26more cleanup and have nlog() deal with errno now as well.ericj1-40/+24
2000-09-26no need to reset h_errnoericj1-31/+22
do the cmdline correctly, deal with \n and \t fix up nlog() use arc4random instead of srandom()/random()
2000-09-26fix minor typoericj1-2/+2
2000-09-26no need to use goto..ericj1-22/+22
2000-09-26Implement a function for errorsericj1-62/+79
it pays attention to h_error so we now have no need to handle this ourselves.
2000-09-26some warnings should only be shown with -vericj1-10/+11
2000-09-26remove -e option, which wasnt on anywayericj1-8/+1
2000-09-26Alot of cleanups to netcatericj2-1207/+571
use errx/warn instead of homegrown functions indent properly to make the code readable get rid of generic.h as its not used dont declare optarg register is depreciated get rid of undocumented options -a and -e throw out IP_OPTIONS code for now, its not on by default and doesnt work properly make usage more like other bsd commands
2000-09-25fix off-by-1 error.itojun1-9/+8
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
2000-09-22IPng -> IPv6aaron1-2/+2
2000-09-22ipx_addr(3) takes a const char *.millert1-2/+2
2000-09-08typo in comment, AILASES -> ALIASESbrad1-2/+2
2000-09-05des_modes(7) not des_modes(7); jmd@turbogeek.orgderaadt2-4/+7
2000-08-31on /etc/hosts lookup, set "official host name" (the leftmost hostname)itojun1-4/+7
into ai_canonname. this is to synchronize with practice in gethostby*. comment from ume@mahoroba.org. sync with kame.
2000-08-22Wallderaadt5-5/+11
2000-08-13strings are NUL-terminated, not NULL-terminatedderaadt1-4/+4
2000-08-09document that the current implementation is not thread-safe. sync with kame.itojun2-6/+11
From: "Greg Thompson" <johnnyteardrop@hotmail.com>
2000-08-09More of the same.aaron1-2/+3