summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* do not doc the http partsderaadt2007-03-261-24/+24
* do not ship the http parts for now; ok millertderaadt2007-03-263-2423/+2
* eliminate call to abort(), which is very bad in libs. I forgat howotto2007-03-251-6/+9
* rfork sh bits.miod2007-03-242-0/+121
* nicer MLINKS chunkderaadt2007-03-221-17/+21
* Add missing constmillert2007-03-211-2/+29
* Add support for mounting arbitrary sessions, from Enache Adrianpedro2007-03-211-1/+2
* event_init() and event_dispatch() take void. Add commented outmillert2007-03-211-3/+28
* fix a formatting issue found by reyk;jmc2007-03-211-12/+12
* Use arc4random() to generate random IDs. In the future wemillert2007-03-212-3/+10
* Document event_base_free(). OK jmc@millert2007-03-212-4/+11
* Remove duplicate definition of _POSIX_THREAD_ATTR_STACKSIZE and quietkurt2007-03-201-4/+1
* remove some bogus *p from charles longeautedu2007-03-202-6/+6
* remove some bogus *p tests from charles longeautedu2007-03-2011-24/+24
* +.Xr evdns 3 ,jmc2007-03-191-1/+2
* further cleanup;jmc2007-03-191-17/+16
* add MLINKS for evdns_err_to_string() and evdns_nameserver_add();jmc2007-03-191-1/+2
* clean up this page;jmc2007-03-191-79/+113
* provide MLINKS for evhttp_start() and evhttp_free();jmc2007-03-191-1/+2
* tweaks;jmc2007-03-191-4/+4
* Update to libevent-1.3b while retaining our local changes. beck@ OKmillert2007-03-1920-58/+6944
* Get rid of useless #if 0 block, especially since the code is includedray2007-03-191-5/+1
* give _POSIX_THREAD_* defines a value of 1 so applications thatkurt2007-03-151-8/+8
* Set the DN bit in the fpscr upon startup, to prevent faulting when loadingmiod2007-03-131-1/+4
* manual page update by Bruce M. Simpson <bms@FreeBSD.org> tojmc2007-03-071-36/+87
* Remove _err() calls from getnetgrent.c. This is a minor API changemillert2007-03-051-30/+41
* remove duplicate option; spotted by Igor Sobradojmc2007-03-031-3/+2
* Kernel crash dumps and associated libkvm bits for landisk.miod2007-03-031-29/+115
* Move landisk to hardware floating point. At the moment the FPU context ismiod2007-03-0212-146/+351
* If NLS is disabled, strerror does not print the correct error string.bluhm2007-03-011-2/+2
* - NOTES -> CAVEATSjmc2007-02-281-19/+19
* use mdoc macros;jmc2007-02-281-57/+38
* new sentence, new line;jmc2007-02-281-20/+25
* sha2 hashes are not 5 32-bit ints in size. Just leave out the sizemillert2007-02-271-2/+2
* Update to tzcode2007c from elsie.nci.nih.govmillert2007-02-273-11/+79
* Add SuperH to the architecture list which stack grow down, even though thismiod2007-02-261-2/+3
* another EINVAL case documentedotto2007-02-261-2/+6
* Now that the code is consistent, make the descriptions of EINVALotto2007-02-264-11/+25
* net.inet.esp.udpencap is enabled by default;jmc2007-02-211-2/+2
* Revert PAE pmap for now, until the strange bug is found. This stopstom2007-02-202-57/+26
* Change hard coded numbers to sizeof(buf). Also change someray2007-02-202-5/+5
* pthread bits for sh; help deraadt@, ok kettenis@miod2007-02-194-3/+116
* wording fix from wiz@netbsd, -r1.11;jmc2007-02-191-2/+2
* from hubertf@netbsd:jmc2007-02-191-6/+18
* strlen(3) returns size_t, not int.ray2007-02-181-14/+16
* strlen(3) returns size_t.ray2007-02-181-4/+6
* Remove duplicate code. No functional change.ray2007-02-171-39/+22
* remove two expired certificates, diff from <Christian_Rusch@genua.de>grunk2007-02-171-97/+0
* Remove two mutexes by replacing getservbyname() and getservbyport()ray2007-02-152-32/+29
* correct a mistake concerning ifa_data;jmc2007-02-141-6/+5