On Fri, Sep 14, 2018 at 05:04:36PM +, Mark Johnston wrote:
> New Revision: 338687
> URL: https://svnweb.freebsd.org/changeset/base/338687
>
> Log:
> Log a message after a successful boot-time microcode update.
Unfortunately, this had pessimized things on the unsuccessful side a bit.
(See be
Author: tuexen
Date: Tue Sep 18 10:53:07 2018
New Revision: 338749
URL: https://svnweb.freebsd.org/changeset/base/338749
Log:
Remove unused code.
Approved by: re (kib@)
MFC after:1 week
Modified:
head/sys/netinet/sctp_auth.c
head/sys/netinet/sctp_auth.h
Modified: head/sys/netin
On 17.08.2018 19:01, Conrad Meyer wrote:
> Please file a PR and we can track it there.
>
> The first suggestion that comes to mind is that the XFORMS_LOCK
> protects modification of the xforms list — not the lifetime of objects
> in it — so drop the list lock over xf_init(). It does not appear th
Author: emaste
Date: Tue Sep 18 15:01:21 2018
New Revision: 338750
URL: https://svnweb.freebsd.org/changeset/base/338750
Log:
Require ifunc-capable linker for i386
The amd64 kernel started using ifunc for a variety of functions with
arch-specific implementations, and we would like to make
On Tue, Sep 18, 2018 at 08:17:35AM +, Alexey Dokuchaev wrote:
> On Fri, Sep 14, 2018 at 05:04:36PM +, Mark Johnston wrote:
> > New Revision: 338687
> > URL: https://svnweb.freebsd.org/changeset/base/338687
> >
> > Log:
> > Log a message after a successful boot-time microcode update.
>
>
Author: brooks
Date: Tue Sep 18 15:31:24 2018
New Revision: 338751
URL: https://svnweb.freebsd.org/changeset/base/338751
Log:
Fix C11 and POSIX 1003.1b-1993 compliance in time.h
Only expose timespec_get in C11, C++17, or BSD code. Always define
struct timespect if defining timespec_get.
> Author: tuexen
> Date: Tue Sep 18 10:53:07 2018
> New Revision: 338749
> URL: https://svnweb.freebsd.org/changeset/base/338749
>
> Log:
> Remove unused code.
This type of commit log entry is almost useless
when someone is reading a svn log. In the future
could you please indicate what was re
Author: brooks
Date: Tue Sep 18 16:06:24 2018
New Revision: 338752
URL: https://svnweb.freebsd.org/changeset/base/338752
Log:
Only enable HyperV support by default on x86.
Without this we get spurious output during boot as we try to run
nonexistant HyperV scripts on non-x86 models.
R
Author: brooks
Date: Tue Sep 18 16:16:58 2018
New Revision: 338753
URL: https://svnweb.freebsd.org/changeset/base/338753
Log:
Regen after r338752.
Approved by: re (gjb)
Differential Revision:https://reviews.freebsd.org/D17211
Modified:
head/share/man/man5/src.conf.5
Modified:
Author: gjb
Date: Tue Sep 18 16:57:04 2018
New Revision: 338754
URL: https://svnweb.freebsd.org/changeset/base/338754
Log:
Update the pkg-stage.sh script used to populate packages on the
dvd1.iso installation medium from including KDE4 to KDE5, as the
KDE4-based ports have been marked as dep
Author: markj
Date: Tue Sep 18 17:51:45 2018
New Revision: 338755
URL: https://svnweb.freebsd.org/changeset/base/338755
Log:
Only update the domain cursor once in keg_fetch_slab().
We drop the keg lock when we go to actually allocate the slab, allowing
other threads to advance the cursor.
On Tue, 18 Sep 2018, Brooks Davis wrote:
Log:
Fix C11 and POSIX 1003.1b-1993 compliance in time.h
Only expose timespec_get in C11, C++17, or BSD code. Always define
struct timespect if defining timespec_get.
PR:231425
Reviewed by: kib
Approved by: re (gjb)
Differential
Author: brd
Date: Tue Sep 18 20:47:06 2018
New Revision: 338757
URL: https://svnweb.freebsd.org/changeset/base/338757
Log:
Move mail.rc install to usr.bin/mail.
This leverages CONFS to do the install
Approved by: re (blanket, pkgbase), bapt (mentor)
Differential Revision:htt
Author: brd
Date: Tue Sep 18 20:50:07 2018
New Revision: 338758
URL: https://svnweb.freebsd.org/changeset/base/338758
Log:
Move install of locate.rc to usr.bin/locate/locate/
This leverages CONFS to handle the install and purges an old comment.
Approved by: re (blanket, pkgbase), bapt
Author: brd
Date: Tue Sep 18 20:52:24 2018
New Revision: 338759
URL: https://svnweb.freebsd.org/changeset/base/338759
Log:
Move disktab to sbin/bsdlabel/
This leverages CONFS to handle the install.
Approved by: re (blanket, pkgbase), will (mentor)
Differential Revision:https
Author: brd
Date: Tue Sep 18 20:54:37 2018
New Revision: 338760
URL: https://svnweb.freebsd.org/changeset/base/338760
Log:
Move libalias.conf to lib/libalias/libalias/
This leveages CONFS to handle the install.
Approved by: re (blanket, pkgbase), bapt (mentor)
Differential Revision:
Author: np
Date: Tue Sep 18 21:34:37 2018
New Revision: 338761
URL: https://svnweb.freebsd.org/changeset/base/338761
Log:
cxgbe(4): Enable TXRTLMT by default when the feature is available in the
kernel (options RATELIMIT) and provisioned in the driver's configuration
file (nethofld > 0).
Author: np
Date: Tue Sep 18 22:41:30 2018
New Revision: 338762
URL: https://svnweb.freebsd.org/changeset/base/338762
Log:
cxgbetool(8): Clarify the meaning of the "queue" parameter used to steer
traffic to a particular queue.
Submitted by: Krishnamraju Eraparaju @ Chelsio
Approved by:
18 matches
Mail list logo