summaryrefslogtreecommitdiff
path: root/src/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-12fix format strings, sizeof() does not return an intotto1-5/+5
2007-09-10Proper use of fseek/fseeko macros.tobias2-2/+2
2007-09-09use strcspn to properly overwrite '\n' in fgets returned bufferchl2-4/+4
2007-09-07Synced atomicio implementation in nc and sendbug with ssh.tobias2-13/+24
2007-09-05Add missing header to avoid warningchl1-1/+2
2007-09-05no need to talk about bits; ok millert jmcderaadt1-3/+3
2007-09-03Update free(3) section--we use mmap()/munmap(), not brk().millert1-4/+6
2007-09-03remove trailing whitespace;jmc1-2/+2
2007-09-03Adapt atexit() regress to recent changes and add __cxa_atexit() regress.millert11-5/+196
2007-09-03Add __cxa_atexit() support for gcc3. This provides support for shared object...millert4-30/+108
2007-09-03add recaloc(3)millert3-20/+62
2007-09-03add memrchr(3)millert3-5/+63
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt6-12/+12
2007-08-21http://openssl.org/news/patch-CVE-2007-3108.txt; ok pval, deraadtmarkus2-26/+130
2007-08-08Clarify the example about avoiding overflow. OK ray@ deraadt@millert1-3/+3
2007-08-08Show how to use strcspn(3) to trim newlines.ray1-2/+14
2007-08-06Correctly NUL terminate the message buffer that is used with theclaudio1-4/+24
2007-08-05/*FALLTHRU*/ -> /* FALLTHROUGH */ray1-2/+2
2007-07-06Reference limits.h, not sys/param.h since we document using PATH_MAXmillert1-3/+3
2007-07-03from ginsbach@netbsd, -r1.18:jmc1-2/+7
2007-06-29Document behavior when no conversion could be performed. Adaptedmillert2-5/+17
2007-06-12``dot'' notationjmc1-19/+9
2007-06-05_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt1-21/+35
2007-06-05remove ipx-related stuff. objections nobody. major bump by kurt in a fewhenning4-385/+3
2007-05-31convert to new .Dd format;jmc105-210/+210
2007-05-26More comment typos from Diego Casati. Including winners like funtion, allmost,krw1-1/+1
2007-05-20Typos.ray1-3/+3
2007-05-18Remove no-op code. From tbert.ray1-3/+1
2007-05-17Improve reentrancy by not using global variable. Removes tworay1-31/+11
2007-05-17Add basename(3) and dirname(3) regression tests, from tbert.ray5-3/+170
2007-05-16Wrap some functions, labels, and variables in #ifdefs correspondingray2-2/+8
2007-05-12Use size_t for strlen results.ray1-4/+6
2007-05-12Clean up macros according to style. From tbert <bret dot lambert at gmail>.ray1-27/+27
2007-05-10Use syslog_r instead of syslog in getaddrinfo. Slowly makingray1-4/+9
2007-05-02macros at start of line require a `.';jmc1-2/+2
2007-05-02Document the lack of error return value in arc4random.pyr1-1/+4
2007-04-21-These option are ignoredjmc1-2/+2
2007-04-10Support for optional args separated with whitespace was removedmillert1-17/+1
2007-04-06Add proper checks against fgets failure. From Charles Longeau.ray2-2/+4
2007-03-28Add the cRLSign bit by default, so that certs generated using this filecloder1-1/+1
2007-03-20remove some bogus *p tests from charles longeautedu6-10/+10
2007-03-19Get rid of useless #if 0 block, especially since the code is includedray1-5/+1
2007-03-01If NLS is disabled, strerror does not print the correct error string.bluhm1-2/+2
2007-02-20usage(): add -P and tweak -X; from Igor Sobradojmc1-3/+3
2007-02-20Change hard coded numbers to sizeof(buf). Also change someray1-3/+3
2007-02-19wording fix from wiz@netbsd, -r1.11;jmc1-2/+2
2007-02-19from hubertf@netbsd:jmc1-6/+18
2007-02-18strlen(3) returns size_t, not int.ray1-14/+16
2007-02-18strlen(3) returns size_t.ray1-4/+6
2007-02-17Remove duplicate code. No functional change.ray1-39/+22