NetBSD/lib
apb a777540768 Some years don't need the "maybe add 1900 or 2000" adjustment
that was designed for handling two-digit abbreviated years.
For example, "1/2/70" still refers to the year 1970, as before,
but "70-01-02" now refers to the year 70.

* Add a new yyHaveFullYear member to struct dateinfo, to record whether
  or not the year needs to be adjusted.
* Code that parses years sets yyHaveFullYear=1 if they know that the
  year should not be adjusted (as is the case for ISO 8601 dates), or if
  they perform their own adjustment (as is the case for CVS timestamps).
* Move the year adjustment code into a new function, AdjustYear,
  instead of inline in Convert().
* Make Convert() assume the year doesn't need to be adjusted,
  and make Convert's callers first call AdjustYear() if appropriate.
2014-10-07 22:27:14 +00:00
..
csu New files for Userland support of UCB RISC-V (both 32-bit and 64-bit) 2014-09-19 17:36:24 +00:00
i18n_module Revert last, it breaks the tricks xsrc uses. 2012-08-23 21:21:14 +00:00
libarch MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU 2014-08-10 23:25:49 +00:00
libbluetooth Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
libbpfjit Add libbpfjit library. 2012-11-11 17:34:06 +00:00
libbsdmalloc These directories don't handle WARNS=5 2012-03-21 10:08:30 +00:00
libbz2 Reorg docs, part 1: 2014-07-05 19:22:41 +00:00
libc don't define functions we define in our own headers 2014-10-07 22:20:33 +00:00
libc_vfp Always compile as arm code. 2013-08-19 22:22:23 +00:00
libcompat Don't provide 2 versions of __compat_regerror() (the other one comes 2013-02-07 20:15:07 +00:00
libcrypt Publish explicit_memset and consttime_memequal in userland libc. 2013-08-28 17:47:07 +00:00
libcurses Use TOOL_VFONTEDPR 2014-07-15 13:27:58 +00:00
libdm If a library needs a symbol from another library, pull that library in 2013-09-11 23:04:09 +00:00
libedit Fix typo in comment (Tobias Stoeckmann) 2014-08-15 13:32:53 +00:00
libexecinfo Make EHABI optional. 2014-05-06 16:02:10 +00:00
libform goodbye CIRCLEQ, welcome TAILQ 2013-11-26 01:17:00 +00:00
libintl comments 2012-07-30 23:04:42 +00:00
libipsec include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland 2012-01-04 16:09:40 +00:00
libisns If a library needs a symbol from another library, pull that library in 2013-09-11 23:04:09 +00:00
libkern Add LIBISPRIVATE?=yes 2013-08-25 14:20:30 +00:00
libkvm New files for Userland support of UCB RISC-V (both 32-bit and 64-bit) 2014-09-19 17:36:24 +00:00
liblwres
libm Add RISC-V MD bits. 2014-09-19 17:42:44 +00:00
libmenu fix unused warnings 2013-10-18 19:53:59 +00:00
libnpf npf_config_submit: finally, include the saved connections. 2014-08-24 20:37:35 +00:00
libossaudio Add missing defines for 16, 24 and 32 bit NE and OE formats. 2014-09-09 10:45:18 +00:00
libp2k rump_pub_getversion -> rump_getversion 2014-03-10 22:47:27 +00:00
libpam Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
libpci Adjust to kernel changes 2014-09-21 14:32:37 +00:00
libperfuse Do not trust the filesystem's readdir to give us nul-terminated file names 2014-09-30 00:06:19 +00:00
libpmc
libposix MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU 2014-08-10 23:25:49 +00:00
libppath If a library needs a symbol from another library, pull that library in 2013-09-11 23:04:09 +00:00
libprop These directories default to WARNS?=5 2012-03-21 05:37:42 +00:00
libpthread New files for Userland support of UCB RISC-V (both 32-bit and 64-bit) 2014-09-19 17:36:24 +00:00
libpthread_dbg Introduce GENASSYM_CPPFLAGS for options during genassym processing. 2014-03-04 14:58:14 +00:00
libpuffs Bump date for previous. 2014-08-16 21:50:15 +00:00
libquota Revert the following changes: 2014-06-28 22:27:50 +00:00
libradius
librefuse Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
libresolv Use __RCSID. 2013-09-13 19:29:47 +00:00
librmt Use C89 function definition 2012-03-21 10:10:36 +00:00
librpcsvc remove __P 2013-12-20 21:04:09 +00:00
librt Sort errors. 2013-12-20 13:48:45 +00:00
librump Change the default value of rump kernels CPUs to 2. It used to be 2013-08-14 08:29:25 +00:00
librumpclient pretend to handle the poll return value for -Wunused-but-set 2014-04-25 12:20:12 +00:00
librumpdev
librumphijack In case of no dup2'd fd's, make sure that F_CLOSEM for the 2014-08-12 23:47:09 +00:00
librumpnet
librumpuser Canonical Minix check as pointed out by Marc 2014-10-07 12:48:02 +00:00
librumpvfs Add rump_boot_etfs_register(), which can be used to specify etfs 2014-06-13 15:45:01 +00:00
libskey Kill some extra spaces in function arguments. 2012-10-08 18:15:09 +00:00
libss
libtelnet Avoid enum type mismatch. 2014-04-26 22:10:40 +00:00
libterminfo Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
libukfs New sentence, new line. 2014-02-14 07:27:37 +00:00
libusbhid Extended usb_hid_usages, with help from the equivalent file from FreeBSD. 2012-05-09 16:21:06 +00:00
libutil Some years don't need the "maybe add 1900 or 2000" adjustment 2014-10-07 22:27:14 +00:00
libwrap Add some more __dead as exposed by the recent WARN bumps. 2012-03-22 22:59:43 +00:00
liby Use C89 function definition 2012-03-21 10:10:36 +00:00
libz Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
lua lua: updated from 5.1 to 5.3 work3 2014-07-19 18:38:33 +00:00
npf If a library needs a symbol from another library, pull that library in 2013-09-11 23:04:09 +00:00
bumpversion
checkoldver
checkver remove -'s from options 2013-02-17 02:36:21 +00:00
checkvers
Makefile remove the build support for GCC 4.1, and any hacks i found for it. 2014-06-13 01:17:45 +00:00
Makefile.inc Libraries default to be built with WARNS=5 2012-03-21 05:39:21 +00:00