summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2017-04-03Add caveat telling it's better to always read a data byte when passingOtto Moerbeek
2017-03-29rephrase more enumerations of functionsOtto Moerbeek
2017-03-29The hppa version of as(1) requires whitespace before a .file directive,Theo de Raadt
2017-03-28small cleanup & optimization; ok deraadt@ millert@Otto Moerbeek
2017-03-28Document the mcast pledge(2) as an addition to inet.Alexander Bluhm
2017-03-26Use .file to convince 'as' to generate proper FILE symbols in the syscallPhilip Guenther
2017-03-26Stop enumeration all allocation functions, just say "allocation functions"Otto Moerbeek
2017-03-24add a helper function to print all pools #ifdef MALLOC_STATSOtto Moerbeek
2017-03-24document new recallocarray diagnostic; zap a few diagnostics that shouldOtto Moerbeek
2017-03-24move recallocarray to malloc.c andOtto Moerbeek
2017-03-23mkdir(2) and mkdirat(2) can also fail with EACCESS if write permissionTodd C. Miller
2017-03-22Provide the necessary weak alias for fpgetround(). Delete the obsoletePhilip Guenther
2017-03-22Use the hidden aliases to avoid PLT entries for {,_}{set,long}jmpPhilip Guenther
2017-03-19Stop setting the second register; it's unnecessary on 64bit archsPhilip Guenther
2017-03-18Simplify fork/vfork logic: the kernel has handled returning zero in the childMark Kettenis
2017-03-18Use the userspace-visible thread register directly in __cerror insteadMark Kettenis
2017-03-18Make brk(2) actually work and sync the brk()/sbrk() implementation with arm,Mark Kettenis
2017-03-17remove unneccessary macro;Jason McIntyre
2017-03-17Strengthen description of recallocarray(3) behaviour, hoping that readersTheo de Raadt
2017-03-17Use recallocarray() to avoid leaving detritus in memory when resizingTodd C. Miller
2017-03-17recallocarray() the string buffer, to avoid leaving such contentsTheo de Raadt
2017-03-17Use recallocarray() to avoid leaving detritus in memory when resizingTheo de Raadt
2017-03-16sync the vfs bits as best i can;Jason McIntyre
2017-03-16Only reallocate the buffer to fit for medium-size allocations whereTodd C. Miller
2017-03-16bit more consistent;Jason McIntyre
2017-03-16When reallocating the buffer for asprintf(), just round up to theTodd C. Miller
2017-03-15use recallocarray to resize buffer - ensures that detritus from previousTheo de Raadt
2017-03-14Use a macro for the initial length of the buffer instead of 127; OK deraadt@Todd C. Miller
2017-03-14don't need to handle the malloc case special, since realloc worksTheo de Raadt
2017-03-13- no KERN_RND: from schwarzeJason McIntyre
2017-03-13for each sysctl name, attach the variable name as seen by sysctl(8);Jason McIntyre
2017-03-11shuffle back: wxabort is described in sysctl(3);Jason McIntyre
2017-03-11repair Xr, and point to sysctl(8) instead because sysctl(3) fails toTheo de Raadt
2017-03-08Correct arm64 sigprocmask parameter passing in setjmp/longjmp calls.Dale Rahn
2017-03-07If tcsetpgrp() is called by a background process and there is aTodd C. Miller
2017-03-07Some tweaks from jmc@ and describe better what recallocarray does;Otto Moerbeek
2017-03-06recallocarray bumpOtto Moerbeek
2017-03-06Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)Otto Moerbeek
2017-03-06size is unsigned so using ==0 not <=0 when checking for buffer exhaustionTodd C. Miller
2017-03-06Pull in a change from the bind 8 resolver that fixes a potentialTodd C. Miller
2017-03-02document EPERM error when connect(2)ing.Sebastian Benoit
2017-02-27use Dv, for consistency; from bruno flueckigerJason McIntyre
2017-02-27Add support for RES_USE_DNSSECJeremie Courreges-Anglas
2017-02-27Recognize and allow bits AD and CD in DNS replies.Jeremie Courreges-Anglas
2017-02-27Put a common flags field in the query struct, rather than in someJeremie Courreges-Anglas
2017-02-27RELRO means the __{got,plt}_{start,end} symbols are superfluousPhilip Guenther
2017-02-23The assembly for sigpending(2) wasn't correctly implemented either. IPatrick Wildt
2017-02-23SHA-1 collisions have now been found so update some man pages. As noted byDaniel Dickman
2017-02-23Replace use of mathematical minus with an em-dash (from tb@) and break upDaniel Dickman
2017-02-23Put a common subq pointer in the query struct, rather than one in eachEric Faurot