Commit Graph

226 Commits

Author SHA1 Message Date
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
christos
7bdc26784b import rcs-5.7 2016-01-14 03:05:05 +00:00
christos
a683cc86dd we want a lint library 2016-01-14 02:43:50 +00:00
christos
92e52b2b45 remove afmtodit, add gdiffmk 2016-01-14 02:41:58 +00:00
christos
10494598b6 - remove generated files
- remove libdriver dependencies where they are not needed
- add bin to Makefile
2016-01-14 02:30:18 +00:00
christos
0e6a791c20 hook texinfo 2016-01-14 00:38:30 +00:00
christos
cef0bb5b1f install in /usr/bin 2016-01-14 00:38:19 +00:00
christos
d3737e9cfd Apply our patches and add build glue. 2016-01-14 00:34:52 +00:00
christos
29619d2afe import texinfo-4.8a 2016-01-14 00:11:27 +00:00
christos
49e111a21f merge changes, add build glue. 2016-01-13 21:56:38 +00:00
christos
478e07dd80 import the latest standalone libmalloc. 2016-01-13 21:42:18 +00:00
christos
9606215048 add groff 2016-01-13 19:02:29 +00:00
christos
4acc5b6b20 merge our changes and add build glue 2016-01-13 19:01:55 +00:00
christos
89a07cf815 Import groff 1.19.2 2016-01-13 18:41:45 +00:00
christos
6b00881bdc fix for sun2; require libm only with msgmerge by linking fsearch with it. 2016-01-13 12:48:51 +00:00
christos
fd0f3f527a hook diffutils 2016-01-13 03:40:11 +00:00
christos
f8c23a2b94 merge conflicts, new reach-over Makefiles 2016-01-13 03:39:27 +00:00