In-Reply-To: <[EMAIL PROTECTED]>; from [EMAIL PROTECTED] on Mon,
Jul 23, 2001 at 01:37:59PM -0700
On Mon, Jul 23, 2001 at 01:37:59PM -0700, Mike Smith wrote:
> > > > 1. Acpica modules hangs in
> > > > AcpiRsCalculateByteStreamLength() called from
> > > > AcpiRsCreateByteStream() called f
On Tue, Jul 24, 2001 at 12:51:39PM -0800, Beech Rintoul wrote:
> > I want to experiment with current. All went well on the build, but when I
> > try and install the kernel it stops telling me to install a "device.hints"
You should have also read UPDATING. Please start a habit of checking
this do
A while back there was a thread on one of the lists (-developers maybe?) about
someone's laptop having issues with newcard and suspend/resume. Today I tested
a patch to fix suspend/resume for ACPI and went ahead and tested all the
combinations. All of the following worked perfectly fine on my In
Olivier Cortes <[EMAIL PROTECTED]> writes:
> fool, fool, fool am i. here it is :
>
> --
> mkdep -f .depend -a -nostdinc -DDISASSEMBLER -DNO_X -I/usr/obj/usr/build/src/i
>386/usr/include
Make sure you have usr.bin/doscmd/Makefile version 1.28 (or higher).
/assar
To Uns
On 24-Jul-01 Julian Elischer wrote:
>
> In a VFS operation, %ecx get's corrupted (maybe from an interrupt?)
> betweeen the instruction where it's loaded with a constant,
> and the instruction where it's used... It'always the same instruction,
> though often in DIFFERENT VFS instructions (fsync,
never mind.. found a logjam in an intermediate host..
On Tue, 24 Jul 2001, Julian Elischer wrote:
>
> I sent a message to here this morning and didn't see it,
> then again this afternoon. Still haven't seen it come back to me
> (and no answers) I wonder if I'll see this?
>
>
>
> To Unsubsc
Jake Burkholder wrote:
>
> > Why does the mutex not link blocked processes though the
> > sleep queue linked list entry? Why does it use the run queue entry?
>
> Because in some cases its necessary for a process to acquire
> mutexes while its on the sleep queue. If they used the same
> linkage
this strikes me as avoidable. I'll think about it.. Until then
I guess I'll just have two lists in the thread.. one for sleep and one for
mutexes.
On Mon, 23 Jul 2001, John Baldwin wrote:
>
> On 23-Jul-01 Julian Elischer wrote:
> > Why does the mutex not link blocked processes though the
> >
David O'Brien wrote:
>
> On Mon, Jul 23, 2001 at 12:42:49AM -0700, Julian Elischer wrote:
> > step 1: get proc structure broken up, with system still running: done (twice)
>
> Can you post your diff to the proc structure?
>
> ...
>
> > -random_ioctl(dev_t dev, u_long cmd, caddr_t addr, int fl
I know this is not a -current problem, but if it was fixed by someone they
are likely to be reading here, and not in -stable..
We have a hybrid (4.11+patches) kernel that sometimes crashes.
The crash always has teh same symptoms and I'm hoping that
they look familiar to someone...
The messag
I know this is not a -current problem, but if it was fixed by someone they
are likely to be reading here, and not in -stable..
We have a hybrid (4.11+patches) kernel that sometimes crashes.
The crash always has teh same symptoms and I'm hoping that
they look familiar to someone...
The message
I sent a message to here this morning and didn't see it,
then again this afternoon. Still haven't seen it come back to me
(and no answers) I wonder if I'll see this?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Tue, Jul 24, 2001 at 01:47:07PM -0500, Scot W. Hetzel wrote:
> When you have a build failure using -j x (x > 1), you need to restart the
> build without -j in order to get any meaningful info from the build failure.
fool, fool, fool am i. here it is :
--
mkdep -f .de
On Tuesday 24 July 2001 11:23 am, Beech Rintoul wrote:
> I want to experiment with current. All went well on the build, but when I
> try and install the kernel it stops telling me to install a "device.hints"
> file. What do I need to do? I tried re-compiling the kernel with the
> "static" line unc
On Tue, Jul 24, 2001 at 11:23:16AM -0800, Beech Rintoul wrote:
> I want to experiment with current. All went well on the build, but when I try
> and install the kernel it stops telling me to install a "device.hints" file.
> What do I need to do? I tried re-compiling the kernel with the "static" l
On Tue, Jul 24, 2001 at 11:23:16AM -0800, Beech Rintoul wrote:
> I want to experiment with current. All went well on the build, but when I try
> and install the kernel it stops telling me to install a "device.hints" file.
> What do I need to do? I tried re-compiling the kernel with the "static" l
On Tue, 24 Jul 2001, Beech Rintoul wrote:
> I want to experiment with current. All went well on the build, but when I try
> and install the kernel it stops telling me to install a "device.hints" file.
> What do I need to do? I tried re-compiling the kernel with the "static" line
> uncomented, but
I want to experiment with current. All went well on the build, but when I try
and install the kernel it stops telling me to install a "device.hints" file.
What do I need to do? I tried re-compiling the kernel with the "static" line
uncomented, but same problem on install.
TIA,
Beech
--
Micro
In standard FreeBSD the moving of screen savers to userland may
not be a big deal. In Embedded applications it is nice to be able
to create very lightweight (read size) screen savers. Hopefully
this new mechanism will still allow this. (-;
Larry
--
---
From: "Olivier Cortes" <[EMAIL PROTECTED]>
> i cvsuped 20 minutes ago.
>
> when i try to build (-j 6), it says:
>
>
> i couln't find the exact error point... i have a full make.out (make
> -j 6 buildworld) at http://www.deep-ocean.net/~olive/files/make.out if
> you want to look at it.
>
> i know
hi !
i cvsuped 20 minutes ago.
when i try to build (-j 6), it says:
--
lex -t -I /usr/build/src/usr.sbin/pcvt/kbdio/lex.l > lex.c
yacc: 2 shift/reduce conflicts
cp y.tab.c kbdio.c
rm -f .depend
mkdep -f .depend -a -nostdinc
-I/usr/build/obj/usr/build/
> > > 1. Acpica modules hangs in
> > > AcpiRsCalculateByteStreamLength() called from
> > > AcpiRsCreateByteStream() called from
> > > AcpiRsSetSrsMethodData() called from
> > > AcpiSetCurrentResources() from somewhere in acpi_pcib.c .
> > >
> > > The hang itself occurs at Linke
ËRÌ[¸çvµÜ·B
±Ì[ÍDMNÐÉæèzM³êĨèÜ·B
zMðͱ±©ç¨è¢vµÜ·B
http://dmn.tripod.com/?[EMAIL PROTECTED]
±Ì[ÉÖ·éêîÍA±Ì[ÉÔM¹¸A
[EMAIL PROTECTED] ÜŨè¢vµÜ·B
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
Hi, a friend of mine just forwarded this to me. I've just been looking
at writing graphical stuff, firstly screen savers for the console
using vgl. In fact we were talking about this exact idea just last
week. (As my code doesn't like being run in the kernel - because while
it's in devel it still
On Tue, Jul 24, 2001 at 21:34:40 +0900, Kazutaka YOKOTA wrote:
>
> >> We shall provide the "screen saver daemon" and a set of "screen saver
> >> programs." The screen saver daemon will run in the background and
> >> periodically checks if the console is idle. When it finds no
> >> activity in t
>> We shall provide the "screen saver daemon" and a set of "screen saver
>> programs." The screen saver daemon will run in the background and
>> periodically checks if the console is idle. When it finds no
>> activity in the console, it will launch a specified "screen saver
>> program."
>
>No "
On Tue, Jul 24, 2001 at 21:07:40 +0900, Kazutaka YOKOTA wrote:
> I propose to have user-land screen savers instead of KLD
> screen savers.
Good idea.
> We shall provide the "screen saver daemon" and a set of "screen saver
> programs." The screen saver daemon will run in the background and
> p
This is to propose to abolish KLD screen saver modules.
KLD screen savers have the following problems/deficiencies.
- It is too easy to abuse the power of being run in the kernel
mode. The screen saver is invoked periodically once the console
becomes idle. It should not spend long time to dr
Title: Untitled Document
Bonjour,
vous aimez la pêche et le milieu aquatique ?
Hi, you like the fishing and the environment ?
Gratuit,
chaque semaine en français : La
Lettre de Sea-River
Gratuit,
chaque mois : La
Lettre européenne de Sea-River
Free,
every month : The
29 matches
Mail list logo