[Netnice-developer] Re: OpenBSD update
Status: Alpha
Brought to you by:
taost6
From: <op...@so...> - 2003-11-18 06:41:26
|
Hi, There was a small typo under /kern that I fixed. The biggest problem was to get /miscfs/procfs to compile. Your patch for procfs_subr.c that adds arguemtns to procfs_allocvp gave me some problems. Since all the other parts of the code that calls procfs_allocvp has 4 arguments, instead of 6, that crashed the compilation. So based on the current code that I have I added 2 arguments for each function call. But I am pretty sure they are wrong. It works, but I don't know if it is correct or not. I tried to read more about procfs today but D&I BSD4.4 does not have too much information about it. Nico. Takashi Okumura writes: > thanks, nico. > > i'll come and check, later. but, you may commit if the small modification > is realy small. > > thanks! > > -- taka > > op...@so... wrote: >> >> Hi all, >> >> As Sensei Taka requested, I compiled OpenBSD/i386 GENERIC with the Netnice >> modifications. It does compile, and the kernel works. Right now I am using >> it to see if it crashes :-) Apparently there is no problem with it, so far. >> Also, I tried mount_procfs and it works perfectly. The problem is that the >> procfs directory has to be reviewed by Taka, and this will take forever! ;-) >> >> I made some small modifications on the /miscfs/procfs directory to get the >> kernel to compile. But I am pretty sure it won't compile with the NETNICE >> option on. >> >> Later, >> Nico. >> >> P.S.: I will commit everything after Taka takes a look at it. >> >> ------------------------------------------------------- >> This SF. Net email is sponsored by: GoToMyPC >> GoToMyPC is the fast, easy and secure way to access your computer from >> any Web browser or wireless device. Click here to Try it Free! >> https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl >> _______________________________________________ >> Netnice-developer mailing list >> Net...@li... >> https://lists.sourceforge.net/lists/listinfo/netnice-developer |