26 Mar, 2006

2 commits

  • Update license boilerplate to specify GPLv2 and remove the (at your option
    clause). This change was agreed to by all the copyright holders (approvals
    can be found on v9fs-developer mailing list).

    Signed-off-by: Eric Van Hensbergen
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Eric Van Hensbergen
     
  • Implement a new way of creating special files. Instead of Tcreate+Twstat,
    add one more field to Tcreate that contains special file description.

    Signed-off-by: Latchesar Ionkov
    Signed-off-by: Eric Van Hensbergen
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Latchesar Ionkov
     

24 Mar, 2006

1 commit

  • - mux.c: v9fs_poll_mux() was inline but not static resuling in needless
    object size bloat
    - mux.c: remove all "inline"s: gcc should know best what to inline
    - #if 0 the following unused global functions:
    - 9p.c: v9fs_v9fs_t_flush()
    - conv.c: v9fs_create_tauth()
    - mux.c: v9fs_mux_rpcnb()

    Signed-off-by: Adrian Bunk
    Cc: Eric Van Hensbergen
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     

09 Jan, 2006

2 commits


10 Sep, 2005

1 commit