Re: VOP_STRATEGY for devices and pipes

2021-07-14 Thread Paul Goyette
Seems to me the best/safest thing to do for now would be to prohibit the extended-attr on devices and fifos. On Thu, 15 Jul 2021, David Holland wrote: I noticed that there was a loose function ffsext_strategy lying around, mentioned it to Christos, and he committed this: > Modified Files: >

VOP_STRATEGY for devices and pipes

2021-07-14 Thread David Holland
I noticed that there was a loose function ffsext_strategy lying around, mentioned it to Christos, and he committed this: > Modified Files: > src/sys/ufs/ffs: ffs_vnops.c > > Log Message: > Hook up ffsext_strategy to fifos. Pointed out by dholland@ which is well and good (actually it

Re: Introduction to posix_spawn/chdir

2021-07-14 Thread Piyush Sachdeva
On Fri, Jul 9, 2021 at 11:00 PM Piyush Sachdeva wrote: > Progress Update 3 (week 5) > In the last two weeks, I worked on the test cases, documentation and > also tried to build the kernel. > > The test cases have been completed, and the man page for > posix_spawn_file_actions_addchdir() is also