summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_time.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-01-23 23:44:04 +0000
committerderaadt <deraadt@openbsd.org>2017-01-23 23:44:04 +0000
commit79f94a981d6e3e8ac652d07c6d6d624a7c88e18a (patch)
tree3702040e57edc145cdd219158b0add97c186f9a0 /sys/kern/kern_time.c
parentMission accomplished, bgpctl is now fatal free. (diff)
downloadwireguard-openbsd-79f94a981d6e3e8ac652d07c6d6d624a7c88e18a.tar.xz
wireguard-openbsd-79f94a981d6e3e8ac652d07c6d6d624a7c88e18a.zip
File descriptor passing internalizes fd's into an mbuf-stored array of
struct file *, and then externalizes back to fd upon delivery. Convert storage to array of struct fdpass, containing struct file * (and soon something else). memcpy originally intended for alignment purposes can be removed because CMSG_ALIGN is _ALIGN. There is some anxiety over changing this code, but it reads easier. ok mpi guenther kettenis
Diffstat (limited to 'sys/kern/kern_time.c')
0 files changed, 0 insertions, 0 deletions