Thank you Conrad.
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: https://FreeBSD.org
NTP: Web: https://nwtime.org
The need of the many outweighs the greed of the few.
In message
, Conrad Meyer writes:
> --a6fe4405a56be1bb
> Content-Type: text/plain; charse
Author: cem
Date: Tue May 12 04:34:26 2020
New Revision: 360955
URL: https://svnweb.freebsd.org/changeset/base/360955
Log:
Revert r360944 and r360946 until reported issues can be resolved
Reported by: cy
Added:
head/sys/arm64/arm64/copystr.c
- copied unchanged from r360943, head/sy
Thanks Cy. I’ll revert it when I’m back at a computer.
Best,
Conrad
On Mon, May 11, 2020 at 20:28 Cy Schubert wrote:
> In message <202005112257.04bmvmx2096...@repo.freebsd.org>, Conrad Meyer
> writes:
> > Author: cem
> > Date: Mon May 11 22:57:21 2020
> > New Revision: 360944
> > URL: https://s
In message <202005112257.04bmvmx2096...@repo.freebsd.org>, Conrad Meyer
writes:
> Author: cem
> Date: Mon May 11 22:57:21 2020
> New Revision: 360944
> URL: https://svnweb.freebsd.org/changeset/base/360944
>
> Log:
> copystr(9): Move to deprecate [2/2]
>
> Unlike the other copy*() functions
> On May 11, 2020, at 12:07 PM, Mark Johnston wrote:
>
> Author: markj
> Date: Mon May 11 19:07:33 2020
> New Revision: 360905
> URL: https://svnweb.freebsd.org/changeset/base/360905
>
> Log:
> Remove the svn:executable property from some pf test files.
>
> The test makefiles will handle set
Author: adrian
Date: Tue May 12 02:23:11 2020
New Revision: 360954
URL: https://svnweb.freebsd.org/changeset/base/360954
Log:
[ath_hal_ar9300] Ensure AH_BYTE_ORDER is defined before used.
Same deal here - ensure endian bits are set here first!
Modified:
head/sys/contrib/dev/ath/ath_hal/a
Author: adrian
Date: Tue May 12 02:20:27 2020
New Revision: 360953
URL: https://svnweb.freebsd.org/changeset/base/360953
Log:
[ath_hal] [ath_hal_ar9300] Fix endian macros to work in and out of kernel
tree.
Yes, people shouldn't use bitfields in C for structure parsing.
If someone ever wa
Author: delphij
Date: Tue May 12 01:47:33 2020
New Revision: 360952
URL: https://svnweb.freebsd.org/changeset/base/360952
Log:
Generate zlib.pc from source.
Reviewed by: bapt
MFC after:3 days
Differential Revision:https://reviews.freebsd.org/D24806
Deleted:
Author: adrian
Date: Tue May 12 01:40:48 2020
New Revision: 360951
URL: https://svnweb.freebsd.org/changeset/base/360951
Log:
[ar9300] Fix up this tool after test compiling it with LLVM. Le oops.
Modified:
head/tools/tools/ath/ath_ee_9300_print/main.c
Modified: head/tools/tools/ath/ath_ee_9
Author: adrian
Date: Tue May 12 01:36:48 2020
New Revision: 360950
URL: https://svnweb.freebsd.org/changeset/base/360950
Log:
[ar9300] Update the ar9300 eeprom dump utility to include target power and
CTL.
This lets me easily see what the EEPROM target power and regulatory
compliance tab
Author: bdragon
Date: Tue May 12 01:04:50 2020
New Revision: 360948
URL: https://svnweb.freebsd.org/changeset/base/360948
Log:
[PowerPC64] Minor correctness fix in rstcode.
TRAP_ENTRY(0) should be TRAP_GENTRAP(0) here.
However, in practice, it doesn't matter, as the only time TRAP_ENTR
Author: cem
Date: Tue May 12 00:42:16 2020
New Revision: 360946
URL: https://svnweb.freebsd.org/changeset/base/360946
Log:
Remove deleted files from the build
Fix build break introduced in r360944.
Reported by: kevans
Modified:
head/sys/conf/files.arm64
head/sys/conf/files.powerp
Author: cem
Date: Mon May 11 22:57:21 2020
New Revision: 360944
URL: https://svnweb.freebsd.org/changeset/base/360944
Log:
copystr(9): Move to deprecate [2/2]
Unlike the other copy*() functions, it does not serve to copy from one
address space to another or protect against potential fault
On 5/11/20 3:19 PM, Cy Schubert wrote:
> In message <202005112215.04bmfkh8071...@repo.freebsd.org>, John Baldwin
> writes:
>> Author: jhb
>> Date: Mon May 11 22:15:46 2020
>> New Revision: 360937
>> URL: https://svnweb.freebsd.org/changeset/base/360937
>>
>> Log:
>> Document removal of deprecate
Author: cem
Date: Mon May 11 22:48:00 2020
New Revision: 360943
URL: https://svnweb.freebsd.org/changeset/base/360943
Log:
copystr(9): Move to deprecate [1/2]
Unlike the other copy*() functions, it does not serve to copy from one
address space to another or protect against potential fault
Author: tuexen
Date: Mon May 11 22:47:20 2020
New Revision: 360942
URL: https://svnweb.freebsd.org/changeset/base/360942
Log:
Fix a copy and paste error introduced in r360878.
Reported-by: syzbot+a0863e972771f2f0d...@syzkaller.appspotmail.com
Reported-by: syzbot+4481757e
Author: cem
Date: Mon May 11 22:39:53 2020
New Revision: 360941
URL: https://svnweb.freebsd.org/changeset/base/360941
Log:
geom(4) mirror: Do not panic on gmirror(8) insert, resize
Geom_mirror initialization occurs in spurts and the present of a
non-destroyed g_mirror softc does not alway
Author: kib
Date: Mon May 11 22:38:32 2020
New Revision: 360940
URL: https://svnweb.freebsd.org/changeset/base/360940
Log:
sigfastblock: fix delivery of the pending signals in single-threaded
processes.
If single-threaded process receives a signal during critical section
established by s
Author: jhb
Date: Mon May 11 22:26:39 2020
New Revision: 360939
URL: https://svnweb.freebsd.org/changeset/base/360939
Log:
Remove various empty directories.
Some of these I orphaned today, others were emptied by earlier commits
to head.
Deleted:
head/sbin/sunlabel/
head/share/man/man
In message <202005112215.04bmfkh8071...@repo.freebsd.org>, John Baldwin
writes:
> Author: jhb
> Date: Mon May 11 22:15:46 2020
> New Revision: 360937
> URL: https://svnweb.freebsd.org/changeset/base/360937
>
> Log:
> Document removal of deprecated algorithms from OCF.
>
> Sponsored by:
Author: jhb
Date: Mon May 11 22:15:46 2020
New Revision: 360937
URL: https://svnweb.freebsd.org/changeset/base/360937
Log:
Document removal of deprecated algorithms from OCF.
Sponsored by: Chelsio Communications
Modified:
head/RELNOTES
Modified: head/RELNOTES
===
Author: jhb
Date: Mon May 11 22:08:08 2020
New Revision: 360936
URL: https://svnweb.freebsd.org/changeset/base/360936
Log:
Remove MD5 HMAC from OCF.
There are no in-kernel consumers.
Reviewed by: cem
Relnotes: yes
Sponsored by: Chelsio Communications
Differential Revision:
Author: kp
Date: Mon May 11 21:42:19 2020
New Revision: 360935
URL: https://svnweb.freebsd.org/changeset/base/360935
Log:
opencrypto: Add missing ioctl exit SDTs
The opencrypto ioctl code has very useful probe points at the various exit
points. These allow us to figure out exactly why a r
Author: jhb
Date: Mon May 11 21:39:02 2020
New Revision: 360934
URL: https://svnweb.freebsd.org/changeset/base/360934
Log:
kgssapi no longer supports RC4, so don't list it as a build dependency.
Reviewed by: cem
Sponsored by: Chelsio Communications
Differential Revision:https:/
Author: jhb
Date: Mon May 11 21:34:29 2020
New Revision: 360933
URL: https://svnweb.freebsd.org/changeset/base/360933
Log:
Remove support for DES and Triple DES from OCF.
It no longer has any in-kernel consumers via OCF. smbfs still uses
single DES directly, so sys/crypto/des remains for
Author: jhb
Date: Mon May 11 21:24:05 2020
New Revision: 360931
URL: https://svnweb.freebsd.org/changeset/base/360931
Log:
Remove support for the Blowfish algorithm from OCF.
It no longer has any in-kernel consumers.
Reviewed by: cem
Relnotes: yes
Sponsored by: Chelsio Communi
Author: gallatin
Date: Mon May 11 21:23:22 2020
New Revision: 360930
URL: https://svnweb.freebsd.org/changeset/base/360930
Log:
Fix the build
Back out the IPv6 portion of r360903, as the stamp_tag param
is apparently not supported in upstream FreeBSD.
Sponsored by: Netflix
Pointy h
Author: mr
Date: Mon May 11 21:22:16 2020
New Revision: 360929
URL: https://svnweb.freebsd.org/changeset/base/360929
Log:
Add missing sysput.c
PR: 237664
Submitted by: o...@j.email.ne.jp
Reported by: imb, cy
Added:
head/usr.bin/systat/sysput.c (contents, props changed)
Author: jhb
Date: Mon May 11 21:17:08 2020
New Revision: 360928
URL: https://svnweb.freebsd.org/changeset/base/360928
Log:
Remove support for the ARC4 algorithm from OCF.
There are no longer any in-kernel consumers. The software
implementation was also a non-functional stub.
Reviewe
Author: jhb
Date: Mon May 11 21:04:59 2020
New Revision: 360927
URL: https://svnweb.freebsd.org/changeset/base/360927
Log:
Remove support for keyed MD5 and SHA1 authentication hashes.
They no longer have any in-tree consumers. Note that these are a
different from MD5-HMAC and SHA1-HMAC a
In message <202005112034.04bkyq1j009...@repo.freebsd.org>, Michael
Reifenberger
writes:
> Author: mr
> Date: Mon May 11 20:34:52 2020
> New Revision: 360919
> URL: https://svnweb.freebsd.org/changeset/base/360919
>
> Log:
> Patch systat -zarc to display cumulative rate and round down large numb
Author: hselasky
Date: Mon May 11 20:55:04 2020
New Revision: 360925
URL: https://svnweb.freebsd.org/changeset/base/360925
Log:
Refresh the USB device strings when a USB device is re-enumerated.
Submitted by: Horse Ma
MFC after:1 week
Sponsored by: Mellanox Technologies
Modified:
Author: jhb
Date: Mon May 11 20:54:59 2020
New Revision: 360924
URL: https://svnweb.freebsd.org/changeset/base/360924
Log:
Remove support for the skipjack encryption algorithm.
This was removed from IPsec in r286100 and no longer has any in-tree
consumers.
Reviewed by: cem
Relnote
On Mon, 11 May 2020 13:43:58 -0700
Kevin Bowling wrote:
> Were there any major changes you can summarize from the P9BSD
> integration, and any TODO list (perhaps wiki for this question)?
The committed version lacks minidumps, which luporl@ had implemented in
OEA64 a few months ago, so I still ha
Author: jhb
Date: Mon May 11 20:52:18 2020
New Revision: 360923
URL: https://svnweb.freebsd.org/changeset/base/360923
Log:
Remove support for the cast128 encryption algorithm.
It no longer has any in-tree consumers.
Reviewed by: cem
Relnotes: yes
Sponsored by: Chelsio Communic
Were there any major changes you can summarize from the P9BSD
integration, and any TODO list (perhaps wiki for this question)?
On Sun, May 10, 2020 at 7:33 PM Justin Hibbits wrote:
>
> Author: jhibbits
> Date: Mon May 11 02:33:37 2020
> New Revision: 360887
> URL: https://svnweb.freebsd.org/chang
Author: jhb
Date: Mon May 11 20:40:30 2020
New Revision: 360920
URL: https://svnweb.freebsd.org/changeset/base/360920
Log:
Remove incomplete support for plain MD5 from OCF.
Although a few drivers supported this algorithm, there were never any
in-kernel consumers. cryptosoft and cryptodev
Author: melifaro
Date: Mon May 11 20:41:03 2020
New Revision: 360921
URL: https://svnweb.freebsd.org/changeset/base/360921
Log:
Fix NOINET[6] build by using af-independent route lookup function.
Reported by: rpokala
Modified:
head/sys/netinet/sctp_os_bsd.h
Modified: head/sys/netinet/sc
Author: mr
Date: Mon May 11 20:34:52 2020
New Revision: 360919
URL: https://svnweb.freebsd.org/changeset/base/360919
Log:
Patch systat -zarc to display cumulative rate and round down large numbers by
SI units
PR: 237664
Submitted by: o...@j.email.ne.jp
MFC after:2 weeks
Author: jhb
Date: Mon May 11 20:30:28 2020
New Revision: 360918
URL: https://svnweb.freebsd.org/changeset/base/360918
Log:
Remove ubsec(4).
This driver was previously marked for deprecation in r360710.
Approved by: csprng (cem, gordon, delphij)
Relnotes: yes
Sponsored by: Chel
Author: dim
Date: Mon May 11 19:36:38 2020
New Revision: 360915
URL: https://svnweb.freebsd.org/changeset/base/360915
Log:
Use -fno-asynchronous-unwind-tables to compile lib/csu
Summary:
In r209294 kib added -fno-asynchronous-unwind-tables to the compile
flags for the GNU C startup comp
Author: gallatin
Date: Mon May 11 19:17:33 2020
New Revision: 360914
URL: https://svnweb.freebsd.org/changeset/base/360914
Log:
Ktls: never skip stamping tags for NIC TLS
The newer RACK and BBR TCP stacks have added a mechanism
to disable hardware packet pacing for TCP retransmits.
This
Author: markj
Date: Mon May 11 19:08:03 2020
New Revision: 360906
URL: https://svnweb.freebsd.org/changeset/base/360906
Log:
Add a basic table entry counter regression test.
Reviewed by: kp
MFC after:2 weeks
Differential Revision:https://reviews.freebsd.org/D24809
Added:
Author: markj
Date: Mon May 11 19:07:33 2020
New Revision: 360905
URL: https://svnweb.freebsd.org/changeset/base/360905
Log:
Remove the svn:executable property from some pf test files.
The test makefiles will handle setting mode bits during install. Also,
Phabricator gets upset when uplo
Author: markj
Date: Mon May 11 18:47:38 2020
New Revision: 360903
URL: https://svnweb.freebsd.org/changeset/base/360903
Log:
pf: Don't allocate per-table entry counters unless required.
pf by default does not do per-table address accounting unless the
"counters" keyword is specified in th
On Mon, May 11, 2020 at 1:10 PM Brooks Davis wrote:
>
> On Sat, May 09, 2020 at 02:01:29AM +, Kyle Evans wrote:
> > Author: kevans
> > Date: Sat May 9 02:01:29 2020
> > New Revision: 360833
> > URL: https://svnweb.freebsd.org/changeset/base/360833
> >
> > Log:
> > installworld: attempt a ce
On Sat, May 09, 2020 at 02:01:29AM +, Kyle Evans wrote:
> Author: kevans
> Date: Sat May 9 02:01:29 2020
> New Revision: 360833
> URL: https://svnweb.freebsd.org/changeset/base/360833
>
> Log:
> installworld: attempt a certctl rehash at the tail end
>
> This can be run as root or norma
Author: erj
Date: Mon May 11 17:42:04 2020
New Revision: 360902
URL: https://svnweb.freebsd.org/changeset/base/360902
Log:
em/ix/ixv/ixl/iavf: Implement ifdi_needs_restart iflib method
Pursuant to r360398, implement driver-specific versions of the
ifdi_needs_restart iflib device method.
Author: freqlabs
Date: Mon May 11 15:38:44 2020
New Revision: 360900
URL: https://svnweb.freebsd.org/changeset/base/360900
Log:
vfs_exports: Tighten bounds and assert consistency of numsecflavors
We know the value must be greater than 0 and less than MAXSECFLAVORS.
Reject values outsid
Author: takawata
Date: Mon May 11 15:32:32 2020
New Revision: 360899
URL: https://svnweb.freebsd.org/changeset/base/360899
Log:
Add le_scan subcommand to hccontrol.
PR: 246141
Submitted by: Marc Veldman
Added:
head/usr.sbin/bluetooth/hccontrol/adv_data.c (contents, props changed)
Mod
Author: arichardson
Date: Mon May 11 08:40:33 2020
New Revision: 360894
URL: https://svnweb.freebsd.org/changeset/base/360894
Log:
Avoid using non-portable dd conv=osync option
The same thing can be achieved using the bs=$SIZE and conv=sync options.
Unlike conv=osync, conv=sync is support
51 matches
Mail list logo