Hi,
Since some time FreeBSD-current panics with a compact flash disk
in a pccard adapter. The kernel panics with "integer divide fault"
as soon as the card is encountered.
I first saw the "integer divide fault" with a kernel build on
November 6th.
With a newer kerner (Nov 10th) the panic changed
[Quoting Alexander Leidinger, on Jun 9, 11:23, in "Re: Re Regression: P ..."]
> > shouldn't _close in uthread_close.c do some sanity check on "fd"
> > before using it as an array index?
>
> Try the attached patch.
> + if ((fd < 0) || (fd >= _thread_dtablesize) ||
This test looks pe
[Quoting Robert Watson, on Jun 9, 0:37, in "Re: Re Regression: P ..."]
> So one interesting question would be: if you ktrace on both 4.x and 5.x,
> do both pass in the bad value to close(), or is there something else in
> 5.x triggering the use of negative file descriptor numbers?
I have no 4.x
> Since a short time (don't know exactly when it happened) it's not possible
> anymore to play Quicktime files (.mov) with mplayer on 5.1-CURRENT. It has to
> be a change in -CURRENT, I haven't updated mplayer.
I do not have the right fix, but the cause of the problem is
that in loader/win32.c a
[Quoting David Malone, on Sep 2, 12:22, in "Re: CPU slowdown usi ..."]
> On Mon, Sep 02, 2002 at 11:52:20AM +0200, Ted Lindgreen wrote:
> > - Suspending in X freezes the system. I've not found any way
> > out of that, other than hard resetting the system.
>
Some experiences with ACPI and APM on a Toshiba Portege 7220cte.
Interesting is the extreme CPU slow-down after suspend/resume
using ACPI.
Running current, (cvsup-ed Aug. 30). A fixed-up ASL (similar to
the Tecra8200.asl diff from Mitsuru IWASAKI) is used with
acpi_dsdt_load="YES" in /boot/load
After re-compiling XFree86-Server-4.2.0_3 on current, my mousewheel
(Logitech usb wheel mouse, connected via sysmouse) produces only
downward, or button-5, events on scrolling either up or down.
The problem appears to be the compilation of line 1508 in
/usr/ports/x11-servers/XFree86-4-Server/wor