index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
Age
Commit message (
Expand
)
Author
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
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
[next]