Age | Commit message (Expand) | Author |
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 |
2023-02-17 | Remove unused variables; ok millert@ | Miod Vallat |
2023-02-16 | Document pinsyscall(2). The ld.so and kernel enforcement code is not | Theo de Raadt |
2023-02-11 | crank major because __syscall is gone | Theo de Raadt |
2023-02-11 | __syscall() is no longer neccessary since the system calls which needed | Theo de Raadt |
2023-02-11 | Use a consistent comment to explain why 32bit archs set their second | Philip Guenther |
2023-02-07 | remove seatbelt | Theo de Raadt |
2023-02-05 | remove --no-execute-only seatbelt | Theo de Raadt |
2023-02-05 | Implement usertc corresponding to the Allwinner A64 agtimer(4) errata. | Mark Kettenis |
2023-02-05 | writev() appeared in 4.1c before 4.2 | Jonathan Gray |
2023-02-05 | getpagesize() appeared in 4.1c before 4.2 | Jonathan Gray |
2023-01-27 | Use stricter constraints in the assembly statements in fpset{mask,round,sticky} | Miod Vallat |
2023-01-20 | The locale is ignored on OpenBSD, match the wording used in isalpha.3. | Todd C. Miller |
2023-01-16 | Currently we disable kbind(2) for static program from libc.a's | Philip Guenther |
2023-01-13 | Move all data from .text section to .rodata, and update the code to | Miod Vallat |
2023-01-12 | remove outdated "expected to be compliant" | Jonathan Gray |