Age | Commit message (Expand) | Author |
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 |
2023-02-27 | use the correct size of the execve syscall stub | Theo de Raadt |
2023-02-27 | Calculate the size of the static (and profiled static) execve syscall stub | Theo de Raadt |
2023-02-27 | There is no reason to-be-cleared chunks cannot participate in delayed | Otto Moerbeek |
2023-02-24 | Try to warn about syscall() possibly being deleted from libc in the | Theo de Raadt |
2023-02-23 | adjust documentation for ktrace.h changes. utrace() is now easier to use | Theo de Raadt |
2023-02-22 | remove .Pp before .Sh; | Jason McIntyre |
2023-02-22 | Point to <signal.h> and not <sys/signal.h>: the latter is | Philip Guenther |
2023-02-22 | Prefer 'argument' over 'parameter' when refering to the value | Philip Guenther |
2023-02-22 | Prefer "get or set" over "get/set" or "get and set". | Philip Guenther |
2023-02-21 | adress -> address; | Jason McIntyre |
2023-02-21 | hppa does some weird callgate stuff, so the pinsyscall() provides the | Theo de Raadt |
2023-02-21 | dlfcn/init.c | Theo de Raadt |
2023-02-21 | Do pinsyscall() after static libc is configured for errno storage. | Theo de Raadt |
2023-02-21 | pinsyscall(2) is not just for dynamic binaries anymore, so make the | Theo de Raadt |
2023-02-21 | In static binaries, if WEAK execve can be found, use pinsyscall(2) to | Theo de Raadt |
2023-02-21 | create a stub for pinsyscall(2) | Theo de Raadt |
2023-02-21 | correct parameter type | Theo de Raadt |
2023-02-19 | auth_getchallenge does not exist anymore | aisha |
2023-02-18 | missing dot before macro; from josiah frentsos | Jason McIntyre |
2023-02-17 | Only compile _ng_print() #ifdef DEBUG_NG; ok millert@ | Miod Vallat |