]> sourceware.org Git - valgrind.git/commit
FreeBSD ioctl: add handling for FIODGNAME
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 29 Jan 2024 07:03:52 +0000 (08:03 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 29 Jan 2024 07:03:52 +0000 (08:03 +0100)
commitd0c17b5431e5448c73f99322afb5aac442c2ee70
tree7d6b60cc8271d8c1ede512ae06f2dd26069f0be5
parent096b3d86f55564fd65d25719b34b6c4333c4f862
FreeBSD ioctl: add handling for FIODGNAME

Up til now FreeBSD ioctl coverage was conspicuous by its absence
relying entirely on the generic wrapper. Time to start improving
that.

Example provided by Kyle Evans.
.gitignore
coregrind/m_syswrap/syswrap-freebsd.c
include/vki/vki-freebsd.h
memcheck/tests/freebsd/Makefile.am
memcheck/tests/freebsd/openpty.c [new file with mode: 0644]
memcheck/tests/freebsd/openpty.stderr.exp [new file with mode: 0644]
memcheck/tests/freebsd/openpty.vgtest [new file with mode: 0644]
This page took 0.032896 seconds and 5 git commands to generate.