Author: yuripv
Date: Tue Oct 30 02:37:23 2018
New Revision: 339904
URL: https://svnweb.freebsd.org/changeset/base/339904
Log:
Connect libc/tests/time to the build, adding test cases for strptime()
issues fixed recently, and disabling the failing ones (mostly due to TZ
parsing differences wit
Author: jhibbits
Date: Tue Oct 30 00:47:40 2018
New Revision: 339902
URL: https://svnweb.freebsd.org/changeset/base/339902
Log:
powerpc/mpc85xx: Reset the PCIe bus on attach
It seems if a Radeon card is already initialized by u-boot, it won't be
reinitialized by the kernel, and the DRM mo
Author: jhb
Date: Tue Oct 30 00:23:37 2018
New Revision: 339901
URL: https://svnweb.freebsd.org/changeset/base/339901
Log:
Permit local kernel modules to be built as part of a kernel build.
Add support for "local" modules. By default, these modules are
located in LOCALBASE/sys/modules (w
Author: markj
Date: Tue Oct 30 00:22:14 2018
New Revision: 339900
URL: https://svnweb.freebsd.org/changeset/base/339900
Log:
Have gconcat advertise delete support if one of its disks does.
This follows the example set by other multi-disk GEOM classes.
PR: 232676
Tested by:
Author: jhb
Date: Tue Oct 30 00:19:44 2018
New Revision: 339899
URL: https://svnweb.freebsd.org/changeset/base/339899
Log:
Make battery emptying rate available as sysctl variable.
Curiously, the in-kernel routines always use the design voltage to
convert from mA to mW, but acpiconf in use
Author: kib
Date: Tue Oct 30 00:11:30 2018
New Revision: 339898
URL: https://svnweb.freebsd.org/changeset/base/339898
Log:
Convert amd64_get/set_fs/gsbase to ifunc.
Note that this is the first use of ifuncs in our userspace.
Sponsored by: The FreeBSD Foundation
MFC after:1 month
Author: kib
Date: Mon Oct 29 23:59:26 2018
New Revision: 339897
URL: https://svnweb.freebsd.org/changeset/base/339897
Log:
Remove rtld use of libc amd64_set_fsbase().
One less non-trivial dependency of rtld on libc. Also,
amd64_set_fsbase() is to be converted to ifunc, which I do not wan
Author: kib
Date: Mon Oct 29 23:56:39 2018
New Revision: 339896
URL: https://svnweb.freebsd.org/changeset/base/339896
Log:
Initialize ifunc calling machinery earlier.
In particular, do it before the first call to allocate_initial_tls(),
which contains MD parts to set the initial thread' T
Author: kib
Date: Mon Oct 29 23:52:31 2018
New Revision: 339895
URL: https://svnweb.freebsd.org/changeset/base/339895
Log:
amd64: Use ifuncs to select suitable implementation of set_pcb_flags().
There is no reason to check for PCB_FULL_IRET if FSGSBASE instructions
are not supported.
Author: jhb
Date: Mon Oct 29 23:48:20 2018
New Revision: 339894
URL: https://svnweb.freebsd.org/changeset/base/339894
Log:
Teach procstat -x about the AT_EHDRFLAGS ELF auxiliary vector.
Submitted by: Shawn Webb
Reviewed by: brooks
Obtained from:HardenedBSD (bb71e9889d1362df01c
Author: kib
Date: Mon Oct 29 23:45:17 2018
New Revision: 339893
URL: https://svnweb.freebsd.org/changeset/base/339893
Log:
Style.
Wrap long lines, use +4 spaces for continuation indent.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/amd64/amd64/machde
Author: kib
Date: Mon Oct 29 23:43:17 2018
New Revision: 339892
URL: https://svnweb.freebsd.org/changeset/base/339892
Log:
Clarify explanation of VFCF_SBDRY.
Requested by: mckusick
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/sys/sys/mount.h
Modified: hea
Author: np
Date: Mon Oct 29 22:35:46 2018
New Revision: 339891
URL: https://svnweb.freebsd.org/changeset/base/339891
Log:
cxgbe/iw_cxgbe: Install the socket upcall before calling soconnect to
ensure that it always runs when soisconnected does.
Submitted by: Krishnamraju Eraparaju @ Chelsi
Author: jhb
Date: Mon Oct 29 22:24:31 2018
New Revision: 339890
URL: https://svnweb.freebsd.org/changeset/base/339890
Log:
Add support for "plain" (non-HMAC) SHA digests.
MFC after:2 months
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/crypto/t4_crypto.c
Modifi
Author: glebius
Date: Mon Oct 29 22:10:52 2018
New Revision: 339889
URL: https://svnweb.freebsd.org/changeset/base/339889
Log:
Add a note that epoch(9) may change, to untie our hands for any future MFCs.
Modified:
head/share/man/man9/epoch.9
Modified: head/share/man/man9/epoch.9
Author: np
Date: Mon Oct 29 21:46:05 2018
New Revision: 339886
URL: https://svnweb.freebsd.org/changeset/base/339886
Log:
rping(1): Make sure the socket address defaults to something reasonable
when running as the server.
Submitted by: Krishnamraju Eraparaju @ Chelsio
Reviewed by: hsel
Author: markj
Date: Mon Oct 29 21:16:26 2018
New Revision: 339883
URL: https://svnweb.freebsd.org/changeset/base/339883
Log:
Expose some netdump configuration parameters through sysctl.
Reviewed by: cem
MFC after:1 week
Differential Revision:https://reviews.freebsd.org/D177
Author: arichardson
Date: Mon Oct 29 21:08:28 2018
New Revision: 339879
URL: https://svnweb.freebsd.org/changeset/base/339879
Log:
rtld-elf: fix more warnings to allow compiling with WARNS=6
Reviewed By: kib
Approved By: brooks (mentor)
Differential Revision: https://reviews.freebsd.o
Author: arichardson
Date: Mon Oct 29 21:08:11 2018
New Revision: 339877
URL: https://svnweb.freebsd.org/changeset/base/339877
Log:
rtld-elf: make it compile with WARNS=3
Reviewed By: kib
Approved By: brooks (mentor)
Differential Revision: https://reviews.freebsd.org/D17150
Modified:
Author: arichardson
Date: Mon Oct 29 21:08:34 2018
New Revision: 339880
URL: https://svnweb.freebsd.org/changeset/base/339880
Log:
Fix get_maxfds() in jevents
If RLIM_INFINITY == -1ULL (such as on macOS) the min() call will result
in a value of less than 1 being returned. This causes nftw
Author: arichardson
Date: Mon Oct 29 21:08:19 2018
New Revision: 339878
URL: https://svnweb.freebsd.org/changeset/base/339878
Log:
rtld-elf: compile with WANRS=4 warnings other than -Wcast-align
Reviewed By: kib
Approved By: brooks (mentor)
Differential Revision: https://reviews.freeb
Author: arichardson
Date: Mon Oct 29 21:08:02 2018
New Revision: 339876
URL: https://svnweb.freebsd.org/changeset/base/339876
Log:
rtld: set obj->textsize correctly
With lld-generated binaries the first PT_LOAD will usually be a read-only
segment unless you pass --no-rosegment. For those
Author: gjb
Date: Mon Oct 29 21:03:43 2018
New Revision: 339875
URL: https://svnweb.freebsd.org/changeset/base/339875
Log:
Pass _BRANCH in the reldoc target to ensure the correct
src branch is used when generating the hardware.html page.
MFC after:3 days
MFC before: 12.0-BETA3
M
Author: gjb
Date: Mon Oct 29 20:53:05 2018
New Revision: 339873
URL: https://svnweb.freebsd.org/changeset/base/339873
Log:
Set OPTIONS_UNSET in the argument list to env(1), and add
AVAHI to the list. This fixes the textproc/docproj build
seemingly following FLAVORS being added.
Specifi
John Baldwin wrote:
> On 10/27/18 2:24 PM, Yuri Pankov wrote:
>> Author: yuripv
>> Date: Sat Oct 27 21:24:28 2018
>> New Revision: 339826
>> URL: https://svnweb.freebsd.org/changeset/base/339826
>>
>> Log:
>> Provide basic descriptions for VMX exit reason (from "Intel 64 and IA-32
>> Architectu
On 10/27/18 2:24 PM, Yuri Pankov wrote:
> Author: yuripv
> Date: Sat Oct 27 21:24:28 2018
> New Revision: 339826
> URL: https://svnweb.freebsd.org/changeset/base/339826
>
> Log:
> Provide basic descriptions for VMX exit reason (from "Intel 64 and IA-32
> Architectures Software Developer’s Manu
Author: tuexen
Date: Mon Oct 29 19:25:30 2018
New Revision: 339870
URL: https://svnweb.freebsd.org/changeset/base/339870
Log:
Insert a .El line accidently committed in r339869.
Reported by: gjb@
MFC after:3 days
Modified:
head/share/man/man4/sctp.4
Modified: head/share/man/man4/s
Author: tuexen
Date: Mon Oct 29 19:14:56 2018
New Revision: 339869
URL: https://svnweb.freebsd.org/changeset/base/339869
Log:
Fix a nit
Reported by: gjb@
MFC after:3 days
Modified:
head/share/man/man4/sctp.4
Modified: head/share/man/man4/sctp.4
===
Author: hselasky
Date: Mon Oct 29 19:02:36 2018
New Revision: 339868
URL: https://svnweb.freebsd.org/changeset/base/339868
Log:
Implement dma_pool_zalloc() in the LinuxKPI.
Submitted by: Johannes Lundberg
MFC after:3 days
Sponsored by: Mellanox Technologies
Author: andrew
Date: Mon Oct 29 17:55:26 2018
New Revision: 339866
URL: https://svnweb.freebsd.org/changeset/base/339866
Log:
Make the .ctors, .dtors, and .jcr markers as static. They shouldn't be
accessible from out of the files they are defined in.
MFC with: r339738
Sponsored by:
Author: andrew
Date: Mon Oct 29 17:13:12 2018
New Revision: 339865
URL: https://svnweb.freebsd.org/changeset/base/339865
Log:
Include the csu test directories in BSD.tests.dist
MFC with: r339738
Sponsored by: DARPA, AFRL
Modified:
head/etc/mtree/BSD.tests.dist
Modified: head/etc/m
Author: andrew
Date: Mon Oct 29 17:03:20 2018
New Revision: 339864
URL: https://svnweb.freebsd.org/changeset/base/339864
Log:
Check __dso_handle is NULL in non-DSO objects. It should only be non-NULL
when accessed from a shared object.
MFC with: r339738
Sponsored by: DARPA, AFRL
Mo
Author: shurd
Date: Mon Oct 29 14:36:03 2018
New Revision: 339861
URL: https://svnweb.freebsd.org/changeset/base/339861
Log:
Drain grouptaskqueue of the gtask before detaching it.
taskqgroup_detach() would remove the task even if it was running or
enqueued, which could lead to panics (see
33 matches
Mail list logo