> Soeren Schmidt wrote:
> >I'm currently in the midst of an ATA chipset support mega rewrite/update,
> >and the last item on the list is SiS support.
> >
> >That where _you_ come into the picture, I need a pciconf -l from your
> >SiS based system!
> >
> >Just reply to this message with the output f
On Mon, Nov 25, 2002 at 10:04:23PM +0100, Philip Paeps wrote:
> Before it is a few megs of the same. Basically Mutt reading my mailbox.
> Anything else I can do to help?
You could give the attached patch a try.
Were you by any chance using truss(1) just before mutt started
to hang?
ciao,
-rober
Hello Philip,
On Mon, Nov 25, 2002 at 01:49:34AM +0100, Philip Paeps wrote:
[reformatted]
> 2. This one's the most irritating. I use Mutt as my mailclient using
> Maildirs for storage. It occasionally happens that Mutt just 'hangs'
> reading a directory, and there's no way for me to kil
On Mon, Oct 07, 2002 at 02:17:00PM +0100, Mark Murray wrote:
> > On Oct 07 at 02:43, Terry Lambert spoke:
> >
> > > /usr/include/* is obsolete. Install the new ones instead.
> >
> > When I rename /usr/include and copy /usr/src/include/* to
> > /usr/include I get:
>
> Don't do that.
>
> Look
Hello Jan,
> [...]
> i found out that rpcsvc/mount.h cant be compiled in C++ code.
the error came actually from .
I just committed a fix.
ciao,
-robert
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Hello Brandon,
On Mon, Jul 15, 2002 at 02:53:59PM -0400, Brandon S. Allbery KF8NH wrote:
> On Mon, 2002-07-15 at 11:37, Robert Drehmel wrote:
> > To me, this seems like a bug in 'gawk'. The AWK language uses
> > only the first character in RS as the record separ
On Mon, Jul 15, 2002 at 08:20:58AM -0700, Gordon Tetlow wrote:
> I was parsing ldif format with awk (formerly gawk) and found a buglet in
> awk with the following script:
>
> BEGIN {
> RS="\n\n";
> FS="(: |\n)";
> }
>
> { print $2; }
>
> Fed the following output:
>
> dn: Some Such
Hello.
While trying to fix the bug described in a problem report about
'w -n', and finding out that it is somewhat broken*, I came to
the conclusion that our 'struct utmp' is too limiting.
I would like to modernize it as follows:
#define UT_USERSIZE 16
#define UT_LINESIZE
On Fri, May 17, 2002 at 07:45:36PM +0900, Hiroyuki Une wrote:
> I found this code at line 4661 of sys/cam/scsi/scsi_low.c rev. 1.14:
>
> printf("%s(%d:%d): period(%d ns) offset(%d) width(%d) flags 0x%b\n",
> slp->sl_xname, ti->ti_id, li->li_lun,
> ti->ti_ma
On Thu, May 16, 2002 at 02:42:34AM +0900, Akinori MUSHA wrote:
> I observed gcc 2.95.4 and gcc 3.1 interpret (or maybe optimize) the
> following code differently (CFLAGS=-O):
>
> int main(void)
> {
> unsigned char i = 127;
> printf("%d\n", ((char)(i << 1)) / 2);
> return 0;
> }
I think GCC
In <[EMAIL PROTECTED]>, Lars Eggert wrote:
> There's probably some good reason why we don't have this; it'd make it a
> lot easier to test-drive bug-fixes though.
You can get binary snapshots via anonymous ftp
at current.freebsd.org in /pub/FreeBSD/snapshots
ciao,
-robert
To Unsubscribe: send m
In <[EMAIL PROTECTED]>,
David O'Brien wrote:
> cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include
>-D__DBINTERFACE_PRIVATE -DINET6
> -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale
>-DBROKEN_DES -DYP -DHESIOD
> -I/usr/obj/usr/src/i386/usr/include -c /
In <38689.981926085@critter>, Poul-Henning Kamp wrote:
> cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/syv/src/lib/libc/include -D__DBINTERFACE
> _PRIVATE -DINET6 -I/usr/obj/syv/src/lib/libc -DPOSIX_MISTAKE -I/syv/src/lib/libc
> /../libc/locale -DBROKEN_DES -DYP -DHESIOD -I/usr/obj/syv/src/i386/usr/incl
In <[EMAIL PROTECTED]>,
Beau wrote:
> Hi, I;m new to FreeBSD and want to have a read of the manual before I start
> installing willy-nilly, and I was wondering if there is a version available
> with the entire handbook in one html document? or a zip/tar containing it
> all would be fine.
>
> Than
In <[EMAIL PROTECTED]>, John Baldwin wrote:
> Early Pentiums (<= P90) don't support CX8 or so I've heard, which make this
> slightly more complicated, as for a pentium we would have to use a function
> pointer that we setup during probe. Also, during a SMP boot we would have to
> panic if CX8 was
In <[EMAIL PROTECTED]>,
Andrew Gallatin wrote:
> Bruce Evans writes:
> > Possible causes of the problem:
> > 1) isa_handle_intr() claims to send specific EOIs (0x30 | irq) but
> >actually sends non-specific ones (0x20 | garbage). Since interrupts
> >may be handled in non-LIFO order, t
In <17100.972069144@critter>, Poul-Henning Kamp wrote:
> If anybody is looking for a simple task to perform in the FreeBSD
> kernel: this is it.
Is it necessary to announce it somewhere, when I want to do that?
>Submit changes to the maintainer of the file (if any) or
>with send-
In <86054.966696645@critter>, Poul-Henning Kamp wrote:
> Ok, I belive this one is fixed now, please try again.
Yes, it boots. But when using a kernel with ``options DEVFS'',
there is no /dev/audio or /dev/mouse, for example; devfs has
mounted itself to /dev.
--
Robert S. F. Drehmel <[EMAIL PR
In <85506.966672378@critter>,
Poul-Henning Kamp <[EMAIL PROTECTED]> wrote:
> Please configure DDB and INVARIANTS in your kernel when you
> use this patch, and send me output from the "trace" command
> in DDB when it panics.
"""
Stopped at i586_bz2+0x2: fstl0(%edx)
i586_bz2(c0b32b80,
In <84513.966631292@critter>, Poul-Henning Kamp <[EMAIL PROTECTED]>
wrote:
> Please look at, test and review:
>
> http://phk.freebsd.dk/patch/devfsIII.patch
[...]
When booting the kernel built from a sys tree patched with
the above patch, i get the following: (dmesg.out is attached)
""
In <[EMAIL PROTECTED]>, Wilko Bulte wrote:
> I now run a 4.1-stable kernel based on yesterday evening's sources.
> Question is of course if the fix put in current is completely in
> -stable too. I'll have to check that.
>
> But in any case: the problem is still there.
I am running 5.0-2809-
in the message body.
Further information can be found at
http://www.freebsd.org/handbook/eresources.html#ERESOURCES-MAIL
--
Robert Drehmel <[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
-)
exactly. It will be more of statistical value rather than really useful,
I think. But I don't see a reason not to merge it, anyway.
--
Robert Drehmel <[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
23 matches
Mail list logo