Author: phk
Date: Fri Apr 19 06:49:46 2019
New Revision: 346369
URL: https://svnweb.freebsd.org/changeset/base/346369
Log:
Close filedescriptors when done with them.
Modified:
head/sbin/md5/md5.c
Modified: head/sbin/md5/md5.c
==
> On Apr 18, 2019, at 13:48, Conrad Meyer wrote:
>
> Author: cem
> Date: Thu Apr 18 20:48:54 2019
> New Revision: 346358
> URL: https://svnweb.freebsd.org/changeset/base/346358
>
> Log:
> random(4): Restore availability tradeoff prior to r346250
>
> As discussed in that commit message, it i
Author: rmacklem
Date: Fri Apr 19 03:36:22 2019
New Revision: 346365
URL: https://svnweb.freebsd.org/changeset/base/346365
Log:
Fix the NFSv4.0 server so that it does not support NFSv4.1 attributes.
During inspection of a packet trace, I noticed that an NFSv4.0 mount
reported that it supp
Author: cem
Date: Fri Apr 19 02:54:13 2019
New Revision: 346364
URL: https://svnweb.freebsd.org/changeset/base/346364
Log:
Update to Zstandard 1.4.0
The full release notes can be found on Github:
https://github.com/facebook/zstd/releases/tag/v1.4.0
Relnotes: yes
Added:
he
Author: jhibbits
Date: Fri Apr 19 02:28:04 2019
New Revision: 346363
URL: https://svnweb.freebsd.org/changeset/base/346363
Log:
powerpc/powernv: Make erasing before writes optional
If the OPAL flash driver supports writing without erase, it adds a
'no-erase' property to the flash device n
Author: jhb
Date: Thu Apr 18 23:21:26 2019
New Revision: 346360
URL: https://svnweb.freebsd.org/changeset/base/346360
Log:
Push down INP_WLOCK slightly in tcp_ctloutput.
The inp lock is not needed for testing the V6 flag as that flag is set
once when the inp is created and never changes.
Author: imp
Date: Thu Apr 18 22:52:12 2019
New Revision: 346359
URL: https://svnweb.freebsd.org/changeset/base/346359
Log:
When parsing command line stuff, treat tabs and spaces the same.
When creating complex config files, people like to use tabs to offset
sections. Treat them the same a
(r346357)
+++ head/UPDATING Thu Apr 18 20:48:54 2019(r346358)
@@ -31,6 +31,30 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+2
Author: hselasky
Date: Thu Apr 18 19:04:07 2019
New Revision: 346356
URL: https://svnweb.freebsd.org/changeset/base/346356
Log:
Implement flag for telling cuse(3) clients if the peer is running in 32-bit
compat mode or not. This is useful when implementing compatibility ioctl(2)
handlers in
On Thu, Apr 18, 2019 at 12:03 PM Ed Maste wrote:
> On Thu, 18 Apr 2019 at 10:03, Kyle Evans wrote:
> >
> > Keep in mind that this is bootstrap; it's being built for the host
> > system, but it will link against a version of libcasper that's been
> > built in an earlier stage with the proper feat
On Thu, 18 Apr 2019 at 10:03, Kyle Evans wrote:
>
> Keep in mind that this is bootstrap; it's being built for the host
> system, but it will link against a version of libcasper that's been
> built in an earlier stage with the proper featureset.
Not exactly the case here: if building on a system w
On April 18, 2019 9:59:50 AM PDT, Warner Losh wrote:
>On Thu, Apr 18, 2019 at 10:26 AM Cy Schubert
>
>wrote:
>
>> On April 18, 2019 8:11:49 AM PDT, Warner Losh wrote:
>>>
>>>
>>>
>>> On Thu, Apr 18, 2019 at 8:44 AM Cy Schubert
>
>>> wrote:
>>>
On April 18, 2019 7:22:53 AM PDT, "Rodney W. Gri
On Thu, Apr 18, 2019 at 10:26 AM Cy Schubert
wrote:
> On April 18, 2019 8:11:49 AM PDT, Warner Losh wrote:
>>
>>
>>
>> On Thu, Apr 18, 2019 at 8:44 AM Cy Schubert
>> wrote:
>>
>>> On April 18, 2019 7:22:53 AM PDT, "Rodney W. Grimes" <
>>> free...@gndrsh.dnsmgr.net> wrote:
>>> >> On Thu, Apr 18,
On 4/18/19 9:26 AM, Cy Schubert wrote:
> On April 18, 2019 8:11:49 AM PDT, Warner Losh wrote:
>> On Thu, Apr 18, 2019 at 8:44 AM Cy Schubert
>> wrote:
>>
>>> On April 18, 2019 7:22:53 AM PDT, "Rodney W. Grimes" <
>>> free...@gndrsh.dnsmgr.net> wrote:
> On Thu, Apr 18, 2019 at 8:46 AM Rodney W
On April 18, 2019 8:11:49 AM PDT, Warner Losh wrote:
>On Thu, Apr 18, 2019 at 8:44 AM Cy Schubert
>wrote:
>
>> On April 18, 2019 7:22:53 AM PDT, "Rodney W. Grimes" <
>> free...@gndrsh.dnsmgr.net> wrote:
>> >> On Thu, Apr 18, 2019 at 8:46 AM Rodney W. Grimes
>> >> wrote:
>> >> >
>> >> > > In mess
Author: kib
Date: Thu Apr 18 15:31:03 2019
New Revision: 346355
URL: https://svnweb.freebsd.org/changeset/base/346355
Log:
Use correct type name.
Sponsored by: Mellanox Technologies
MFC after:1 week
Modified:
head/sys/x86/iommu/intel_drv.c
Modified: head/sys/x86/iommu/intel_drv.c
Author: imp
Date: Thu Apr 18 15:19:19 2019
New Revision: 346353
URL: https://svnweb.freebsd.org/changeset/base/346353
Log:
Minor tweak to the debug
Make it clear we're loading from UFS.
Modified:
head/stand/efi/boot1/ufs_module.c
Modified: head/stand/efi/boot1/ufs_module.c
=
Author: imp
Date: Thu Apr 18 15:19:28 2019
New Revision: 346354
URL: https://svnweb.freebsd.org/changeset/base/346354
Log:
Add note that I'm the defacto maintainer of libegacy, our
compat shims for building bootstrap tools that use new features
on systems too old to have those new features.
On Thu, Apr 18, 2019 at 8:44 AM Cy Schubert
wrote:
> On April 18, 2019 7:22:53 AM PDT, "Rodney W. Grimes" <
> free...@gndrsh.dnsmgr.net> wrote:
> >> On Thu, Apr 18, 2019 at 8:46 AM Rodney W. Grimes
> >> wrote:
> >> >
> >> > > In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>,
> >"Rodney
On April 18, 2019 7:22:53 AM PDT, "Rodney W. Grimes"
wrote:
>> On Thu, Apr 18, 2019 at 8:46 AM Rodney W. Grimes
>> wrote:
>> >
>> > > In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>,
>"Rodney W.
>> > > Grimes"
>> > > writes:
>> > > > > Author: cy
>> > > > > Date: Thu Apr 18 01:02:00 2
> On Thu, Apr 18, 2019 at 8:46 AM Rodney W. Grimes
> wrote:
> >
> > > In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>, "Rodney W.
> > > Grimes"
> > > writes:
> > > > > Author: cy
> > > > > Date: Thu Apr 18 01:02:00 2019
> > > > > New Revision: 346341
> > > > > URL: https://svnweb.freebs
Author: kib
Date: Thu Apr 18 14:18:06 2019
New Revision: 346352
URL: https://svnweb.freebsd.org/changeset/base/346352
Log:
Correct handling of RMRR during early enumeration stages.
On some machines, DMAR contexts must be created before all devices
under the scope of the corresponding DMAR
Author: kib
Date: Thu Apr 18 14:03:59 2019
New Revision: 346351
URL: https://svnweb.freebsd.org/changeset/base/346351
Log:
Remove witness warning. dmar_bus_dmamap_create() does not sleep.
Sponsored by: Mellanox Technologies
MFC after:1 week
Modified:
head/sys/x86/iommu/busdma_dmar.
Author: kib
Date: Thu Apr 18 14:02:33 2019
New Revision: 346350
URL: https://svnweb.freebsd.org/changeset/base/346350
Log:
Reduce verbosity, do not announce details of irte programming by default.
Sponsored by: Mellanox Technologies
MFC after:1 week
Modified:
head/sys/x86/iommu/int
On Thu, Apr 18, 2019 at 8:46 AM Rodney W. Grimes
wrote:
>
> > In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>, "Rodney W.
> > Grimes"
> > writes:
> > > > Author: cy
> > > > Date: Thu Apr 18 01:02:00 2019
> > > > New Revision: 346341
> > > > URL: https://svnweb.freebsd.org/changeset/base
> In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>, "Rodney W.
> Grimes"
> writes:
> > > Author: cy
> > > Date: Thu Apr 18 01:02:00 2019
> > > New Revision: 346341
> > > URL: https://svnweb.freebsd.org/changeset/base/346341
> > >
> > > Log:
> > > As an interim measure until a more per
On Wed, 17 Apr 2019 at 21:07, Rodney W. Grimes
wrote:
>
> Also a pathname rooted at / without ${DESTDIR} is almost certainly a mistake.
It's not in fact; strings is being built for the host here, and the
headers in /usr/include are the appropriate ones.
In this specific case the Capsicum change
Author: kp
Date: Thu Apr 18 11:37:44 2019
New Revision: 346349
URL: https://svnweb.freebsd.org/changeset/base/346349
Log:
pf: No need to M_NOWAIT in DIOCRSETTFLAGS
Now that we don't hold a lock during DIOCRSETTFLAGS memory allocation we can
use M_WAITOK.
MFC after:1 week
Event:
On Thu, Apr 18, 2019 at 11:06:45AM +, Tom Jones wrote:
> Author: thj
> Date: Thu Apr 18 11:06:45 2019
> New Revision: 346348
> URL: https://svnweb.freebsd.org/changeset/base/346348
>
> Log:
> Add a bugs section to pflog man page
>
> FreeBSD does not set the pid field in the pfloghdr str
Author: thj
Date: Thu Apr 18 11:06:45 2019
New Revision: 346348
URL: https://svnweb.freebsd.org/changeset/base/346348
Log:
Add a bugs section to pflog man page
FreeBSD does not set the pid field in the pfloghdr struct. This field is
populated on other platforms, document this to save peop
Author: kp
Date: Thu Apr 18 10:54:08 2019
New Revision: 346347
URL: https://svnweb.freebsd.org/changeset/base/346347
Log:
pf tests: Fail the test if we can't set the rules
The test should fail if pf rules can't be set. This is helpful both
while writing tests and to verify that pfctl work
31 matches
Mail list logo