Re: mount(2) broken?

1999-12-07 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Luoqi Chen writes: I'd like to add something about the last buffer wouldn't sync. This occurs when a shutdown syscall is issued when the syncer process is asleep waiting for a buffer write to complete. The write will never complete, because the syncer won't be given

3.3-stable - 4.0-current problem...

1999-12-07 Thread Hostas Red
Hi! I've cvsup'ed my 3.3-stable source tree to 4.0-current source tree, and when i'm trying to make buildworld, i'm getting following: echo '#include "i386/freebsd.h"' tm.h echo '#include "i386/perform.h"'

Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread Marc Solsona
I've tried to do the same and it seems that there have been some changes of the signal achitecture. A solution I found was to build a kernel 4.0 before building world. I haven't tried though. Tell me if it works!! EXT Hostas Red wrote: Hi! I've cvsup'ed my 3.3-stable source tree to

Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread Sean Jensen-Grey
Building the kernel first works. also you will need to run the /usr/sbin/config from the /usr/src/usr.sbin tree as the installed one is for the older kernel format. Sean. On Tue, 7 Dec 1999, Marc Solsona wrote: I've tried to do the same and it seems that there have been some changes of the

Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread Michael Chin-Yuan Wu
Sean Jensen-Grey wrote: Building the kernel first works. also you will need to run the /usr/sbin/config from the /usr/src/usr.sbin tree as the installed one is for the older kernel format. Sean. This will work: src/usr.sbin/config # make all install use this new config to compile a

ps: proc size mismatch for root

1999-12-07 Thread Michael Chin-Yuan Wu
Hello everyone, I have just compiled the newest current as of yesterday. The following only happens when the root user does it. [Other users see the normal results for 'ps'] keichii[root]:~# ps -ax ps: proc size mismatch (60320 total, 712 chunks) keichii[root]:~# ps ps: proc size mismatch

sbc and ViBRA16X

1999-12-07 Thread Kenneth Culver
Alright, I was under the impression that in order for the ViBRA16X soundcard (sound blaster) to work, these lines were needed in the kernel: device pcm0 device sbc0 Am I right, because it doesn't attach a driver to the soundcard.

Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread Hostas Red
Hi! On Tue, 7 Dec 1999, Sean Jensen-Grey wrote: Building the kernel first works. also you will need to run the /usr/sbin/config from the /usr/src/usr.sbin tree as the installed one is for the older kernel format. Yes, worked fine, thanks. I've tried to compile new kernel before, but forgot

Re: ps: proc size mismatch for root

1999-12-07 Thread Michael Chin-Yuan Wu
Michael Chin-Yuan Wu wrote: Hello everyone, I have just compiled the newest current as of yesterday. The following only happens when the root user does it. [Other users see the normal results for 'ps'] By the way, just to clarify this, I am running -current updated kernels. :) To

Re: ps: proc size mismatch for root

1999-12-07 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Michael Chin-Yuan Wu writes: Michael Chin-Yuan Wu wrote: Hello everyone, I have just compiled the newest current as of yesterday. The following only happens when the root user does it. [Other users see the normal results for 'ps'] By the way, just to clarify

Re: ps: proc size mismatch for root

1999-12-07 Thread Michael Chin-Yuan Wu
Poul-Henning Kamp wrote: Michael Chin-Yuan Wu wrote: I have just compiled the newest current as of yesterday. The following only happens when the root user does it. [Other users see the normal results for 'ps'] By the way, just to clarify this, I am running -current updated kernels.

Re: ps: proc size mismatch for root

1999-12-07 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Michael Chin-Yuan Wu writes: Poul-Henning Kamp wrote: Michael Chin-Yuan Wu wrote: I have just compiled the newest current as of yesterday. The following only happens when the root user does it. [Other users see the normal results for 'ps'] By the way, just

Initio SCSI driver

