NetBSD/lib
christos 559c967b97 Import tzcode 2023d:
localtime.c no longer mishandles TZif files that contain a single
    transition into a DST regime.  Previously, it incorrectly assumed
    DST was in effect before the transition too.  (Thanks to Alois
    Treindl for debugging help.)

    localtime.c's timeoff no longer collides with OpenBSD 7.4.

    The C code now uses _Generic only if __STDC_VERSION__ says the
    compiler is C11 or later.

    tzselect now optionally reads zonenow.tab, to simplify when
    configuring only for timestamps dated from now on.

    tzselect no longer creates temporary files.

    tzselect no longer mishandles the following:

      Spaces and most other special characters in BUGEMAIL, PACKAGE,
      TZDIR, and VERSION.

      TZ strings when using mawk 1.4.3, which mishandles regular
      expressions of the form /X{2,}/.

      ISO 6709 coordinates when using an awk that lacks the GNU
      extension of newlines in -v option-arguments.

      Non UTF-8 locales when using an iconv command that lacks the GNU
      //TRANSLIT extension.

    zic no longer mishandles data for Palestine after the year 2075.
    Previously, it incorrectly omitted post-2075 transitions that are
    predicted for just before and just after Ramadan.  (Thanks to Ken
    Murchison for debugging help.)

    zic now works again on Linux 2.6.16 and 2.6.17 (2006).
2023-12-23 20:48:38 +00:00
..
csu fix RCSIDs. 2023-08-01 20:09:12 +00:00
i18n_module Drop -O[01] hacks for vax; no longer necessary for patched GCC 10 2023-10-07 12:15:49 +00:00
libarch sparc_v8.S: fix v8 .mul/.umul versions to conform to psABI 2023-09-11 12:00:45 +00:00
libbluetooth Fix typo in comment. 2023-06-24 05:18:12 +00:00
libbpfjit
libbsdmalloc Make mstats() decl match prototype so this compiles with -DMSTATS. 2023-07-08 04:09:26 +00:00
libbz2 Drop -O[01] hacks for vax; no longer necessary for patched GCC 10 2023-10-07 12:15:49 +00:00
libc Import tzcode 2023d: 2023-12-23 20:48:38 +00:00
libc_aligned libc_aligned, libc_fp: Add missing close-paren. 2023-09-04 18:16:53 +00:00
libc_fp libc_aligned, libc_fp: Add missing close-paren. 2023-09-04 18:16:53 +00:00
libc_vfp
libcompat Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICS 2022-12-04 01:29:31 +00:00
libcrypt Drop -O[01] hacks for vax; no longer necessary for patched GCC 10 2023-10-07 12:15:49 +00:00
libcurses Correct the fd closed check so we actually check the outfd as per 2023-10-09 21:14:29 +00:00
libdm
libedit avoid various use-after-free issues. 2023-08-10 20:38:00 +00:00
libexecinfo */shlib_version: Ensure a boring line between RCS id and all else. 2023-09-06 12:48:15 +00:00
libform pass the struct size to malloc(), not the pointer size. 2023-08-01 07:56:23 +00:00
libintl
libipsec
libisns bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
libkern
libkvm libkvm: whitespace 2023-08-23 14:00:11 +00:00
libm Fix building with M68040 and M68060 options. 2023-12-21 06:32:20 +00:00
libmenu s/logigally/logically/. 2023-08-17 14:21:18 +00:00
libnpf libnpf(3): No need for weird padding any more. 2023-08-08 10:36:04 +00:00
libnvmm
libossaudio lib: Mark up error names in man pages with .Er 2022-12-04 11:25:08 +00:00
libp2k
libpam pam_krb5: Fix PR lib/57631. 2023-09-28 02:31:04 +00:00
libpanel
libpci
libperfuse Fix typo in comment. 2023-06-24 05:18:12 +00:00
libposix
libppath lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
libprop
libpthread pthread: Document the setstack vs setguardsize bug. 2023-12-07 16:55:01 +00:00
libpuffs pathconf needs to return EINVAL when the variable is invalid 2023-12-11 12:42:18 +00:00
libquota
libradius Recursively revbump all dependents of libcrypto. 2023-09-04 18:12:44 +00:00
librefuse refuse(3): Fix broken 3.5, 3.6, and 3.7 APIs 2023-07-14 02:43:50 +00:00
libresolv
librmt lib: Mark up error names in man pages with .Er 2022-12-04 11:25:08 +00:00
librpcsvc
librt Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICS 2022-12-04 01:29:31 +00:00
librump bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
librumpclient librump*: Require 10.99.7 or higher for __kevent100 2023-07-31 04:37:04 +00:00
librumpdev
librumphijack fix simple mis-matched function prototype and definitions. 2023-08-01 07:04:14 +00:00
librumpnet
librumpres bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
librumpuser PR kern/57626: instead of an (arbitrary) FAKE_PAGE_SHIFT (and always 2023-09-24 09:33:26 +00:00
librumpvfs
libskey s/charater/character/ in comment. 2023-01-17 14:13:48 +00:00
libtelnet
libterminfo fix few typos in comments. 2023-01-31 21:11:24 +00:00
libukfs
libusbhid
libutil bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
libwrap
liby
libz bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
lua fix vax build 2022-11-23 18:15:43 +00:00
npf
Makefile lib: Handle various external lib directories with build_install. 2023-09-06 23:44:42 +00:00
Makefile.inc
bumpversion
checkoldver
checkver
checkvers