Age | Commit message (Expand) | Author |
2017-04-20 | Fix previous. | Visa Hankala |
2017-04-20 | Get TCB address using the RDHWR instruction instead of __get_tcb(). | Visa Hankala |
2017-04-18 | don't forget to fill in canary bytes for posix_memalign(3); reported by | Otto Moerbeek |
2017-04-17 | consictently use .Dv NULL and a few other tweaks; ok schwarze@ | Otto Moerbeek |
2017-04-17 | whitespace fixes | Otto Moerbeek |
2017-04-16 | Always return nonzero from _longjmp too. | Mark Kettenis |
2017-04-15 | Document RB_TIMEBAD; delete RB_* that are obsolete/unimplemented | Philip Guenther |
2017-04-14 | whitespace | Theo de Raadt |
2017-04-14 | correct path; from Klemens Nanni | Theo de Raadt |
2017-04-13 | Xr sigprocmask(2) not the obsolete sigsetmask(3) | Todd C. Miller |
2017-04-13 | Use recallocarray in getdelim/getline to clear memory on buffer resizes, | Bryan Steele |
2017-04-13 | allow clearing less than allocated and document freezero(3) better | Otto Moerbeek |
2017-04-12 | SipHash_Final() was assuming the digest was 64-bit aligned, resulting in | Theo de Raadt |
2017-04-12 | New strstr() implementation from musl libc by Rich Felker. This | Todd C. Miller |
2017-04-10 | Fix tabs in example code. | Jeremie Courreges-Anglas |
2017-04-10 | tweak previous; | Jason McIntyre |
2017-04-10 | Introducing freezero(3) a version of free that guarantees the process | Otto Moerbeek |
2017-04-10 | monir bump for freezero | Otto Moerbeek |
2017-04-06 | Consistentcy between nmembers and size order. From Christopher Hettrick; | Otto Moerbeek |
2017-04-06 | first print size in meta-data then supplied arg size when an inconsistency is | Otto Moerbeek |
2017-04-05 | Not all devices support mmap, document EINVAL in this case too. | Todd C. Miller |
2017-04-04 | tweak previous; | Jason McIntyre |
2017-04-03 | Add caveat telling it's better to always read a data byte when passing | Otto Moerbeek |
2017-03-29 | rephrase more enumerations of functions | Otto Moerbeek |
2017-03-29 | The hppa version of as(1) requires whitespace before a .file directive, | Theo de Raadt |
2017-03-28 | small cleanup & optimization; ok deraadt@ millert@ | Otto Moerbeek |
2017-03-28 | Document the mcast pledge(2) as an addition to inet. | Alexander Bluhm |
2017-03-26 | Use .file to convince 'as' to generate proper FILE symbols in the syscall | Philip Guenther |
2017-03-26 | Stop enumeration all allocation functions, just say "allocation functions" | Otto Moerbeek |
2017-03-24 | add a helper function to print all pools #ifdef MALLOC_STATS | Otto Moerbeek |
2017-03-24 | document new recallocarray diagnostic; zap a few diagnostics that should | Otto Moerbeek |
2017-03-24 | move recallocarray to malloc.c and | Otto Moerbeek |
2017-03-23 | mkdir(2) and mkdirat(2) can also fail with EACCESS if write permission | Todd C. Miller |
2017-03-22 | Provide the necessary weak alias for fpgetround(). Delete the obsolete | Philip Guenther |
2017-03-22 | Use the hidden aliases to avoid PLT entries for {,_}{set,long}jmp | Philip Guenther |
2017-03-19 | Stop setting the second register; it's unnecessary on 64bit archs | Philip Guenther |
2017-03-18 | Simplify fork/vfork logic: the kernel has handled returning zero in the child | Mark Kettenis |
2017-03-18 | Use the userspace-visible thread register directly in __cerror instead | Mark Kettenis |
2017-03-18 | Make brk(2) actually work and sync the brk()/sbrk() implementation with arm, | Mark Kettenis |
2017-03-17 | remove unneccessary macro; | Jason McIntyre |
2017-03-17 | Strengthen description of recallocarray(3) behaviour, hoping that readers | Theo de Raadt |
2017-03-17 | Use recallocarray() to avoid leaving detritus in memory when resizing | Todd C. Miller |
2017-03-17 | recallocarray() the string buffer, to avoid leaving such contents | Theo de Raadt |
2017-03-17 | Use recallocarray() to avoid leaving detritus in memory when resizing | Theo de Raadt |
2017-03-16 | sync the vfs bits as best i can; | Jason McIntyre |
2017-03-16 | Only reallocate the buffer to fit for medium-size allocations where | Todd C. Miller |
2017-03-16 | bit more consistent; | Jason McIntyre |
2017-03-16 | When reallocating the buffer for asprintf(), just round up to the | Todd C. Miller |
2017-03-15 | use recallocarray to resize buffer - ensures that detritus from previous | Theo de Raadt |
2017-03-14 | Use a macro for the initial length of the buffer instead of 127; OK deraadt@ | Todd C. Miller |