Commit Graph

242 Commits

Author SHA1 Message Date
jmcneill c9b5b227bd Update the dtc version string to match the imported version and note that
version_gen.h should be updated when importing a new version.
2017-06-16 22:47:22 +00:00
skrll 69aac38ce1 Adjust build for new source location for real. 2017-06-08 18:57:21 +00:00
skrll e4b9d0a850 Update for new libfdt location 2017-06-08 17:24:31 +00:00
skrll 0d9bd96367 s/ALIGN/FDTALIGN2/ 2017-06-08 17:24:10 +00:00
skrll b2f342ca16 Merge conflicts 2017-06-08 16:00:40 +00:00
skrll d89652e256 Import of DTC from DTC version 1.4.4 2017-06-08 15:59:15 +00:00
skrll 3569839b05 Add a dtc2netbsd script 2017-06-08 15:51:12 +00:00
skrll 97d12aea86 Reduce number of ALIGN macros defines and rename to avoid namespace clash 2017-06-06 20:19:04 +00:00
christos 5b3fb03fcc add DTC 2017-06-05 23:44:27 +00:00
christos 461d2d6a4c Add build glue (from skrll) 2017-06-05 18:59:43 +00:00
christos f8d365c3eb Make this compatible with byacc 2017-06-05 18:59:21 +00:00
christos 5e046fca2c rename include file per our convention. 2017-06-05 18:59:10 +00:00
snj 58b76b4c18 8.0 update, and add 9.0 for THE FUTURE 2017-06-04 07:16:34 +00:00
sevan cc576e1d8e Update supporting files for components which rely on autoconf to allow systems
introducing since release of software to be recognised. This should hopefully
allow the builds to progress a littles further on systems such as the POWER8
which features a little endian 64-bit PowerPC CPU identified as ppc64le.
2017-02-01 09:26:39 +00:00
snj 5e9bd3fe06 add 7.1 2017-01-29 05:12:17 +00:00
christos 37255f022c add sqlite3 2017-01-28 23:59:15 +00:00
abhinav 8dbf57f731 Fix a spelling: s/regestring/registering 2017-01-20 16:54:11 +00:00
christos 717c531541 Don't re-define MAP_ANONYMOUS 2017-01-12 23:15:49 +00:00
christos dc7a20515e only preserve timestamps on specific revisions if we've been asked to.
found by martin@
2017-01-04 16:11:20 +00:00
christos e124df0e11 document -t for update 2016-12-21 21:26:28 +00:00
christos 5f89f912be fix the usage message 2016-12-19 17:31:47 +00:00
christos 992b578414 remove obsolete comment, flip polarity. 2016-12-19 04:54:49 +00:00
christos 66ae322aee fix reversed logic 2016-12-19 04:44:35 +00:00
christos 2cfd74dfe4 add -t to preserve timestamps. 2016-12-19 04:37:13 +00:00
christos ac78ac450b Always pass the modification time of the file to the client and let it decide
if it is going to use it to set the time. This makes update work like checkout
with respect to time setting. The time of the updated file is set to the
repository modification time of the file as opposed to the the time that the
file was checked out.
2016-12-19 03:15:31 +00:00
kamil ba06ccfe95 Add initial documentation (man-pages) for libpthread_dbg
Document libpthread_dbg and basic function calls: td_open() and td_close()

Sponsored by <The NetBSD Foundation>
2016-11-21 20:43:25 +00:00
joerg 388eae8172 Revert half of the last commit. Turns out that in some contexts,
BEGIN_QUOTE/END_QUOTE is used intentionally as non-char marker.
2016-10-08 23:40:52 +00:00
joerg 654832016f BEGIN_QUOTE and END_QUOTE have values outside the range of a signed char
for non-EBCDIC host. Explicitly cast them to char to avoid the implicit
cast.
2016-10-08 20:44:59 +00:00
joerg 01415aaf3e Explicitly cast Meta(c) to char as the intermediate value can be too
large for a signed character.
2016-10-08 20:34:59 +00:00
christos c610b4a73b Hack for powerpc64 2016-10-04 14:33:16 +00:00
abhinav f7b948b9bc Fix typo: processess -> processes 2016-06-09 09:01:21 +00:00
abhinav 179ece970c Fix .Xr references to troff(1), ok from wiz@ 2016-06-06 16:09:47 +00:00
christos e9a9a47d86 Make sure that all messages end in '\n' in make_message_rcsvalid() and
compensate for it in add_rcs_file().
2016-05-30 17:49:51 +00:00
christos 5a6c14c844 Add RCSID's 2016-05-17 14:00:09 +00:00
christos 01a3dc11b3 limit to gcc, requested by joerg. 2016-05-04 17:17:00 +00:00
christos d6db3d67c9 prevent gcc from combining memset+malloc -> calloc inside calloc so that
we end up calling ourselves recursively.
2016-05-04 14:39:49 +00:00
wiz 3c8121f349 Hardcode man page dates to date of groff release (September 4, 2005
for 1.19.2 in this case).

We can not use mdate.sh since after checkout/update from version
control, it might be today's date and MKREPRO won't work.
2016-03-16 23:52:04 +00:00
christos e0ab85cf5e Handle the last newline in the "special" import for new file like RCS does.
I.e. make_message_rcsvalid() removes it, and we put it back.
2016-02-21 00:56:44 +00:00
christos 2e3fb283fe Use .PARSEDIR to set the TOP. It makes things more portable since they
can work outside the tree.
2016-01-30 16:47:00 +00:00
christos 1798a208d9 Remove trailing whitespace from imported messages when adding now files.
This is done in RCS_checkin() but we have a "fast path" for new files here
that does not do it. Hooray for specialized code.

XXX: pullup 6, 7
2016-01-30 16:21:47 +00:00
christos 9ca1704a93 include unistd.h for getpagesize() 2016-01-17 22:51:32 +00:00
joerg 03600a11a4 Don't play games with format strings. 2016-01-16 01:05:40 +00:00
tron c179f7c274 Fix build with "USE_SSP" set to "yes" 2016-01-15 18:03:32 +00:00
christos c25aca9c71 we have unistd.h 2016-01-15 15:14:02 +00:00
christos 5496b9d0d6 remove param.h 2016-01-15 15:13:28 +00:00
christos a5338de11b hook send-pr 2016-01-14 21:13:54 +00:00
christos 592de26897 Apply our local changes bringing us up to 3.95 (for which there is no
release tar), and add build glue.
2016-01-14 21:13:20 +00:00
christos 68c5b58147 import send-pr from gnats-3.2 2016-01-14 21:06:13 +00:00
christos fa28c6faa1 - merge local changes
- provide reach-over infrastructure
2016-01-14 04:22:38 +00:00
christos 04c6fc8e93 hook rcs 2016-01-14 04:21:48 +00:00