s -n1 | sort | uniq -d;
# done
+# 20200302: calendar(1) removed
+OLD_DIRS+=usr/share/calendar
+OLD_FILES+=usr/bin/calendar
+OLD_FILES+=usr/share/man/man1/calendar.1.gz
+
# 20200301: bktr removed
OLD_DIRS+=usr/include/dev/bktr
OLD_FILES+=usr/include/dev/bktr/ioctl_bktr.h
Modified: head/shar
Author: jhibbits
Date: Tue Mar 3 03:22:00 2020
New Revision: 358565
URL: https://svnweb.freebsd.org/changeset/base/358565
Log:
powerpc/powernv: powernv_node_numa_domain() fix non-NUMA case
If NUMA is not enabled in the kernel config, or is disabled at boot, this
function should just retu
Author: csjp
Date: Tue Mar 3 01:46:35 2020
New Revision: 358564
URL: https://svnweb.freebsd.org/changeset/base/358564
Log:
In r358471, we interrupted the case block that would eventually lead
to the path related tokens not being processed. Restore this behavior and
and move AUE_JAIL_SET in
Conrad Meyer wrote in
<202003030020.0230k9h2002...@repo.freebsd.org>:
|Author: cem
|Date: Tue Mar 3 00:20:08 2020
|New Revision: 358562
|URL: https://svnweb.freebsd.org/changeset/base/358562
|
|Log:
| Add extremely useful calendar(1) application to FreeBSD
|
| It does extremely useful
Author: markj
Date: Tue Mar 3 00:28:37 2020
New Revision: 358563
URL: https://svnweb.freebsd.org/changeset/base/358563
Log:
Fix the malloc type used in sys_shm_unlink() after r354808.
PR: 244563
Reported by: swills
Modified:
head/sys/kern/uipc_shm.c
Modified: head/sys/kern
==
--- head/ObsoleteFiles.inc Mon Mar 2 23:37:47 2020(r358561)
+++ head/ObsoleteFiles.inc Tue Mar 3 00:20:08 2020(r358562)
@@ -36,11 +36,6 @@
# xargs -n1 | sort | uniq -d;
# done
-# 20200302: calendar(1
On 3/2/20 3:37 PM, Conrad Meyer wrote:
> Author: cem
> Date: Mon Mar 2 23:37:47 2020
> New Revision: 358561
> URL: https://svnweb.freebsd.org/changeset/base/358561
>
> Log:
> Fix typo in r278616
>
> FreeBSD isn't an encyclopedia.
This isn't a helpful log message, and you didn't post this
r.sbin/periodic/periodic.conf
>
> Modified: head/ObsoleteFiles.inc
>
> ==
> --- head/ObsoleteFiles.inc Mon Mar 2 23:25:02 2020(r358560)
> +++ head/ObsoleteFiles.inc Mon Mar 2 23:37:47 2020
etc/daily/Makefile
> head/usr.sbin/periodic/periodic.conf
>
> Modified: head/ObsoleteFiles.inc
> ==
> --- head/ObsoleteFiles.incMon Mar 2 23:25:02 2020(r358560)
> +++ head/ObsoleteFiles.i
eriodic/periodic.conf
>
> Modified: head/ObsoleteFiles.inc
>
> ======
> --- head/ObsoleteFiles.inc Mon Mar 2 23:25:02 2020(r358560)
> +++ head/ObsoleteFiles.inc Mon Mar 2 23:37:47 2020
25:02 2020(r358560)
+++ head/ObsoleteFiles.inc Mon Mar 2 23:37:47 2020(r358561)
@@ -36,6 +36,11 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20200302: calendar(1) removed
+OLD_DIRS+=usr/share/calendar
+OLD_FILES+=usr/bin/calendar
+OLD_FILES+=usr/share/man/man1/calendar
Author: cy
Date: Mon Mar 2 23:25:02 2020
New Revision: 358560
URL: https://svnweb.freebsd.org/changeset/base/358560
Log:
Retire macros:
BSD_GE_YEAR
BSD_GT_YEAR
BSD_LT_YEAR
MFC after:3 days
Modified:
head/sys/contrib/ipfilter/netinet/ip_compat.h
head/sys/
Author: cy
Date: Mon Mar 2 23:24:58 2020
New Revision: 358559
URL: https://svnweb.freebsd.org/changeset/base/358559
Log:
Remove the now unused FREEBSD_GE_REV, FREEBSD_GT_REV, and FREEBSD_LT_REV
macros.
MFC after:3 days
Modified:
head/sys/contrib/ipfilter/netinet/ip_compat.h
Modif
Author: cy
Date: Mon Mar 2 23:24:53 2020
New Revision: 358558
URL: https://svnweb.freebsd.org/changeset/base/358558
Log:
Continuing the effort started in r343701, #ifdef cleanup, checking for
__FreeBSD_version > 3.0 and 5.0 is redundant.
MFC after:3 days
Modified:
head/sys/contrib
On 20. 3. 2., Hiroki Sato wrote:
> Jung-uk Kim wrote
> in <8e60a869-fe1e-9314-ffdc-76ed3e2dc...@freebsd.org>:
>
> jk> > I merely try to understand how to unbreak upgrade path for 11.2-STABLE
> workstations
> jk> > with stock sendmail and SSL support that also has many ports installed
> includ
Jung-uk Kim wrote
in <8e60a869-fe1e-9314-ffdc-76ed3e2dc...@freebsd.org>:
jk> > I merely try to understand how to unbreak upgrade path for 11.2-STABLE
workstations
jk> > with stock sendmail and SSL support that also has many ports installed
including
jk> > ports requiring new openssl API. Beca
Author: jhb
Date: Mon Mar 2 22:19:30 2020
New Revision: 358556
URL: https://svnweb.freebsd.org/changeset/base/358556
Log:
Add support for the TFTP windowsize option described in RFC 7440.
The windowsize option permits multiple blocks to be transmitted
before the receiver sends an ACK imp
On 3/1/20 9:27 AM, Warner Losh wrote:
> Author: imp
> Date: Sun Mar 1 17:27:30 2020
> New Revision: 358486
> URL: https://svnweb.freebsd.org/changeset/base/358486
>
> Log:
> Remove all the compatibility hacks for systems that predate FreeBSD 8. Some
> of
> these look to be cut and pasted fro
On 20. 3. 2., Eugene Grosbein wrote:
> 03.03.2020 4:13, Jung-uk Kim wrote:
>
>> On 20. 3. 2., Eugene Grosbein wrote:
>>> 02.03.2020 21:29, Jung-uk Kim wrote:
>>>
>> You can easily repeat the problem using recent ports tree and
>> recent stable/11 and handbook-recommended way.
>
> M
03.03.2020 4:13, Jung-uk Kim wrote:
> On 20. 3. 2., Eugene Grosbein wrote:
>> 02.03.2020 21:29, Jung-uk Kim wrote:
>>
> You can easily repeat the problem using recent ports tree and
> recent stable/11 and handbook-recommended way.
Mixing base and ports OpenSSLs is a bad idea. If
Author: manu
Date: Mon Mar 2 21:19:51 2020
New Revision: 358555
URL: https://svnweb.freebsd.org/changeset/base/358555
Log:
cpufreq_dt: Improve multiple opp support
When looking for cpu with the same OPP starts from the root /cpus node
so each instance of cpufreq_dt will now each cpu with
On 20. 3. 2., Eugene Grosbein wrote:
> 02.03.2020 21:29, Jung-uk Kim wrote:
>
You can easily repeat the problem using recent ports tree and
recent stable/11 and handbook-recommended way.
>>>
>>> Mixing base and ports OpenSSLs is a bad idea. If you decided to
>>> build some ports with po
02.03.2020 21:29, Jung-uk Kim wrote:
>>> You can easily repeat the problem using recent ports tree and
>>> recent stable/11 and handbook-recommended way.
>>
>> Mixing base and ports OpenSSLs is a bad idea. If you decided to
>> build some ports with ports OpenSSL for some reason, every ports
>> us
Konstantin Belousov kostikbel at gmail.com wrote on
Mon Mar 2 18:27:05 UTC 2020 ":
> On Mon, Mar 02, 2020 at 09:13:53AM -0800, Ryan Libby wrote:
> > On Mon, Mar 2, 2020 at 12:45 AM Alexander V. Chernikov > ipfw.ru> wrote:
> > >
> > > 28.02.2020, 18:32, "Ryan Libby" :
> > > > Author: rlibby
> > >
Author: emaste
Date: Mon Mar 2 20:14:27 2020
New Revision: 358554
URL: https://svnweb.freebsd.org/changeset/base/358554
Log:
Add deprecation notices to ctau and cx drivers
These support outdated or obsolete ISA WAN (T1/E1) sync serial cards,
and these drivers haven't really been touched
Author: kevans
Date: Mon Mar 2 18:40:34 2020
New Revision: 358553
URL: https://svnweb.freebsd.org/changeset/base/358553
Log:
hexdump: tests: take into account byte order
Hexdump test was failling on big endian systems when testing decimal, octal
and hexa outputs as the tests were designe
On Mon, Mar 02, 2020 at 09:13:53AM -0800, Ryan Libby wrote:
> On Mon, Mar 2, 2020 at 12:45 AM Alexander V. Chernikov
> wrote:
> >
> > 28.02.2020, 18:32, "Ryan Libby" :
> > > Author: rlibby
> > > Date: Fri Feb 28 18:32:36 2020
> > > New Revision: 358439
> > > URL: https://svnweb.freebsd.org/change
On Mon, Mar 2, 2020 at 12:45 AM Alexander V. Chernikov wrote:
>
> 28.02.2020, 18:32, "Ryan Libby" :
> > Author: rlibby
> > Date: Fri Feb 28 18:32:36 2020
> > New Revision: 358439
> > URL: https://svnweb.freebsd.org/changeset/base/358439
> >
> > Log:
> > amd64 atomic.h: minor codegen optimization
Author: luporl
Date: Mon Mar 2 16:11:25 2020
New Revision: 358550
URL: https://svnweb.freebsd.org/changeset/base/358550
Log:
[aacraid] Prevent sense data from causing a buffer overflow
This issue was observed on a PowerPC64 machine with an Adaptec RAID
Controller with PCI device ID 0x028
Author: kevans
Date: Mon Mar 2 15:58:50 2020
New Revision: 358549
URL: https://svnweb.freebsd.org/changeset/base/358549
Log:
pkgbase: remove logic for _profile packages
We don't produce these anymore as of r356797, remove the remnant in
generate-ucl.sh that accounted for them. This isn't
[ Charset ISO-8859-1 unsupported, converting... ]
> On Sun, Mar 01, 2020 at 07:15:03PM +, Warner Losh wrote:
> > Author: imp
> > Date: Sun Mar 1 19:15:03 2020
> > New Revision: 358497
> > URL: https://svnweb.freebsd.org/changeset/base/358497
> >
> > Log:
> > Remove bktr(4)
> >
> > Remo
Author: kaktus
Date: Mon Mar 2 15:30:52 2020
New Revision: 358548
URL: https://svnweb.freebsd.org/changeset/base/358548
Log:
sys/: Document few more sysctls.
Submitted by: Antranig Vartanian
Reviewed by: kaktus
Commented by: jhb
Approved by: kib (mentor)
Sponsored by: illuria se
Author: andrew
Date: Mon Mar 2 14:36:15 2020
New Revision: 358547
URL: https://svnweb.freebsd.org/changeset/base/358547
Log:
Add a space missed in r358545
Sponsored by: Innovate UK
Modified:
head/sys/arm64/arm64/genassym.c
Modified: head/sys/arm64/arm64/genassym.c
=
Author: emaste
Date: Mon Mar 2 14:34:26 2020
New Revision: 358546
URL: https://svnweb.freebsd.org/changeset/base/358546
Log:
elfctl: tiny style(9) cleanup, use bool where appropriate
Modified:
head/usr.bin/elfctl/elfctl.c
Modified: head/usr.bin/elfctl/elfctl.c
==
On 20. 3. 2., Jung-uk Kim wrote:
> On 20. 3. 1., Eugene Grosbein wrote:
>> 01.03.2020 22:20, Hajimu UMEMOTO wrote:
>>
On Sun, 1 Mar 2020 21:57:35 +0700 Eugene Grosbein
said:
>>>
>>> eugen> One more time: these days it is not possible to upgrade
>>> 11.2-STABLE system to recent st
On 20. 3. 1., Eugene Grosbein wrote:
> 01.03.2020 22:20, Hajimu UMEMOTO wrote:
>
>>> On Sun, 1 Mar 2020 21:57:35 +0700
>>> Eugene Grosbein said:
>>
>> eugen> One more time: these days it is not possible to upgrade 11.2-STABLE
>> system to recent stable/11
>> eugen> with stock sendmail an
Author: andrew
Date: Mon Mar 2 14:06:50 2020
New Revision: 358545
URL: https://svnweb.freebsd.org/changeset/base/358545
Log:
Generate the offsets for struct arm64_bootparams and use it in locore.S
This removes one place with hard coded offsets in locore.S
Sponsored by: Innovate UK
Mo
On Sun, Mar 01, 2020 at 07:15:03PM +, Warner Losh wrote:
> Author: imp
> Date: Sun Mar 1 19:15:03 2020
> New Revision: 358497
> URL: https://svnweb.freebsd.org/changeset/base/358497
>
> Log:
> Remove bktr(4)
>
> Remove the brooktree driver as discussed on arch@. Bump FreeBSD version to
Author: emaste
Date: Mon Mar 2 14:04:09 2020
New Revision: 358544
URL: https://svnweb.freebsd.org/changeset/base/358544
Log:
Remove old contrib/libstdc++, unused since r358454
Sponsored by: The FreeBSD Foundation
Deleted:
head/contrib/libstdc++/
_
On Sun, 1 Mar 2020 at 23:22, Kyle Evans wrote:
>
> Author: kevans
> Date: Mon Mar 2 04:22:38 2020
> New Revision: 358518
> URL: https://svnweb.freebsd.org/changeset/base/358518
>
> Log:
> elfctl: initialize features
>
> GCC points out a couple levels down in convert_to_features that this may
Author: hselasky
Date: Mon Mar 2 09:45:06 2020
New Revision: 358537
URL: https://svnweb.freebsd.org/changeset/base/358537
Log:
Expose the ACPI power button, sleep button and LID state as evdev's.
This allows libinput to disable touchpads when the lid is closed and
various desktop environ
28.02.2020, 18:32, "Ryan Libby" :
> Author: rlibby
> Date: Fri Feb 28 18:32:36 2020
> New Revision: 358439
> URL: https://svnweb.freebsd.org/changeset/base/358439
>
> Log:
> amd64 atomic.h: minor codegen optimization in flag access
>
> Previously the pattern to extract status flags from inline
Author: mm
Date: Mon Mar 2 08:44:58 2020
New Revision: 358533
URL: https://svnweb.freebsd.org/changeset/base/358533
Log:
MFV r358511,r358532:
Sync libarchive with vendor.
Relevant vendor changes:
Issue #1257: Add testcase for ZIPX files with LZMA_STREAM_END marker
PR #1331: cp
43 matches
Mail list logo