Author: gbe (doc committer)
Date: Sun Dec 6 08:01:27 2020
New Revision: 368383
URL: https://svnweb.freebsd.org/changeset/base/368383
Log:
MFC r367901 and r367904
r367901: hostapd.conf(5): Fix a mandoc warning
-new sentence, new line
r367904: hostapd.conf(5): Add missing 'l'
In r36
Author: tijl
Date: Sun Dec 6 10:58:55 2020
New Revision: 368384
URL: https://svnweb.freebsd.org/changeset/base/368384
Log:
Move V4L feature declarations and DTrace provider definitions from
linux_common.c to linux_util.c so they become available on i386.
linux_common.c defines the linux_
Author: se
Date: Sun Dec 6 11:38:46 2020
New Revision: 368385
URL: https://svnweb.freebsd.org/changeset/base/368385
Log:
Import version 3.2.3
Modified:
vendor/bc/dist/Makefile.in
vendor/bc/dist/NEWS.md
vendor/bc/dist/configure.sh
vendor/bc/dist/gen/strgen.sh
Modified: vendor/bc/dist/M
Author: se
Date: Sun Dec 6 11:43:30 2020
New Revision: 368386
URL: https://svnweb.freebsd.org/changeset/base/368386
Log:
Tag version 3.2.3
Added:
vendor/bc/3.2.3/
- copied from r368385, vendor/bc/dist/
___
svn-src-all@freebsd.org mailing list
Author: se
Date: Sun Dec 6 11:49:21 2020
New Revision: 368387
URL: https://svnweb.freebsd.org/changeset/base/368387
Log:
Upgrade to version 3.2.3
Modified:
head/contrib/bc/Makefile.in
head/contrib/bc/NEWS.md
head/contrib/bc/configure.sh
head/contrib/bc/gen/strgen.sh
Directory Propertie
Author: kevans
Date: Sun Dec 6 15:58:50 2020
New Revision: 368388
URL: https://svnweb.freebsd.org/changeset/base/368388
Log:
bectl: simplify the tail end of the jail cmd
This has already confused me once (and I'm pretty sure I wrote it), so let's
clarify: unjailing after the command has
Author: eugen
Date: Sun Dec 6 16:22:26 2020
New Revision: 368389
URL: https://svnweb.freebsd.org/changeset/base/368389
Log:
MFC r364027 by arichardson: Fix linker error in libuutil with recent LLVM
This also fixes nanobsd-style build (cross-compiling).
Original commit log:
Not mar
Author: yuripv
Date: Sun Dec 6 16:44:41 2020
New Revision: 368390
URL: https://svnweb.freebsd.org/changeset/base/368390
Log:
update wcwidth data from utf8proc
Character width data being out of date is a constant source
of weird rendering issues and wasted time trying to diagnose
those,
Hi Mateusz,
This looks like a behavioural change to me. Was that intended and a bug
fix (in which case, it should have been documented in the commit
message) or not? See below for the exact change.
On 6 Dec 2020, at 04:59, Mateusz Guzik wrote:
> +static int
> +namei_getpath(struct nameidata *ndp)
Author: eugen
Date: Sun Dec 6 17:44:28 2020
New Revision: 368391
URL: https://svnweb.freebsd.org/changeset/base/368391
Log:
if_em.ko: fix module build outside of kernel build environment
MFC after:3 days
Modified:
head/sys/modules/em/Makefile
Modified: head/sys/modules/em/Makefile
Author: kevans
Date: Sun Dec 6 17:45:42 2020
New Revision: 368392
URL: https://svnweb.freebsd.org/changeset/base/368392
Log:
bsdgrep: don't link against libregex for bootstrap
r368355 removed the GNU_GREP_COMPAT knob (off by default) and forgot that
bsdgrep may be built/used for bootstra
Author: kib
Date: Sun Dec 6 18:09:14 2020
New Revision: 368393
URL: https://svnweb.freebsd.org/changeset/base/368393
Log:
ufs: handle two more cases of possible VNON vnode returned from VFS_VGET().
Reported by: kevans
Reviewed by: mckusick, mjg
Tested by:pho
Sponsored by: The F
Author: tuexen
Date: Sun Dec 6 18:43:12 2020
New Revision: 368394
URL: https://svnweb.freebsd.org/changeset/base/368394
Log:
When dropping packets (RRQ or WRQ) for debugging, report the send
operation as successful. Reporting a failure stops the transfer
instead of using timeouts.
MFC
Author: mjg
Date: Sun Dec 6 19:24:38 2020
New Revision: 368395
URL: https://svnweb.freebsd.org/changeset/base/368395
Log:
vfs: add cleanup on error missed in r368375
Noted by: jrtc27
Modified:
head/sys/kern/vfs_lookup.c
Modified: head/sys/kern/vfs_lookup.c
=
Thanks for the report. Fixed in r368395.
On 12/6/20, Jessica Clarke wrote:
> Hi Mateusz,
> This looks like a behavioural change to me. Was that intended and a bug
> fix (in which case, it should have been documented in the commit
> message) or not? See below for the exact change.
>
> On 6 Dec 202
Author: mckusick
Date: Sun Dec 6 20:50:21 2020
New Revision: 368396
URL: https://svnweb.freebsd.org/changeset/base/368396
Log:
Document the BA_CLRBUF flag used in ufs and ext2fs filesystems.
Suggested by: kib
MFC after:3 days
Sponsored by: Netflix
Modified:
head/sys/fs/ext2fs/ex
Author: emaste
Date: Sun Dec 6 21:34:04 2020
New Revision: 368397
URL: https://svnweb.freebsd.org/changeset/base/368397
Log:
Add deprecation notice to mn(4)
Sync serial (T1/E1) interfaces are largely irrelevant today and phk
confirms this driver is unnecessary in review D23928.
This
Author: markj
Date: Sun Dec 6 22:45:22 2020
New Revision: 368398
URL: https://svnweb.freebsd.org/changeset/base/368398
Log:
uma: Use atomic load for uz_sleepers
This field is updated locklessly.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/vm/uma_core.c
Modified: head/s
Author: markj
Date: Sun Dec 6 22:45:39 2020
New Revision: 368399
URL: https://svnweb.freebsd.org/changeset/base/368399
Log:
uma: Enforce the use of uz_bucket_size_max in the free path
uz_bucket_size_max is the maximum permitted bucket size. When filling a
new bucket to satisfy uma_zallo
Author: markj
Date: Sun Dec 6 22:45:50 2020
New Revision: 368400
URL: https://svnweb.freebsd.org/changeset/base/368400
Log:
uma: Make uma_zone_set_maxcache() work better with small limits
The old implementation chose the largest bucket zone such that if the
per-CPU caches are fully popul
Author: kib
Date: Mon Dec 7 01:02:20 2020
New Revision: 368401
URL: https://svnweb.freebsd.org/changeset/base/368401
Log:
MFC r368190:
Ensure that threading library is initialized in pthread_mutex_init().
Modified:
stable/12/lib/libthr/thread/thr_mutex.c
Directory Properties:
stable/12/
Author: kib
Date: Mon Dec 7 01:05:39 2020
New Revision: 368402
URL: https://svnweb.freebsd.org/changeset/base/368402
Log:
MFC r368191:
ffs: do not read full direct blocks if they are going to be overwritten.
Modified:
stable/12/sys/ufs/ffs/ffs_balloc.c
Directory Properties:
stable/12/
Author: kib
Date: Mon Dec 7 01:09:45 2020
New Revision: 368403
URL: https://svnweb.freebsd.org/changeset/base/368403
Log:
MFC r368190:
Ensure that threading library is initialized in pthread_mutex_init().
Modified:
stable/11/lib/libthr/thread/thr_mutex.c
Directory Properties:
stable/11/
Author: hrs
Date: Mon Dec 7 04:45:29 2020
New Revision: 368404
URL: https://svnweb.freebsd.org/changeset/base/368404
Log:
Fix the source directory when installing the results. The install
target did not install them actually.
Spotted by: Thomas Munro, bapt, yuripv
Modified:
head/to
Hi,
On 11/24/20 7:10 PM, John Baldwin wrote:
Author: jhb
Date: Wed Nov 25 00:10:54 2020
New Revision: 368005
URL: https://svnweb.freebsd.org/changeset/base/368005
Log:
Remove the cloned file descriptors for /dev/crypto.
Would this change warrant a bump of __FreeBSD_version? I only noti
25 matches
Mail list logo