Commit Graph

4443 Commits

Author SHA1 Message Date
jakllsch 54ab308098 note virtio(4) now attaching to fdt(4) w/ MMIO transport 2018-06-07 12:36:45 +00:00
maya 1a312b74dd sqlite 3.24 out. 2018-06-07 05:48:29 +00:00
roy 7de33a40e5 Note import of dhcpcd-7.0.5b 2018-06-04 16:46:46 +00:00
roy be5cc56f82 Note import of dhcpcd-7.0.5a 2018-06-04 09:57:19 +00:00
roy 1b37df17ff Note import of dhcpcd-7.0.5 2018-06-02 09:45:56 +00:00
sevan 3c5b0d3e82 Note libbozohttpd(3) & bozohttpd(3lua) from earlier in the month. 2018-05-24 20:04:46 +00:00
taca 306edb803b Postfix 3.1.9/3.2.6/3.3.1 has released. 2018-05-21 14:48:55 +00:00
thorpej 5aae56c5be Note GPIO interrupt support overhaul. 2018-05-19 22:57:54 +00:00
christos df0a612cf8 new acpica 2018-05-05 00:13:01 +00:00
christos e5530f9949 new tzcode. 2018-05-04 15:51:53 +00:00
wiz fce0481bf8 gcc-8.1 is out. 2018-05-04 11:11:47 +00:00
kre 9409f8451a Note update of tzdata to 2018e 2018-05-04 10:56:23 +00:00
pgoyette 3510fa3acc Add some comments/suggestions from John Nemeth. Thanks! 2018-05-04 00:25:26 +00:00
jnemeth 2526875ebb time marches on for lvm2tools 2018-05-03 20:15:49 +00:00
roy 74616670a2 Note import of dhcpcd-7.0.4 2018-05-02 22:11:49 +00:00
jmcneill a0d2865cab arm: Add support for Allwinner H6 SoC. 2018-05-02 00:14:56 +00:00
sevan 53551a9acb netpgp(3lua) 2018-04-30 21:02:39 +00:00
jmcneill 5985fb0710 Update to Linux dts 4.17-rc2 2018-04-28 18:29:21 +00:00
maxv 02a6b07753 mention SVS, retpoline, SMAP 2018-04-18 14:47:11 +00:00
maxv afff2e4148 mention meltdown/spectre fixes 2018-04-18 14:42:16 +00:00
christos 57fc04b289 update for file-5.33 2018-04-15 19:48:44 +00:00
msaitoh c22629023a - ichsmb(4), puc(4): add new devices.
- Add missing comma.
2018-04-13 08:01:23 +00:00
msaitoh 7cdf643c4a Enable I219 by default. 2018-04-13 06:07:20 +00:00
jdolecek 27e5d69f63 fix year for the tls-maxphys resync 2018-04-12 19:12:25 +00:00
jdolecek 2a81354350 update tls-maxphys 2018-04-12 19:11:35 +00:00
jdolecek 8791a97236 update the NVMe entry; perhaps time to consider good enough and remove from
here?
2018-04-12 19:08:02 +00:00
snj 9a00551080 fix ntp version 2018-04-10 22:58:54 +00:00
maxv 9676918a93 add two entries 2018-04-10 06:32:23 +00:00
leot 178060e3f8 Delete a leading space (` ').
Noticed via `NetBSD Code Changes' RSS feed that merged the last two news
entries.
2018-04-08 10:56:05 +00:00
maxv 64f4aca696 Move NPF's todo list into src/doc/TODO.npf, and add some entries. After a
conversation (two months ago) with rmind and sborrill.
2018-04-08 08:57:37 +00:00
christos e2730066f6 update bind and dhcp 2018-04-07 22:41:55 +00:00
christos 71e6014f39 new dhcp 2018-04-07 21:20:45 +00:00
christos a2392444fc new acpica 2018-04-07 15:50:58 +00:00
christos db8740f299 new ntp 2018-04-07 00:22:27 +00:00
christos bb7b692794 mention openssl 2018-04-06 23:08:23 +00:00
christos 2f405e0803 new openssh 2018-04-06 19:00:08 +00:00
roy cd98e3c56c Note import of dhcpcd-7.0.3 2018-04-06 10:48:44 +00:00
wiz 9ca01900b9 openssh-7.7 out 2018-04-03 06:11:14 +00:00
ryo 673a795def Add support for aarch64 2018-04-02 05:52:31 +00:00
roy 9e6815ae57 Note import of dhcpcd-7.0.2 2018-03-27 06:34:25 +00:00
kre d7ba21a60c Note update to tzdata2018d 2018-03-24 01:52:26 +00:00
wiz 71a7bedb79 binutils-2.30 out 2018-03-17 07:31:36 +00:00
sevan 1f69207a5e macppc Bluetooth 2018-03-16 01:16:28 +00:00
msaitoh 9da7fe5bb1 s/20183/201803/ 2018-03-08 10:17:22 +00:00
msaitoh b23422ee7d sdtemp(4): Add Microchp EMC1501, another device ID of Maxim MAX6604 support.
ichsmb(4): Add support for Intel C620, Apollo Lake and Gemini Lake devices.
lm(4): Add NCT6796D support.
2018-03-08 10:14:00 +00:00
pgoyette c1a3e95979 Add new branch pgoyette-compat for cleaning up the compat modules
While here, note that prg-localcount2 core content was merged a
while ago, and no further activity is expected.
2018-03-06 00:15:24 +00:00
kamil 570f001093 Remove PT_GET_SIGMASK / PT_SET_SIGMASK
These operations cloned Linux's specific PTRACE_GETSIGMASK / PTRACE_SETSIGMASK.
This feature was useful in applications like rr/criu/reptyr-like, where
the ptrace(2) interface is abused for the purpose of constructing an arbitrary
process. It's not reliable and not portable. For the NetBSD case it will be
better to invent something dedicated for serializing and deserializing a
process with threads.

Noted on tech-toolchain@ and blog entry

"LLDB restoration and return to ptrace(2)"
https://blog.netbsd.org/tnf/entry/lldb_restoration_and_return_to
2018-03-05 11:24:34 +00:00
pgoyette 6df876f615 Mention imcsmb(4) 2018-02-28 08:15:27 +00:00
maxv cd974a5908 Remove the Econet code. It was part of acorn26, which was removed a
month ago.
2018-02-27 14:28:01 +00:00
sevan fe5e2a196c macofcons(4) 2018-02-26 23:12:59 +00:00