summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2004-12-20remove MLINKS tooitojun1-14/+1
2004-12-20remove manpages based on RFC. requested by deraadtitojun6-1757/+4
2004-12-10provide a valid sockaddr_storage structure to be used as second argument forhshoexer1-2/+2
2004-12-10typos, then -> than, from Michael Knudsenjaredy1-2/+2
2004-12-07Document why not to set optind = 0. Inspired by and OK jfb@millert1-2/+20
2004-12-06move gai_strerror into its own page, and make the get* pages more readable;jmc4-226/+277
2004-12-03various fixes for openssl x509;jmc1-336/+349
2004-11-30Check strlc{py,at} return value and return NULL upon truncation insteadmillert1-10/+23
2004-11-29More test cases involving back-references.otto1-2/+12
2004-11-28repair libkern support (again) and add rcsidsmickey7-13/+31
2004-11-22.{N,O}x fixes;jmc1-3/+2
2004-11-17remove NI_WITHSCOPEID (which is not standard)itojun2-24/+5
2004-11-03knf, no binary changehshoexer1-54/+65
2004-11-02ansi, indentation, etc.hshoexer1-17/+8
2004-11-02kill spaceshshoexer1-3/+3
2004-10-26link to new functions manpages.espie1-3/+9
2004-10-26Add STANDARDS sectionmillert2-2/+42
2004-10-25basic regression test for some netdb functionsotto3-2/+189
2004-10-25Change return value of reentrant getproto* and getserv* to match themillert8-65/+105
2004-10-17Reentrant versions of getprotoent(3) and getservent(3). Adapted frommillert8-142/+346
2004-10-17http proxy CONNECT support; ok beck@djm3-26/+111
2004-10-10use sig_atomic_t instead of intmickey1-2/+2
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@jsg7-0/+14
2004-09-28wrong macros; from number six;jmc1-3/+3
2004-09-23typo from number six;jmc1-2/+2
2004-09-21Add HISTORY; from Jose Nazariomillert1-1/+7
2004-09-18regress for 'z' and 't' modifiersotto1-5/+23
2004-09-16Test ll's with positional args.otto1-4/+7
2004-09-16ansideraadt2-17/+13
2004-09-15unused variablesderaadt2-6/+3
2004-09-15remove return error variables.. set but never usedderaadt1-15/+11
2004-09-14do the char * to u_char * song and dance back and forth explicitly asderaadt2-8/+8
2004-09-07mips is now 64 bits so use a 64 bit configpefo1-6/+6
2004-08-26updates for openssl verify;jmc1-14/+18
2004-08-22mention strtonum(3)jaredy1-2/+7
2004-08-13When running regex regress build a private copy with REDEBUG enabled.millert1-3/+4
2004-08-13More nasty cases involving back references.otto1-1/+11
2004-08-11mips->mips64pefo1-0/+0
2004-08-11Back out to brk(2) version.tdeval1-554/+189
2004-08-06cleanup mipspefo1-5/+1
2004-08-05- Remove the userland data limit check. It's mmap(2)'s job.tdeval1-37/+108
2004-08-04Missing check for NULL.tdeval1-2/+2
2004-08-04Unbreak malloc0test for use with mmap malloc which allocates objectsotto1-20/+7
2004-08-03Enable strtonum testotto1-2/+2
2004-08-03strtonum(3) regression tests.otto2-0/+69
2004-08-03It's not really possible to make strtonum() deal with unsigned longmillert2-35/+21
2004-08-01After a long gestation period, here comes our custom version of malloc(3)tdeval1-181/+475
2004-07-29we no longer need to query ip6.int for reverse lookup. pvalchev okitojun1-8/+2
2004-07-23tweaks for openssl spkac;jmc1-31/+33
2004-07-22Split and modify tests to prevent infinite loops on platforms with precisekettenis2-34/+47