1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
OpenBSD
Go to file
reyk 871fc12c55 Stop accessing verbose and debug variables from log.c directly.
This replaces log_verbose() and "extern int verbose" with the two functions
log_setverbose() and log_getverbose().

Pointed out by benno@
OK krw@ eric@ gilles@ (OK gilles@ for the snmpd bits as well)
2017-01-09 14:49:21 +00:00
bin Allow the omission of one address in (.,.) and (.;.) address ranges 2017-01-03 20:24:29 +00:00
distrib Use makefs to build bsd.rd. ok deraadt 2017-01-08 14:42:12 +00:00
etc sync 2017-01-05 09:51:56 +00:00
games gcc says "if you define labels and don't use them, I will whine." 2016-12-25 20:30:41 +00:00
gnu Revert the addition of PROMOTE_MODE. This breaks libobjc; I guess the 2017-01-08 19:21:41 +00:00
include Add max_align_t. 2017-01-06 14:36:50 +00:00
lib add missing comma in the NAME section 2017-01-07 23:15:37 +00:00
libexec Build with -fno-builtin to keep clang from optimizing the _dl_memset() 2017-01-05 21:14:22 +00:00
regress Provide TLS_INT for consistency with libssl/libcrypto. 2017-01-09 12:34:03 +00:00
sbin Stop accessing verbose and debug variables from log.c directly. 2017-01-09 14:49:21 +00:00
share Clarify how tabs after .It work 2017-01-09 14:10:18 +00:00
sys pf_purge_thread() needs the NET_LOCK(). 2017-01-09 14:47:13 +00:00
usr.bin The .No macro is not supposed to produce fixed-width font, it is not 2017-01-09 12:48:52 +00:00
usr.sbin Stop accessing verbose and debug variables from log.c directly. 2017-01-09 14:49:21 +00:00
Makefile Enable builds with a dedicated user that cannot elevate privileges or write 2016-11-19 14:20:58 +00:00
Makefile.cross With clang as cross-compiler we need to tell it where our cross 2017-01-04 17:26:02 +00:00