Author: mmacy
Date: Fri May 4 06:51:01 2018
New Revision: 333242
URL: https://svnweb.freebsd.org/changeset/base/333242
Log:
`dup1_processes -t 96 -s 5` on a dual 8160
x dup_before
+ dup_after
++
| x
Author: mjg
Date: Fri May 4 04:05:07 2018
New Revision: 333241
URL: https://svnweb.freebsd.org/changeset/base/333241
Log:
amd64: get rid of the pessimized bcopy in syscall arg copy
The code was unnecessarily conditionally copying either 5 or 6 args.
It can blindly copy 6, which also mean
Author: mjg
Date: Fri May 4 04:00:48 2018
New Revision: 333240
URL: https://svnweb.freebsd.org/changeset/base/333240
Log:
Allow __builtin_memmove instead of bcopy for small buffers of known size
See r323329 for an explanation why this is a good idea.
Modified:
head/sys/powerpc/powerpc/b
Author: pfg
Date: Fri May 4 03:44:12 2018
New Revision: 333239
URL: https://svnweb.freebsd.org/changeset/base/333239
Log:
msdosfs: long names of files are created incorrectly.
This fixes a regression that happened in r120492 (2003) where libkiconv
was introduced and we went from checking
Author: kevans
Date: Fri May 4 03:23:45 2018
New Revision: 333238
URL: https://svnweb.freebsd.org/changeset/base/333238
Log:
style(9): add some additional useful FILES/xref information
Submitted by: 0mp
Reviewed by: imp
Differential Revision:https://reviews.freebsd.org/D15196
Author: kevans
Date: Fri May 4 03:17:44 2018
New Revision: 333237
URL: https://svnweb.freebsd.org/changeset/base/333237
Log:
Regen src.conf(5) after r333236
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
Author: kevans
Date: Fri May 4 03:13:25 2018
New Revision: 333236
URL: https://svnweb.freebsd.org/changeset/base/333236
Log:
bsdgrep: annihilate our in-tree TRE, previously disabled by default
It was an old TRE that had plenty of bugs and no performance gain over
regex(3). I disabled it
Author: grehan
Date: Fri May 4 01:36:49 2018
New Revision: 333235
URL: https://svnweb.freebsd.org/changeset/base/333235
Log:
Allow arbitrary numbers of columns for VNC server screen resolution.
The prior code only allowed multiples of 32 for the
numbers of columns. Remove this restrictio
Author: emaste
Date: Fri May 4 00:56:41 2018
New Revision: 333234
URL: https://svnweb.freebsd.org/changeset/base/333234
Log:
zfs_ioctl: avoid out-of-bound read
admbugs: 796
Submitted by: Domagoj Stolfa
Reported by: Ilja Van Sprundel
Reviewed by: avg
MFC after:1 day
Mo
Author: emaste
Date: Fri May 4 00:34:27 2018
New Revision: 333233
URL: https://svnweb.freebsd.org/changeset/base/333233
Log:
gpart: add fat32lba MBR partition type
FAT32 partition with LBA addressing.
Reviewed by: marcel
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Author: grehan
Date: Thu May 3 22:51:44 2018
New Revision: 333230
URL: https://svnweb.freebsd.org/changeset/base/333230
Log:
Allow PCI VGA devices to be detached.
GPUs often have a VGA PCI class code and are probed/attached
by the VGA driver. Allow them to be detached so they can
be pr
Author: kib
Date: Thu May 3 21:45:59 2018
New Revision: 333229
URL: https://svnweb.freebsd.org/changeset/base/333229
Log:
Add helper macros to hide some boring repeatable ceremonies to define
ifuncs on x86.
Also keep helpers to define 'pseudo-ifuncs' which are emulated by the
indirect
Author: kib
Date: Thu May 3 21:37:46 2018
New Revision: 333228
URL: https://svnweb.freebsd.org/changeset/base/333228
Log:
Implement support for ifuncs in the kernel linker.
Required MD bits are only provided for x86.
Reviewed by: jhb (previous version, as part of the larger patch)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Am Thu, 3 May 2018 12:53:05 -0700
"K. Macy" schrieb:
> Can you give any context on what they're doing? In addition - even on
> a production kernel it's possible to compile in DDB to at least get a
> backtrace. Your report only gives us enough infor
Can you give any context on what they're doing? In addition - even on
a production kernel it's possible to compile in DDB to at least get a
backtrace. Your report only gives us enough information to know that
there is _an_ issue. It's difficult to proceed on this alone. I do
have a report from the
Author: kevans
Date: Thu May 3 19:49:40 2018
New Revision: 333225
URL: https://svnweb.freebsd.org/changeset/base/333225
Log:
Garbage collect the a83t emac overlays
The 4.16 DTS import brought in emac support for the a83t. Since these
boards' DTS is pulled from /boot and I forgot to hook
Author: kevans
Date: Thu May 3 19:45:48 2018
New Revision: 333223
URL: https://svnweb.freebsd.org/changeset/base/333223
Log:
dtb/allwinner: Add a83t-sid overlay
Modified:
head/sys/modules/dtb/allwinner/Makefile
Modified: head/sys/modules/dtb/allwinner/Makefile
==
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Am Wed, 2 May 2018 19:36:29 + (UTC)
Stephen Hurd schrieb:
> Author: shurd
> Date: Wed May 2 19:36:29 2018
> New Revision: 333175
> URL: https://svnweb.freebsd.org/changeset/base/333175
>
> Log:
> Separate list manipulation locking from stat
On Thu, May 3, 2018 at 11:01 AM, Sean Bruno wrote:
>
> @@ -242,8 +241,8 @@ tf_cwnd(int ticks_since_cong, int rtt_ticks, unsigned
> {
>
> /* Equation 4 of I-D. */
> - return (((wmax * CUBIC_BETA) + (((THREE_X_PT2 * ticks_since_cong *
> - smss) << CUBIC_SHIFT) / TWO_SUB_PT2
Author: jkim
Date: Thu May 3 19:00:50 2018
New Revision: 333222
URL: https://svnweb.freebsd.org/changeset/base/333222
Log:
Redo r332918 with the ACPICA API and remove debug.acpi.suspend_deep_bounce.
AcpiOsEnterSleep() was meant to implement this feature.
Reviewed by: avg
Modified:
Author: kevans
Date: Thu May 3 18:20:35 2018
New Revision: 333221
URL: https://svnweb.freebsd.org/changeset/base/333221
Log:
rsu(4) does not require legal.realtek.license_ack=1
The rsu firmware license check has been disabled since r292756. Changes
rsu(4) since the license ack is no long
Author: benno
Date: Thu May 3 17:52:40 2018
New Revision: 333220
URL: https://svnweb.freebsd.org/changeset/base/333220
Log:
Add a stub manual page for iflib(9).
Currently 'man -k iflib' would find you the right pages for iflib
documentation, namely iflibdd(9) and iflibdi(9) but 'man ifli
Author: benno
Date: Thu May 3 17:49:26 2018
New Revision: 333219
URL: https://svnweb.freebsd.org/changeset/base/333219
Log:
Document ifdi_tx_queues_alloc and ifdi_rx_queues_alloc.
Prior to this change the manual page documented ifdi_queues_alloc which has
been replaced by separate method
Author: shurd
Date: Thu May 3 17:02:31 2018
New Revision: 333218
URL: https://svnweb.freebsd.org/changeset/base/333218
Log:
Allow iflib NIC drivers to sleep rather than busy wait
Since the move to SMP NIC driver locking has had to go through serious
contortions using mtx around long runn
Author: avg
Date: Thu May 3 15:33:18 2018
New Revision: 333212
URL: https://svnweb.freebsd.org/changeset/base/333212
Log:
amdsbwd: add suspend and resume methods
Without the suspend method the watchdog may fire in S1 state. Without
the resume method the watchdog is not re-enabled after
Author: sbruno
Date: Thu May 3 15:01:27 2018
New Revision: 333211
URL: https://svnweb.freebsd.org/changeset/base/333211
Log:
cc_cubic:
- Update cubic parameters to draft-ietf-tcpm-cubic-04
Submitted by: Matt Macy
Reviewed by: lstewart
Differential Revision:https://reviews.f
Author: sbruno
Date: Thu May 3 14:48:42 2018
New Revision: 333210
URL: https://svnweb.freebsd.org/changeset/base/333210
Log:
nxge(4) deprecation notice
Submitted by: kbowling
Reviewed by: brooks
Sponsored by: Limelight Networks
Differential Revision:https://reviews.freebsd.o
Author: avg
Date: Thu May 3 13:14:31 2018
New Revision: 333209
URL: https://svnweb.freebsd.org/changeset/base/333209
Log:
hpet: use macros instead of magic values for the timer mode
MFC after:1 week
Modified:
head/sys/dev/acpica/acpi_hpet.c
Modified: head/sys/dev/acpica/acpi_hpet.c
Author: kib
Date: Thu May 3 10:17:37 2018
New Revision: 333208
URL: https://svnweb.freebsd.org/changeset/base/333208
Log:
Style.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Differential revision:https://reviews.freebsd.org/D13838
Modified:
head/sys/amd64/amd64/
29 matches
Mail list logo