Commit Graph

15339 Commits

Author SHA1 Message Date
kamil bc6d305e96 Register the x86/imcsmb man/cat/html page 2018-02-25 12:53:22 +00:00
kamil fc4bdd88b3 Correct OpenSSL 1.1 entries in plist
Fix references to:
./usr/share/man/cat3/BIO_get_data.0
./usr/share/man/cat3/SSL_CONF_cmd.0

This is obserbable with the MKCATPAGES=yes build option.
2018-02-25 12:28:18 +00:00
pgoyette 2d5aed5404 Update for newly added imcsmb driver modules. 2018-02-25 08:21:57 +00:00
martin 3cbaed46a2 PR lib/53044: remove tests not provided by OpenSSL 1.1.x 2018-02-22 14:24:03 +00:00
mrg 67c67975c6 bump image size for gcc 6 bloaty mc bloat face. 2018-02-22 07:21:10 +00:00
kamil f4a8ff8348 Try to correct generation of the sun2 distribution
Mark the headers for GCC sanitizers as gcccmds.
2018-02-17 21:46:41 +00:00
mrg 35b187cd10 add missing gcc-6/xtestintrin.h 2018-02-17 21:32:22 +00:00
wiz bdd9c5c945 t_timeleft.debug is still installed, remove 'obsolete' marker. 2018-02-17 08:07:06 +00:00
uwe 097b3add5a Actually install dhcpd6 rc script. Organize CONFIGFILES
alphabetically again while where.

PR 53018
2018-02-17 03:02:04 +00:00
knakahara 42c1bbb910 Currently, it is not necessary to install rss_config.h. Pointed out by msaitoh@n.o. 2018-02-16 10:19:03 +00:00
mrg 08873910d3 minimal basic support for ia64 and gcc6. i am not sure about the
bp part of the GetPcSpBp() port, cherry please look :-)
2018-02-16 07:59:05 +00:00
knakahara 5392e2869c Fix build failure, sorry. 2018-02-16 07:05:21 +00:00
mrg a54e8b26f9 obsolete some GCC 4.8 files. 2018-02-13 10:02:12 +00:00
christos 1938e572e4 Add obsolete lines for the gcc-5 and openssl-1.0 lines for systems that have
installed gcc-6 and openssl-1.1. Requested by wiz@
2018-02-11 16:45:35 +00:00
christos 5722505339 fix openssl-1.1 2018-02-09 04:20:38 +00:00
jakllsch 49cd93687c try to make this match what I believe is current reality 2018-02-08 20:57:02 +00:00
christos 7c00b0fa75 add openssl to the list of selectable variables for sets and fix the sets. 2018-02-08 03:27:50 +00:00
mrg 8c973b6499 build and install gcov-dump. 2018-02-06 23:12:01 +00:00
mrg a96964cd81 fix mips64 & GCC 6 builds. 2018-02-06 09:41:55 +00:00
skrll 9dba526d80 Update for libunbound minor bump 2018-02-06 06:28:20 +00:00
mrg d2c0af66e5 it's called avx512bwintrin.h. 2018-02-05 05:43:53 +00:00
mrg 6dfd62e0ed more updates for GCC 6. with other uncommited changes, i386 seems
to work well enough for hello.c, hello.cc and hello.m.
2018-02-04 11:08:16 +00:00
mrg af3c0cd56d updates for GCC 6.4: add gcc-6 specific headers, combine some
all-gcc files, bump the shlib versions on new libs.
2018-02-03 21:27:45 +00:00
mrg 6d188dd0d7 convert HAVE_GCC handling to modern GCC release numbering:
- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for
  GCC 5.4 and GCC 5.5.)
- remove some more GCC 4.8 code.  we don't support GCC 4 here.
- adjust set lists to gcc=5 from gcc=53.

add some basic HAVE_GCC=6 handling (totally unused so far.)
2018-02-02 01:02:39 +00:00
kamil 413e439cd5 Install GCC (gcc.old/) headers for Sanitizers
Install:
 - allocator_interface.h
 - asan_interface.h
 - common_interface_defs.h
 - tsan_interface_atomic.h

Into:
 - /usr/include/gcc-5/sanitizer

Note headers in a comment headers for introduction in future:
 - dfsan_interface.h
 - lsan_interface.h
 - msan_interface.h

