Author: trasz
Date: Wed Apr 1 15:08:13 2020
New Revision: 359507
URL: https://svnweb.freebsd.org/changeset/base/359507
Log:
Stop hardcoding WARNS in automount(8) et al.
MFC after:2 weeks
Sponsored by: DARPA
Modified:
head/usr.sbin/autofs/Makefile
Modified: head/usr.sbin/autofs/Ma
s -n1 | sort | uniq -d;
# done
+# 20200401: Remove procfs-based process debugging
+OLD_FILES+=usr/include/sys/pioctl.h
+
# 20200330: GDB_LIBEXEC option retired (always true)
OLD_FILES+=usr/bin/gdb
OLD_FILES+=usr/bin/gdbserver
Modified: head/lib/libsysdecode/Mak
Author: emaste
Date: Wed Apr 1 16:38:45 2020
New Revision: 359522
URL: https://svnweb.freebsd.org/changeset/base/359522
Log:
Remove redundant development tag from include Makefile
Headers are placed in the -development package via install args in rules
in share/mk/bsd.incs.mk; there is n
On April 1, 2020 5:06:06 AM PDT, Cy Schubert wrote:
>On March 31, 2020 10:53:14 PM PDT, Glen Barber wrote:
>>Author: gjb
>>Date: Wed Apr 1 05:51:46 UTC 2020
>>New Revision: 359503
>>URL: https://svnweb.freebsd.org/changeset/base/359503
>>
>>Log:
>> Update head to 14.0-CURRENT in order to preven
Author: jhb
Date: Wed Apr 1 17:09:21 2020
New Revision: 359524
URL: https://svnweb.freebsd.org/changeset/base/359524
Log:
Set crp_ilen for crypto requests.
Assertions in crypto_dispatch() depend on this value being set to
verify that payload and AAD regions are in bounds. Also, requests
Author: emaste
Date: Wed Apr 1 16:03:06 2020
New Revision: 359519
URL: https://svnweb.freebsd.org/changeset/base/359519
Log:
pkgbase: remove more profile package leftovers
As of r356797 we don't produce profile packages. r358549 removed one
remnant of profile package support; clean up a
Author: harti
Date: Wed Apr 1 15:25:16 2020
New Revision: 359512
URL: https://svnweb.freebsd.org/changeset/base/359512
Log:
Merge release 1.14 of bsnmp.
Added:
head/contrib/bsnmp/tests/
- copied from r359490, vendor/bsnmp/dist/tests/
Replaced:
head/contrib/bsnmp/snmpd/trans_inet.c
Author: emaste
Date: Wed Apr 1 15:34:10 2020
New Revision: 359513
URL: https://svnweb.freebsd.org/changeset/base/359513
Log:
elf.5: add definitions of FreeBSD notes
I hope to extend this with some more detail in the future but it gives
a good starting point.
Thanks to 0mp for assist
> On Apr 1, 2020, at 08:56, Hartmut Brandt wrote:
>
> Author: harti
> Date: Wed Apr 1 15:39:02 2020
> New Revision: 359514
> URL: https://svnweb.freebsd.org/changeset/base/359514
>
> Log:
> Add a makefile to build and run the tests for the bsnmp library.
> This is not automatically built or
Author: imp
Date: Wed Apr 1 16:22:31 2020
New Revision: 359521
URL: https://svnweb.freebsd.org/changeset/base/359521
Log:
Start the retirement process for ufm
This driver hasn't been relevant in almost 15 years. It was for a product on
the
shelves for about 6 months in 2003/2004. I've n
Author: kib
Date: Wed Apr 1 16:21:11 2020
New Revision: 359520
URL: https://svnweb.freebsd.org/changeset/base/359520
Log:
x86 tsc: fall back to CPUID if calibration results looks unbelievable.
Teested and reviewed by: scottl
Sponsored by: The FreeBSD Foundation
MFC after:2 wee
Author: harti
Date: Wed Apr 1 15:39:02 2020
New Revision: 359514
URL: https://svnweb.freebsd.org/changeset/base/359514
Log:
Add a makefile to build and run the tests for the bsnmp library.
This is not automatically built or run but must explicitly be built
with 'make' and run with 'make run
Author: trasz
Date: Wed Apr 1 15:12:51 2020
New Revision: 359511
URL: https://svnweb.freebsd.org/changeset/base/359511
Log:
Bump WARNS for sh(1).
Reviewed by: jilles
MFC after:2 weeks
Sponsored by: DARPA
Differential Revision:https://reviews.freebsd.org/D24181
Modified:
Hi.
On 01.04.2020 00:28, Ravi Pokala wrote:
> -Original Message-
> From: on behalf of Alexander Motin
>
> Date: 2020-03-31, Tuesday at 20:19
> To: , ,
>
> Subject: svn commit: r359499 - head/sys/dev/ahci
>
> Author: mav
> Date: Wed Apr 1 03:19:42 2020
> New Revision: 359
Author: andrew
Date: Wed Apr 1 09:51:29 2020
New Revision: 359505
URL: https://svnweb.freebsd.org/changeset/base/359505
Log:
Use memmove to copy within a buffer
jail(8) would try to use strcpy to remove the interface from the start of
an IP address. This is undefined, and on arm64 will r
On March 31, 2020 10:53:14 PM PDT, Glen Barber wrote:
>Author: gjb
>Date: Wed Apr 1 05:51:46 UTC 2020
>New Revision: 359503
>URL: https://svnweb.freebsd.org/changeset/base/359503
>
>Log:
> Update head to 14.0-CURRENT in order to prevent having
> a 13.0-RELEASE.
>
>Modified:
> Makefile.inc1
>
On Wed, Apr 1, 2020 at 1:53 PM Glen Barber wrote:
>
> Author: gjb
> Date: Wed Apr 1 05:51:46 UTC 2020
> New Revision: 359503
> URL: https://svnweb.freebsd.org/changeset/base/359503
>
> Log:
> Update head to 14.0-CURRENT in order to prevent having
> a 13.0-RELEASE.
...
> Index: sys/sys/param.h
Author: 0mp (doc,ports committer)
Date: Wed Apr 1 09:01:35 2020
New Revision: 359504
URL: https://svnweb.freebsd.org/changeset/base/359504
Log:
Use proper mdoc(7) macros for literal text and do not use Tn
Tn is deprecated and upsets linters.
MFC after:3 days
Modified:
head/lib/
On Wed, Apr 01, 2020 at 02:11:02PM +0800, Li-Wen Hsu wrote:
> On Wed, Apr 1, 2020 at 1:53 PM Glen Barber wrote:
> >
> > Author: gjb
> > Date: Wed Apr 1 05:51:46 UTC 2020
> > New Revision: 359503
> > URL: https://svnweb.freebsd.org/changeset/base/359503
> >
> > Log:
> > Update head to 14.0-CURRE
Author: gjb
Date: Wed Apr 1 05:51:46 UTC 2020
New Revision: 359503
URL: https://svnweb.freebsd.org/changeset/base/359503
Log:
Update head to 14.0-CURRENT in order to prevent having
a 13.0-RELEASE.
Modified:
Makefile.inc1
UPDATING
lib/clang/freebsd_cc_version.h
lib/clang/llvm.build.mk
Author: sjg
Date: Wed Apr 1 05:45:12 2020
New Revision: 359502
URL: https://svnweb.freebsd.org/changeset/base/359502
Log:
Do not claim libbearssl et al are INTERNALLIB
If INTERNALLIB is defined we need PIE and bsd.incs.mk is
not included.
PR: 245189
Reviewed by: emaste
21 matches
Mail list logo