Module Name:src
Committed By: andvar
Date: Fri May 26 21:40:46 UTC 2023
Modified Files:
src/sys/arch/arm/gemini: if_gpn.c
Log Message:
Fix potential null dereference by simply adding last_gd != NULL check
around the code block with last_gd usage after the inner loop.
It ma
Module Name:src
Committed By: andvar
Date: Fri May 26 21:40:46 UTC 2023
Modified Files:
src/sys/arch/arm/gemini: if_gpn.c
Log Message:
Fix potential null dereference by simply adding last_gd != NULL check
around the code block with last_gd usage after the inner loop.
It ma
Module Name:src
Committed By: andvar
Date: Fri May 26 20:50:21 UTC 2023
Modified Files:
src/sys/arch/arm/gemini: gemini_ipm.c
Log Message:
include arm/arm32/pte.h to gemini_ipm.c to fix GEMINI_MASTER/SLAVE config
builds.
They fail with 'L1_S_SIZE' undeclared error otherwi
Module Name:src
Committed By: andvar
Date: Fri May 26 20:50:21 UTC 2023
Modified Files:
src/sys/arch/arm/gemini: gemini_ipm.c
Log Message:
include arm/arm32/pte.h to gemini_ipm.c to fix GEMINI_MASTER/SLAVE config
builds.
They fail with 'L1_S_SIZE' undeclared error otherwi
Module Name:src
Committed By: thorpej
Date: Sat Sep 17 19:49:09 UTC 2022
Modified Files:
src/sys/arch/arm/gemini: if_gpn.c
Log Message:
Eliminate use of IFF_OACTIVE.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/gemini/if_gpn.c
Please no
Module Name:src
Committed By: thorpej
Date: Sat Sep 17 19:49:09 UTC 2022
Modified Files:
src/sys/arch/arm/gemini: if_gpn.c
Log Message:
Eliminate use of IFF_OACTIVE.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/gemini/if_gpn.c
Please no
Module Name:src
Committed By: thorpej
Date: Sat Sep 17 19:46:59 UTC 2022
Modified Files:
src/sys/arch/arm/gemini: if_gmc.c
Log Message:
Eliminate use of IFF_OACTIVE. (In this driver, it was set in one
location, and never tested or cleared. &shrug;)
To generate a diff o
Module Name:src
Committed By: thorpej
Date: Sat Sep 17 19:46:59 UTC 2022
Modified Files:
src/sys/arch/arm/gemini: if_gmc.c
Log Message:
Eliminate use of IFF_OACTIVE. (In this driver, it was set in one
location, and never tested or cleared. &shrug;)
To generate a diff o
Module Name:src
Committed By: thorpej
Date: Sat Aug 20 18:36:17 UTC 2022
Modified Files:
src/sys/arch/arm/gemini: if_gpn.c
Log Message:
gpn_ifstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with
"IF_POLL() -> IF_DEQUEUE() on success".
To generate a diff of thi
Module Name:src
Committed By: thorpej
Date: Sat Aug 20 18:36:17 UTC 2022
Modified Files:
src/sys/arch/arm/gemini: if_gpn.c
Log Message:
gpn_ifstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with
"IF_POLL() -> IF_DEQUEUE() on success".
To generate a diff of thi
Module Name:src
Committed By: thorpej
Date: Sat Aug 20 18:35:50 UTC 2022
Modified Files:
src/sys/arch/arm/gemini: if_gmc.c
Log Message:
gmc_ifstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with
"IF_POLL() -> IF_DEQUEUE() on success".
To generate a diff of thi
Module Name:src
Committed By: thorpej
Date: Sat Aug 20 18:35:50 UTC 2022
Modified Files:
src/sys/arch/arm/gemini: if_gmc.c
Log Message:
gmc_ifstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with
"IF_POLL() -> IF_DEQUEUE() on success".
To generate a diff of thi
Module Name:src
Committed By: skrll
Date: Thu Sep 30 07:49:09 UTC 2021
Modified Files:
src/sys/arch/arm/gemini: gemini_intr.h
Log Message:
More catching up with spl changes.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/gemini/gemini_intr.h
Module Name:src
Committed By: skrll
Date: Thu Sep 30 07:49:09 UTC 2021
Modified Files:
src/sys/arch/arm/gemini: gemini_intr.h
Log Message:
More catching up with spl changes.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/gemini/gemini_intr.h
Module Name:src
Committed By: riastradh
Date: Fri Aug 30 00:33:55 UTC 2019
Modified Files:
src/sys/arch/arm/gemini: gemini_ipi.c
Log Message:
Don't dereference pointer when we're about to panic because it's null.
Reported by Dr Silvio Cesare of InfoSect.
To generate a d
Module Name:src
Committed By: riastradh
Date: Fri Aug 30 00:33:55 UTC 2019
Modified Files:
src/sys/arch/arm/gemini: gemini_ipi.c
Log Message:
Don't dereference pointer when we're about to panic because it's null.
Reported by Dr Silvio Cesare of InfoSect.
To generate a d
On Mon Jan 18 2010 at 20:26:18 +0200, Antti Kantee wrote:
> On Mon Jan 18 2010 at 18:23:53 +, Antti Kantee wrote:
> > not even compile-tested, since i can't find any config in the tree
> > which uses this(?)
>
> n/m, found it (evbarm/GEMINI)
Well, that doesn't build geminigmac either. And ad
On Mon Jan 18 2010 at 18:23:53 +, Antti Kantee wrote:
> not even compile-tested, since i can't find any config in the tree
> which uses this(?)
n/m, found it (evbarm/GEMINI)
Module Name:src
Committed By: pooka
Date: Mon Jan 18 18:23:53 UTC 2010
Modified Files:
src/sys/arch/arm/gemini: gemini_gmac.c
Log Message:
Pass correct pointer to bpf_mtap() and most likely avoid a crash
if bpf is activated.
not even compile-tested, since i can't find any
19 matches
Mail list logo