History log of /src/usr.sbin/puffs/mount_9p/subr.c |
Revision | | Date | Author | Comments |
1.8 |
| 26-May-2020 |
uwe | getdfwithoffset - do not issue dummy read to seek to offset zero on a newly opened fid as it's already there. This is redundant and also seems to confuse inferno when issued against the root directory. Now you can ls the mount point of
styxlisten -A 'tcp!*!styx' export /
While here fix the seek logic to actually repeatedly seek forward instead of always doing it from zero.
|
1.7 |
| 07-Jun-2019 |
ozaki-r | Handle Rerror and return errno correctly (only for 9P2000.u for now)
|
1.6 |
| 30-Nov-2007 |
pooka | branches: 1.6.70; Rototill.
Ok, ok, a few more words about it: stop holding puffs_cc as a holy value and passing it around to almost every possible place (popquiz: which kernel variable does this remind you of?). Instead, pass the natural choice, puffs_usermount, and fetch puffs_cc via puffs_cc_getcc() only in routines which actually need it. This not only simplifies code, but (thanks to the introduction of puffs_cc_getcc()) enables constructs which weren't previously sanely possible, say layering as a curious example.
There's still a little to do on this front, but this was the major fs interface blast.
|
1.5 |
| 16-May-2007 |
pooka | branches: 1.5.4; Enhance the GETRESPONSE, JUSTSEND and SENDCB macros to process the return value from the network layer.
|
1.4 |
| 15-May-2007 |
pooka | * free framebuf after use (even in the common path ;) * simplify a loop
|
1.3 |
| 11-May-2007 |
pooka | adapt to puffs_framebuf changes
|
1.2 |
| 05-May-2007 |
pooka | Adapt to use puffs_framebuf. This gets rid of most of the duplicated code between mount_psshfs and mount_9p and clarifies the code structure.
|
1.1 |
| 21-Apr-2007 |
pooka | mount_9p: mount a file server using the Plan9 file sharing protocol
Works, but lots of little things to nibble on: * fix permissions to work better * limit the amount of open files required * do constant folding with psshfs code * support authentication etcetc.
|
1.5.4.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.6.70.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|