-Original Message-
> From: on behalf of Ed Maste
>
> Date: 2016-12-30, Friday at 07:39
> To: Ravi Pokala
> Cc: Alexander Kabaev , "src-committ...@freebsd.org"
> , "svn-src-...@freebsd.org"
> , "svn-src-head@freebsd.org"
>
Author: rpokala
Date: Thu Jan 5 02:54:03 2017
New Revision: 311350
URL: https://svnweb.freebsd.org/changeset/base/311350
Log:
Fix whitespace in handling of XPT_PATH_INQ in adw(4).
Came across this while doing some other minor CAM cleanup. Whitespace-only
change, so not bothering w/ a rev
Author: rpokala
Date: Thu Jan 5 03:08:57 2017
New Revision: 311351
URL: https://svnweb.freebsd.org/changeset/base/311351
Log:
In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ in
several more drivers.
Sponsored by: Panasas
Modified:
head/sys/dev/aha/aha.c
head/
Author: rpokala
Date: Thu Jan 12 06:38:03 2017
New Revision: 311963
URL: https://svnweb.freebsd.org/changeset/base/311963
Log:
Remove writability requirement for single-mbuf, contiguous-range
m_pulldown()
m_pulldown() only needs to determine if a mbuf is writable if it is going to
copy
-Original Message-
> From: on behalf of Hiren Panchasara
>
> Date: 2017-01-18, Wednesday at 14:38
> To: Alan Somers , ,
> ,
> Cc: "src-committ...@freebsd.org" ,
> "svn-src-...@freebsd.org" ,
> "svn-src-head@freebsd.org"
> Subject: Re: svn commit: r286700 - in head: sbin/ifconfig sys
Author: rpokala
Date: Tue Jan 24 01:39:40 2017
New Revision: 312678
URL: https://svnweb.freebsd.org/changeset/base/312678
Log:
Eliminate misleading comments and dead code in lacp_port_create()
Variables "fast" and "active" are both constant in lacp_port_create(), but
comments mispleadingl
-Original Message-
From: on behalf of Eric van Gyzen
Date: 2020-08-31, Monday at 08:03
To: , ,
Subject: svn commit: r364989 - head/sys/dev/jedec_dimm
Author: vangyzen
Date: Mon Aug 31 15:03:23 2020
New Revision: 364989
URL: https://svnweb.freebsd.org/changeset/base/364
This appears to have broken tinderbox:
[${SRCTOP}] rpokala% less _.arm.TEGRA124
...
${SRCTOP}/sys/dev/drm2/drm_os_freebsd.c:129:3: error: implicit declaration
of function 'DRM_OBSOLETE' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
DRM_OBSOLETE(k
-Original Message-
From: on behalf of Niclas Zeising
Date: 2020-09-02, Wednesday at 22:28
To: Ravi Pokala , ,
,
Subject: Re: svn commit: r365264 - head/sys/dev/drm2
On 2020-09-03 06:11, Ravi Pokala wrote:
> This appears to have broken tinderbox:
>
>
-Original Message-
From: on behalf of Ed Maste
Date: 2020-09-17, Thursday at 11:47
To: , ,
Subject: svn commit: r365846 - head
Author: emaste
Date: Thu Sep 17 18:47:23 2020
New Revision: 365846
URL: https://svnweb.freebsd.org/changeset/base/365846
Log:
Cirru
This breaks amd64.GENERIC-KCSAN:
${SRCTOP}/sys/kern/subr_csan.c:895:1: error: implicit declaration of function
'bus_space_peek_8' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
CSAN_BUS_PEEK_FUNC(8, uint64_t)
^
${SRCTOP
If you changed it to bool, shouldn't you be using "true" and "false"?
Thanks,
Ravi (rpokala@)
-Original Message-
From: on behalf of Bryan Drewery
Date: 2020-10-01, Thursday at 12:17
To: , ,
Subject: svn commit: r366340 - head/sys/kern
Author: bdrewery
Date: Thu Oct 1 19:
Hi Mitchell,
+static void
+preload_dump_internal(struct sbuf *sbp)
+{
+ uint32_t *bptr, type, len;
+
+ KASSERT(preload_metadata != NULL,
+ ("%s called without setting up preload_metadata", __func__));
+
+ /*
+* Iterate through the TLV-encoded
-Original Message-
From: on behalf of Mitchell Horne
Date: 2020-10-08, Thursday at 11:29
To: , ,
Subject: svn commit: r366543 - head/sys/kern
Author: mhorne
Date: Thu Oct 8 18:29:17 2020
New Revision: 366543
URL: https://svnweb.freebsd.org/changeset/base/366543
L
201 - 214 of 214 matches
Mail list logo