devfs patch for deleted devices handling

2001-05-21 Thread Poul-Henning Kamp
http://phk.freebsd.dk/patch/devfs.patch 20010522devfs.patch This patch changes the way deletes are managed in DEVFS. This fixes a number of warnings relating to removed cloned devices. It also makes it possible to recreate deleted devices with

DEVFS patch.

2000-09-05 Thread Poul-Henning Kamp
OK, here is the nasty bit of DEVFS: The locking and protection patch: http://phk.freebsd.dk/patch/devfs.patch -- Add support for an overflow table for DEVFS inodes. The static table defaults to 1024 inodes, if that fills, an overflow table of 32k inodes is allocate

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 >>

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 na

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

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 PROT

devfs patch for review

2000-08-26 Thread Boris Popov
Hello, I've made some fixes in the fs layer of new devfs. First version of this patch was passed via Poul and new version includes parts of his suggestions. Here is a brief decription of the patch: Rename de_dir to de_parent with appropritate code changes. Implement prop