Author: jkim
Date: Wed Jun 24 02:08:08 2020
New Revision: 362569
URL: https://svnweb.freebsd.org/changeset/base/362569
Log:
Fix build with recent byacc.
Modified:
head/libexec/ftpd/ftpcmd.y
head/usr.bin/localedef/localedef.c
head/usr.bin/localedef/localedef.h
head/usr.sbin/rrenumd/parse
Author: cy
Date: Wed Jun 24 01:51:05 2020
New Revision: 362568
URL: https://svnweb.freebsd.org/changeset/base/362568
Log:
MFV r362565:
Update 4.2.8p14 --> 4.2.8p15
Summary: Systems that use a CMAC algorithm in ntp.keys will not release
a bit of memory on each packet that uses a CMAC
On 20. 6. 23., Kyle Evans wrote:
> On Tue, Jun 23, 2020 at 8:07 PM Jung-uk Kim wrote:
>>
>> On 20. 6. 23., Kyle Evans wrote:
>>> On Thu, Jun 18, 2020 at 1:09 PM Jung-uk Kim wrote:
Author: jkim
Date: Thu Jun 18 18:09:16 2020
New Revision: 362333
URL: https://svnweb.freebsd
On Tue, Jun 23, 2020 at 8:07 PM Jung-uk Kim wrote:
>
> On 20. 6. 23., Kyle Evans wrote:
> > On Thu, Jun 18, 2020 at 1:09 PM Jung-uk Kim wrote:
> >>
> >> Author: jkim
> >> Date: Thu Jun 18 18:09:16 2020
> >> New Revision: 362333
> >> URL: https://svnweb.freebsd.org/changeset/base/362333
> >>
> >>
On 20. 6. 23., Kyle Evans wrote:
> On Thu, Jun 18, 2020 at 1:09 PM Jung-uk Kim wrote:
>>
>> Author: jkim
>> Date: Thu Jun 18 18:09:16 2020
>> New Revision: 362333
>> URL: https://svnweb.freebsd.org/changeset/base/362333
>>
>> Log:
>> MFV: r362286
>>
>> Merge flex 2.6.4.
>>
>
> Hi,
>
> I'm l
On Thu, Jun 18, 2020 at 1:09 PM Jung-uk Kim wrote:
>
> Author: jkim
> Date: Thu Jun 18 18:09:16 2020
> New Revision: 362333
> URL: https://svnweb.freebsd.org/changeset/base/362333
>
> Log:
> MFV: r362286
>
> Merge flex 2.6.4.
>
Hi,
I'm looking at getting amd64 world buildable again by gcc6;
Author: kevans
Date: Tue Jun 23 23:52:43 2020
New Revision: 362564
URL: https://svnweb.freebsd.org/changeset/base/362564
Log:
stand: remove redundant declarations
These are picked out by the amd64-gcc6 build; time() is declared in
and delay() is declared in . These are the correct places
Author: tuexen
Date: Tue Jun 23 23:05:05 2020
New Revision: 362563
URL: https://svnweb.freebsd.org/changeset/base/362563
Log:
Fix alignment issue manifesting in the userland stack.
MFC after:1 wwek
Modified:
head/sys/netinet/sctp_usrreq.c
Modified: head/sys/netinet/sctp_usrr
Author: dougm
Date: Tue Jun 23 22:47:54 2020
New Revision: 362562
URL: https://svnweb.freebsd.org/changeset/base/362562
Log:
In r362552, RB_SET_PARENT is defined, and use in parens in
RB_CLEAR_NODE. But it is not an expression, and ought not to be
enclosed in parens. Remove them.
Appr
Author: mckusick
Date: Tue Jun 23 21:44:00 2020
New Revision: 362561
URL: https://svnweb.freebsd.org/changeset/base/362561
Log:
Optimize g_journal's superblock update by noting that the summary
information is neither read nor written so it need not be written
out when updating the superblock
Author: mckusick
Date: Tue Jun 23 21:37:12 2020
New Revision: 362560
URL: https://svnweb.freebsd.org/changeset/base/362560
Log:
Correctly describe the return values for the libufs library sbget()
and sbput() functions that respectively read and write the superblock.
PR: 247425
Author: mckusick
Date: Tue Jun 23 21:28:26 2020
New Revision: 362559
URL: https://svnweb.freebsd.org/changeset/base/362559
Log:
The libufs library needs to track and free the new fs_si structure
in addition to the fs_csp structure that it references.
PR: 247425
Sponsored by: N
Author: mckusick
Date: Tue Jun 23 21:17:13 2020
New Revision: 362558
URL: https://svnweb.freebsd.org/changeset/base/362558
Log:
Align comments in struct uufsd structure. No semantic change.
Sponsored by: Netflix
Modified:
head/lib/libufs/libufs.h
Modified: head/lib/libufs/libufs.h
=
Author: cperciva
Date: Tue Jun 23 21:11:40 2020
New Revision: 362557
URL: https://svnweb.freebsd.org/changeset/base/362557
Log:
Clean up some function and variable names.
The change from "slave" processes to "minion" processes to "worker"
processes left some less-than-coherent names:
1.
Author: vmaffione
Date: Tue Jun 23 20:23:56 2020
New Revision: 362553
URL: https://svnweb.freebsd.org/changeset/base/362553
Log:
iflib: netmap: fix rsync index overrun
In the current iflib_netmap_rxsync, there is nothing that prevents
kring->nr_hwtail to overrun kring->nr_hwcur during the
Author: dougm
Date: Tue Jun 23 20:02:55 2020
New Revision: 362552
URL: https://svnweb.freebsd.org/changeset/base/362552
Log:
Define RB_SET_PARENT to do all assignments to rb parent
pointers. Define RB_SWAP_CHILD to replace the child of a parent with
its twin, and use it in 4 places. Use RB_S
Author: lwhsu
Date: Tue Jun 23 19:14:38 2020
New Revision: 362551
URL: https://svnweb.freebsd.org/changeset/base/362551
Log:
Revert r362390, those tests are fixed by r362418
PR: 247425
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/fstyp/tests/fstyp_test.sh
he
Author: 0mp (doc,ports committer)
Date: Tue Jun 23 18:35:00 2020
New Revision: 362550
URL: https://svnweb.freebsd.org/changeset/base/362550
Log:
Remove ldconfig_paths_aout from rc.conf after r362543
Approved by: imp
Differential Revision:https://reviews.freebsd.org/D25415
Modifi
Author: cem
Date: Tue Jun 23 18:25:31 2020
New Revision: 362549
URL: https://svnweb.freebsd.org/changeset/base/362549
Log:
kmod.mk: Don't split out debug symbols if requested
Ports bsd.kmod.mk explicitly sets MK_KERNEL_SYMBOLS=no to prevent auto-
splitting of debuginfo from kernel modules
Author: 0mp (doc,ports committer)
Date: Tue Jun 23 18:24:15 2020
New Revision: 362548
URL: https://svnweb.freebsd.org/changeset/base/362548
Log:
Update documentation after dropping support for i386 aout from ldconfig
The i386 aout invocation was removed from rc.d/ldconfig in r362543.
Modif
Author: pstef
Date: Tue Jun 23 18:19:22 2020
New Revision: 362547
URL: https://svnweb.freebsd.org/changeset/base/362547
Log:
pstat(8): improve the Size header width after r358181
All size values use fields of width 8. Also, all other headers use fields of
width 8. Make the Size header add
Are you planning on MFCing this? That’s the main value to MFVs at this
point.
Thanks.
On Mon, Jun 22, 2020 at 23:42 Toomas Soome wrote:
> Author: tsoome
> Date: Tue Jun 23 06:42:39 2020
> New Revision: 362531
> URL: https://svnweb.freebsd.org/changeset/base/362531
>
> Log:
> MFOpenZFS: Add ba
Author: mhorne
Date: Tue Jun 23 17:17:13 2020
New Revision: 362546
URL: https://svnweb.freebsd.org/changeset/base/362546
Log:
arch(7): small corrections for RISC-V
Document that RISC-V supports multiple page sizes: 4K, 2M, and 1G.
RISC-V's long double is always 128-bits wide, therefore
Author: cem
Date: Tue Jun 23 16:43:48 2020
New Revision: 362545
URL: https://svnweb.freebsd.org/changeset/base/362545
Log:
sort(1): Fix two wchar-related bugs in radixsort
Sort(1)'s radixsort implementation was broken for multibyte LC_CTYPEs in at
least two ways:
* In actual radix
Author: freqlabs
Date: Tue Jun 23 16:29:59 2020
New Revision: 362544
URL: https://svnweb.freebsd.org/changeset/base/362544
Log:
libdevdctl: Force full match of "timestamp" field name
OpenZFS generates events with a "zio_timestamp" field, which gets mistaken for
"timestamp" by libdevdctl d
Author: emaste
Date: Tue Jun 23 15:36:05 2020
New Revision: 362543
URL: https://svnweb.freebsd.org/changeset/base/362543
Log:
ldconfig: remove i386 aout invocation
aout support in ldconfig hasn't been required since FreeBSD 2.x.
Anyone still using FreeBSD 2 shared libraries can use a F
Author: emaste
Date: Tue Jun 23 15:32:05 2020
New Revision: 362542
URL: https://svnweb.freebsd.org/changeset/base/362542
Log:
arm64 armreg.h: fix TCR_TBI1 definition
Submitted by: Greg V
Differential Revision:https://reviews.freebsd.org/D25411
Modified:
head/sys/arm64/include/
Author: thj
Date: Tue Jun 23 15:14:54 2020
New Revision: 362541
URL: https://svnweb.freebsd.org/changeset/base/362541
Log:
pkg: Provide a friendlier message when bootstrap fails due to address
resolution
The current message when bootstapping pkg fails for any reason implies that
pkg
is
Author: tychon
Date: Tue Jun 23 13:57:53 2020
New Revision: 362540
URL: https://svnweb.freebsd.org/changeset/base/362540
Log:
To avoid a startup script race change net.bpf.optimize_writers from
CTLFLAG_RW to CTLFLAG_RWTUN to allow it to be modified by a loader
tunable.
Sponsored by: Del
Author: lwhsu
Date: Tue Jun 23 11:40:11 2020
New Revision: 362539
URL: https://svnweb.freebsd.org/changeset/base/362539
Log:
Mention CI system information in development(7)
Approved by: 0mp, bcr
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision:
Author: 0mp (doc,ports committer)
Date: Tue Jun 23 10:56:15 2020
New Revision: 362538
URL: https://svnweb.freebsd.org/changeset/base/362538
Log:
Fix a typo and sort options
MFC after:1 week
Modified:
head/usr.sbin/service/service.8
Modified: head/usr.sbin/service/service.8
=
On 23.06.2020 01:20, John Baldwin wrote:
>> I tend to assume that a buildkernel of GENERIC without any special flags
>> will always build all modules (except those not available for the target
>> platform of course), so I was a bit surprised to see that this isn't the
>> case for ipsec.ko. As Rodn
Author: 0mp (doc,ports committer)
Date: Tue Jun 23 10:27:41 2020
New Revision: 362537
URL: https://svnweb.freebsd.org/changeset/base/362537
Log:
colrm.1: Add a missing colon
Modified:
head/usr.bin/colrm/colrm.1
Modified: head/usr.bin/colrm/colrm.1
Author: 0mp (doc,ports committer)
Date: Tue Jun 23 10:22:58 2020
New Revision: 362536
URL: https://svnweb.freebsd.org/changeset/base/362536
Log:
tee.1: Add a missing article
Modified:
head/usr.bin/tee/tee.1
Modified: head/usr.bin/tee/tee.1
Author: fernape (ports committer)
Date: Tue Jun 23 10:15:08 2020
New Revision: 362535
URL: https://svnweb.freebsd.org/changeset/base/362535
Log:
colrm(1): Add EXAMPLES section
Add a couple of simple examples
Approved by: bcr@
Differential Revision:https://reviews.freebsd.org
Author: fernape (ports committer)
Date: Tue Jun 23 10:05:07 2020
New Revision: 362534
URL: https://svnweb.freebsd.org/changeset/base/362534
Log:
tee(1): Add EXAMPLES section
Add one simple example
Approved by: bcr@
Differential Revision:https://reviews.freebsd.org/D25337
Mo
Author: fernape (ports committer)
Date: Tue Jun 23 07:48:48 2020
New Revision: 362533
URL: https://svnweb.freebsd.org/changeset/base/362533
Log:
od(1): Add EXAMPLES section
* Add two small examples showing the use of -a, -c, -j and -N
* While here, remove obsolete .Tn reported by mandoc
Author: np
Date: Tue Jun 23 07:33:29 2020
New Revision: 362532
URL: https://svnweb.freebsd.org/changeset/base/362532
Log:
cxgbe(4): Add a tx_len16_to_desc helper.
No functional change.
MFC after:1 week
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/adapter.h
38 matches
Mail list logo