1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
OpenBSD
Go to file
guenther 3ed9484fbb Cast to unsigned char after or'ing in the meta bit, so the compiler
doesn't complain when it's implicitly converted to plain char in an
assignment, and to make sure it's not negative when used as an array index.

ok miod@
2024-08-16 23:09:25 +00:00
bin unifdef for S_I{FLNK,FIFO,FSOCK}. For the operations where we use 2024-08-15 06:27:24 +00:00
distrib sync 2024-08-16 16:57:02 +00:00
etc add 7.7 syspatch pubkey 2024-08-16 06:42:21 +00:00
games Fix input handling wrt redrawing. The new version of curses does 2024-06-03 09:43:10 +00:00
gnu Cast to unsigned char after or'ing in the meta bit, so the compiler 2024-08-16 23:09:25 +00:00
include Add <stdio_ext.h> with the seven APIs needed to have gnulib operate 2024-08-12 20:56:55 +00:00
lib Support describing ABI changes for static libraries too. 2024-08-15 01:25:13 +00:00
libexec unveil(2) /etc/gettytab.db in getty(8) to avoid possible violation. 2024-07-19 15:28:51 +00:00
regress Regen some OK files since the bgpctl rib header changed. 2024-08-15 13:26:16 +00:00
sbin rework DESCRIPTION for both dhcpleased(8) and slaacd(8) to more accurately 2024-08-11 06:07:37 +00:00
share telnet(1) is not a good example for logging in over the network. 2024-08-16 16:10:27 +00:00
sys Atomically modify `nthreads' and move proc_free() out of KERNEL_LOCK(). 2024-08-16 16:19:03 +00:00
usr.bin Remove reference to telnet(1). 2024-08-16 16:11:06 +00:00
usr.sbin Make sure that the uptime field is always updated. Previously it was 2024-08-16 09:54:21 +00:00
.gitignore Ignore CVS directories for easier git + CVS coexistence. 2023-07-07 15:44:54 +00:00
Makefile
Makefile.cross riscv64 is a LP64_ARCH, list it as such. 2021-05-03 00:04:31 +00:00