summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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
* Merge common functionality of __strsignal and strerror_r.otto2005-05-263-129/+50
* union is gone, ok millert@pedro2005-05-261-165/+9
* 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
* .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
* from perry@netbsd -r1.35:jmc2005-05-081-3/+3
* Only append number when it fits to avoid truncation and returnotto2005-05-081-14/+11
* be more careful with snprintf. ok millert@moritz2005-05-021-2/+2
* Tidy up __strtosignal(): pass a buffer and length to its itoa() andtom2005-05-011-8/+12
* recommend this API better; "a good start" deraadt@djm2005-05-011-2/+4
* fix a broken .St;jmc2005-04-301-2/+3
* Change internals of FILE: reuse the unget buffer field to access anespie2005-04-3015-43/+130
* isw* classification functions from citrus, with a `stub' implementationespie2005-04-305-5/+338
* Do not define 'pl' globally. From Bjorn Sandell" <biorn at dce dot chalmersotto2005-04-251-3/+3