summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* update to libevent 1.1a; keep local changesbrad2005-06-186-166/+371
* - remove .Sh LIBRARYjmc2005-06-176-17/+17
* no longer a need for the free(malloc(1)) hack, because the brk stuffderaadt2005-06-171-9/+5
* next citrus step.espie2005-06-1737-30/+1411
* bye bye whiteoutsmillert2005-06-171-18/+2
* remove netns stuff, ok millerthenning2005-06-175-459/+4
* remove undelete syscallmillert2005-06-171-1/+13
* Extended Attributes was a piece to get to ACLs, however ACLs have notdrahn2005-06-177-504/+3
* bye bye whiteoutsmillert2005-06-163-19/+7
* bye bye whiteoutsmillert2005-06-153-11/+3
* remove references to ns(4);jmc2005-06-091-2/+1
* Fix rearranging of parameters for quad types.espie2005-06-081-11/+24
* Make gethostbyaddr() prototype match POSIX. This means len is nowmillert2005-06-082-16/+15
* RC4 is a trademark. Rest of text left intact.kjell2005-06-071-2/+2
* no need to insert spacing between list members;jmc2005-06-071-13/+1
* adding pointer protection to 'G' was too heavyweight. Since malloc guardtedu2005-06-072-7/+14
* Change email address for author, at his request.kjell2005-06-061-2/+2
* Change license to standard OpenBSD boilerplate, with permissionkjell2005-06-061-6/+15
* sort sections;jmc2005-06-051-5/+5
* s/-p1003.1-2003/-p1003.1-2004/gjmc2005-06-054-9/+9
* Fix description in a comment.joel2005-06-041-2/+2
* use the new fat random sysctl to get initial state. (fallback to looping).tedu2005-06-041-12/+14
* Save errno from clobbering by clsoedir() in the err case.millert2005-06-011-1/+6
* no more MNT_UNION, says pedro@jmc2005-06-011-5/+1
* Use '\0' not 0 when storing as a char, part from Andrey Matveev.millert2005-05-285-14/+14
* Move the va_start()/va_end() pair such that it directly backets the callmillert2005-05-282-8/+7
* mktemp(3) et al. go in stdlib.h, not unistd.h. While there be moremillert2005-05-271-11/+27
* sync setkey prototype with realitymillert2005-05-261-2/+2
* rdr, nat and binat can appear in pflog now, so make them valid argumentscamield2005-05-261-2/+8
* Merge common functionality of __strsignal and strerror_r.otto2005-05-263-129/+50
* union is gone, ok millert@pedro2005-05-261-165/+9
* avoid spurious ld evil string func warning, spotted by david@;djm2005-05-251-3/+3
* Minor wordink fixpascoe2005-05-251-2/+2
* add a note describing latest guard featuretedu2005-05-241-1/+3
* handle sizeof(void *) allocations specially when using malloc guard.tedu2005-05-241-1/+31
* Restoration of terminal settings can be broken by a well-timed signal,millert2005-05-241-4/+7
* no need to byteswap for AES_ASM, from tom@markus2005-05-232-2/+18
* Make signal handler safe. From Michael Knudsen, many thanks.otto2005-05-221-5/+11
* Add some links to krb5_verify_user.3biorn2005-05-211-1/+8
* .Xr getitimer 2 ,jmc2005-05-191-1/+2
* PT_WCOOKIE is available on sparc64 too.miod2005-05-161-2/+2
* Mention no more PT_[GS]ETFPREGS on m88k.miod2005-05-161-2/+3
* document getfsstat(2)'s behaviour when no flags are specified, okay jmc@pedro2005-05-151-1/+4
* credit .Bx 3 in HISTORY too;jmc2005-05-121-2/+4
* remove unsupported LIBRARY section;jmc2005-05-121-4/+1
* Update HISTORY fixing some facts, while it is not clear if theotto2005-05-111-2/+8
* major abi changes:espie2005-05-1122-8/+2467
* let vfscanf be a real function. Use a weak_alias on systems where thisespie2005-05-117-12/+42
* import i386 AES asm code from openssl.org; ok and help with testing djm@markus2005-05-105-4/+3107
* kill strcpy; ok hshoexer@, prodded by david@djm2005-05-102-2/+2