Age | Commit message (Expand) | Author |
2023-09-28 | don't mention what language functions are implemented in | Jonathan Gray |
2023-09-14 | use Fn notation instead of Nm, as the rest of the page does; | Jason McIntyre |
2023-09-12 | since since -> since | Jonathan Gray |
2023-09-09 | Print waring message when not allocated memory in putleakinfo(). | ASOU Masato |
2023-09-06 | remove unused variable | Jonathan Gray |
2023-08-25 | new manual page MB_CUR_MAX(3) written from scratch; | Ingo Schwarze |
2023-08-20 | remove "flag" from the Dv line; | Jason McIntyre |
2023-08-20 | Add syscall stub for kqueue1(2) | Visa Hankala |
2023-08-20 | Provide C11 <uchar.h>. | Ingo Schwarze |
2023-08-17 | add space needed in punctuation; | Jason McIntyre |
2023-08-13 | simplify previous; | Jason McIntyre |
2023-08-13 | kevent: Add precision and abstimer flags for EVFILT_TIMER | Visa Hankala |
2023-08-13 | Make sure modf() returns correct values for infinities. While there, drop | Miod Vallat |
2023-08-05 | Remove empty file left behind in a revert during p2k17 | Theo Buehler |
2023-08-01 | ualarm.3: cleanups, rewrites | Scott Soule Cheloha |
2023-07-18 | Remove extra parentheses. | ASOU Masato |
2023-07-11 | No need to initialize the first element of st->string since it was just | Claudio Jeker |
2023-07-03 | fix uuid_dec_{b,l}e prototypes | Jasper Lievisse Adriaanse |
2023-07-01 | Document that small allocations are initially junked with 0xdf now | Otto Moerbeek |
2023-06-30 | Recommit "Allow to ask for deeper callers for leak reports using | Otto Moerbeek |
2023-06-26 | Fix Ed Schouten's name | Theo Buehler |
2023-06-26 | document handling of NULL envp as an extension; | Jason McIntyre |
2023-06-23 | Revert previous, not all platforms allow compiling | Otto Moerbeek |
2023-06-22 | Allow to ask for deeper callers for leak reports using malloc options. | Otto Moerbeek |
2023-06-21 | Use recallocarray() consistently. recallocarray() was introduced to simplify | Claudio Jeker |
2023-06-07 | Add portable version and m88k-specific version lb() function, because | Kenji Aoyama |
2023-06-04 | More thorough write-afetr-free checks. | Otto Moerbeek |
2023-06-02 | pledge(2): stdio: permit restricted profil(2) for moncontrol(3) | Scott Soule Cheloha |
2023-05-27 | Remove malloc interposition, a workaround that was once needed for emacs | Otto Moerbeek |
2023-05-19 | Since waitid(2) shares code with wait4(2) and doesn't expose any | Philip Guenther |
2023-05-18 | memmove() entry point is declared with NENTRY() and isn't consecutive | Philip Guenther |
2023-05-18 | Add PROTO_NORMAL() declarations for the remaining syscalls, to avoid | Philip Guenther |
2023-05-18 | Add PROTO_NORMAL() declarations for utrace (and ktrace) syscalls | Philip Guenther |
2023-05-18 | Make two corrections to the vfork(2) stub: | Philip Guenther |
2023-05-16 | add net.inet.tcp.tso; | Jason McIntyre |
2023-05-13 | default path includes /usr/local/sbin | Klemens Nanni |
2023-05-11 | Retguard addition in commit 72pYktDvmJhq7OyF was based on the understanding | Philip Guenther |
2023-05-10 | As mmap(2) is no longer a LOCK syscall, do away with the extra | Otto Moerbeek |
2023-04-26 | Declare sendsyslog to match its man page | Greg Steuck |
2023-04-21 | remove duplicate include | Jonathan Gray |
2023-04-19 | remove duplicate includes | Jonathan Gray |
2023-04-17 | remove bad Pp; | Jason McIntyre |
2023-04-16 | Dump (leak) info using utrace(2) and compile the code always in | Otto Moerbeek |
2023-04-05 | Introduce variation in location of junked bytes; ok tb@ | Otto Moerbeek |
2023-04-01 | Check all chunks in the delayed free list for write-after-free. | Otto Moerbeek |
2023-03-31 | Since all arm64 assembly code in libc uses the ENTRY* macros from | Mark Kettenis |
2023-03-25 | Last arg is also a pointer, so pass NULL instead of 0; ok deraadt@ | Otto Moerbeek |
2023-03-25 | Change malloc chunk sizes to be fine grained. | Otto Moerbeek |
2023-03-15 | Fix a number of out of bound reads in DNS response parsing. | Todd C. Miller |
2023-03-02 | When parsing %s, the result should be in the local time zone. | Todd C. Miller |