Commit graph

19 commits

Author SHA1 Message Date
spz
1aaa1b61a4 RELRO & friends 2017-12-12 07:13:01 +00:00
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00
dholland
68fdb7cc8b Work around lack of access() on OpenBSD. 2015-11-07 22:07:15 +00:00
jperkin
1dc8891cb2 Don't include termcap.h on SunOS. 2014-09-23 22:37:29 +00:00
joerg
84a8af1e40 Fix build with clang by using more void and proper return values. 2013-01-11 13:24:32 +00:00
hans
607421ac31 Fix build on SunOS. 2012-02-16 13:50:52 +00:00
plunky
3db3c6d63e repair getline(3) conflicts, "getline" -> "get_line" 2009-08-06 08:24:29 +00:00
christos
4a6b92a1c1 fix time.h issues 2009-07-24 01:24:38 +00:00
christos
460bd4190f make this work on 64 bit platforms:
- fix warnings for missing prototypes
- use termios instead of sgtty (why doesn't this work on amd64?)
2008-12-17 02:19:59 +00:00
christos
b2bede7c6c Make this work with 64 bit hosts. 2006-05-15 15:33:00 +00:00
joerg
21320c5685 Teach the backbone of NetBSD communication some ISO C tricks.
- no errno, use errno.h
- no redefinition of function parameters as local variables
  [how did this ever work?!]
- malloc comes from stdlib.h
- NAME_MAX is prefered when available, it is POSIX
- strchr, strpbrk, strspn, strstr, strtol and strtoul can and
  should be used from libc.
- remove tcl version of string.h, system header is good enough
  (and if it doesn't have index, it would have been broken anyway)
2005-12-14 13:53:24 +00:00
rillig
cc755fa09c Removed trailing empty line. 2005-05-23 09:04:00 +00:00
agc
0cbe9b3900 Add RMD160 digests in addition to SHA1 ones 2005-02-23 15:59:10 +00:00
tron
4f9e6625e6 Don't (unnecessarily) include "varargs.h" which breaks the build on
platforms which use GCC 3.3.x.
2003-11-13 20:59:53 +00:00
tron
75aeb79808 Fix thinko in last commit. 2003-09-28 20:13:55 +00:00
tron
6aba2107d6 Fix GCC 3.3.1 related build problem. 2003-09-28 19:29:37 +00:00
schmonz
9e1dc2bf71 Darwinize. 2002-06-02 01:41:19 +00:00
agc
8c2348422c Move to sha1 distfile digests, and add distfile sizes. 2001-04-18 11:07:14 +00:00
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00