Re: official devfs patch for review

2000-08-27 Thread Poul-Henning Kamp

In message <[EMAIL PROTECTED]>, Chris Costello writes:
>On Sunday, August 27, 2000, Boris Popov wrote:
>>  No, not all bits are incorporated. At least you've missed two
>> important things. First:
>> 
>>  # cd /dev/fd
>>  # ls
>>  0   1   2
>>  # cd ..
>>  # ls
>>  0   1   2
>> 
>>  And second - directory names supplied by readdir() function
>> contains junk characters at the end.
>
>   I'm going to commit some fdescfs-related patches sometime soon
>next week.  If you're not using the fdescfs code already, I can
>probably integrate my work into devfs, since that was the point
>of my work on fdescfs.

I'm not quite ready to embrace fdescfs yet, I want to get devfs
fully debugged first.

--
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD coreteam member | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: official devfs patch for review

2000-08-26 Thread Chris Costello

On Sunday, August 27, 2000, Boris Popov wrote:
>   No, not all bits are incorporated. At least you've missed two
> important things. First:
> 
>   # cd /dev/fd
>   # ls
>   0   1   2
>   # cd ..
>   # ls
>   0   1   2
> 
>   And second - directory names supplied by readdir() function
> contains junk characters at the end.

   I'm going to commit some fdescfs-related patches sometime soon
next week.  If you're not using the fdescfs code already, I can
probably integrate my work into devfs, since that was the point
of my work on fdescfs.

-- 
|Chris Costello <[EMAIL PROTECTED]>
|All new: The software is not compatible with previous versions.
`---


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: official devfs patch for review

2000-08-26 Thread Boris Popov

On Sat, 26 Aug 2000, Poul-Henning Kamp wrote:

> This incorporates the functional bits from the patch Boris posted
> here earlier as I've been able to extract them from his patch.

No, not all bits are incorporated. At least you've missed two
important things. First:

# cd /dev/fd
# ls
0   1   2
# cd ..
# ls
0   1   2

And second - directory names supplied by readdir() function
contains junk characters at the end.

--
Boris Popov
http://www.butya.kz/~bp/



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



official devfs patch for review

2000-08-26 Thread Poul-Henning Kamp


There is an official DEVFS patch at 

http://phk.freebsd.dk/patch/devfs.patch

This incorporates the functional bits from the patch Boris posted
here earlier as I've been able to extract them from his patch.

--
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD coreteam member | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message