Author: adrian
Date: Thu Feb 20 07:12:43 2020
New Revision: 358156
URL: https://svnweb.freebsd.org/changeset/base/358156
Log:
[ath] Attempt to fix epoch handling.
The epoch stuff with taskqueues works fine if the driver never calls
the receive path in other contexts, but this driver does.
Author: delphij
Date: Thu Feb 20 06:45:51 2020
New Revision: 358155
URL: https://svnweb.freebsd.org/changeset/base/358155
Log:
Actually install hwpstate_intel.4.
Modified:
head/share/man/man4/Makefile
Modified: head/share/man/man4/Makefile
On 2/19/20 10:01 PM, Yuri Pankov wrote:
> On 20 Feb 2020, at 06:54, Pedro F. Giffuni wrote:
>>
>> Author: pfg
>> Date: Thu Feb 20 03:54:07 2020
>> New Revision: 358153
>> URL: https://svnweb.freebsd.org/changeset/base/358153
>>
>> Log:
>> /etc/services: attempt bring the database to this centur
Author: delphij
Date: Thu Feb 20 06:03:41 2020
New Revision: 358154
URL: https://svnweb.freebsd.org/changeset/base/358154
Log:
Bump PROTOMAX.
MFC after:3 weeks
X-MFC-with: r358153
Modified:
head/usr.sbin/services_mkdb/services_mkdb.c
Modified: head/usr.sbin/services_mkdb/service
On 20 Feb 2020, at 06:54, Pedro F. Giffuni wrote:
>
> Author: pfg
> Date: Thu Feb 20 03:54:07 2020
> New Revision: 358153
> URL: https://svnweb.freebsd.org/changeset/base/358153
>
> Log:
> /etc/services: attempt bring the database to this century.
>
> Document better this file, updating the U
Author: pfg
Date: Thu Feb 20 03:54:07 2020
New Revision: 358153
URL: https://svnweb.freebsd.org/changeset/base/358153
Log:
/etc/services: attempt bring the database to this century.
Document better this file, updating the URL to the IANA registry and closely
match the official services.
Author: hrs
Date: Thu Feb 20 03:01:27 2020
New Revision: 358152
URL: https://svnweb.freebsd.org/changeset/base/358152
Log:
Improve performance of "read" built-in command when using a seekable
fd.
The read built-in command calls read(2) with a 1-byte buffer because
newline characters nee
Author: imp
Date: Thu Feb 20 01:33:01 2020
New Revision: 358143
URL: https://svnweb.freebsd.org/changeset/base/358143
Log:
Don't convert all lower-layer errors to EIO.
Don't convert all lower layer errors to EIO. Instead, pass the actual error up
the stack. This will allow the upper layer
Author: imp
Date: Thu Feb 20 00:46:16 2020
New Revision: 358135
URL: https://svnweb.freebsd.org/changeset/base/358135
Log:
Create ptov() function.
Create a ptov() function. It's basically the same as the btx PTOV
macro, but works everywhere. smbios needs this to translate addresses,
but
Author: imp
Date: Thu Feb 20 00:46:22 2020
New Revision: 358136
URL: https://svnweb.freebsd.org/changeset/base/358136
Log:
Move smbios.c to libsa.
smbios used to be an i386 only kinda weird quirk to the x86
architecture. But UEFI picked it up, dusted it off and now it's many
other locat
Author: imp
Date: Thu Feb 20 00:34:46 2020
New Revision: 358134
URL: https://svnweb.freebsd.org/changeset/base/358134
Log:
Don't spam the console with an additional, and useless, error message.
There's no need to spam the console with this error message. If there's an I/O
error, the disk/
On Wed, Feb 19, 2020 at 4:49 PM Joerg Sonnenberger wrote:
>
> On Wed, Feb 19, 2020 at 10:34:23PM +, Jeff Roberson wrote:
> > Author: jeff
> > Date: Wed Feb 19 22:34:22 2020
> > New Revision: 358133
> > URL: https://svnweb.freebsd.org/changeset/base/358133
> >
> > Log:
> > Silence a gcc warni
On Wed, Feb 19, 2020 at 10:34:23PM +, Jeff Roberson wrote:
> Author: jeff
> Date: Wed Feb 19 22:34:22 2020
> New Revision: 358133
> URL: https://svnweb.freebsd.org/changeset/base/358133
>
> Log:
> Silence a gcc warning about no return from a function that handles every
> possible enum in a
Author: jeff
Date: Wed Feb 19 22:34:22 2020
New Revision: 358133
URL: https://svnweb.freebsd.org/changeset/base/358133
Log:
Silence a gcc warning about no return from a function that handles every
possible enum in a switch statement. I verified that this emits nothing
as expected on clang.
Author: dim
Date: Wed Feb 19 21:12:59 2020
New Revision: 358132
URL: https://svnweb.freebsd.org/changeset/base/358132
Log:
Take LINKER_FREEBSD_VERSION from numerical field after dash
Summary:
With COMPILER_FREEBSD_VERSION, we use a numeric value that we bump each
time we make a change t
Author: jeff
Date: Wed Feb 19 19:58:31 2020
New Revision: 358130
URL: https://svnweb.freebsd.org/changeset/base/358130
Log:
Use SMR to provide a safe unlocked lookup for vm_radix.
The tree is kept correct for readers with store barriers and careful
ordering. The existing object lock seri
Author: jeff
Date: Wed Feb 19 19:51:09 2020
New Revision: 358129
URL: https://svnweb.freebsd.org/changeset/base/358129
Log:
Since r357940 it is no longer possible to use a single type cast for all
atomic_*_ptr functions.
Modified:
head/sys/sys/smr.h
Modified: head/sys/sys/smr.h
===
Author: jeff
Date: Wed Feb 19 18:48:46 2020
New Revision: 358128
URL: https://svnweb.freebsd.org/changeset/base/358128
Log:
Use per-domain locks for the bucket cache.
This gives much better concurrency when there are a large number of
cores per-domain and multiple domains. Avoid taking t
Author: bapt
Date: Wed Feb 19 17:09:08 2020
New Revision: 358127
URL: https://svnweb.freebsd.org/changeset/base/358127
Log:
Update to 6.2-20200215
While I didn't plan another upgrade, This version incorporate fixes from
kevans@ so let's upgrade to it
Modified:
head/contrib/ncurses/ANNO
Author: kp
Date: Wed Feb 19 16:44:16 2020
New Revision: 358124
URL: https://svnweb.freebsd.org/changeset/base/358124
Log:
bridge tests: Remove unneeded 'All rights reserved.'
The FreeBSD foundation no longer requires this, as per
https://lists.freebsd.org/pipermail/svn-src-all/2019-Februa
Author: emaste
Date: Wed Feb 19 16:23:21 2020
New Revision: 358123
URL: https://svnweb.freebsd.org/changeset/base/358123
Log:
nanobsd: add WITHOUT_LLVM_COV, akin to WITHOUT_GCOV
Another case, missed in r358105
Modified:
head/tools/tools/nanobsd/dhcpd/common
Modified: head/tools/tools/na
Author: emaste
Date: Wed Feb 19 15:56:40 2020
New Revision: 358120
URL: https://svnweb.freebsd.org/changeset/base/358120
Log:
Cirrus-CI: increase timeout to 120m
For some reason build+package+test time went from about 1h10 to over
1h30 (killed due to timeout prior to completion).
The
On Wed, Feb 19, 2020 at 05:18:25PM +0200, Konstantin Belousov wrote:
> On Wed, Feb 19, 2020 at 10:41:27AM +0100, Baptiste Daroussin wrote:
> > On Wed, Feb 19, 2020 at 11:02:11AM +0300, Yuri Pankov wrote:
> > > On 18 Feb 2020, at 11:11, Baptiste Daroussin wrote:
> > > >
> > > > Author: bapt
> > >
On Wed, Feb 19, 2020 at 10:41:27AM +0100, Baptiste Daroussin wrote:
> On Wed, Feb 19, 2020 at 11:02:11AM +0300, Yuri Pankov wrote:
> > On 18 Feb 2020, at 11:11, Baptiste Daroussin wrote:
> > >
> > > Author: bapt
> > > Date: Tue Feb 18 08:11:52 2020
> > > New Revision: 358062
> > > URL: https://sv
Author: kevans
Date: Wed Feb 19 15:12:01 2020
New Revision: 358118
URL: https://svnweb.freebsd.org/changeset/base/358118
Log:
truss: fix shm_open2 oversight (BinString -> Name)
BinString assumes a length in the next argument; Name is more appropriate
for the final argument.
Modified:
h
Author: kevans
Date: Wed Feb 19 14:55:59 2020
New Revision: 358117
URL: https://svnweb.freebsd.org/changeset/base/358117
Log:
kdump: decode shm_open2
This is the kdump counterpart of the truss support added in r358116, and
also a part of D23733. shm_open2 is the successor to shm_open.
Author: kevans
Date: Wed Feb 19 14:54:33 2020
New Revision: 358116
URL: https://svnweb.freebsd.org/changeset/base/358116
Log:
truss: decode shm_open2
shm_open2 is similar to shm_open, except it also takes shmflags and optional
name to label the anonymous region for, e.g., debugging purpos
Author: kevans
Date: Wed Feb 19 14:52:32 2020
New Revision: 358115
URL: https://svnweb.freebsd.org/changeset/base/358115
Log:
libsysdecode: grab shmflags from sys/mman.h, add decode method
Any SHM_* flag here is (and likely will continue to be) a shmflag that may
be passed to shm_open2(),
Author: emaste
Date: Wed Feb 19 14:40:53 2020
New Revision: 358111
URL: https://svnweb.freebsd.org/changeset/base/358111
Log:
whereis: remove gnu/libexec from source search paths
The last subdirectory of gnu/libexec was removed in r85742.
Modified:
head/usr.bin/whereis/pathnames.h
Modif
Author: kevans
Date: Wed Feb 19 14:32:55 2020
New Revision: 358109
URL: https://svnweb.freebsd.org/changeset/base/358109
Log:
kdump: decode SHM_ANON as first arg to legacy shm_open(2)
The first argument to shm_open(2) as well as shm_open2(2) may be a path or
SHM_ANON. Decode SHM_ANON, at
Author: emaste
Date: Wed Feb 19 14:26:27 2020
New Revision: 358105
URL: https://svnweb.freebsd.org/changeset/base/358105
Log:
nanobsd: add WITHOUT_LLVM_COV, akin to WITHOUT_GCOV
Modified:
head/tools/tools/nanobsd/embedded/common
Modified: head/tools/tools/nanobsd/embedded/common
Author: bapt
Date: Wed Feb 19 14:18:17 2020
New Revision: 358103
URL: https://svnweb.freebsd.org/changeset/base/358103
Log:
Add a note about some fallouts due to the ncurses update
Modified:
head/UPDATING
Modified: head/UPDATING
===
Author: emaste
Date: Wed Feb 19 14:16:48 2020
New Revision: 358102
URL: https://svnweb.freebsd.org/changeset/base/358102
Log:
src.conf.5: regen after r358101, WITHOUT_GCOV default
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
Author: emaste
Date: Wed Feb 19 14:12:59 2020
New Revision: 358101
URL: https://svnweb.freebsd.org/changeset/base/358101
Log:
Move GCOV option to default NO
GNU gcov will be removed along with GCC 4.2.1 at the end of the month.
Change the default to NO in preparation.
Modified:
head/sh
Author: bapt
Date: Wed Feb 19 14:09:15 2020
New Revision: 358100
URL: https://svnweb.freebsd.org/changeset/base/358100
Log:
lib_gen.c now also depends on ncurses_dll.h specify it to prevent some
breakage
if ncurses_dll.h is already present in base while building
Modified:
head/lib/ncurses/
On Wed, Feb 19, 2020 at 04:45:27AM -0800, Rodney W. Grimes wrote:
> > On 18 Feb 2020, at 11:11, Baptiste Daroussin wrote:
> > >
> > > Author: bapt
> > > Date: Tue Feb 18 08:11:52 2020
> > > New Revision: 358062
> > > URL: https://svnweb.freebsd.org/changeset/base/358062
> > >
> > > Log:
> > > U
Author: carlavilla (doc committer)
Date: Wed Feb 19 12:49:49 2020
New Revision: 358099
URL: https://svnweb.freebsd.org/changeset/base/358099
Log:
Add some HISTORY sections to manpages
environ(7) was in AT&T Version 7
ac(8): Add a HISTORY section
sa(8): Add a HISTORY section
sqrt(3): A
> On 18 Feb 2020, at 11:11, Baptiste Daroussin wrote:
> >
> > Author: bapt
> > Date: Tue Feb 18 08:11:52 2020
> > New Revision: 358062
> > URL: https://svnweb.freebsd.org/changeset/base/358062
> >
> > Log:
> > Update ncurses to 20200118
> >
> > Among the changes from before:
> > - Add suppor
On Wed, Feb 19, 2020 at 5:04 PM Dimitry Andric wrote:
>
> On 2020-02-18 09:11, Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Tue Feb 18 08:11:52 2020
> > New Revision: 358062
> > URL: https://svnweb.freebsd.org/changeset/base/358062
> >
> > Log:
> >Update ncurses to 20200118
>
> Apparen
On Wed, Feb 19, 2020 at 11:02:11AM +0300, Yuri Pankov wrote:
> On 18 Feb 2020, at 11:11, Baptiste Daroussin wrote:
> >
> > Author: bapt
> > Date: Tue Feb 18 08:11:52 2020
> > New Revision: 358062
> > URL: https://svnweb.freebsd.org/changeset/base/358062
> >
> > Log:
> > Update ncurses to 202001
Author: jeff
Date: Wed Feb 19 09:10:11 2020
New Revision: 358098
URL: https://svnweb.freebsd.org/changeset/base/358098
Log:
Don't release xbusy on kmem pages. After lockless page lookup we will not
be able to guarantee that they can be racquired without blocking.
Reviewed by: kib
Disc
On 2020-02-18 09:11, Baptiste Daroussin wrote:
Author: bapt
Date: Tue Feb 18 08:11:52 2020
New Revision: 358062
URL: https://svnweb.freebsd.org/changeset/base/358062
Log:
Update ncurses to 20200118
Apparently this breaks the gcc builds, because it can't find the
function "box" anymore:
-
Author: jeff
Date: Wed Feb 19 08:17:27 2020
New Revision: 358097
URL: https://svnweb.freebsd.org/changeset/base/358097
Log:
Eliminate some unnecessary uses of UMA_ZONE_VM. Only zones involved in
virtual address or physical page allocation need to be marked with this
flag.
Reviewed by:
Author: jeff
Date: Wed Feb 19 08:15:20 2020
New Revision: 358096
URL: https://svnweb.freebsd.org/changeset/base/358096
Log:
Type validating smr protected pointer accessors.
This API is intended to provide some measure of safety with SMR
protected pointers. A struct wrapper provides type
On 18 Feb 2020, at 11:11, Baptiste Daroussin wrote:
>
> Author: bapt
> Date: Tue Feb 18 08:11:52 2020
> New Revision: 358062
> URL: https://svnweb.freebsd.org/changeset/base/358062
>
> Log:
> Update ncurses to 20200118
>
> Among the changes from before:
> - Add support for extended colors on
45 matches
Mail list logo