Changeset 810860a in mainline for contrib/arch/uspace/lib/libfs


Ignore:
Timestamp:
2009-09-17T17:03:49Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3037384
Parents:
41eca31
Message:

various protocol fixes
add console architecture

Location:
contrib/arch/uspace/lib/libfs
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/uspace/lib/libfs/fnc.fs_register

    r41eca31 r810860a  
    1 !vfs.register {
    2         !vfs.ipc_m_data_write /* vfs_into_t */
    3 } ;
    4 !vfs.ipc_m_connect_to_me ;
    5 !vfs.ipc_m_share_in
     1(
     2        !vfs.register {
     3                !vfs.ipc_m_data_write /* vfs_into_t */
     4        } ;
     5        !vfs.ipc_m_connect_to_me ;
     6        !vfs.ipc_m_share_in
     7)
  • contrib/arch/uspace/lib/libfs/fnc.libfs_mount

    r41eca31 r810860a  
    1 ?ipc_m_connection_clone ;
    2 ?ipc_m_data_write /* mount options */ {
    3         alternative (fs; tmpfs; fat; devfs) {
    4                 !fs.ipc_m_connect_to_me ;
    5                 !fs.mounted ;
    6                 !fs.ipc_m_data_write /* forward */
     1(
     2        ?ipc_m_connection_clone ;
     3        ?ipc_m_data_write /* mount options */ {
     4                alternative (fs; tmpfs; fat; devfs) {
     5                        !fs.ipc_m_connect_to_me ;
     6                        !fs.mounted ;
     7                        !fs.ipc_m_data_write /* forward */
     8                }
    79        }
    8 }
     10)
  • contrib/arch/uspace/lib/libfs/fnc.libfs_open_node

    r41eca31 r810860a  
    1 NULL
     1(
     2        NULL
     3)
  • contrib/arch/uspace/lib/libfs/fnc.libfs_stat

    r41eca31 r810860a  
    1 ?fs.ipc_m_data_read
     1(
     2        ?fs.ipc_m_data_read
     3)
Note: See TracChangeset for help on using the changeset viewer.