summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorcheloha <cheloha@openbsd.org>2019-07-01 16:52:02 +0000
committercheloha <cheloha@openbsd.org>2019-07-01 16:52:02 +0000
commit74fc51df71a8f976fa62173d1a72a25b8c26bdf4 (patch)
tree6d8625c05cc8182fc2618ebdd22398ae2aca9c53 /lib/libc/sys
parentCompile with -fno-jump-tables to avoid relocations in _dl_boot_bind() when (diff)
downloadwireguard-openbsd-74fc51df71a8f976fa62173d1a72a25b8c26bdf4.tar.xz
wireguard-openbsd-74fc51df71a8f976fa62173d1a72a25b8c26bdf4.zip
kevent(2): remove 24hr timeout limit
As with nanosleep(2), poll(2), and select(2), here we can chip away at the timespec until it's empty. This lets us support the full range of the timespec regardless of the kernel's HZ. Update the manpage accordingly. ok visa@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/kqueue.29
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 693b29c8cd9..b744e50d53d 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kqueue.2,v 1.38 2019/05/03 04:06:08 schwarze Exp $
+.\" $OpenBSD: kqueue.2,v 1.39 2019/07/01 16:52:02 cheloha Exp $
.\"
.\" Copyright (c) 2000 Jonathan Lemon
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD: src/lib/libc/sys/kqueue.2,v 1.18 2001/02/14 08:48:35 guido Exp $
.\"
-.Dd $Mdocdate: May 3 2019 $
+.Dd $Mdocdate: July 1 2019 $
.Dt KQUEUE 2
.Os
.Sh NAME
@@ -569,8 +569,3 @@ system and this manual page were written by
It is currently not possible to watch FIFOs or AIO that reside
on anything but a UFS file system.
Watching a vnode is possible on UFS, NFS and MS-DOS file systems.
-.Pp
-The
-.Fa timeout
-value is limited to 24 hours; longer timeouts will be silently
-reinterpreted as 24 hours.