On Tue, May 5, 2020 at 8:02 AM John Baldwin wrote:
>
> Author: jhb
> Date: Tue May 5 00:02:04 2020
> New Revision: 360648
> URL: https://svnweb.freebsd.org/changeset/base/360648
...
> Added:
> head/sys/amd64/include/vmm_snapshot.h (contents, props changed)
> head/sys/amd64/vmm/vmm_snapshot.
Author: emaste
Date: Wed May 6 01:08:19 2020
New Revision: 360679
URL: https://svnweb.freebsd.org/changeset/base/360679
Log:
GNU as: print a deprecation warning on program start
GNU as 2.17.50 will be removed before FreeBSD 13.
Modified:
head/contrib/binutils/gas/as.c
Modified: head/co
Author: rmacklem
Date: Wed May 6 00:44:03 2020
New Revision: 360678
URL: https://svnweb.freebsd.org/changeset/base/360678
Log:
Delete unused function newnfs_trimleading.
The NFS function called newnfs_trimleading() has not been used by the
code in long time. To give you a clue, it still
Author: emaste
Date: Tue May 5 21:50:52 2020
New Revision: 360676
URL: https://svnweb.freebsd.org/changeset/base/360676
Log:
elfctl: update earliest FreeBSD revision to 12.2
elfctl has been merged to stable/12, and so will appear in FreeBSD 12.2
Reported by: Dewayne Geraghty
MFC af
Author: tuexen
Date: Tue May 5 19:54:30 2020
New Revision: 360671
URL: https://svnweb.freebsd.org/changeset/base/360671
Log:
Avoid underflowing a variable, which would result in taking more
data from the stream queues then needed.
Thanks to Timo Voelker for finding this bug and providing
Author: bcr (doc committer)
Date: Tue May 5 19:31:47 2020
New Revision: 360670
URL: https://svnweb.freebsd.org/changeset/base/360670
Log:
Add HISTORY sections to document when this
functionality first appeared in FreeBSD.
Submitted by: Gordon Bergling gbergling_gmail.com
Approved by:
Author: bcr (doc committer)
Date: Tue May 5 19:00:26 2020
New Revision: 360669
URL: https://svnweb.freebsd.org/changeset/base/360669
Log:
Fix broken links in the man page by pointing to a
source that works or is the new location on the
same page.
Submitted by: alfix86_gmail.com
A
Author: cem
Date: Tue May 5 18:06:32 2020
New Revision: 360665
URL: https://svnweb.freebsd.org/changeset/base/360665
Log:
ls(1): Fix trivial SEGV due to NULL deref in OOM path
Reported by: Anton Rang
Sponsored by: Dell EMC Isilon
Modified:
head/bin/ls/ls.c
Modified: head/bin/ls/ls.
Author: cem
Date: Tue May 5 17:57:04 2020
New Revision: 360664
URL: https://svnweb.freebsd.org/changeset/base/360664
Log:
strdup.3: Slightly canonicalize OOM return/error status
Attempted to clean up the language around "this is a malloc'd object." May be
passed as a parameter to free(3
Author: cem
Date: Tue May 5 17:55:45 2020
New Revision: 360663
URL: https://svnweb.freebsd.org/changeset/base/360663
Log:
pwcache.3: Explicitly document OOM condition
The pwcache functions allocate memory, and may return NULL pointers if that
allocation fails and the corresponding uid or
Author: tuexen
Date: Tue May 5 17:52:44 2020
New Revision: 360662
URL: https://svnweb.freebsd.org/changeset/base/360662
Log:
Fix the computation of the numbers of entries of the mapping array to
look at when generating a SACK. This was wrong in case of sequence
numbers wrap arounds.
Th
On 5/4/20 5:02 PM, John Baldwin wrote:
> Author: jhb
> Date: Tue May 5 00:02:04 2020
> New Revision: 360648
> URL: https://svnweb.freebsd.org/changeset/base/360648
>
> Log:
> Initial support for bhyve save and restore.
This represents a lot of work by the folks at UPB. I merely fixed a few
ni
In message <202005050002.04502576094...@repo.freebsd.org>, John Baldwin
writes:
> Author: jhb
> Date: Tue May 5 00:02:04 2020
> New Revision: 360648
> URL: https://svnweb.freebsd.org/changeset/base/360648
>
> Log:
> Initial support for bhyve save and restore.
>
> Save and restore (also kno
Author: avg
Date: Tue May 5 12:14:11 2020
New Revision: 360657
URL: https://svnweb.freebsd.org/changeset/base/360657
Log:
acpi_video: try our best to work on systems without non-essential methods
Only _BCL and _BCM methods seem to be essential to the driver's
operation. If _BQC is missi
Author: andrew
Date: Tue May 5 10:01:10 2020
New Revision: 360655
URL: https://svnweb.freebsd.org/changeset/base/360655
Log:
Fix the EFI_DEBUG case, prio_str is only used when EFI_DEBUG is unset.
Sponsored by: Innovate UK
Modified:
head/stand/efi/boot1/proto.c
Modified: head/stand/efi/
Author: andrew
Date: Tue May 5 09:42:26 2020
New Revision: 360654
URL: https://svnweb.freebsd.org/changeset/base/360654
Log:
As with r352446 align blocks in boot1.efi
We need to ensure the buffers are aligned before passing them to ReadBlocks.
Assume 512 bytes is enough for now.
Rev
[This report just shows an interesting rpcbind crash:
a pointer was filled with part of a string instead,
leading to a failed memory access attempt from the junk
address produced.]
Core was generated by `/usr/sbin/rpcbind'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x5024405c
17 matches
Mail list logo