1999-12-07 Thread Blaz Zupan
Is there any particular reason why the Initio SCSI driver (available at http://www.initio.com/drivers/BSD3sourc91xx.zip) is not part of the FreeBSD source tree? I was contemplating buying this SCSI host adapter instead of an Adaptec 2940UW, but I fear that there will be problems in the future

grep -a (-stable)

1999-12-07 Thread Max Khon
hi, there! it is not possible to make short equivalent for old grep -a option (as in grep 2.3 -a is used for other purposes). it is possible to make a long option (--skip-binary) but long options are quite unusable. GREP_OPTIONS cannot help much (I want an equiv. for old 'grep -aRl pattern .')

Re: Initio SCSI driver

1999-12-07 Thread Alexander Langer
Thus spake Blaz Zupan ([EMAIL PROTECTED]): http://www.initio.com/drivers/BSD3sourc91xx.zip) is not part of the FreeBSD source tree? good question. A Friend of mine has already asked me if the initio-controllers are supported. It's the only stone in his way to FreeBSD (yet) Alex -- I

Re: ATA driver as the default

1999-12-07 Thread Alex
Nick Hibma wrote: The other one is my laptop, and that one seems to be a lot faster and the system load is down (PIIX4 chipset). Except that it always gives me a timeout at boot. acd0: UJDA110/1.06 CDROM drive at ata1 as master acd0: read 2416KB/s (2416KB/s), 128KB buffer, PIO acd0:

Re: mount(2) broken?

1999-12-07 Thread Nick Hibma
Most probably this is exactly the problem I was describing to you a couple of days ago on IRC, phk. The solution is to boot single user, fsck / and reboot. After that things are back to normal. Even crashing the machine does not make this problem reoccur. Nah. This is about the

Re: sbc and ViBRA16X

1999-12-07 Thread Peter Wemm
Donn Miller wrote: Kenneth Culver wrote: Alright, I was under the impression that in order for the ViBRA16X soundcard (sound blaster) to work, these lines were needed in the kernel: device pcm0 device sbc0 Am I right, because it doesn't attach a driver to the soundcard. In

Re: Initio SCSI driver

1999-12-07 Thread Thomas Gellekum
Alexander Langer [EMAIL PROTECTED] writes: Thus spake Blaz Zupan ([EMAIL PROTECTED]): http://www.initio.com/drivers/BSD3sourc91xx.zip) is not part of the FreeBSD source tree? Maybe no one else knew about those drivers? good question. A Friend of mine has already asked me if the

Re: grep -a (-stable)

1999-12-07 Thread James Howard
On Tue, 7 Dec 1999, Max Khon wrote: hi, there! it is not possible to make short equivalent for old grep -a option (as in grep 2.3 -a is used for other purposes). it is possible to make a long option (--skip-binary) but long options are quite unusable. GREP_OPTIONS cannot help much (I

Re: grep -a (-stable)

1999-12-07 Thread Sheldon Hearn
On Tue, 07 Dec 1999 18:42:56 +0600, Max Khon wrote: it is not possible to make short equivalent for old grep -a option (as in grep 2.3 -a is used for other purposes). Que? I've used grep -a since the update to grep 2.3 and haven't noticed any strange behaviour from the -a option. You

Re: Compiler looping

1999-12-07 Thread Matthew Thyer
I can also vouch that there is nothing wrong with mysql-server-3.22.27. When my machine was compiling sql_yacc.cc the compiler was using 200 MB of memory (this is on a machine with 64 MB RAM!). The solution is to minimize other memory use (stop the X server and setiathome if you run it) and go

Re: grep -a (-stable)

1999-12-07 Thread Max Khon
hi, there! On Tue, 7 Dec 1999, Sheldon Hearn wrote: it is not possible to make short equivalent for old grep -a option (as in grep 2.3 -a is used for other purposes). Que? I've used grep -a since the update to grep 2.3 and haven't noticed any strange behaviour from the -a option.

Re: ATA driver as the default

1999-12-07 Thread Max Khon
hi, there! On Tue, 7 Dec 1999, Alex wrote: The other one is my laptop, and that one seems to be a lot faster and the system load is down (PIIX4 chipset). Except that it always gives me a timeout at boot. acd0: UJDA110/1.06 CDROM drive at ata1 as master acd0: read 2416KB/s

Re: grep -a (-stable)

1999-12-07 Thread James Howard
On Tue, 7 Dec 1999, Max Khon wrote: I know about this beast. It would be nice if our out-of-box grep had this option. Hah, it used to. I modeled it exactly on it (option-wise). BTW, if you do choose to use it, get it soon. I submitted a PR yesterday for my newest version. It is a faster,

Re: grep -a (-stable)

1999-12-07 Thread Sheldon Hearn
On Tue, 07 Dec 1999 08:56:53 EST, James Howard wrote: I submitted a PR yesterday for my newest version. It is a faster, but most of the options are broken. Unfortunetly with exams and all, I will not be able to fix it until Christmas or so. Then I suggest sending PR follow-up requesting

Re: grep -a (-stable)

1999-12-07 Thread Max Khon
hi, there! On Tue, 7 Dec 1999, James Howard wrote: I know about this beast. It would be nice if our out-of-box grep had this option. Hah, it used to. -stable grep used -a to skip binary files. -current does not. /fjoe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Cannot mount cd9660

1999-12-07 Thread Michael Chin-Yuan Wu
Michael Chin-Yuan Wu wrote: Hi all, I have just made -current last night. I decided to use the new ata0 driver for the first time. All the devices detect fine. But this happens when I try to mount my acd0 and acd1 acd0 is a 40x sony cdrom and acd1 is a sony 6/4/4 cd-r

ed driver, resources not released (was: Re: PCCARD eject freeze)

1999-12-07 Thread Nick Hibma
I've cleaned this up, worked it around, and managed to insert and eject my ep card 5 times in a row on my desktop kludge environment. It even appeared to be working. Don't know if this will work on a Hm, The machine is not crashing at the moment when unplugging the device. But plugging it

Re: grep -a (-stable)

1999-12-07 Thread David O'Brien
On Tue, Dec 07, 1999 at 06:42:56PM +0600, Max Khon wrote: it is not possible to make short equivalent for old grep -a option (as in grep 2.3 -a is used for other purposes). it is possible to make a long option (--skip-binary) but long options are quite unusable. GREP_OPTIONS cannot help much

Re: grep -a (-stable)

1999-12-07 Thread David O'Brien
On Tue, Dec 07, 1999 at 03:36:55PM +0200, Sheldon Hearn wrote: Que? I've used grep -a since the update to grep 2.3 and haven't noticed any strange behavior from the -a option. You are in for a *BIG* surprise next time you hit a binary file. You really should read what "-a" is now about in

Re: grep -a (-stable)

1999-12-07 Thread Sheldon Hearn
On Tue, 07 Dec 1999 07:14:41 PST, "David O'Brien" wrote: You are in for a *BIG* surprise next time you hit a binary file. You really should read what "-a" is now about in the man page. Lets just say "-a" now does the opposite of what you think it does. Ah wunnerful. So this is why we

Re: Initio SCSI driver

1999-12-07 Thread David O'Brien
On Tue, Dec 07, 1999 at 01:13:54PM +0100, Blaz Zupan wrote: Is there any particular reason why the Initio SCSI driver (available at http://www.initio.com/drivers/BSD3sourc91xx.zip) is not part of the FreeBSD source tree? Ask on [EMAIL PROTECTED] The people there would have a much better

Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread David O'Brien
On Tue, Dec 07, 1999 at 11:41:43AM +0300, Hostas Red wrote: I've cvsup'ed my 3.3-stable source tree to 4.0-current source tree, and ... /usr/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c Bad system call - core dumped mkdep: compile failed *** Error code 1 ..snip.. Anybody knows where

Re: mount(2) broken?

1999-12-07 Thread Matthew Jacob
Happens to me every boot. And I'm up to date with all binaries and kernel. I don't have softupdates on the root filesystem. On Mon, 6 Dec 1999, Mike Smith wrote: On Mon, 6 Dec 1999, Nick Hibma wrote: Most probably this is exactly the problem I was describing to you a couple of days

Re: mount(2) broken?

1999-12-07 Thread Matthew Jacob
On Tue, 7 Dec 1999, Luoqi Chen wrote: I've seen this exact same thing before too. In fact it was two rather annoying things, one being a single solitary last buffer that wouldn't sync and thus left the whole fs marked dirty, and then fsck would check it, see it was fine, but mount

Re: ed driver, resources not released (was: Re: PCCARD eject freeze)

1999-12-07 Thread Warner Losh
In message [EMAIL PROTECTED] Nick Hibma writes: : Hm, The machine is not crashing at the moment when unplugging the : device. But plugging it back in gives me a 'No free configuration for : card Ethernet' ('Ethernet' being the quite splendid name of the card in : the CIS). : : A quick browse

Re: Sound Blaster ViBRA16X and pcm driver

1999-12-07 Thread Pat Lynch
On Mon, 6 Dec 1999, Doug White wrote: unknown0: SupraExpress 56i at port 0x2f8-0x2ff irq 3 on isa0 unknown1: Creative ViBRA16X PnP at port 0x220-0x22f,0x300-0x301,0x388-0x38b ir q 9 drq 0,1 on isa0 unknown2: Game at port 0x201 on isa0 So what exactly do I need to do to get this

Re: Sound Blaster ViBRA16X and pcm driver

1999-12-07 Thread Kenneth Culver
Just use pnpinfo to find out device vender id's and logical id's. It appears that the ViBRA16X is supported (with the correct logical id) in /usr/src/sys/dev/sound/isa/sbc.c but for some reason a driver is still not being attached for it. Any suggestions?

Re: ed driver, resources not released (was: Re: PCCARD eject freeze)

1999-12-07 Thread Christopher Masto
On Tue, Dec 07, 1999 at 09:22:31AM -0700, Warner Losh wrote: In message [EMAIL PROTECTED] Nick Hibma writes: : Hm, The machine is not crashing at the moment when unplugging the : device. But plugging it back in gives me a 'No free configuration for : card Ethernet' ('Ethernet' being the quite

Re: Intel 810?

1999-12-07 Thread Doug Ambrisko
Mark Newton writes: | On Mon, Dec 06, 1999 at 07:52:20PM -0500, Garrett Wollman wrote: | | On Mon, 6 Dec 1999 19:41:15 -0500, "Douglas Kuntz" [EMAIL PROTECTED] said: | |As others have stated, Socket370 boards arent all 810/810c...my 4.0-Current | | The important issue to me is:

AWE64 problems

1999-12-07 Thread Thomas Schuerger
Hi! I am still having problems getting my AWE64 soundcard to work with the newpcm driver (the "old" pcm driver worked fine). I have updated the world last week and am using the kernel as of today. I'm using the "pcm0" and "sbc0" devices in my kernel options. My card is recognized correctly, but

Re: mount(2) broken?

1999-12-07 Thread Bruce Evans
On Mon, 6 Dec 1999, Mike Smith wrote: On Mon, 6 Dec 1999, Nick Hibma wrote: Most probably this is exactly the problem I was describing to you a couple of days ago on IRC, phk. The solution is to boot single user, fsck / and reboot. After that things are back to normal. Even

[PATCHES] Two fixes for lpd/lpc for review and test

1999-12-07 Thread Garance A Drosihn
Well, here's my third attempt to get someone to at least acknowledge some minor patches for lpd. The patches are also covered in PR's, as noted in the previous attempts. My theory is that my previous attempts had a subject which made it sound like I was looking for someone to *make* some fixes,

Re: Initio SCSI driver

1999-12-07 Thread Kenneth D. Merry
Blaz Zupan wrote... Is there any particular reason why the Initio SCSI driver (available at http://www.initio.com/drivers/BSD3sourc91xx.zip) is not part of the FreeBSD source tree? I was contemplating buying this SCSI host adapter instead of an Adaptec 2940UW, but I fear that there will be

is there any heap functions in the kernel ?

1999-12-07 Thread Luigi Rizzo
Hi, i was wondering if there is any place in the kernel with functions to implement a "heap" data structure. I would expect so, as typically this structure is used wherever we need to do some kind of scheduling, but i am not sure on where to look... Ideas ? (for those who wonder why I ask -- i

Re: mount(2) broken?

1999-12-07 Thread Luoqi Chen
I'd like to add something about the last buffer wouldn't sync. This occurs when a shutdown syscall is issued when the syncer process is asleep waiting for a buffer write to complete. The write will never complete, because the syncer won't be given a chance to run again, and the buffer will

Re: AWE64 problems

1999-12-07 Thread Charles Anderson
I hate me too messages, but I'm having problems too. Exact same symptoms. I looked at sbc.c and it has the correct logical id, I spent some time looking at this last night, but was stymied by my lack of understanding of how the pnp system works. I even tried it with PNPBIOS defined, but that

Re: ATA driver as the default

1999-12-07 Thread D. Rock
David O'Brien schrieb: Since the ATA driver is destined to be the default in 4.0-R, and we hare hitting the feature freeze date; can we make the switch now? I think it is very important to get ATA into more hands to see where it breaks. It certainly has problems on my Vaio 505 laptop;

Re: ATA driver as the default

1999-12-07 Thread Doug Ambrisko
D. Rock writes: | I just re-enabled the ATA driver again after reading the change log | of better error handling and automatic falldown DMA-PIO under specific | circumstances. | But a few days later, while making world (with the ata driver), the | system | crashed quite heavily. The file system

Re: [PATCHES] Two fixes for lpd/lpc for review and test

1999-12-07 Thread Cy Schubert
In message v04210102b472f8589876@[128.113.24.47], Garance A Drosihn writes: I've been using the patch from PR 13549 on 4 -stable stable machines for about 3 weeks with no ill effects -- and it fixes the problem. In my next installment, I'm going to try a subject of "Make Money Fast via

Re: [PATCHES] Two fixes for lpd/lpc for review and test

1999-12-07 Thread Warner Losh
I've been reviewing this patch with someone and I think the last version is ready to commit. I'll take a look at my tree to make sure. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread Michael Chin-Yuan Wu
David O'Brien wrote: On Tue, Dec 07, 1999 at 11:41:43AM +0300, Hostas Red wrote: I've cvsup'ed my 3.3-stable source tree to 4.0-current source tree, and ... /usr/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c Bad system call - core dumped mkdep: compile failed *** Error code 1

Re: AWE64 problems

1999-12-07 Thread Frank Nobis
On Tue, Dec 07, 1999 at 06:43:55PM +0100, Thomas Schuerger wrote: Hi! I am still having problems getting my AWE64 soundcard to work with the newpcm driver (the "old" pcm driver worked fine). Any ideas what I am doing wrong? Are there more people having problems with their AWE64? Any

Re: Samba Performance

1999-12-07 Thread Greg Lewis
Try to look into the ports/samba/patches for the patch-ah file (which provided to resolve such misbehaviour). If that file doesn't exist than either try to cvsup your ports, or manually add following patch and recompile/reinstall samba: This patch is only relevant for Samba 2.0.5a. If you

Re: AWE64 problems

1999-12-07 Thread Thomas Schuerger
I am still having problems getting my AWE64 soundcard to work with the newpcm driver (the "old" pcm driver worked fine). Any ideas what I am doing wrong? Are there more people having problems with their AWE64? I had the same problem with my AWE64. An older kernel @(#)FreeBSD

Re: Samba Performance

1999-12-07 Thread Craig Wilson
I have FreeBSD 3.3-RELEASE on a computer that is having Samba performance problems. Using an Intel EtherExpress Pro100 (100MBit) it takes 10 times as long to copy the same large file from a Win98 computer to the FreeBSD computer than it takes to copy from a Win98 to Win98 computer. On looking at

NO! Re: [PATCHES] Two fixes for lpd/lpc for review and test

1999-12-07 Thread Alfred Perlstein
On Tue, 7 Dec 1999, Warner Losh wrote: I've been reviewing this patch with someone and I think the last version is ready to commit. I'll take a look at my tree to make sure. please do not, the patch in PR 11997 introduces a major security flaw. someone can hardlink to any file and clobber

Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread David Scheidt
On Tue, 7 Dec 1999, Darryl Okahata wrote: Michael Chin-Yuan Wu [EMAIL PROTECTED] wrote: Please try this tutorial when you move from -stable to -current www.external.org/freebsd/current.html I think you're missing the recent block device obsolescence change. I had to build and

gasp broke world.

1999-12-07 Thread Bill Fumerola
Doug, 'gasp' broke world. targ-env.h: No such file or directory -- - bill fumerola - [EMAIL PROTECTED] - BF1560 - computer horizons corp - - ph:(800) 252-2421 - [EMAIL PROTECTED] - [EMAIL PROTECTED] - To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

this is wierd, PCM madness

1999-12-07 Thread Kenneth Culver
Alright, Now with the last patch that was on here, FreeBSD detects my ViBRA16X, but for some reason, whenever I try to play something, it doesn't work... eg: culverk:~/.licq/data esdplay message.wav unsupported sound format: 4112 culverk:~/.licq/data This file played fine with the Voxware

Re: this is wierd, PCM madness

1999-12-07 Thread Kenneth Culver
In addition to the soundcard... my modem won't attach to the sio driver... this is driving me nuts; any help would be appreciated... Kenneth Culver To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

make world broken on a 3 month old system

1999-12-07 Thread Mark Newton
I'm trying to "make world" on a system last built on Sep 29th; it's failing like so: === f77doc /usr/obj/usr/src/gnu/usr.bin/cc/f77doc created for /usr/src/gnu/usr.bin/cc/f77doc cd /usr/src/gnu/lib/libgcc; /usr/obj/usr/src/tmp/usr/bin/make -DWORLD -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE

Re: make world broken on a 3 month old system

1999-12-07 Thread Edwin Culp
Mark Newton wrote: I'm trying to "make world" on a system last built on Sep 29th; it's failing like so: === f77doc /usr/obj/usr/src/gnu/usr.bin/cc/f77doc created for /usr/src/gnu/usr.bin/cc/f77doc cd /usr/src/gnu/lib/libgcc; /usr/obj/usr/src/tmp/usr/bin/make -DWORLD -DNOINFO -DNOMAN

Re: mount(2) broken?

1999-12-07 Thread Nick Hibma
That sounds like the conclusion I came to as well. I had a different patch, but looking at yours, mine looks wrong. Nick "mount -f /" on a dirty root file system causes the clean flag to stay off forever. (I forgot to change the unclean flag for mount -u.) diff -c2 ffs_vfsops.c~

Re: AWE64 problems

1999-12-07 Thread Charles Anderson
I looked for some meaning to the -100, is this documented somewhere? Who calls it? -Charlie On Wed, Dec 08, 1999 at 11:30:46AM +0900, Seigo Tanimura wrote: On Tue, 7 Dec 1999 23:00:02 +0100 (MET), Thomas Schuerger [EMAIL PROTECTED] said: --- sbc.c.orig Mon Dec 6 19:26:31 1999

Re: AWE64 problems

1999-12-07 Thread Mike Smith
I looked for some meaning to the -100, is this documented somewhere? It's not, yet. We should move to using some defines for this. A while back I proposed something like: #define DEVICE_MATCH_EXACT -100 #define DEVICE_MATCH_CLASS -200 #define DEVICE_MATCH_GENERIC-300 The

Re: gasp broke world.

1999-12-07 Thread nnd
In [EMAIL PROTECTED] Bill Fumerola [EMAIL PROTECTED] wrote: Doug, 'gasp' broke world. targ-env.h: No such file or directory The next patch at least unbroke 'make buildworld'. N.Dudorov =

Re: Using USB modules with an USB keyboard...

1999-12-07 Thread Kazutaka YOKOTA
Thank you for your detailed report. I added your recommendations above to the kernel config file (TWELVE). It didn't work. As can be seen from the dmesg below, when the USB options are present in the kernel, ukbd0 is found. When USB KLDs are used, uhid0 seems to grab the keyboard. [This is the

Re: Cannot mount cd9660

1999-12-07 Thread Michael Chin-Yuan Wu
Keith Jang wrote: Michael Chin-Yuan Wu wrote: P.S. I did a patch for cd9660 and patch for reading Chinese filenames [patch is in attachment] [...] chinese_joliet.patch.for_3.2-19990615.gzType: application/x-gzip chinese_vfat-3.0.patch.gzType: application/x-gzip