A couple of Junior Hacker tasks...

2000-12-28 Thread Poul-Henning Kamp
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

Re: A couple of Junior Hacker tasks...

2000-12-28 Thread Dan Langille
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 -

Re: A couple of Junior Hacker tasks...

2000-12-28 Thread Jacques Marneweck
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/ stuff. --jm

Re: A couple of Junior Hacker tasks...

2000-12-28 Thread Poul-Henning Kamp
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 and the

Re: Unicode support in cd9660 [patch for review]

2000-12-28 Thread Maxim Sobolev
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 have in

Re: Unicode support in cd9660 [patch for review]

2000-12-28 Thread Michael C . Wu
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 | delays,

Re: HDD Problem

2000-12-28 Thread Kent Stewart
[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 with agp

Re: Undefined symbol on boot

2000-12-28 Thread Dag-Erling Smorgrav
[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

Re: Undefined symbol on boot

2000-12-28 Thread Mike Smith
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 have a

HEADS UP: crypt(3) changes.

2000-12-28 Thread Peter Wemm
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

Re: HDD Problem

2000-12-28 Thread Soren Schmidt
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

Re: A couple of Junior Hacker tasks...

2000-12-28 Thread Josef Karthauser
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 know which are

Current hangs...

2000-12-28 Thread Poul-Henning Kamp
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

[net][smp][current] removing protocol domains.

2000-12-28 Thread Julian Elischer
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) /*

Re: Current hangs...

2000-12-28 Thread Matt Dillon
: :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

Re: Current hangs...

2000-12-28 Thread Matt Dillon
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() (because

Re: Current hangs...

2000-12-28 Thread Poul-Henning Kamp
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 be hard

buildworld fails on -CURRENT after recent libcrypt commits

2000-12-28 Thread Alex Kapranoff
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

termios.h patch for review

2000-12-28 Thread Jason Evans
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

Re: Current hangs...

2000-12-28 Thread Thomas D. Dean
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

Re: Unicode support in cd9660 [patch for review]

2000-12-28 Thread Vladimir Kushnir
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

Re: Unicode support in cd9660 [patch for review]

2000-12-28 Thread Maxim Sobolev
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 would

Re: termios.h patch for review

2000-12-28 Thread Alfred Perlstein
* 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

Re: termios.h patch for review

2000-12-28 Thread Jason Evans
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 looked at

Re: termios.h patch for review

2000-12-28 Thread Assar Westerlund
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

Re: A couple of Junior Hacker tasks...

2000-12-28 Thread Wes Peters
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. ;^) --

gdb Causes Freeze in -current

2000-12-28 Thread Thomas D. Dean
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.

PalmPilot emulators don't work on CURRENT

2000-12-28 Thread Juriy Goloveshkin
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

RE: PalmPilot emulators don't work on CURRENT

2000-12-28 Thread Daniel O'Connor
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