2019-07-09 11:43:32 by Sevan Janiyan | Files touched by this commit (1) |
Log message: Use the correct prototype - thanks <gutteridge> |
2019-07-08 22:34:55 by Sevan Janiyan | Files touched by this commit (7) |
Log message: Include strnlen(3) - Needed on Tiger and more recent Intel only Darwin releases. |
2019-02-20 15:44:24 by Christos Zoulas | Files touched by this commit (1) |
Log message: PR/52982: Eitan Adler: fix incorrect bounds computation. XXX: really we need to sync with the libc glob.c |
2019-01-12 08:55:28 by David A. Holland | Files touched by this commit (1) |
Log message: termcap.h also requires the change from PR 33037. |
2018-12-31 12:25:08 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1) |
Log message: libnbcompat: fix PR pkg/33037 Thanks Stuart and sorry for the long time. |
2018-08-22 22:48:38 by Maya Rashish | Files touched by this commit (13) |
Log message: Remove clauses 3,4 from TNF-only copyright blocks. This is based on the decision The NetBSD Foundation made in 2008 to do so, which was already applied to src. This change has been applied to code which is likely not in other repositories. ok board@, reviewed by riastradh@ |
2018-08-07 14:04:36 by Jonathan Perkin | Files touched by this commit (1) |
Log message: libnbcompat: Explicitly avoid SunOS fts(3C) for now. It is not currently largefile aware, leading to issues described in PR#53489. This will be resolved upstream but it will take a while for everyone to catch up. |
2018-04-30 12:41:36 by Thomas Klausner | Files touched by this commit (7) |
Log message: *: remove references to obsolete DragonFly/i386 |
2015-12-25 21:12:46 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Avoid duplicated RCS IDs forcing permanent rebuilds. |
2015-12-13 22:56:27 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Always redefine TAILQ_FOREACH_REVERSE. Mac OS X Tiger has a version with the third and fourth argument swapped. |