knakahara
b8f54fc79b
add ipsec(4) interface ATF.
2018-01-10 11:06:06 +00:00
christos
b985414b8f
Merge autofs support from: Tomohiro Kusumi
...
XXX: Does not work yet
2018-01-09 03:31:12 +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
mlelstv
2f6dbbcf88
Use sysctl to retrieve iostat names instead of parsing possibly
...
truncated iostat output.
Check dkctl listwedges output with grep.
Fixes PR 59205.
2018-01-06 23:44:06 +00:00
msaitoh
7909c778fe
Add NVMe devices.
2018-01-05 10:04:13 +00:00
is
d9123c9e75
Add startup file for dhcp v6 with builtin isc-dhcp. Alas, this needs to
...
be a seperate process. On the positive side: this can't break the dhcpd
for IPv4 when tested.
2017-12-29 18:15:48 +00:00
jmcneill
4d9106a6a2
Add missing RPI FDT build goop, from nick.
2017-12-11 11:38:14 +00:00
bouyer
878cb1cfc5
Fix fallout from hid factorisation:
...
- need to install sys/dev/hid/hid.h for userland
- include it where needed - most of the time in place if usb/usbhid.h
2017-12-10 20:38:13 +00:00
jmcneill
f0053e9555
Update example PKG_PATH entry to use the CDN frontend, use uname -p instead
...
of uname -m for processor subdirectory, and derive the OS release from
uname -r.
2017-12-07 18:26:51 +00:00
jmcneill
2dbf225c9a
make a few more drm nodes
2017-12-05 19:17:11 +00:00
kre
6b923cca7a
Do away with (not well specified, even if it happens to work) absurd
...
15 arg test ([ ]) expression, and replace it with several well defined
2 arg tests, combined with (also well defined) sh syntax.
2017-12-04 14:50:33 +00:00
jmcneill
db2dcdb34a
Unhook BPI, CUBIEBOARD, and CUBIETRUCK kernels from the build (use SUNXI kernel now)
2017-11-30 19:54:50 +00:00
jmcneill
fb651b612c
Add driver for QEMU Firmware Configuration device.
...
This interface allows the host to pass various data items and files to
the guest OS.
2017-11-25 16:31:03 +00:00
macallan
dfcdd5e31d
create more /dev/pci* nodes, for PCIe systems
2017-11-15 04:31:48 +00:00
martin
16d924d2d3
Add net/ipsec debug lib directory
2017-11-01 08:32:07 +00:00
taca
6f3643049e
/tmp/t
2017-10-25 07:41:35 +00:00
jmcneill
e30b21a362
Update contact info for changes to this file.
2017-10-21 19:43:53 +00:00
kre
48bbd83f93
Create directory for new bwfm firmware to be installed into.
2017-10-21 05:30:48 +00:00
sevan
0759fcfcfc
With the new version of OpenSSH, SSHv1 is no longer supported server-side.
...
Along with that rsa1 type keys are no longer supported.
Don't try to generate such keys on new systems.
ok christos
2017-10-07 21:41:51 +00:00
mrg
794f77b51f
update for xkeyboard-config 2.21.
...
prepare for libdrm data files.
2017-08-29 07:53:54 +00:00
sevan
eb0a13ec2a
veriexec is enabled by default in most kernel configs but the lack of device
...
node results in a non working config, despite following manual to get setup.
Remove a step for the user by creating a device node for veriexec by default.
ok mrg jakllsch
2017-08-28 01:34:52 +00:00
christos
a9560cc50f
Creating installation/ramdisk here does not work; it happens too late.
2017-08-20 15:35:31 +00:00
mrg
c62a157eb2
merge the rest of sbmips into evbmips. install the stand files in
...
/usr/mdec/sbmips/ and document them in installboot(8) even though
it isn't really ported yet. also build the SBMIPS kernels.
unfortunately, sbmips has been broken since mips64 merge, but the
fix can happen in the evbmips version, which we might merge into
the older trees anyway.
XXX: releng can turn off sbmips* builds now for -current.
2017-08-15 10:11:31 +00:00
jmcneill
3d97e8977a
Update Raspberry Pi 3 example to use dplcom0 instead of dty00
2017-08-12 11:45:20 +00:00
jmcneill
40fab7550d
add dial-out device node for plcom
2017-08-12 11:41:21 +00:00
jmcneill
96c1990c4a
Add an example for configuring the Raspberry Pi 3's bluetooth chip.
2017-08-11 11:57:05 +00:00
jakllsch
136f040412
Fix up bcm43xx bluetooth firmware addition. Including mtree directory
...
addition, and using the correct spelling of the license file name.
2017-08-10 19:42:53 +00:00
joerg
7c192b2a5e
Update LLVM build glue for 5.0RC1.
2017-08-01 20:07:37 +00:00
christos
b30d96bb63
turn on "console" which can be either the serial console or the glass tty
...
instead of ttyE0, to facilitate anita tests. From uanand.
2017-07-13 16:03:36 +00:00
roy
1541a8a5a7
Remove the stopping and starting of various network scripts on
...
sleep / resume.
This should no longer be needed now the various applications
(dhcpcd, ntpd, wpa_supplicant et all) are more aware to the network state
as all interface carriers should be brought down and up again.
Fixes PR misc/52397.
2017-07-13 13:50:48 +00:00
tsutsui
cd10bcc71c
Revert the previous changes for PR/52377.
...
- the names "ttya" and "ttyb" in zs(4) man page were leftover of the orignal
sparc/sun3 ports which used the same name for their native SunOS users
- symlinks ttya -> tty00 -> ttyZ0 (by "lndev tty00 ttya") are awful anyway
(symlinks tty0? -> ttyZ? are handled in MI MAKEDEV.tmpl)
See details on discussion on source-changes-d@:
http://mail-index.netbsd.org/source-changes-d/2017/07/thread1.html#009301
2017-07-09 05:58:13 +00:00
christos
07d0fae850
PR/52377: Miod Vallat: Provide links to ttya and ttyb as mentioned in zs(4)
2017-07-07 23:48:34 +00:00
kre
810e1e7da1
Revert previous - not a typo, even though it looks like one
2017-07-06 09:49:39 +00:00
kre
b1a3593132
PR misc/52370
...
Correct typo.
XXX pullup 8, pullup 7
2017-07-06 09:24:47 +00:00
jmcneill
9a9d8df30e
Enable memory disk support in the TEGRA kernel and remove TEGRA_INSTALL.
2017-07-06 00:35:28 +00:00
jmcneill
fab9db5f7e
Replace HUMMINGBIRD_A31 with SUNXI kernel on armv7.img and include .dtb
...
files for SUNXI and TEGRA kernels on the MSDOS partition.
2017-07-06 00:17:04 +00:00
jmcneill
3fa2721f9e
Copy install ramdisk to releasedir. Provide both a raw ffs and
...
Legacy U-Boot version of it.
2017-07-05 19:50:49 +00:00
jmcneill
20c8c3ce7c
Remove SUNXI_INSTALL kernel
2017-07-05 17:19:52 +00:00
jmcneill
c2cb05f51f
Replace HUMMINGBIRD_A31 with the SUNXI kernel.
2017-07-02 22:39:44 +00:00
flxd
985c7e15a0
Add GENERIC_USB to vax kernel sets, but not to sysinst (yet), as bootloader
...
cannot handle kernels that large (yet).
2017-06-26 17:45:56 +00:00
flxd
e24e146e21
USB for vax (similar to pmax; no/negligible impact on legacy):
...
* Add USB device files/majors.
* Make kernel configs with USB work.
* Provide a USB-enabled kernel config.
2017-06-22 17:51:22 +00:00
skrll
4f1895c5fb
Don't try and build VEXPRESS_A15_INSTALL
2017-06-20 21:04:23 +00:00
flxd
7a1cb2ebf8
Add audio for vsaudio(4) and speaker to be on par with other archs.
2017-06-20 15:10:03 +00:00
skrll
87bc6586d8
Replace ALLWINNER_A80 (it's never really worked) with VEXPRESS_A15.
...
Idea from jmcneill@
2017-06-20 10:55:03 +00:00
christos
b17b183100
use -v to get the expanded variable.
2017-06-19 20:10:18 +00:00
christos
9511d79c1a
Install racoon pam file.
2017-06-18 20:23:21 +00:00
christos
365765ad32
no need for debug printing.
2017-06-18 02:43:43 +00:00
christos
fef4b4b661
put the dtb files with their kernels.
2017-06-18 01:03:30 +00:00
kamil
2051d84574
G/C libpthread_dbg from mtree
...
Remove entries:
- ./usr/libdata/debug/usr/tests/lib/libpthread_dbg
- ./usr/tests/lib/libpthread_dbg
Noted by <Herbert J. Skuhra> via private mail.
2017-06-15 15:20:13 +00:00
ryo
bf4c80a7b2
add support for i.MX6UltraLite, and
...
ConnectCore for iMX6UL Starter Board.
2017-06-09 18:14:59 +00:00