Author: br
Date: Sun Oct 25 10:08:46 2020
New Revision: 367037
URL: https://svnweb.freebsd.org/changeset/base/367037
Log:
Add IOMMU support to GICv3 Interrupt Translation Service (ITS) driver.
Submitted by: andrew
Sponsored by: Innovate DSbD
Differential Revision:https://reviews
Am 25.10.20 um 04:46 schrieb Rodney W. Grimes:
On Sat, Oct 24, 2020 at 8:51 PM Rodney W. Grimes
wrote:
+#define _PATH_LOCALBASE "/usr/local"
+
Something feels very wrong about this becoming a defined path in base,
it is further dependence on /usr/local which in the early days we spent
a
Am 25.10.20 um 06:56 schrieb Alex Kozlov:
On Sat, Oct 24, 2020 at 04:37:45PM +0200, Stefan Esser wrote:
Am 24.10.20 um 09:48 schrieb Alex Kozlov:
[...]
You are hardcoding assumption that LOCALBASE = /usr/local. Please make it
overridable with LOCALBASE environment variable.
This was a trivial
Author: trasz
Date: Sun Oct 25 14:09:00 2020
New Revision: 367038
URL: https://svnweb.freebsd.org/changeset/base/367038
Log:
Remove the check that prevents creating "loops" from mount_nullfs(8).
Reviewed by: kib
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Differential
On Sunday, October 25, 2020, Edward Tomasz Napierala
wrote:
> Author: trasz
> Date: Sun Oct 25 14:09:00 2020
> New Revision: 367038
> URL: https://svnweb.freebsd.org/changeset/base/367038
>
> Log:
> Remove the check that prevents creating "loops" from mount_nullfs(8).
>
>
The simple question is
In message
, Oliver Pinter writes:
> On Sunday, October 25, 2020, Edward Tomasz Napierala
> wrote:
>
> > Author: trasz
> > Date: Sun Oct 25 14:09:00 2020
> > New Revision: 367038
> > URL: https://svnweb.freebsd.org/changeset/base/367038
> >
> > Log:
> > Remove the check that prevents creating "
Author: 0mp (doc,ports committer)
Date: Sun Oct 25 15:01:01 2020
New Revision: 367039
URL: https://svnweb.freebsd.org/changeset/base/367039
Log:
ifconfig.8: Remove spurious commas
Correct misuse of commas/parentheses in an enumeration that makes the
number of actual parameters more import
On Sun, Oct 25, 2020 at 5:21 AM Stefan Esser wrote:
>
> Am 25.10.20 um 04:46 schrieb Rodney W. Grimes:
> >> On Sat, Oct 24, 2020 at 8:51 PM Rodney W. Grimes
> >>
> >> wrote:
> +#define _PATH_LOCALBASE "/usr/local"
> +
> >>>
> >>> Something feels very wrong about this becoming a d
Author: 0mp (doc,ports committer)
Date: Sun Oct 25 16:01:03 2020
New Revision: 367040
URL: https://svnweb.freebsd.org/changeset/base/367040
Log:
calendar.1: Fix locale of the month in Dd ;)
Modified:
head/usr.bin/calendar/calendar.1
Modified: head/usr.bin/calendar/calendar.1
On Sun, Oct 25, 2020, 9:04 AM Kyle Evans wrote:
> On Sun, Oct 25, 2020 at 5:21 AM Stefan Esser wrote:
> >
> > Am 25.10.20 um 04:46 schrieb Rodney W. Grimes:
> > >> On Sat, Oct 24, 2020 at 8:51 PM Rodney W. Grimes <
> free...@gndrsh.dnsmgr.net>
> > >> wrote:
> > +#define _PATH_LOCALBASE
Author: mav
Date: Sun Oct 25 16:58:48 2020
New Revision: 367041
URL: https://svnweb.freebsd.org/changeset/base/367041
Log:
Fix incorrect constants of target tag action.
ocs_scsi_recv_cmd() receives the flags after ocs_get_flags_fcp_cmd(),
which translates them from FCP_TASK_ATTR_* to OCS_
Author: emaste
Date: Sun Oct 25 18:06:45 2020
New Revision: 367042
URL: https://svnweb.freebsd.org/changeset/base/367042
Log:
mergemaster: Clarify installed and updated versions
Describe "diff installed new" as "Displaying differences between
installed and new." Previously mergemaster de
On 10/24/20 8:19 PM, Ed Maste wrote:
On Sat, 24 Oct 2020 at 11:27, Warner Losh wrote:
Given we already have nice .clang-format, that does most of the job, maybe it's
worth considering looking into tweaking it further to fix this part?
It would be nice if we could finally offload all formatting
Author: emaste
Date: Sun Oct 25 18:27:21 2020
New Revision: 367043
URL: https://svnweb.freebsd.org/changeset/base/367043
Log:
rc.d/syscons: remove spaces before tab
Modified:
head/libexec/rc/rc.d/syscons
Modified: head/libexec/rc/rc.d/syscons
=
Author: mav
Date: Sun Oct 25 19:34:02 2020
New Revision: 367044
URL: https://svnweb.freebsd.org/changeset/base/367044
Log:
Introduce support of SCSI Command Priority.
SAM-3 specification introduced concept of Task Priority, that was renamed
to Command Priority in SAM-4, and supported by a
Author: mckusick
Date: Sun Oct 25 21:04:07 2020
New Revision: 367045
URL: https://svnweb.freebsd.org/changeset/base/367045
Log:
Use proper type (ino_t) for inode numbers to avoid improper sign extention
in the Pass 5 checks. The manifestation was fsck_ffs exiting with this error:
** Pha
On 1025T0717, Cy Schubert wrote:
> In message om>
> , Oliver Pinter writes:
> > On Sunday, October 25, 2020, Edward Tomasz Napierala
> > wrote:
> >
> > > Author: trasz
> > > Date: Sun Oct 25 14:09:00 2020
> > > New Revision: 367038
> > > URL: https://svnweb.freebsd.org/changeset/base/367038
> > >
On Sunday, October 25, 2020, Edward Tomasz Napierala
wrote:
> On 1025T0717, Cy Schubert wrote:
> > In message gmail.c
> > om>
> > , Oliver Pinter writes:
> > > On Sunday, October 25, 2020, Edward Tomasz Napierala <
> tr...@freebsd.org>
> > > wrote:
> > >
> > > > Author: trasz
> > > > Date: Sun O
In message <20201025213509.GA1671@brick>, Edward Tomasz Napierala writes:
> On 1025T0717, Cy Schubert wrote:
> > In message c
> > om>
> > , Oliver Pinter writes:
> > > On Sunday, October 25, 2020, Edward Tomasz Napierala
> > > wrote:
> > >
> > > > Author: trasz
> > > > Date: Sun Oct 25 14:09:00 2
[ Charset ISO-8859-1 unsupported, converting... ]
> On Sat, Oct 24, 2020 at 04:37:45PM +0200, Stefan Esser wrote:
> > Am 24.10.20 um 09:48 schrieb Alex Kozlov:
> > > On Fri, Oct 23, 2020 at 09:22:23AM +, Stefan E?er wrote:
> > > > Author: se
> > > > Date: Fri Oct 23 09:22:23 2020
> > > > New Re
Author: jmg
Date: Mon Oct 26 00:37:31 2020
New Revision: 367048
URL: https://svnweb.freebsd.org/changeset/base/367048
Log:
update write(2)'s iovec limit w/ info about the iosize_max_clamp sysctl...
Modified:
head/lib/libc/sys/write.2
Modified: head/lib/libc/sys/write.2
==
In message <202010260037.09q0bvpn090...@repo.freebsd.org>, John-Mark Gurney
wri
tes:
> Author: jmg
> Date: Mon Oct 26 00:37:31 2020
> New Revision: 367048
> URL: https://svnweb.freebsd.org/changeset/base/367048
>
> Log:
> update write(2)'s iovec limit w/ info about the iosize_max_clamp sysctl...
In message <202010260059.09q0xbxt003...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <202010260037.09q0bvpn090...@repo.freebsd.org>, John-Mark Gurney
> wri
> tes:
> > Author: jmg
> > Date: Mon Oct 26 00:37:31 2020
> > New Revision: 367048
> > URL: https://svnweb.freebsd.org/changeset/base
eFiles.inc
==
--- head/ObsoleteFiles.inc Mon Oct 26 01:23:14 2020(r367050)
+++ head/ObsoleteFiles.inc Mon Oct 26 03:26:18 2020(r367051)
@@ -36,6 +36,72 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20201025: Remove cal data files
+OLD_FILES+=usr/share/calendar/calendar.all
+OLD_
Author: mav
Date: Mon Oct 26 04:04:06 2020
New Revision: 367052
URL: https://svnweb.freebsd.org/changeset/base/367052
Log:
Enable bioq 'car limit' added at r335066 at 128 bios.
Without the 'car limit' enabled (before this), running sequential ZFS scrub
on HDD without command queuing suppo
Author: scottl
Date: Mon Oct 26 05:22:52 2020
New Revision: 367053
URL: https://svnweb.freebsd.org/changeset/base/367053
Log:
Correct calendar entry for myself
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calendar/calendars/calendar.freebsd
==
On Sun, Oct 25, 2020 at 11:37:34AM +0100, Stefan Esser wrote:
> Am 25.10.20 um 06:56 schrieb Alex Kozlov:
> > On Sat, Oct 24, 2020 at 04:37:45PM +0200, Stefan Esser wrote:
> > > Am 24.10.20 um 09:48 schrieb Alex Kozlov:
> [...]
> > > > You are hardcoding assumption that LOCALBASE = /usr/local. Plea
On Mon, Oct 26, 2020 at 12:01 AM Alex Kozlov wrote:
> On Sun, Oct 25, 2020 at 11:37:34AM +0100, Stefan Esser wrote:
> > Am 25.10.20 um 06:56 schrieb Alex Kozlov:
> > > On Sat, Oct 24, 2020 at 04:37:45PM +0200, Stefan Esser wrote:
> > > > Am 24.10.20 um 09:48 schrieb Alex Kozlov:
> > [...]
> > > >
28 matches
Mail list logo