1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00
OpenBSD
Go to file
dv 134d7b1ef9 rpcgen(1): default to "STDIN" as input file when compiling to headers.
FreeBSD, NetBSD, and GNU all use a variation of "STDIN" as the
default input filename when compiling to header files (-h) to prevent
a NULL-pointer deference. Adopt a similar approach.

ok millert@
2024-07-22 17:55:18 +00:00
bin Sync with proc.h: s/PS_STOPPED/PS_STOPPING/ 2024-07-22 09:44:37 +00:00
distrib sync 2024-07-19 14:32:56 +00:00
etc Add /usr/X11R6/include/va. ok tb@ 2024-07-14 09:39:15 +00:00
games Fix input handling wrt redrawing. The new version of curses does 2024-06-03 09:43:10 +00:00
gnu Implement investigate kernel corefile to lldb. 2024-07-13 07:25:38 +00:00
include Add wcsnlen(3) declaration, missed in previous. 2024-07-14 10:04:17 +00:00
lib Use cipher suite values instead of IDs. 2024-07-22 14:47:15 +00:00
libexec unveil(2) /etc/gettytab.db in getty(8) to avoid possible violation. 2024-07-19 15:28:51 +00:00
regress Revise regress to match cipher suite values change. 2024-07-22 14:50:45 +00:00
sbin Fix memory leaks and improve id handling of iked_radserver_req. 2024-07-18 08:58:59 +00:00
share remove extra punctuation; from alexander arch 2024-07-18 05:44:46 +00:00
sys remove unneeded prototypes for functions in other files 2024-07-22 14:03:22 +00:00
usr.bin rpcgen(1): default to "STDIN" as input file when compiling to headers. 2024-07-22 17:55:18 +00:00
usr.sbin Fix ipcp module to use (the maximum sequence number from the db) + 1 2024-07-22 10:00:16 +00:00
.gitignore Ignore CVS directories for easier git + CVS coexistence. 2023-07-07 15:44:54 +00:00
Makefile
Makefile.cross