1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
OpenBSD
Go to file
deraadt 5af5b08474 Recent discussions about abort() potentially leaving key material in
core files (which can depend upon various file layouts) have resonated
with my hate for this function outside a purely debugging context.  I
also dislike how the report goes to stderr which may get lost or ignored.
Increase the noise (with syslog_r) and use _exit(1) to gaurantee termination.
ok jsing
2019-01-26 11:30:32 +00:00
bin I am retiring my old email address; replace it with my OpenBSD one. 2019-01-25 00:19:25 +00:00
distrib sync 2019-01-26 10:59:50 +00:00
etc rc(8) bits for unwind(8); OK deraadt 2019-01-26 10:59:07 +00:00
games printing the pinball bonus in the corner is confusing when you lose. 2019-01-20 04:14:19 +00:00
gnu CXXFLAGS are the correct spelling for c++ options. 2019-01-19 00:02:15 +00:00
include I am retiring my old email address; replace it with my OpenBSD one. 2019-01-25 00:19:25 +00:00
lib Recent discussions about abort() potentially leaving key material in 2019-01-26 11:30:32 +00:00
libexec On i386, ensure that the first PT_LOAD segment is below the W^X 2019-01-25 18:13:13 +00:00
regress print errors to stderr 2019-01-25 01:21:44 +00:00
sbin hook up unwind(8) to the build; OK deraadt 2019-01-26 10:59:30 +00:00
share I am retiring my old email address; replace it with my OpenBSD one. 2019-01-25 00:19:25 +00:00
sys check if the incoming ttl is <= 1 before decrementing it. 2019-01-26 06:58:08 +00:00
usr.bin avoid double free, instead flowing through a free(NULL) 2019-01-26 10:58:54 +00:00
usr.sbin hook up unwind(8) to the build; OK deraadt 2019-01-26 10:59:30 +00:00
Makefile bye bye depends 2017-07-05 10:22:32 +00:00
Makefile.cross Don't assume that we use LLVM's ld(1) if we use clang(1) as main system 2018-02-04 21:11:32 +00:00