commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] the great next stuff branch, netio/master, created. 9c9949846e9958


From: Thomas Schwinge
Subject: [SCM] the great next stuff branch, netio/master, created. 9c9949846e9958520994009b7ed2a98367bc6994
Date: Sat, 04 Sep 2010 07:06:31 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "the great next stuff".

The branch, netio/master has been created
        at  9c9949846e9958520994009b7ed2a98367bc6994 (commit)

- Log -----------------------------------------------------------------
commit 9c9949846e9958520994009b7ed2a98367bc6994
Author: Moritz Schulte <address@hidden>
Date:   Wed Oct 23 01:06:23 2002 +0000

    2002-10-23  Moritz Schulte  <address@hidden>
    
        * netfs.c (netfs_attempt_lookup): Return ENOTDIR instead of
        EOPNOTSUPP in case the user tries to look something up beneath a
        port node.
        (netfs_S_io_read): Correct the netio specific hack, make it apply
        only for PORT_NODEs.
        (netfs_attempt_create_file): Clear *np and unlocked &dir->lock.
        (netfs_attempt_write): Set err to EISDIR if trying to write to a
        node, which is not a PORT_NODE.
        (netfs_attempt_read): Set *len to 0, if trying to read from a
        node, which is not a PORT_NODE, otherwise try to read from socket
        via socket_recv; update *len to nread after successfull reading.
        * main.c: Declare ul_node static.
        * lib.h: Include comments from lib.c.
        * version.h: Updated.
        * protocol.c (PROTOCOL_INIT): New macro, used in initializing
        protocols array.
        (protocol_socket_open_tcp): Renamed to protocol_socket_open_TCP.
        (protocol_socket_open_udp): Renamed to protocol_socket_open_UDP.
        (protocol_find_node): Cleanup.
        * main.c: Assigned Copyright to FSF.
        * Makefile: Likewise.
        * lib.c: Likewise.
        * lib.h: Likewise.
        * netfs.c: Likewise.
        * netio.h: Likewise.
        (PROTOCOL_NAME_TCP): Defined to "tcp".
        (PROTOCOL_NAME_UDP): Defined to "udp".
        Typedef for socket_open_func_t.
        (OPENONLY_STATE_MODES): Remove definition.
        Added some comments.
        * node.c: Likewise.
        * node.h: Likewise.
        * protocol.c: Likewise.
        (protocol_socket_open_std): Added static keyword.
        (protocol_socket_open_tcp): Likewise.
        (protocol_socket_open_udp): Likewise.
        Declared protocol_socket_open_tcp and protocol_socket_open_udp.
        * protocol.h: Likewise.
        * protocol.c (protocol_register_protocols): Renamed to
        protocol_register_default ...
        * protocol.h: Likewise.
        * main.c (main): ... and used.
        * netfs.c (netfs_attempt_mkdir): Call protocol_register to create
        protocol directories beneath the root directory.
        (netfs_attempt_rmdir): Cleanup.
    
    2002-10-22  Moritz Schulte  <address@hidden>
    
        * protocol.c (protocol_register): Don't take "id" and
        "socket_open_func" arguments.
        (protocol_register): Don't allocate new protocol structure for the
        node, instead use a pointer to the static protocols structure.
        (protocol_find_by_name): New function.
        (protocol_register_protocols): Rewritten to iterate over protocols
        list.
        * protocol.h (protocol_register): Likewise.
        * node.c (node_destroy): Don't free np->nn->protocol.
        * netio.h (struct protocol): Typedef to protocol_t.
        * protocol.c (protocols): New array, initialized with protocol
        information.
        * netfs.c (netfs_attempt_lookup): Use strcmp instead of
        STRING_EQUAL.
        * lib.h: Remove STRING_EQUAL definition.

commit 86257c4e9551141cab13bc26521f99231f47f8fa
Author: Moritz Schulte <address@hidden>
Date:   Tue Oct 22 20:57:19 2002 +0000

    2002-10-22  Moritz Schulte  <address@hidden>
    
        * Makefile (CFLAGS): Added -D_FILE_OFFSET_BITS=64.

commit ff0f5a422aae574c864c38b10185258192a230b2
Author: Moritz Schulte <address@hidden>
Date:   Sat Oct 19 12:04:42 2002 +0000

    2002-10-19  Moritz Schulte  <address@hidden>
    
        * netio.h (NETIO_VERSION): Set to "0.2".
    
    2002-10-19  Moritz Schulte  <address@hidden>
    
        * main.c (main): Initialize stat_default.
    
        * node.c: New variable: struct stat stat_default.
        (node_make_new): Initialize (*node)->nn_stat with stat_default.
    
        * node.c (node_make_protocol_node): Remove unnecessary nn_stat
        initialization.
        (node_make_host_node): Likewise.
        (node_make_port_node): Likewise.
    
        * main.c: New variable: int fsid ...
        (main): ... initialized with getpid ().
    
    2002-10-16  Moritz Schulte  <address@hidden>
    
        * main.c: (main): Set netfs_root_node->nn_stat.st_fsid after
        netfs_root_node->nn_stat is initialized.
    
        * Makefile (CFLAGS): Added -D_FILE_OFFSET_BITS=64.

commit 79c2c62389a1b99cb301391834ef807b57ea57ee
Author: Moritz Schulte <address@hidden>
Date:   Mon May 27 00:08:15 2002 +0000

    2002-05-27  Moritz Schulte  <address@hidden>
    
        * main.c (netfs_server_name, netfs_server_version): New variables.

commit 3a9f5591e8fd938fba35e3b7b0f1102e71bda3f5
Author: Moritz Schulte <address@hidden>
Date:   Mon Apr 15 23:17:21 2002 +0000

    And here comes the GPL...

commit 6fa433dc3d76ce6cd0a90fa744bce4f89132d830
Author: Moritz Schulte <address@hidden>
Date:   Mon Apr 15 23:11:59 2002 +0000

    Initial import, second try.

-----------------------------------------------------------------------


hooks/post-receive
-- 
the great next stuff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]