Author: kbowling (ports committer)
Date: Tue Nov 13 09:19:07 2018
New Revision: 340393
URL: https://svnweb.freebsd.org/changeset/base/340393
Log:
powerpc64: reduce GENERIC64 diff versus amd64 GENERIC
Reviewed by: jhibbits
Approved by: timur (mentor)
Differential Revision:https
Author: eugen
Date: Tue Nov 13 13:57:15 2018
New Revision: 340394
URL: https://svnweb.freebsd.org/changeset/base/340394
Log:
Fix part of the SYNOPSIS documenting LIST OF RULES AND PREPROCESSING
that is still referred as last section of the SYNOPSIS later
but was erroneously situated in the s
Author: andrew
Date: Tue Nov 13 15:28:27 2018
New Revision: 340395
URL: https://svnweb.freebsd.org/changeset/base/340395
Log:
Run __cxa_finalize in shared objects in the destructor path.
When we have .dtors call them before .dtor handling, otherwise call from
a destructor.
PR:
btw, this breaks kernel build with VLAN_ARRAY option defined.
--
Oleg.
=== Oleg Bulyzhin -- OBUL-RIPN -- OBUL-RIPE -- o...@rinet.ru ===
___
On Mon, 2018-11-12 at 06:00 -0800, Rodney W. Grimes wrote:
> >
> > I absolutely approve of Ben's excellent addition to UPDATING, a
> > text document.
> At no point did I raise ANY objectection to the content
> of his change, stop trying to make that the issue.
>
> >
> > Your demands for addition
Author: markj
Date: Tue Nov 13 18:12:06 2018
New Revision: 340399
URL: https://svnweb.freebsd.org/changeset/base/340399
Log:
RISC-V: Add macros for reading performance counter CSRs.
The RISC-V spec defines several performance counter CSRs such as: cycle,
time, instret, hpmcounter(3...31).
Author: markj
Date: Tue Nov 13 18:20:27 2018
New Revision: 340400
URL: https://svnweb.freebsd.org/changeset/base/340400
Log:
RISC-V: Implement get_cyclecount(9).
Add the missing implementation for get_cyclecount(9) on RISC-V by
reading the cycle CSR.
Submitted by: Mitchell Horne
R
Author: markj
Date: Tue Nov 13 18:40:01 2018
New Revision: 340402
URL: https://svnweb.freebsd.org/changeset/base/340402
Log:
Allow allocations across meta boundaries.
Remove restrictions that prevent allocation requests to cross the
boundary between two meta nodes.
Replace the bmu_av
Author: glebius
Date: Tue Nov 13 19:02:11 2018
New Revision: 340404
URL: https://svnweb.freebsd.org/changeset/base/340404
Log:
Uninline epoch(9) entrance and exit. There is no proof that modern
processors would benefit from avoiding a function call, but bloating
code. In fact, clang created
Author: markj
Date: Tue Nov 13 19:44:40 2018
New Revision: 340405
URL: https://svnweb.freebsd.org/changeset/base/340405
Log:
Add accounting to per-domain UMA full bucket caches.
In particular, track the current size of the cache and maintain an
estimate of its working set size. This will
Author: gjb
Date: Tue Nov 13 19:51:22 2018
New Revision: 340406
URL: https://svnweb.freebsd.org/changeset/base/340406
Log:
The roff ascii.gz documentation installed to /usr/share/doc
was removed in r318881 when roff was removed from the base
system.
This results in the doc.txz distribut
Author: gjb
Date: Tue Nov 13 19:53:02 2018
New Revision: 340407
URL: https://svnweb.freebsd.org/changeset/base/340407
Log:
In followup to r340406, remove doc from the EXTRA_DISTRIBUTIONS
list and remaining references from the script used to create the
MANIFEST file used by bsdinstall(8).
Author: markj
Date: Tue Nov 13 20:07:55 2018
New Revision: 340408
URL: https://svnweb.freebsd.org/changeset/base/340408
Log:
Ensure that libnv can be used when kern.trap_enotcap=1.
libnv used fcntl(fd, F_GETFL) to test whether fd is a valid file
descriptor. Aside from being racy, this ch
Author: vangyzen
Date: Tue Nov 13 20:48:05 2018
New Revision: 340409
URL: https://svnweb.freebsd.org/changeset/base/340409
Log:
Make no assertions about lock state when the scheduler is stopped.
Change the assert paths in rm, rw, and sx locks to match the lock
and unlock paths. I did thi
Author: mjg
Date: Tue Nov 13 21:29:56 2018
New Revision: 340410
URL: https://svnweb.freebsd.org/changeset/base/340410
Log:
locks: plug warnings about unitialized variables
They only showed up after I redefined LOCKSTAT_ENABLED to 0.
doing_lockprof in mutex.c is a real (but harmless) bu
Author: mckusick
Date: Tue Nov 13 21:40:56 2018
New Revision: 340411
URL: https://svnweb.freebsd.org/changeset/base/340411
Log:
In preparation for adding inode check-hashes, clean up and
document the libufs interface for fetching and storing inodes.
The undocumented getino / putino interface
Author: imp
Date: Tue Nov 13 22:41:20 2018
New Revision: 340412
URL: https://svnweb.freebsd.org/changeset/base/340412
Log:
Use atomic_load_acq_int() here too to poll done, ala r328521
Modified:
head/sys/dev/nvme/nvme_ns.c
Modified: head/sys/dev/nvme/nvme_ns.c
Author: glebius
Date: Tue Nov 13 22:58:38 2018
New Revision: 340413
URL: https://svnweb.freebsd.org/changeset/base/340413
Log:
For compatibility KPI functions like if_addr_rlock() that used to have
mutexes but now are converted to epoch(9) use thread-private epoch_tracker.
Embedding tracker
Author: mmacy
Date: Tue Nov 13 23:08:46 2018
New Revision: 340414
URL: https://svnweb.freebsd.org/changeset/base/340414
Log:
Add ZFS to amd64 NOTES to catch future breakage of static linking
Modified:
head/sys/amd64/conf/NOTES
Modified: head/sys/amd64/conf/NOTES
=
Author: glebius
Date: Tue Nov 13 23:20:55 2018
New Revision: 340415
URL: https://svnweb.freebsd.org/changeset/base/340415
Log:
The dualism between epoch_tracker and epoch_thread is fragile and
unnecessary. So, expose CK types to kernel and use a single normal
structure for epoch_tracker.
Author: glebius
Date: Tue Nov 13 23:44:27 2018
New Revision: 340416
URL: https://svnweb.freebsd.org/changeset/base/340416
Log:
Plug build break after r340411.
Modified:
head/sbin/dump/dump.h
head/sbin/dump/main.c
head/sbin/dump/traverse.c
Modified: head/sbin/dump/dump.h
=
Author: glebius
Date: Tue Nov 13 23:45:38 2018
New Revision: 340417
URL: https://svnweb.freebsd.org/changeset/base/340417
Log:
With epoch not inlined, there is no point in using _lite KPI. While here,
remove some unnecessary casts.
Modified:
head/sys/kern/genoffset.c
head/sys/kern/subr_ep
Author: imp
Date: Tue Nov 13 23:53:24 2018
New Revision: 340418
URL: https://svnweb.freebsd.org/changeset/base/340418
Log:
Remove support for versions prior to FreeBSD 7.0 from twa(4)
This was for pre-7.0 CAM support. Neither the CAM nor the busdma
changes over the years have not been ifd
Author: glebius
Date: Tue Nov 13 23:57:34 2018
New Revision: 340419
URL: https://svnweb.freebsd.org/changeset/base/340419
Log:
style(9), mostly adjusting overly long lines.
Modified:
head/sys/kern/subr_epoch.c
Modified: head/sys/kern/subr_epoch.c
=
Author: mmacy
Date: Wed Nov 14 00:12:04 2018
New Revision: 340420
URL: https://svnweb.freebsd.org/changeset/base/340420
Log:
epoch(9) revert r340097 - no longer a need for multiple sections per cpu
I spoke with Samy Bahra and recent changes to CK to make ck_epoch_call and
ck_epoch_poll no
Author: cem
Date: Wed Nov 14 00:21:49 2018
New Revision: 340421
URL: https://svnweb.freebsd.org/changeset/base/340421
Log:
cpucontrol(8): De-duplicate common update logic
Every µcode-updater must open the cpucontrol devfs node RDWR, open a
firmware file, validate the FW file has a positiv
Author: mckusick
Date: Wed Nov 14 00:21:52 2018
New Revision: 340422
URL: https://svnweb.freebsd.org/changeset/base/340422
Log:
Fix build break from dump incompatibility I introduced in -r340411
Pointy-hat to: mckusick
Modified:
head/sbin/dump/dump.h
head/sbin/dump/main.c
head/sbin/d
Author: glebius
Date: Wed Nov 14 00:33:03 2018
New Revision: 340423
URL: https://svnweb.freebsd.org/changeset/base/340423
Log:
Fix build on some architectures after r340413. On amd64 epoch.h
appeared to be included implicitly.
Modified:
head/sys/kern/kern_thread.c
Modified: head/sys/kern/k
Author: brooks
Date: Wed Nov 14 00:46:02 2018
New Revision: 340424
URL: https://svnweb.freebsd.org/changeset/base/340424
Log:
Use the main capabilities.conf for freebsd32.
Allow the location of capabilities.conf to be configured.
Also allow a per-abi syscall prefix to be configured wit
On Sun, Aug 5, 2018 at 6:46 PM Bruce Evans wrote:
> On Mon, 6 Aug 2018, Bruce Evans wrote:
>
> > ...
> > I forgot about FAT times, and only remembered that utc_offset() was used
> > for RTC drivers. I thought that utc_offset() is 0 unless something sets
> > the timezone to nonzero or the RTC is
Author: cem
Date: Wed Nov 14 03:42:39 2018
New Revision: 340425
URL: https://svnweb.freebsd.org/changeset/base/340425
Log:
amdsmn(4)/amdtemp(4): Attach to Ryzen 2 hostbridges
As reported, tested, and patch supplied by Johannes.
There may be future work to do to support multiple sensors
Author: cem
Date: Wed Nov 14 04:50:29 2018
New Revision: 340426
URL: https://svnweb.freebsd.org/changeset/base/340426
Log:
amdtemp(4): Fix temperature reporting on AMD 2990WX
Update the AMD family 17h temperature reporting based on AMD Tech Doc 56255
OSRR, section 4.2.1.
For CPUS w/C
32 matches
Mail list logo