summaryrefslogtreecommitdiff
path: root/src/first.h
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+17
* [core] _WIN32 clock ticks and timeGlenn Strauss2023-05-031-0/+7
* [multiple] _WIN32 misc compatGlenn Strauss2023-05-031-0/+54
* [core] define __EXTENSIONS__ on IllumosGlenn Strauss2022-01-041-0/+4
* [core] explicitly include sys/cdefs.hGlenn Strauss2021-10-301-0/+6
* [core] earlier macOS need define for errno_t (fixes #3107)Glenn Strauss2021-10-101-0/+6
* [multiple] __attribute_nonnull__ now takes paramsGlenn Strauss2021-10-051-2/+2
* [core] define __BEGIN_DECLS, __END_DECLS if neededGlenn Strauss2021-10-041-0/+16
* [core] define _DEFAULT_SOURCE in first.hGlenn Strauss2021-09-041-0/+4
* [core] Y2038: use _TIME_BITS=64 on 32-bit glibcGlenn Strauss2021-09-041-0/+13
* [multiple] Y2038 32-bit signed time_t mitigationsGlenn Strauss2021-09-041-0/+43
* [core] define __attribute_unused__ if neededGlenn Strauss2021-05-211-0/+9
* [core] define __attribute_nonnull__Glenn Strauss2021-04-021-0/+9
* [multiple] add attrs from gcc -Wsuggest-attribute=Glenn Strauss2021-03-261-0/+22
* [core] check for __builtin_expect() availabilityGlenn Strauss2020-11-271-0/+11
* [core] __attribute_returns_nonnull__Glenn Strauss2020-02-241-0/+9
* [core] correct __attribute_pure__ syntaxGlenn Strauss2019-06-061-2/+2
* [core] __attribute_pure__Glenn Strauss2019-06-061-0/+9
* [core] __attribute__((format ...))Glenn Strauss2019-04-201-1/+12
* [core] __attribute__((fallthrough)) for GCC 7.0Glenn Strauss2019-03-161-0/+7
* [core] separate server_main_loop() func, mark hotGlenn Strauss2019-02-041-0/+18
* [core] log_failed_assert() __attribute__((cold))Glenn Strauss2018-09-231-0/+39
* [core] workaround Coverity cov-build bug with gcc7Glenn Strauss2018-08-121-0/+8
* [core] some header cleanupGlenn Strauss2018-04-081-0/+34
* [core] define __STDC_WANT_LIB_EXT1__ (fixes #2722)Glenn Strauss2016-04-131-0/+4
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+12