| 4 months | iru | since we're building as lkm, don't assume we're installed under /sys/miscfs/ |
| 4 months | iru | dirty hack for readdir to work |
| 5 months | iru | o9fs.o is the lkm binary to be loaded |
| 5 months | iru | add lkm support |
| 5 months | iru | add lkm support |
| 5 months | iru | debug functions |
| 5 months | iru | oops, forgot to add convertion functions |
| 5 months | iru | more complete diff for -current |
| 5 months | iru | use debugging more like u9fs/v9fs for now |
| 5 months | iru | correct permissions when creating |
| 5 months | iru | remove last bell-labs file |
| 5 months | iru | make lookup work right, it was not accessing more than two levels below rootfid |
| 5 months | iru | try to unmount correcly, still no sucess |
| 5 months | iru | only try to putfid if fid != NULL |
| 5 months | iru | do not call o9fs_debugfcall by default |
| 5 months | iru | o9fs_msgstat now returns the bytes used in the message |
| 5 months | iru | cleaning |
| 5 months | iru | little adjustments |
| 5 months | iru | new ideas |
| 5 months | iru | Plan 9 style 9P debugging (lots of blue messages!) |
| 5 months | iru | reflect changes |
| 5 months | iru | debugging |
| 5 months | iru | use auth stub |
| 5 months | iru | use our new debug routines |
| 5 months | iru | better diagnostics |
| 5 months | iru | add a stub for auth |
| 5 months | iru | rip some bell-labs stuff off |
| 6 months | iru | added o9fs_msg, thanks Matthias Bauer |
| 7 months | iru | forgot to add o9fs_rpc.c in last huge commit |
| 7 months | iru | just a hack allowing port specification to be worked out later |
| 7 months | iru | bla |
| 7 months | iru | lots of changes... many ideas and code from libixp |
| 8 months | iru | TODO/known bugs list |
| 8 months | iru | srcroot permits a different location for OpenBSD source tree to reside |
| 8 months | iru | OpenBSD style license |
| 8 months | iru | I don't think the patch would apply without a diff |
| 8 months | iru | apply the diff when installing |
| 8 months | iru | merge |
| 8 months | iru | diff adding o9fs definitions to openbsd kernel headers |
| 8 months | iru | mkdir added to regression |
| 8 months | iru | add mkdir regression. let the panics begin |
| 8 months | iru | create now works ok (and comes with too much printfs too be removed later) |
| 8 months | iru | add utopmode which converts from UNIX to Plan 9 mode bits |
| 8 months | iru | remove commented code |
| 8 months | iru | let it be human-readable |
| 10 months | iru | getattr now reports stuff as it should |
| 10 months | iru | change o9fs_twalk to use parent dir fid number, not o9fsfid *. change prototypes accordingly. |
| 10 months | iru | o9fs_putfid was not detaching the vnode from the fid causing some lookups to fail even when everything was ok; fix this. |
| 10 months | iru | make write and create work |
| 10 months | iru | style |
| 10 months | iru | - use locks |
| 10 months | iru | just return proper error |
| 10 months | iru | rwlocks must be initialized |
| 10 months | iru | use multiple readers, one writer locking (rwlock) |
| 11 months | iru | trying to get write and readdir right |
| 11 months | iru | open modes dance |
| 11 months | iru | writing is on the way |
| 11 months | iru | get read right |
| 11 months | iru | . |
| 11 months | iru | better header |