On 29-Dec-00 Juriy Goloveshkin wrote:
> Can anybody run any PalmPilot emulator on CURRENT?
> pose and xcopilot don't work.
Perhaps if you submitted a bug report worthy of the name someone might be able to
help.
Does it core? panic the machine? Run but not work as intended? Have you tried
reco
Hello,
Can anybody run any PalmPilot emulator on CURRENT?
pose and xcopilot don't work.
--
Bye
Juriy Goloveshkin
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
I am running -current
# uname -a
FreeBSD celebris 5.0-CURRENT FreeBSD 5.0-CURRENT #0: \
Thu Dec 28 19:20:35 PST 2000 \
root@celebris:/usr/src/sys/compile/CELEBRIS i386
from a cvsup today.
Using the standard hello, world,
# gdb hello
(gdb) b main
(gdb) r
and the system is unreachable. K
Dan Langille wrote:
>
> On 28 Dec 2000, at 9:36, Poul-Henning Kamp wrote:
>
> > which are good candidates for people looking for a good and simple
> > task to do for FreeBSD.
>
> How do we know which are the "good and simple" ones?
Rely on an expert to tell you they are so. ;^)
--
Alfred Perlstein <[EMAIL PROTECTED]> writes:
> My concern is that just adding these defines doesn't actually implement
> anything in the drivers/libraries. :)
Right, but stealing these small snippets from NetBSD wasn't very hard,
see patch below.
/assar
Index: sys/sys/termios.h
===
On Thu, Dec 28, 2000 at 06:12:32PM -0800, Alfred Perlstein wrote:
> * Jason Evans <[EMAIL PROTECTED]> [001228 11:48] wrote:
> > A while back I was porting an sshd implementation that was developed on
> > NetBSD to FreeBSD, and discovered that some definitions are missing in our
> > termios.h. I l
* Jason Evans <[EMAIL PROTECTED]> [001228 11:48] wrote:
> A while back I was porting an sshd implementation that was developed on
> NetBSD to FreeBSD, and discovered that some definitions are missing in our
> termios.h. I looked at the SUSv2 standard, and it appears to me that this
> is a bug in
Hello Vladimir,
Friday, December 29, 2000, 1:01:25 AM, you wrote:
VK> Hello,
VK> Thanks for the hint, Michael. I have made a port based on Matsuzaki-san'
VK> patch (with my little addition). The only problem - I don't have web
VK> page/ftp directory. So if anybody agrees to host a distfile I wou
Hello,
Thanks for the hint, Michael. I have made a port based on Matsuzaki-san'
patch (with my little addition). The only problem - I don't have web
page/ftp directory. So if anybody agrees to host a distfile I would
gladly send it as well as a port tarball.
On Wed, 27 Dec 2000, Michael C . Wu wr
I am seeing a couple of problems with -current.
Running gdb on a recent -current,
# uname -a
FreeBSD dsl081-020-229-sea1.dsl-isp.net 5.0-CURRENT FreeBSD 5.0-CURRENT \
#1: Wed Dec 27 16:20:32 PST 2000 \
root@celebris:/usr/src/sys/compile/CELEBRIS i386
causes the console to go out into left
A while back I was porting an sshd implementation that was developed on
NetBSD to FreeBSD, and discovered that some definitions are missing in our
termios.h. I looked at the SUSv2 standard, and it appears to me that this
is a bug in FreeBSD. Can someone who is more knowledgeable in this area
ple
I cvsuped 4 or 5 hours ago.
While building cross-tools:
cc -O -pipe -march=pentium -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../cont
rib/perl5 -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/perl/miniperl -DPERL_EXTER
NAL_GLOB -I/usr/obj/usr/src/i386/usr/include -L/usr/obj/usr/src/i386/usr/sr
In message <[EMAIL PROTECTED]>, Matt Dillon writes:
>:
>:I'm seeing this kind of hang about twice a day on my build-box.
>:
>:Any clues ? insights ?
>
>When did this start occuring?
Can't say for sure, it's certainly noticeable today, but I have not
had much FreeBSD time recently so I would
If possible, 'print *bp' from a gdb'd kernel dump if you can.
I suspect this may be related to 'bp->b_xflags & BX_BKGRDINPROG'.
If a bitmap is undergoing a background write and is then dirtied
a second time and bawrite()n, the bawrite() will be turned into a
bdwrite() (becaus
:
:I'm seeing this kind of hang about twice a day on my build-box.
:
:Any clues ? insights ?
When did this start occuring? I committed some pageout &
buffer-cache-related I/O pipelining a day or two ago to -current
(which has been well tested under -stable and reasonably well tested
I would like to add support for unloading protocol domains (and protocols)
At the moment I see several roadblocks.
1/ there is no net_rm_domain() to match net_add_domain().
to make one we need the following changes:
2/ there is in struct domain {}:
void(*dom_init) /* i
I'm seeing this kind of hang about twice a day on my build-box.
Any clues ? insights ?
login: [halt - sent]
Stopped at siointr1+0xb1: jmp siointr1+0x1b7
db> ps
pid proc addruid ppid pgrp flag stat wmesg wchan cmd
39121 d56c7200 d581b0000 39120 24496 004006 2
On Thu, Dec 28, 2000 at 11:03:15AM +0200, Jacques Marneweck wrote:
> On Thu Dec 28 21:58:12 2000 Dan Langille wrote:
> > On 28 Dec 2000, at 9:36, Poul-Henning Kamp wrote:
> >
> > > which are good candidates for people looking for a good and simple
> > > task to do for FreeBSD.
> >
> > How do we
It seems Peter Wemm wrote:
> > There is a HW problem with the HPT366 and "sufficiently" fast disks,
> > I've been working with highpoint on that, and so far there is no
> > known solution, other than slowing down the interface speed, ie
> > setting it back to ata33 would make it work with my DTLA
I have made some changes to libcrypt in -current. The libscrypt/libdescrypt
symlink sillyness is gone and the installed libcrypt is fully functional.
Since pw(8) and passwd(1) create md5 hashed passwords by default (see the
optional entry in loginl.conf), the default algorithm selection mechanis
> From: [EMAIL PROTECTED]
> Date: Wed, 27 Dec 2000 21:55:51 -0500 (EST)
> ::md0: Malloc disk
> ::WARNING: Driver mistake: destroy_dev on 154/0
> ::** what's this? *
>
> I'm not sure about this one.
It looks like a bug in the 'asr' driver. Mark - I'm guessing that you
ha
[EMAIL PROTECTED] writes:
> I'm not sure if this is the correct list or not - apologies if
> it's wrong.
There's no substitute for reading /usr/src/UPDATING.
DES
--
Dag-Erling Smorgrav - [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the
[EMAIL PROTECTED] wrote:
>
> > I have a KT7 with an athlon 1.1, no problems with ATA66, don't have a 100
> > drive though. Works fine, does make worlds in a little over an hour with
> > 384mb of pc133, but I do have to downclock the pc133 to 100 because these
> > via chips have some problem wi
On Thu, Dec 28, 2000 at 11:19:16AM +0200, Maxim Sobolev scribbled:
| Boris Popov wrote:
| > On Wed, 27 Dec 2000, Maxim Sobolev wrote:
| > In the near future we'll have iconv interface in the kernel which
| > uses libiconv library written by Konstantin Chuguev. I'm really sorry for
| > dela
Boris Popov wrote:
> On Wed, 27 Dec 2000, Maxim Sobolev wrote:
>
> > Several days ago I got a CD with Russian filenames on it and discovered that
> > I'm unable to read those filenames. After some hacking I produced a patch,
> > which should solve this problem in the manner similar to what we hav
Jeroen Ruigrok van der Werven wrote:
> -On [20001227 20:05], Andrej Cernov ([EMAIL PROTECTED]) wrote:
> >Yes, it is a per-FS hack, but until iconv or something like will be
> >integrated, some hack needed just to read CDs selling at nearby shop.
>
> As far as I know, Boris Popov was working on ic
In message <[EMAIL PROTECTED]>, "Dan Langille" writes:
>On 28 Dec 2000, at 9:36, Poul-Henning Kamp wrote:
>
>> which are good candidates for people looking for a good and simple
>> task to do for FreeBSD.
>
>How do we know which are the "good and simple" ones?
How would I know ? :-)
The fsck an
On Thu Dec 28 21:58:12 2000 Dan Langille wrote:
> On 28 Dec 2000, at 9:36, Poul-Henning Kamp wrote:
>
> > which are good candidates for people looking for a good and simple
> > task to do for FreeBSD.
>
> How do we know which are the "good and simple" ones?
>
I could always do the CVSROOT/ stuf
On 28 Dec 2000, at 9:36, Poul-Henning Kamp wrote:
> which are good candidates for people looking for a good and simple
> task to do for FreeBSD.
How do we know which are the "good and simple" ones?
--
Dan Langille
The FreeBSD Diary - http://freebsddiary.org/
FreshPorts - http://freshport
I have added a couple of tasks over at
http://phantom.cris.net/freebsd/projects/projects.php
which are good candidates for people looking for a good and simple
task to do for FreeBSD.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 9
30 matches
Mail list logo