Author: imp
Date: Thu Dec 20 05:46:56 2018
New Revision: 342275
URL: https://svnweb.freebsd.org/changeset/base/342275
Log:
Fix panic message when we can't create thread for one wire temperature
reading.
Modified:
head/sys/dev/ow/ow_temp.c
Modified: head/sys/dev/ow/ow_temp.c
===
Author: avos
Date: Thu Dec 20 03:10:23 2018
New Revision: 342274
URL: https://svnweb.freebsd.org/changeset/base/342274
Log:
MFC r306173:
Add TP-Link Archer T4U (and TPLINK vendor record in usbdevs).
MFC r341786,r342156
urtwn, rsu: add more USB ids (rtwn -> urtwn merge was done manually)
Author: avos
Date: Thu Dec 20 02:50:24 2018
New Revision: 342273
URL: https://svnweb.freebsd.org/changeset/base/342273
Log:
MFC r341786, r342156
rtwn, rsu: add more USB ids.
PR: 233638
Submitted by: cezary.sl...@gmail.com
Modified:
stable/12/sys/dev/rtwn/usb/rtwn_usb_attach
Author: np
Date: Thu Dec 20 01:35:45 2018
New Revision: 342272
URL: https://svnweb.freebsd.org/changeset/base/342272
Log:
cxgbe/iw_cxgbe: Use -ve errno when interfacing with linuxkpi/OFED.
Submitted by: Krishnamraju Eraparaju @ Chelsio
Sponsored by: Chelsio Communications
Modified:
hea
Author: mw
Date: Thu Dec 20 01:05:09 2018
New Revision: 342271
URL: https://svnweb.freebsd.org/changeset/base/342271
Log:
Fix obtaining RSP address in TPM CRB for non-amd64 platforms
On amd64 the RSP address can be read in single 8-byte transaction,
which is obviously not possible on 32-b
Author: np
Date: Thu Dec 20 01:00:21 2018
New Revision: 342270
URL: https://svnweb.freebsd.org/changeset/base/342270
Log:
cxgbe/iw_cxgbe: Add a knob for testing that lets iWARP connections cycle
through 4-tuples quickly.
Submitted by: Krishnamraju Eraparaju @ Chelsio
Sponsored by: Chels
Author: dab
Date: Thu Dec 20 00:58:16 2018
New Revision: 342269
URL: https://svnweb.freebsd.org/changeset/base/342269
Log:
MFC r341988
asmc: Add Support for Macbook Pro 8,1
PR: 217505
Submitted by: John O. Brickley , updated by Maciej
Pasternacki
Reported by: John O. B
Author: dab
Date: Thu Dec 20 00:57:23 2018
New Revision: 342268
URL: https://svnweb.freebsd.org/changeset/base/342268
Log:
MFC r341988
asmc: Add Support for Macbook Pro 8,1
PR: 217505
Submitted by: John O. Brickley , updated by Maciej
Pasternacki
Reported by: John O. B
Author: mjg
Date: Wed Dec 19 23:29:44 2018
New Revision: 342267
URL: https://svnweb.freebsd.org/changeset/base/342267
Log:
MFC r342053
dtrace: fix userspace access on boxes with SMAP
Sponsored by: The FreeBSD Foundation
Modified:
stable/12/sys/cddl/dev/dtrace/amd64/dtrace_asm.S
st
Author: np
Date: Wed Dec 19 23:29:01 2018
New Revision: 342266
URL: https://svnweb.freebsd.org/changeset/base/342266
Log:
cxgbe/iw_cxgbe: Use DSGLs to write to card's memory when appropriate.
Submitted by: Krishnamraju Eraparaju @ Chelsio
Sponsored by: Chelsio Communications
Modified:
Author: yuripv
Date: Wed Dec 19 23:28:56 2018
New Revision: 342265
URL: https://svnweb.freebsd.org/changeset/base/342265
Log:
regcomp: revert part of r341838 which turned out to be unrelated
and caused issues with search in less.
PR: 234066
Reviewed by: pfg
Differential rev
Author: mjg
Date: Wed Dec 19 23:28:29 2018
New Revision: 342264
URL: https://svnweb.freebsd.org/changeset/base/342264
Log:
Check for probes enabled in priv_check_cred before evaluting the error.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/kern_priv.c
Modified: head/sys/
Author: imp
Date: Wed Dec 19 23:22:14 2018
New Revision: 342263
URL: https://svnweb.freebsd.org/changeset/base/342263
Log:
Add note to 32-bit mips smp config files documenting the status
Modified:
head/sys/mips/conf/CI20
head/sys/mips/conf/JZ4780
Modified: head/sys/mips/conf/CI20
=
Author: mjg
Date: Wed Dec 19 23:19:05 2018
New Revision: 342262
URL: https://svnweb.freebsd.org/changeset/base/342262
Log:
Provide SDT_PROBES_ENABLED for kernels without KDTRACE.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/sys/sdt.h
Modified: head/sys/sys/sdt.h
=
Author: imp
Date: Wed Dec 19 23:15:49 2018
New Revision: 342261
URL: https://svnweb.freebsd.org/changeset/base/342261
Log:
32-bit mips SMP is unsupported
Per discussions on mips@, 32-bit mips SMP is now unsupported. The
files in the tree will compile for a while longer, but when the
ato
Author: cem
Date: Wed Dec 19 22:57:47 2018
New Revision: 342260
URL: https://svnweb.freebsd.org/changeset/base/342260
Log:
Allow multi-byte thousands separators in strfmon(3)
PR: 234010
Reported by: Jon Tejnung
Reviewed by: yuripv
Differential Revision:https://reviews.fre
Wed Dec 19 22:56:31 2018(r342259)
@@ -31,16 +31,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
-20181215:
+20181219:
The
Author: imp
Date: Wed Dec 19 22:54:34 2018
New Revision: 342258
URL: https://svnweb.freebsd.org/changeset/base/342258
Log:
Remove old config file for SENTRY5
This is an older broadcom part that implements the mips32 ISA. 32-bit
FreeBSD/mips now requires mips32r2, so retire this config. Mo
Author: imp
Date: Wed Dec 19 22:54:23 2018
New Revision: 342256
URL: https://svnweb.freebsd.org/changeset/base/342256
Log:
Remove the GXEMUL support.
gxemul was a nice stop-gap while qemu support for mips was firmed
up. Now MALTA* + qemu is the platform of choice retire gxemul support.
Author: imp
Date: Wed Dec 19 22:54:29 2018
New Revision: 342257
URL: https://svnweb.freebsd.org/changeset/base/342257
Log:
Remove support for running 32-bit kernels on 64-bit hardware.
This was useful in bring up. However, it causes more issues than the
support is worth (64-bit atomics be
Author: imp
Date: Wed Dec 19 22:54:03 2018
New Revision: 342255
URL: https://svnweb.freebsd.org/changeset/base/342255
Log:
Remove support for the now very old SiByte MIPS platform. It's not
relevant and is unused. It's also getting in the way of progress in
some admittedly minor ways. Better
Author: mw
Date: Wed Dec 19 22:47:37 2018
New Revision: 342253
URL: https://svnweb.freebsd.org/changeset/base/342253
Log:
Fix alignment issue in uefisign
The pe_certificate structure has to be aligned to 8 bytes. [1]
Since this is now checked in edk2, any binaries signed with
older vers
Author: dab
Date: Wed Dec 19 22:48:27 2018
New Revision: 342254
URL: https://svnweb.freebsd.org/changeset/base/342254
Log:
MFC r341806:
Add uk.macbook.kbd keymap (vt)
PR: 215185
Submitted by: James Wright
Reported by: James Wright
Added:
stable/11/share/vt/keymaps/u
Author: dab
Date: Wed Dec 19 22:46:03 2018
New Revision: 342252
URL: https://svnweb.freebsd.org/changeset/base/342252
Log:
MFC r341806:
Add uk.macbook.kbd keymap (vt)
PR: 215185
Submitted by: James Wright
Reported by: James Wright
Added:
stable/12/share/vt/keymaps/u
Author: mw
Date: Wed Dec 19 22:43:10 2018
New Revision: 342251
URL: https://svnweb.freebsd.org/changeset/base/342251
Log:
Include the new TPM 2.0 driver in the TPM module.
Update the appropriate Makefile to build the new driver
together with the old one.
Submitted by: Kornel Duleba
Author: mjg
Date: Wed Dec 19 22:42:06 2018
New Revision: 342250
URL: https://svnweb.freebsd.org/changeset/base/342250
Log:
MFC r340676,r340677,r340679,r340747,r340749,r341682
Implement unr64
pipe: use unr64
tmpfs: use unr64 for inode numbers
uipc_shm: use unr64 for inode numbers
uip
Author: mjg
Date: Wed Dec 19 22:38:06 2018
New Revision: 342249
URL: https://svnweb.freebsd.org/changeset/base/342249
Log:
MFC r340482,r341724
proc: always store parent pid in p_oppid
Remove proctree acquire from note_procstat_proc
Sponsored by: The FreeBSD Foundation
Modified:
st
Author: mjg
Date: Wed Dec 19 22:31:20 2018
New Revision: 342248
URL: https://svnweb.freebsd.org/changeset/base/342248
Log:
MFC r340410
locks: plug warnings about unitialized variables
Sponsored by: The FreeBSD Foundation
Modified:
stable/12/sys/kern/kern_mutex.c
stable/12/sys/kern
Author: mjg
Date: Wed Dec 19 22:30:26 2018
New Revision: 342247
URL: https://svnweb.freebsd.org/changeset/base/342247
Log:
mac: reduce pessimization of sdt probe handling
Prior to the change the code would branch on return value and then check
if probes are enabled. Since vast majority of
Author: dab
Date: Wed Dec 19 22:17:24 2018
New Revision: 342246
URL: https://svnweb.freebsd.org/changeset/base/342246
Log:
MFC r341820:
asmc: Add Support for MacBookAir 7,1 and 7,2
PR: 226172
Submitted by: James Wright
Reported by: James Wright
Modified:
stable/11/s
On Wed, 19 Dec 2018, Bruce Evans wrote:
On Wed, 19 Dec 2018, Bruce Evans wrote:
On Mon, 17 Dec 2018, Andrew Gallatin wrote:
On 12/17/18 2:08 PM, Bruce Evans wrote:
* ...
iflib uses queuing techniques to significantly pessimize em NICs with 1
hardware queue.?? On fast machines, it attempts
Author: mjg
Date: Wed Dec 19 22:08:51 2018
New Revision: 342245
URL: https://svnweb.freebsd.org/changeset/base/342245
Log:
Remove iBCS2: plug a wart missed in r342242
Sponsored by: The FreeBSD Foundation
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
=
Author: mjg
Date: Wed Dec 19 22:02:49 2018
New Revision: 342244
URL: https://svnweb.freebsd.org/changeset/base/342244
Log:
Remove iBCS2, part3: the implementation
Reviewed by: kib (previous version)
Sponsored by: The FreeBSD Foundation
Deleted:
head/sys/i386/ibcs2/
head/sys/modules/
Author: mjg
Date: Wed Dec 19 21:57:58 2018
New Revision: 342243
URL: https://svnweb.freebsd.org/changeset/base/342243
Log:
Remove iBCS2, part2: general kernel
Reviewed by: kib (previous version)
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/amd64/amd64/elf_machdep.c
head/s
/ObsoleteFiles.inc Wed Dec 19 21:56:54 2018(r342242)
@@ -38,6 +38,10 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20181219: ibcs removal
+OLD_FILES+=usr/share/examples/ibcs2/hello.uu
+OLD_FILES+=usr/share/examples/ibcs2/README
+OLD_DIRS+=usr/share/examples/ibcs2
# 20181215: Migration of CTM
Author: mjg
Date: Wed Dec 19 21:04:06 2018
New Revision: 342239
URL: https://svnweb.freebsd.org/changeset/base/342239
Log:
MFC r341719
amd64: stop re-reading curpc on subyte/suword
Modified:
stable/12/sys/amd64/amd64/support.S
Directory Properties:
stable/12/ (props changed)
Modifie
Author: mjg
Date: Wed Dec 19 21:03:17 2018
New Revision: 342238
URL: https://svnweb.freebsd.org/changeset/base/342238
Log:
MFC r341364
amd64: align target memmove buffer to 16 bytes before using rep movs
Modified:
stable/12/lib/libc/amd64/string/memmove.S
stable/12/sys/amd64/amd64/supp
Author: dab
Date: Wed Dec 19 21:28:11 2018
New Revision: 342241
URL: https://svnweb.freebsd.org/changeset/base/342241
Log:
MFC r341820:
asmc: Add Support for MacBookAir 7,1 and 7,2
PR: 226172
Submitted by: James Wright
Reported by: James Wright
Modified:
stable/12/s
Author: mjg
Date: Wed Dec 19 21:25:43 2018
New Revision: 342240
URL: https://svnweb.freebsd.org/changeset/base/342240
Log:
MFC r341272,r341273,r341351
amd64: tidy up copying backwards in memmove
amd64: remove stale attribution for memmove work
amd64: handle small memmove buffers with ov
Author: mjg
Date: Wed Dec 19 20:29:52 2018
New Revision: 342237
URL: https://svnweb.freebsd.org/changeset/base/342237
Log:
Microoptimize corner case of ID bitmap handling.
Prior to the change we would avoidably test more possibly used IDs.
While here update the comment: there is no pid
Author: mjg
Date: Wed Dec 19 20:27:26 2018
New Revision: 342236
URL: https://svnweb.freebsd.org/changeset/base/342236
Log:
Deinline vfork handling out of the syscall return path.
vfork is rarely called (comparatively to other syscalls) and it avoidably
pollutes the fast path.
Sponsor
Author: mjg
Date: Wed Dec 19 20:25:58 2018
New Revision: 342235
URL: https://svnweb.freebsd.org/changeset/base/342235
Log:
Update priv(9) after r341827
Reported by: trasz
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man9/priv.9
Modified: head/share/man/man9/priv.9
==
Author: np
Date: Wed Dec 19 19:21:29 2018
New Revision: 342234
URL: https://svnweb.freebsd.org/changeset/base/342234
Log:
cxgbe(4): Do not issue mbox commands after t4_fw_bye.
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/t4_clip.c
Modified: head/sys/dev/cxgbe/t4_cli
WITHOUT_CLANG and
the tip of head, and then rebuild without this option. The bootstrap process
from older version of current across the gcc/clang cutover is a bit fragile.
+20181219: p1 FreeBSD-SA-18:15.bootpd
+
+ bootpd: validate hardware type [SA-18:15.bootpd]
+
20181211
/UPDATINGWed Dec 19 18:29:46 2018(r342232)
@@ -16,6 +16,20 @@ from older versions of FreeBSD, try WITHOUT_CLANG and
the tip of head, and then rebuild without this option. The bootstrap process
from older version of current across the gcc/clang cutover is a bit fragile.
+20181219
Author: emaste
Date: Wed Dec 19 18:22:25 2018
New Revision: 342231
URL: https://svnweb.freebsd.org/changeset/base/342231
Log:
MFS11 r342229: bootpd: validate hardware type
Due to insufficient validation of network-provided data it may have been
possible for a malicious actor to craft a bo
Author: emaste
Date: Wed Dec 19 18:21:07 2018
New Revision: 342230
URL: https://svnweb.freebsd.org/changeset/base/342230
Log:
MFS12 r342228: bootpd: validate hardware type
Due to insufficient validation of network-provided data it may have been
possible for a malicious actor to craft a bo
Author: emaste
Date: Wed Dec 19 18:19:15 2018
New Revision: 342229
URL: https://svnweb.freebsd.org/changeset/base/342229
Log:
MFC r342227: bootpd: validate hardware type
Due to insufficient validation of network-provided data it may have been
possible for a malicious actor to craft a boot
Author: emaste
Date: Wed Dec 19 18:17:59 2018
New Revision: 342228
URL: https://svnweb.freebsd.org/changeset/base/342228
Log:
MFC r342227: bootpd: validate hardware type
Due to insufficient validation of network-provided data it may have been
possible for a malicious actor to craft a boot
Author: emaste
Date: Wed Dec 19 18:16:29 2018
New Revision: 342227
URL: https://svnweb.freebsd.org/changeset/base/342227
Log:
bootpd: validate hardware type
Due to insufficient validation of network-provided data it may have been
possible for a malicious actor to craft a bootp packet whic
Author: emaste
Date: Wed Dec 19 18:05:50 2018
New Revision: 342226
URL: https://svnweb.freebsd.org/changeset/base/342226
Log:
MFS11 r341828: Resolve a hang in ZFS during vnode reclaimation
This is caused by a deadlock between zil_commit() and zfs_zget()
Add a way for zfs_zget() to bre
Author: emaste
Date: Wed Dec 19 18:00:58 2018
New Revision: 342225
URL: https://svnweb.freebsd.org/changeset/base/342225
Log:
MFS11 r341401: Update the free page count when blacklisting pages.
PR: 231296
Submitted by: markj
Approved by: so
Security: FreeBSD-EN-18:17.vm
Author: emaste
Date: Wed Dec 19 17:52:56 2018
New Revision: 342224
URL: https://svnweb.freebsd.org/changeset/base/342224
Log:
MFS11 r340290: Only clear a pending thread event if one is pending.
This fixes a panic when attaching to an already-stopped process.
Also do some other clean up
Author: markj
Date: Wed Dec 19 17:52:09 2018
New Revision: 342223
URL: https://svnweb.freebsd.org/changeset/base/342223
Log:
Replace uses of sbadaddr with stval.
The sbadaddr register was renamed in version 1.10 of the privileged
architecture specification. No functional change intended.
Author: markj
Date: Wed Dec 19 17:48:37 2018
New Revision: 34
URL: https://svnweb.freebsd.org/changeset/base/34
Log:
Revert r342219.
It depends on a Capsicum helper not present in stable/12.
Modified:
stable/12/sbin/ping/ping.c
Directory Properties:
stable/12/ (props changed)
Author: markj
Date: Wed Dec 19 17:45:16 2018
New Revision: 342221
URL: https://svnweb.freebsd.org/changeset/base/342221
Log:
Implement cpu_halt() for RISC-V.
Submitted by: Mitchell Horne
MFC after:1 week
Differential Revision:https://reviews.freebsd.org/D18595
Modified:
Author: markj
Date: Wed Dec 19 17:42:39 2018
New Revision: 342220
URL: https://svnweb.freebsd.org/changeset/base/342220
Log:
MFC r341595:
Clamp the INPCB port hash tables to IPPORT_MAX + 1 chains.
Modified:
stable/12/sys/netinet/in_pcb.c
stable/12/sys/netinet/in_pcb.h
stable/12/sys/neti
Author: markj
Date: Wed Dec 19 17:40:45 2018
New Revision: 342219
URL: https://svnweb.freebsd.org/changeset/base/342219
Log:
MFC r341837, r342192:
Use Capsicum helpers in ping(8).
Modified:
stable/12/sbin/ping/ping.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/
Author: dab
Date: Wed Dec 19 16:45:37 2018
New Revision: 342218
URL: https://svnweb.freebsd.org/changeset/base/342218
Log:
asmc: Add support for MacPro1,1
PR: 203431
Submitted by: j...@alisa.org & holin...@saunalahti.fi
Reported by: j...@alisa.org
MFC after:1 week
Modi
Author: hselasky
Date: Wed Dec 19 08:50:10 2018
New Revision: 342216
URL: https://svnweb.freebsd.org/changeset/base/342216
Log:
MFC r341844:
Don't register IOCTLs with capsicum when there is no valid file descriptor.
This fixes tcpdump when using mlx5_X devices.
Differential Revision:
Author: hselasky
Date: Wed Dec 19 08:49:07 2018
New Revision: 342215
URL: https://svnweb.freebsd.org/changeset/base/342215
Log:
MFC r341844:
Don't register IOCTLs with capsicum when there is no valid file descriptor.
This fixes tcpdump when using mlx5_X devices.
Differential Revision:
61 matches
Mail list logo