1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 15:25:38 -08:00
OpenBSD
Go to file
millert 8e0d42cd57 The maximum count is SKEY_MAX_SEQ + 1 not SKEY_MAX_SEQ - 1.
Sequence numbers are in the range [0, SKEY_MAX_SEQ] inclusive.
This means the maximum value for the -n option (count) should be
SKEY_MAX_SEQ + 1.  From Denis Bodor.
2024-08-03 22:00:31 +00:00
bin bump posix spec from 2008 -> 2024; 2024-08-01 14:44:34 +00:00
distrib sync 2024-08-02 05:00:35 +00:00
etc Add 5f00::/16 segment routing SRv6 SIDs prefix to example bogon list 2024-07-24 19:28:37 +00:00
games Fix input handling wrt redrawing. The new version of curses does 2024-06-03 09:43:10 +00:00
gnu Possible to read the core file of a process. 2024-08-01 01:43:08 +00:00
include The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024. 2024-08-03 20:13:23 +00:00
lib The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024. 2024-08-03 20:13:23 +00:00
libexec unveil(2) /etc/gettytab.db in getty(8) to avoid possible violation. 2024-07-19 15:28:51 +00:00
regress Fix previous 2024-08-02 16:02:35 +00:00
sbin Fix memory leaks and improve id handling of iked_radserver_req. 2024-07-18 08:58:59 +00:00
share Add qcgpio at fdt. 2024-08-01 21:55:48 +00:00
sys Code patch out the retpoline in the signal trampoline just 2024-08-02 22:24:51 +00:00
usr.bin The maximum count is SKEY_MAX_SEQ + 1 not SKEY_MAX_SEQ - 1. 2024-08-03 22:00:31 +00:00
usr.sbin Backout previous. It was incompleted and too early. 2024-08-02 12:43:55 +00:00
.gitignore Ignore CVS directories for easier git + CVS coexistence. 2023-07-07 15:44:54 +00:00
Makefile minor cranking of libraries exposes a problem, details too long to explain. 2020-04-05 20:14:14 +00:00
Makefile.cross riscv64 is a LP64_ARCH, list it as such. 2021-05-03 00:04:31 +00:00