Commit Graph

15640 Commits

Author SHA1 Message Date
roy a4b9a5dd90 Install /etc/wpa_supplicant.conf 2019-01-12 17:25:09 +00:00
tsutsui c9cc7dbd64 Add irisboot binaries for pre-ARC machines. PR port-sgimips/53539 2019-01-12 16:46:25 +00:00
uwe bc7d43ca97 Hook vboxvideo driver into the build. 2019-01-10 23:10:23 +00:00
christos e9f4d10f1c bump bind libraries. 2019-01-09 16:59:34 +00:00
scole 08064bce7b increase IMAGESIZE slightly to avoid running out of space when doing some sysinst options 2019-01-07 01:39:26 +00:00
aymeric a3ff5f3bc4 Rename the DE0 Nano SoC dts file to its new linux/uboot name 2019-01-05 13:55:46 +00:00
jmcneill 08587e7728 Fix mmcpart for exynos SD card 2019-01-03 18:21:55 +00:00
christos 67af810459 use ARM_ELF2AOUT 2019-01-02 17:34:03 +00:00
christos aa95d973bb use arm_elf2aout 2019-01-02 17:32:25 +00:00
christos 2d533f7203 more headers only in 120 2019-01-02 00:46:34 +00:00
christos 8adbf7c67a Rename ELF2ECOFF -> MIPS_ELF2ECOFF 2019-01-01 19:09:12 +00:00
maya 9cd3ccd06c Revert installing llvm headers. 2019-01-01 18:46:03 +00:00
maya 538871b710 Move llvm header directories to base/mi.
They are created unconditionally by mtree.

Should help with set lists on non-llvm-for-now builds :-)
2019-01-01 06:28:42 +00:00
maya 613a39df76 Install most of the llvm headers.
This is missing some generated files, llvm/include/IR/*.inc
2018-12-31 19:33:02 +00:00
christos 52785a9794 add elf2aout 2018-12-31 13:53:12 +00:00
mrg 72df0f8e5a update for xorg-server 1.20.3:
- add new files
- re-mark them as 120 not 118
2018-12-31 11:59:23 +00:00
mrg 0bf4e02709 install symbols/trans for xkeyboard-config 2.25. 2018-12-30 09:19:04 +00:00
mrg 9f224c3080 it is now called mga_drv.so.2. 2018-12-30 07:26:02 +00:00
kre 4c161bb65a Update to tzdata2018h (new zone Asia/Qostanay) 2018-12-30 00:42:47 +00:00
christos c9847466e6 Fix sets for hp300 2018-12-29 15:56:33 +00:00
alnsn 40546cb8a8 ROOT.a doesn't resolve to a useful partition, hardcode wd0a and ld0a for now. 2018-12-29 13:09:35 +00:00
maxv 08fa964521 Retire compat_ibcs2, as discussed on tech-kern@. FreeBSD did the same
recently.
2018-12-29 11:30:11 +00:00
christos d5fa0a80c4 fix sets for binutils-2.31.1 2018-12-29 06:23:50 +00:00
christos af24dd2275 fix for binutils-2.31.1 2018-12-29 04:51:04 +00:00
christos 27a97888e5 What is bunutils? 2018-12-29 01:22:57 +00:00
christos 3299e028c5 adjust for binutils 2.31.1 2018-12-29 01:08:14 +00:00
alnsn c3370b8fb9 Break the loop after a successful mount. 2018-12-29 01:04:38 +00:00
alnsn 043c1f58d6 Don't hardcode wd0a in cgdroot.kmod, try NAME=cgd.conf and ROOT.a. 2018-12-29 00:52:11 +00:00
christos a80327df83 initfini_array test 2018-12-27 19:35:31 +00:00
kre 9e6131ec04 Add "rump" to threadpool.debug test so it is not expected to appear
if MKRUMP=no
2018-12-26 02:06:02 +00:00
christos 984980f818 - add missing test
- fix typos
2018-12-25 07:52:53 +00:00
knakahara 99baf67288 Add ATF for NAT-T enabled ipsecif(4). 2018-12-25 03:54:44 +00:00
thorpej 77118773d1 Add rump-based test cases for threadpool(9). 2018-12-24 21:42:05 +00:00
mrg 148c79300a set MAKEDEVTARGETS=ramdisk so that the ramdisk /dev/ is populated.
from PR#51659.
2018-12-24 20:11:22 +00:00
thorpej 2834fa0ab4 Add threadpool(9), an abstraction that provides shared pools of kernel
threads running at specific priorities, with support for unbound pools
and per-cpu pools.

Written by riastradh@, and based on the May 2014 draft, with a few changes
by me:
- Working on the assumption that a relative few priorities will actually
  be used, reduce the memory footprint by using linked lists, rather than
  2 large (and mostly empty) tables.  The performance impact is essentially
  nil, since these lists are consulted only when pools are created (and
  destroyed, for DIAGNOSTIC checks), and the lists will have at most 225
  entries.
- Make threadpool job object, which the caller must allocate storage for,
  really opaque.
- Use typedefs for the threadpool types, to reduce the verbosity of the
  API somewhat.
- Fix a bunch of pool / worker thread / job object lifecycle bugs.

Also include an ATF unit test, written by me, that exercises the basics
of the API by loading a kernel module that exposes several sysctls that
allow the ATF test script to create and destroy threadpools, schedule a
basic job, and verify that it ran.

And thus NetBSD 8.99.29 has arrived.
2018-12-24 16:58:53 +00:00
christos c36d11ac71 add missing test 2018-12-24 13:31:22 +00:00
jakllsch f656df6098 Make the /usr/tests/lib/libnvmm directory and testing framework files MI.
Should fix non-amd64 build.
2018-12-23 21:27:45 +00:00
christos 4b0d445835 new binutils is 231 2018-12-23 19:16:43 +00:00
christos 675fce1703 new binutils on head is 231 2018-12-23 19:14:12 +00:00
jakllsch 84cd64698f further build fixes 2018-12-23 16:40:15 +00:00
maxv 9159f72fc2 Add initial tests for libnvmm's Mem Assist, with 8 test cases. 2018-12-23 13:35:02 +00:00
maxv a4c7369382 Update the man page, we don't want M_COPY_PKTHDR, M_MOVE_PKTHDR, MH_ALIGN
and M_ALIGN.
2018-12-22 14:39:46 +00:00
wiz 2f26c96ced If last column contains 'obsolete', last but one should be foo-obsolete 2018-12-20 07:30:00 +00:00
christos af7916830d bump libsqlite3 2018-12-19 22:20:45 +00:00
christos 9cc09bee6e add new sqlite3 man pages. 2018-12-19 22:19:25 +00:00
jakllsch 9a70fb1871 fix set lists for symlinked man pages after compat_svr4 removal 2018-12-19 18:58:43 +00:00
maxv 43c9320743 Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,
but also as discussed several times in the past.
2018-12-19 13:57:44 +00:00
mrg d72250570a mark gcc 4.5 mips files obsolete. should fix failure to obsolete
properly because /usr/include/gcc-4.5 isn't empty.
2018-12-19 12:03:35 +00:00
kamil 5ea602970c Correct libproc_p.a in distribution sets
There was a stale entry under MKPROFILE=no option.
2018-12-18 18:11:34 +00:00
martin 2cd9ebc510 Bump number of floppies to 4 2018-12-18 12:55:38 +00:00