summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
1999-06-05- remove trailing white spaceaaron1-21/+21
1999-06-04some repairs, add example to strdup(3) pageaaron7-31/+44
1999-06-04add examplesaaron2-23/+40
1999-06-04add an example, similar to the one in strspn.3aaron1-1/+15
1999-06-04add an example; pattonme@ns.ra.pae.osd.milaaron1-1/+15
1999-06-04Be consistent about the relaxation of invalid host name checking.niklas2-3/+15
1999-05-30Revertion of last change, which was due to emacs' stupid ideaniklas2-15/+3
1999-05-30Some extra error checking, documentation and style wrt connectionsniklas2-3/+15
1999-05-28"SEE ALSO" -> SEE ALSO, missed these files beforeaaron2-4/+4
1999-05-27more missing .El macros filled inaaron2-12/+14
1999-05-27getopt(3) does not return -1 when encountering unrecognized optionsaaron1-3/+2
1999-05-25punctuationaaron5-10/+11
1999-05-25all functions need a return type and at least one arg, even if it's voidaaron4-11/+21
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron25-50/+50
1999-05-21improve. pushed by bengt@softwell.sederaadt1-22/+34
1999-05-17spellingderaadt1-3/+3
1999-05-17 o Mention strlcpy and strlcatmillert1-3/+10
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:alex16-46/+46
1999-05-15ethernet -> Ethernet, other repairsaaron1-3/+3
1999-05-14CBC bug reported by Juergen Nickelsen <ni@tellique.de>niklas1-2/+2
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theaaron1-3/+3
1999-05-10correct some Xr's which referred to the wrong man page sectionsaaron4-10/+10
1999-05-03Add octect sanity checkingyanick1-5/+5
1999-05-01Break up into two loops, one for the copy, another to finish traversalmillert1-13/+17
1999-04-28Do not provide gethostby.*_r for now, as configure scripts findniklas1-4/+4
1999-04-25m68k assembler version of strlcpy(3)millert1-3/+3
1999-04-24simplified version that doesn't call strlen and that is simpler to convert to...millert1-7/+8
1999-03-26use stdlib; millertderaadt1-2/+2
1999-03-23Clarify realloc return valuemillert1-3/+4
1999-03-18typo; nash@mcs.netaaron2-4/+4
1999-03-17subdir Makefiles should not contain anything elsederaadt2-6/+5
1999-03-17do not break thingsderaadt2-249/+2
1999-03-16Add ssl.8 man page - configuration and issues overview.beck3-7/+247
1999-03-16Add install of reasonable default ssleay.cnf filebeck2-0/+71
1999-03-12Fix various nonsense.espie1-7/+8
1999-03-11fix more comma splices that involve misuse of conjunctive adverbspjanzen1-2/+2
1999-03-06add examplesmillert1-1/+40
1999-03-06typomillert1-3/+3
1999-03-05better examples section wrt strncpy()millert1-3/+35
1999-03-03Added support for m88k.smurph1-1/+4
1999-03-02Provide a method to do prerequisites needed beforeniklas1-2/+4
1999-03-02getservbyport() takes a network byte order port #deraadt1-2/+2
1999-02-27make function names the correct casederaadt6-21/+21
1999-02-26skipjack in libc; isakmpd and such will want itderaadt2-2/+260
1999-02-03wrong ret type for write define (millert@)d1-2/+2
1999-02-01There must be a better way...pefo1-2/+6
1999-02-01malloc can't use write() if it fails very early, so use the unwrapped syscall...d1-1/+10
1999-01-06cleand1-35/+39
1999-01-05 Fix up for make regress. Should handle objdir now.beck4-7/+12
1999-01-04ssl lib test scripts. Need to be tested so as not to break build processbeck8-0/+187