Author: asomers
Date: Mon Jul 22 04:14:53 2019
New Revision: 350207
URL: https://svnweb.freebsd.org/changeset/base/350207
Log:
VOP_PATHCONF.9: correct the type of the retval argument
It was changed from int to register_t in r22521 and from register_t to long
in r328099, but the man page w
Author: jhibbits
Date: Mon Jul 22 03:11:54 2019
New Revision: 350206
URL: https://svnweb.freebsd.org/changeset/base/350206
Log:
powerpc64/mmu: Make moea64_pvo_enter() return if an entry already exists
Summary:
Instead of searching for a PVO entry before adding, take advantage of
the fac
Author: emaste
Date: Mon Jul 22 01:06:06 2019
New Revision: 350205
URL: https://svnweb.freebsd.org/changeset/base/350205
Log:
nand: create device with 0640 permission
rw-r- is the usual/standard permissions for such devices.
Direct commit to stable/12 as this code has been removed
Author: kib
Date: Sun Jul 21 20:16:48 2019
New Revision: 350204
URL: https://svnweb.freebsd.org/changeset/base/350204
Log:
Switch the rest of the refcount(9) functions to bool return type.
There are some explicit comparisions of refcount_release(9) result
with 0/1, which are fine.
Re
Author: ian
Date: Sun Jul 21 17:14:39 2019
New Revision: 350203
URL: https://svnweb.freebsd.org/changeset/base/350203
Log:
Add support for setting the aging/frequency-offset register via sysctl.
The 2127 and 2129 chips support a frequency tuning value in the range of
-7 through +8 PPM; ad
Author: alc
Date: Sun Jul 21 17:00:19 2019
New Revision: 350202
URL: https://svnweb.freebsd.org/changeset/base/350202
Log:
With the introduction of software dirty bit emulation for managed mappings,
we should test ATTR_SW_DBM, not ATTR_AP_RW, to determine whether to set
PGA_WRITEABLE. In ef
On Sat, 2019-07-20 at 20:56 +, Conrad Meyer wrote:
> Author: cem
> Date: Sat Jul 20 20:56:31 2019
> New Revision: 350184
> URL: https://svnweb.freebsd.org/changeset/base/350184
>
> Log:
> motd: Generate from template to /var/run
>
> Update login(1), its manual pages, similar utilities,
On Sun, Jul 21, 2019 at 3:52 AM Dimitry Andric wrote:
> On 20 Jul 2019, at 22:56, Conrad Meyer wrote:
> > Author: cem
> > Date: Sat Jul 20 20:56:31 2019
> > New Revision: 350184
> > URL: https://svnweb.freebsd.org/changeset/base/350184
> >
> > Log:
> > motd: Generate from template to /var/run
>
Author: markj
Date: Sun Jul 21 16:35:49 2019
New Revision: 350201
URL: https://svnweb.freebsd.org/changeset/base/350201
Log:
Link fileargs_lstat.3.
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/libcasper/services/cap_fileargs/Makefile
Modified: head/lib/libcasper/services/cap_
Author: kib
Date: Sun Jul 21 16:24:40 2019
New Revision: 350200
URL: https://svnweb.freebsd.org/changeset/base/350200
Log:
Fix userspace build after r350199.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/sys/refcount.h
Modified: head/sys/sys/refcount.h
=
Author: kib
Date: Sun Jul 21 15:07:12 2019
New Revision: 350199
URL: https://svnweb.freebsd.org/changeset/base/350199
Log:
Check and avoid overflow when incrementing fp->f_count in
fget_unlocked() and fhold().
On sufficiently large machine, f_count can be legitimately very large,
e.g. m
Author: vmaffione
Date: Sun Jul 21 11:40:00 2019
New Revision: 350198
URL: https://svnweb.freebsd.org/changeset/base/350198
Log:
MFC r349952
usr.sbin/bhyve: close backend file descriptor during tap init error
Submitted by: seanc
Coverity CID: 1402953
Reviewed by:scottl, markj
Author: vmaffione
Date: Sun Jul 21 11:34:14 2019
New Revision: 350197
URL: https://svnweb.freebsd.org/changeset/base/350197
Log:
MFC r349935
usr.sbin/bhyve: free resources when erroring out of pci_vtnet_init()
Submitted by: seanc
Coverity CID: 1402978
Approved by:vmaffione
Author: vmaffione
Date: Sun Jul 21 11:28:40 2019
New Revision: 350196
URL: https://svnweb.freebsd.org/changeset/base/350196
Log:
MFC r349868
bhyve: net_backends.c: add missing __FBSDID
Reviewed by:jhb
Differential Revision: https://reviews.freebsd.org/D20883
Modified:
stable/
Author: vmaffione
Date: Sun Jul 21 11:26:49 2019
New Revision: 350195
URL: https://svnweb.freebsd.org/changeset/base/350195
Log:
MFC r349867
bhyve: add missing license identifiers in net_utils and net_backend
Reviewed by:jhb, markj, imp
Differential Revision: https://reviews.fre
Author: rene (doc,ports committer)
Date: Sun Jul 21 11:07:39 2019
New Revision: 350194
URL: https://svnweb.freebsd.org/changeset/base/350194
Log:
Mark Felder has stepped down from portmgr and ports-secteam
Modified:
head/share/misc/organization.dot
Modified: head/share/misc/organization.dot
Author: vmaffione
Date: Sun Jul 21 10:58:25 2019
New Revision: 350193
URL: https://svnweb.freebsd.org/changeset/base/350193
Log:
MFC r349803
bhyve: abstraction for network backends
Bhyve can currently emulate two virtual NICs, namely virtio-net and e1000,
and connect to the host netw
On 20 Jul 2019, at 22:56, Conrad Meyer wrote:
>
> Author: cem
> Date: Sat Jul 20 20:56:31 2019
> New Revision: 350184
> URL: https://svnweb.freebsd.org/changeset/base/350184
>
> Log:
> motd: Generate from template to /var/run
And the "why?" is probably: "to avoid writing in /etc"?
-Dimitry
Author: kib
Date: Sun Jul 21 08:28:28 2019
New Revision: 350192
URL: https://svnweb.freebsd.org/changeset/base/350192
Log:
MFC r349988:
In dmar_find(), refuse to search for DMAR unit for non-PCI device.
PR: 239143
Modified:
stable/12/sys/x86/iommu/intel_drv.c
Directory Properties:
19 matches
Mail list logo