Custom Query (16363 matches)
Results (1438 - 1440 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #17558 | invalid | FreeBSD kernel-modules must be compiled with -DPAE to work with PAE-kernels | ||
| Description |
A number of kernel mechanisms are compiled differently depending on whether or not
It should be an option, when compiling kernel-modules -- both for the host and for the guests -- on FreeBSD (and, possibly, other BSDs as well), to easily add the |
|||
| #17557 | fixed | Silly bug in egl.c. => Fixed in SVN | ||
| Description |
The compiler warns about this, so I don't know, how this was allowed into a release... The fix is very simple: --- src/VBox/Additions/common/crOpenGL/egl.c 2018-01-15 09:49:53
+++ src/VBox/Additions/common/crOpenGL/egl.c 2018-02-20 10:56:16
@@ -347,5 +347,5 @@
for (pAttrib2 = pAttrib + 2; *pAttrib2 != EGL_NONE; pAttrib2 += 2)
if (*pAttrib2 == *pAttrib)
- fSkip == true;
+ fSkip = true;
if (fSkip)
continue;
Also, maybe, the inner loop should also |
|||
| #17556 | wontfix | Virtual Router makes TCP | ||
| Description |
This behavior seems incorrect, because a router supports level 3 and may not serve level 4 TCP connections. The expected behavior is an instant rejection of the connection establishment. |
|||

