summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2017-04-20Fix previous.Visa Hankala
2017-04-20Get TCB address using the RDHWR instruction instead of __get_tcb().Visa Hankala
2017-04-18don't forget to fill in canary bytes for posix_memalign(3); reported byOtto Moerbeek
2017-04-17consictently use .Dv NULL and a few other tweaks; ok schwarze@Otto Moerbeek
2017-04-17whitespace fixesOtto Moerbeek
2017-04-16Always return nonzero from _longjmp too.Mark Kettenis
2017-04-15Document RB_TIMEBAD; delete RB_* that are obsolete/unimplementedPhilip Guenther
2017-04-14whitespaceTheo de Raadt
2017-04-14correct path; from Klemens NanniTheo de Raadt
2017-04-13Xr sigprocmask(2) not the obsolete sigsetmask(3)Todd C. Miller
2017-04-13Use recallocarray in getdelim/getline to clear memory on buffer resizes,Bryan Steele
2017-04-13allow clearing less than allocated and document freezero(3) betterOtto Moerbeek
2017-04-12SipHash_Final() was assuming the digest was 64-bit aligned, resulting inTheo de Raadt
2017-04-12New strstr() implementation from musl libc by Rich Felker. ThisTodd C. Miller
2017-04-10Fix tabs in example code.Jeremie Courreges-Anglas
2017-04-10tweak previous;Jason McIntyre
2017-04-10Introducing freezero(3) a version of free that guarantees the processOtto Moerbeek
2017-04-10monir bump for freezeroOtto Moerbeek
2017-04-06Consistentcy between nmembers and size order. From Christopher Hettrick;Otto Moerbeek
2017-04-06first print size in meta-data then supplied arg size when an inconsistency isOtto Moerbeek
2017-04-05Not all devices support mmap, document EINVAL in this case too.Todd C. Miller
2017-04-04tweak previous;Jason McIntyre
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