capabilities impletementation?

Yanjun Wu yanjun03 at ios.cn
Fri Dec 2 17:10:11 GMT 2005


My approach is:  Fetch the SEBSD source from the current perforce deposit, and 
move it FreeBSD6.0; whenever there is a conflict, try to meet FreeBSD6.0 
first. Now I have made the FreeBSD6.0 source with SEBSD compilable and 
bootable. 
However, there are many bugs remains. For example, to make things compilable 
before I get clear understand about devfs, I drop the "fullpath" parameter of 
the create_devfs_directory and create_devfs_directory, then try to get the 
path of dev inside the entry points. Later I found the directory /dev/fd/ is 
not correctly labeled. It is labeled as device_t instead of the correct 
removable_device_t. But the files 0, 1, 2 are label correctly with 
removable_device_t. 
Here I attached the sebsd.c.diff to show my small changes against the current 
sebsd.c in SEBSD perforce deposit. Any suggestions are appriciated.


On Wednesday 30 November 2005 16:12, Dingo wrote:
> seems like you and I are duplicating efforts, maybe as robert suggested
> we might want to do this as a team effort, might go faster. he mentioned
> Scott Long possibly giving some guidance and using the perforce tree to
> do the work in. you want to drop me a snapshot tar or cvs export and ill
> diff what ive done against what you have. Robert/Scott you guys want to
> push us forward a bit? i know the cap issue is there, maybe we can all
> tackle this together as Robert suggested
>
> On Tue, 2005-11-29 at 12:17 +0000, Yanjun Wu wrote:
> > I have written "SEBSD Getting Started HOWTO" for the past Google Summer
> > of Code. The PDF version is attached. Hope it useful for anyone who would
> > like to involve SEBSD development and test.
> > Now I am trying to merge SEBSD into FreeBSD 6.0 Release in my local
> > machine. Most of things in current SEBSD branch seems OK to directly port
> > to FreeBSD 6.0R, except for create_devfs_xxx and mount related
> > entrypoints Robert had mentioned before.
>
> To Unsubscribe: send mail to majordomo at trustedbsd.org
> with "unsubscribe trustedbsd-discuss" in the body of the message
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sebsd.c.diff
Type: text/x-diff
Size: 7248 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/trustedbsd-discuss/attachments/20051202/3befe09d/sebsd.c.bin


More information about the trustedbsd-discuss mailing list