Skip a file that will never be relevant on NetBSD:
 - linux_syscall_hooks.h

PR 52265 by Kamil Rytarowski

Proposed and accepted on tech-toolchain@.

Sponsored by <The NetBSD Foundation>
2018-02-01 20:50:22 +00:00
rin dc26222726 Shrink ramdisk to fit INSTALL kernel within 5MB:
- drop shutdown
- replace disklabel, fsck_ffs, and newfs with stripped-down versions
2018-01-28 01:09:57 +00:00
pgoyette 9518ba9e2d Update sets lists for new amdsmn(4) and amdzentemp(4) modules 2018-01-25 23:42:06 +00:00
kamil 98c8ad48e8 Correct the plist entry for ./usr/share/man/cat8/acorn32/MAKEDEV.0
This file is obsolete, replace '.cat' with 'obsolete'.
2018-01-25 22:09:56 +00:00
wiz b2f1e9e16f Revert previous.
obsolete + other tags is not easy to clean up.
2018-01-25 08:57:59 +00:00
yamaguchi 8df2d11139 Added myself. 2018-01-25 04:48:45 +00:00
christos 56571b081c man pages for amdsmn and amdzentemp 2018-01-25 01:25:39 +00:00
wiz 46333a0a59 When second keyword is 'obsolete', first one should be foo-obsolete as well. 2018-01-24 09:51:25 +00:00
skrll ac34435581 Remove port-acorn26
OK core@
2018-01-24 09:04:40 +00:00
kamil 0689dd382b Add mount_autofs(8) from DragonFly BSD 2018-01-22 09:45:32 +00:00
maya 6a06635178 document pfil_{add,remove}_ihook, pfil_run_{addr,if}hooks
from ryo shimizu in PR bin/51941

changes by myself: fix mdoc -Tlint, add missing set lists, adjust date
to today, reword history addition.
2018-01-17 02:45:38 +00:00
maya 108791360f Make MDSET_NOGZIP behave as documented also if MDSET_SUFFIX is set
MDSET_NOGZIP is documented as intended to apply for all kernels, even if
MDSET_NOGZIP.filename is not set.

From Harold Gutch in PR toolchain/52836
2018-01-16 09:59:37 +00:00
christos 2207b661f9 add mount_autofs 2018-01-14 22:46:09 +00:00
uwe 383ae5e1e3 When we ask make about MACHINE_CPU and TARGET_ENDIANNESS make sure we
use the right bsd.*.mk files.
2018-01-10 18:15:18 +00:00
knakahara 732fa19c41 add ipsec(4) interface man as ipsecif.4. 2018-01-10 11:08:55 +00:00
knakahara b8f54fc79b add ipsec(4) interface ATF. 2018-01-10 11:06:06 +00:00
knakahara 085daa5b79 ipsec(4) interface supports rump now. 2018-01-10 11:02:41 +00:00
knakahara 4ab3af3e3e add ipsec(4) interface, which is used for route-based VPN.
man and ATF are added later, please see man for details.

reviewed by christos@n.o, joerg@n.o and ozaki-r@n.o, thanks.
https://mail-index.netbsd.org/tech-net/2017/12/18/msg006557.html
2018-01-10 10:56:30 +00:00
christos b985414b8f Merge autofs support from: Tomohiro Kusumi
XXX: Does not work yet
2018-01-09 03:31:12 +00:00
martin edea8a3220 PR 52864: add a test for this bug, from sevan@ 2018-01-08 14:17:15 +00:00
jmcneill a5c866b6cf Import NVIDIA Tegra XUSB firmware for Tegra124 and Tegra210. Installation
of this firmware is controlled by the MKTEGRAFIRMWARE option, which
defaults to yes on evbarm and evbarm64 and no everywhere else.
2018-01-07 20:59:24 +00:00
jmcneill d5f1b2266e Enable automatic booting on tegra210 2018-01-06 20:27:31 +00:00
snj adee6b5e35 add missing dtrace tag for librtld_db.0 2018-01-06 09:31:03 +00:00
snj 9d37d7200a add strfmon_l man page links 2018-01-05 20:51:13 +00:00
pgoyette e01eb3407e Bump size of uefi image - we've outgrown the old size 2018-01-05 01:33:11 +00:00
christos 4f34f75c51 add new drivers, sort. 2017-12-29 02:18:34 +00:00