| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-03 | bsd.own.mk: rename GCC_NO_* to CC_WNO_* | lukem | |
| Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler. GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name. | |||
| 2023-06-03 | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER | lukem | |
| Provide a single variable CC_WNO_ADDRESS_OF_PACKED_MEMBER with options for both clang and gcc, to replace CLANG_NO_ADDR_OF_PACKED_MEMBER CC_NO_ADDR_OF_PACKED_MEMBER GCC_NO_ADDR_OF_PACKED_MEMBER Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name. | |||
| 2022-12-04 | lib: Mark up error names in man pages with .Er | uwe | |
| 2022-12-04 | Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICS | uwe | |
| 2022-12-04 | getservent(3): Section 3 has RETURN VALUES, not DIAGNOSTICS | uwe | |
| While here, don't claim that null pointer is zero. We should probably just pick the wording from POSIX, but that yak is a bit too big for me to shave at the moment. | |||
| 2022-12-03 | reference /var/db/services.cdb / services_mkdb(8) | jschauma | |
| 2022-06-28 | fix references in manual pages to the reference documentation | rillig | |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar | |
| 2022-04-19 | lib: remove CONSTCOND comment | rillig | |
| Since 2021-01-31, lint doesn't need it anymore for the common pattern of 'do ... while (0)'. | |||
| 2022-03-12 | reallocarr returns errno. preserve it. | christos | |
| 2022-03-12 | getservent_r: use reallocarr | nia | |
| CVSv ---------------------------------------------------------------------- | |||
| 2022-03-12 | getprotoent_r: use reallocarr | nia | |
| 2021-10-28 | Fix typo in comment: allows, not alows. | riastradh | |
| I don't know what an alow is, maybe some cousin of the alot. Awaiting a nature documentary by Allie Brosh about these perhaps more elusive beasts. PR misc/56473, from jschauma | |||
| 2021-10-27 | getaddrinfo(3): malloc + memset -> calloc | nia | |
| 2021-08-08 | introduce a SOL_LOCAL for unix-domain socket level socket options | nia | |
| as an alias of the current 0 used for these options, as in FreeBSD. reviewed by many. | |||
| 2021-04-12 | new GCC_NO_* uses for warning issues. most of the users of the new | mrg | |
| GCC_NO_RETURN_LOCAL_ADDR are bugs in GCC itself, not the code. | |||
| 2020-11-18 | Don't complain about additional DNAME records received when resolving A or | is | |
| AAAA (like already done for SIG/KEY and CNAME). | |||
| 2020-06-05 | Remove more bogus tests for 64-bit i386 and SuperH. | nia | |
| These are always false. | |||
| 2020-06-04 | getaddrinfo.3: order of the struct members is wrong, correct it | nia | |
| 2019-10-13 | introduce some common variables for use in GCC warning disables: | mrg | |
| GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8) GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8) GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8) GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8) use these to turn off warnings for most GCC-8 complaints. many of these are false positives, most of the real bugs are already commited, or are yet to come. we plan to introduce versions of (some?) of these that use the "-Wno-error=" form, which still displays the warnings but does not make it an error, and all of the above will be re-considered as either being "fix me" (warning still displayed) or "warning is wrong." | |||
| 2019-10-10 | More cases to disable gcc-8 warnings only when we're using gcc>=8 | kre | |
| 2019-10-09 | Add -Wno-error for gcc-8 warnings | christos | |
| 2019-05-29 | Fix typo(s/suppport/support/) in comment. From FreeBSD. | msaitoh | |
| 2018-12-13 | Adjust English usage in message for EAI_NONAME. | dholland | |
| 2018-12-13 | Return EAI_NODATA, not EAI_NONAME, for nonexistent hosts. | dholland | |
| This causes e.g. "ssh nosuchname" to print "No address associated with hostname", which is correct, rather than "hostname nor servname provided, or not known", which is not. | |||
| 2018-08-22 | - SIOCGIFINDEX was added in 2013, but if_freenameindex(3) have not used it | msaitoh | |
| for years. Use it to improve performance. Same as FreeBSD. - KNF. | |||
| 2018-08-13 | Various improvements. | wiz | |
| More markup, sort errors, fix -1. | |||
| 2018-08-02 | Add missing SCTP manpage. | rjs | |
| 2018-08-02 | Add userland support for SCTP and manpages. | rjs | |
| 2018-02-21 | Consistenly use "host byte order". | uwe | |
| 2018-02-21 | Fix endnetent prototype. Fix NULL. New sentence, new line. | wiz | |
| 2018-02-21 | Improve the getnetent(3) man-page | kamil | |
| Document return type of setnetent(3) and endnetent(3). Both "void". Sponsored by <The NetBSD Foundation> | |||
| 2018-02-16 | Enforce that getpeereid only returns success on AF_LOCAL sockets, instead | christos | |
| of returning garbage for other socket types. | |||
| 2018-02-07 | Fix typos, as reported by Eitan Adler. Update dates. | pgoyette | |
| 2017-12-28 | PR/52837: Michael Kaufmann: getaddrinfo() resolves "127.0.0.1 www.example.com" | christos | |
| to 127.0.0.1. Apply the patch from FreeBSD and explain the rationale. | |||
| 2017-10-30 | Fix Bl argument. | wiz | |
| 2017-10-25 | Add freeifaddrs to the NAME section | abhinav | |
| 2017-10-25 | Remove comma after last Nm entry | abhinav | |
| 2017-10-25 | Remove comma after last Nm entry. | abhinav | |
| New sentence, new line | |||
| 2017-09-29 | PR/52578: Benjamin M. Schwartz: sync the internal copy of res_nquery for | christos | |
| getaddrinfo, with the real version so that we handle EDNS fallback. | |||
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz | |
| 2017-06-18 | Include IPv6 global variable in USE_INET6=no libc | manu | |
| This ensures a binary built with USE_INET6=yes libc can still link at runtime with a USE_INET6=no libc. Of course IPv6 functionnality is not available, but dynamic linking is not killed by missing symbols such as in6addr_any. | |||
| 2017-03-10 | Remove entirely redundant free right after declaration. | maya | |
| This block existed because the original code used bindname as a global. | |||
| 2017-03-10 | Drop redundant null checks. | maya | |
| this doesn't increase diff to upstream, the whole block differs already. | |||
| 2017-01-10 | KNF, simplify expressions for readability. | christos | |
| 2016-12-18 | clarify res_nclose and res_ndestroy. | christos | |
| 2016-12-07 | Fix comment: s/ACCD/ADDC/ | pgoyette | |
| 2016-12-07 | Actually guarantee that the returned buffer from link_ntoa() is always | kre | |
| NUL terminated, even when called by malicious/broken applications. | |||
| 2016-12-07 | More tweaking... | pgoyette | |
| 2016-12-07 | Update BUGS section to note the possibility of a truncated return value. | pgoyette | |
