Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4582 5457 d 16 h mejdrech /branches/network/uspace/srv/net/ Net: * merge fix, * fibril synchronization  
/branches/network/uspace/srv/net/Makefile.module
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/arp/arp.h
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/il/ip/ip.h
/branches/network/uspace/srv/net/inet.c
/branches/network/uspace/srv/net/net/net.c
/branches/network/uspace/srv/net/netif/dp8390/dp8390_module.c
/branches/network/uspace/srv/net/netif/lo/lo.c
/branches/network/uspace/srv/net/netif/netif.c
/branches/network/uspace/srv/net/netif/netif.h
/branches/network/uspace/srv/net/nil/eth/eth.c
/branches/network/uspace/srv/net/nil/eth/eth.h
/branches/network/uspace/srv/net/socket/socket_client.c
/branches/network/uspace/srv/net/structures/packet/packet.c
/branches/network/uspace/srv/net/structures/packet/packet_server.c
4580 5457 d 18 h mejdrech /branches/network/uspace/srv/net/tl/udp/ Net: * udp build fix  
/branches/network/uspace/srv/net/tl/udp/Makefile
4579 5457 d 18 h mejdrech /branches/network/uspace/srv/net/tl/udp/ Net: + udp(sock_dgram) socket, sendto and closesocket implemented  
/branches/network/uspace/srv/net/tl/udp/udp_header.h
/branches/network/uspace/srv/net/tl/udp/udp.c
/branches/network/uspace/srv/net/tl/udp/udp.h
/branches/network/uspace/srv/net/tl/udp/udp_module.c
4578 5457 d 18 h mejdrech /branches/network/uspace/srv/net/ Net: + libsocket prototype  
/branches/network/uspace/srv/net/include/netdb.h
/branches/network/uspace/srv/net/include/socket_errno.h
/branches/network/uspace/srv/net/socket/Makefile
/branches/network/uspace/srv/net/socket/socket_client.c
/branches/network/uspace/srv/net/socket/socket_core.c
/branches/network/uspace/srv/net/socket/socket_core.h
/branches/network/uspace/srv/net/socket/socket_messages.h
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/Makefile.module
/branches/network/uspace/srv/net/include/socket.h
/branches/network/uspace/srv/net/inet.c
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/net/Makefile
4577 5457 d 22 h mejdrech /branches/network/uspace/srv/net/ Net: * answer clearing fixed  
/branches/network/uspace/srv/net/module.c
4576 5457 d 22 h mejdrech /branches/network/uspace/srv/net/structures/ Net: + used include added  
/branches/network/uspace/srv/net/structures/int_map.h
4575 5457 d 22 h mejdrech /branches/network/uspace/srv/net/ Net: * inet header inclusion fixed, * ip destination address fixed  
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/include/ip_interface.h
4574 5457 d 22 h mejdrech /branches/network/uspace/srv/net/net/ Net: - unused module and message handling code removed  
/branches/network/uspace/srv/net/net/net_bundle.c
/branches/network/uspace/srv/net/net/net_standalone.c
4560 5462 d 22 h mejdrech /branches/network/uspace/srv/net/ Net: - removed old sockaddr  
/branches/network/uspace/srv/net/include/sockaddr.h
/branches/network/uspace/srv/net/sockaddr.c
4559 5462 d 23 h mejdrech /branches/network/uspace/srv/net/ Net: * sockaddr divided into in.h, in6.h and inet.h  
/branches/network/uspace/srv/net/include/in.h
/branches/network/uspace/srv/net/include/in6.h
/branches/network/uspace/srv/net/include/inet.h
/branches/network/uspace/srv/net/inet.c
/branches/network/uspace/srv/net/il/ip/Makefile
/branches/network/uspace/srv/net/net/Makefile
4558 5462 d 23 h mejdrech /branches/network/uspace/srv/net/ Net: + ip locks, - some gcc extended warnings  
/branches/network/uspace/srv/net/crc.c
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/arp/arp.h
/branches/network/uspace/srv/net/il/arp/arp_remote.c
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/il/ip/ip.h
/branches/network/uspace/srv/net/il/ip/ip_client.c
/branches/network/uspace/srv/net/il/ip/ip_remote.c
/branches/network/uspace/srv/net/include/crc.h
/branches/network/uspace/srv/net/include/ethernet_lsap.h
/branches/network/uspace/srv/net/include/ethernet_protocols.h
/branches/network/uspace/srv/net/include/hardware.h
/branches/network/uspace/srv/net/include/ip_client.h
/branches/network/uspace/srv/net/include/protocol_map.h
/branches/network/uspace/srv/net/nil/eth/eth.c
4506 5479 d 6 h mejdrech /branches/network/uspace/srv/net/il/ip/ Net: - do not bother Atlas during IP start, * uninitialized route warning fixed  
/branches/network/uspace/srv/net/il/ip/ip.c
4505 5479 d 14 h mejdrech /branches/network/ Net: + The new IP! + informative TCP and UDP, + packet->pq_insert_after, + checksum for internetwork and transport layers, * bug fixes in packet and ip_header, * usage of size_t in net where appropriate  
/branches/network/uspace/srv/net/il/ip/ip_client.c
/branches/network/uspace/srv/net/il/ip/ip_messages.h
/branches/network/uspace/srv/net/include/ip_client.h
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/crc.c
/branches/network/uspace/srv/net/il/il_messages.h
/branches/network/uspace/srv/net/il/ip/Makefile
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/il/ip/ip.h
/branches/network/uspace/srv/net/il/ip/ip_header.h
/branches/network/uspace/srv/net/il/ip/ip_remote.c
/branches/network/uspace/srv/net/include/crc.h
/branches/network/uspace/srv/net/include/ip_interface.h
/branches/network/uspace/srv/net/include/net_interface.h
/branches/network/uspace/srv/net/include/sockaddr.h
/branches/network/uspace/srv/net/net/Makefile
/branches/network/uspace/srv/net/net/net.c
/branches/network/uspace/srv/net/net/net_bundle.c
/branches/network/uspace/srv/net/net/net_remote.c
/branches/network/uspace/srv/net/net/net_standalone.c
/branches/network/uspace/srv/net/nil/eth/eth.c
/branches/network/uspace/srv/net/structures/generic_char_map.h
/branches/network/uspace/srv/net/structures/packet/packet.c
/branches/network/uspace/srv/net/structures/packet/packet.h
/branches/network/uspace/srv/net/structures/packet/packet_client.c
/branches/network/uspace/srv/net/structures/packet/packet_header.h
/branches/network/uspace/srv/net/structures/packet/packet_remote.c
/branches/network/uspace/srv/net/structures/packet/packet_server.c
/branches/network/uspace/srv/net/tl/tcp/tcp.c
/branches/network/uspace/srv/net/tl/udp/udp.c
4503 5480 d 1 h mejdrech /branches/network/uspace/srv/net/include/ Net: + forgotten arp interface definition (completes rev 4501)  
/branches/network/uspace/srv/net/include/arp_interface.h
4502 5480 d 1 h mejdrech /branches/network/uspace/srv/net/ Net: + forgotten tl messages definition (completes rev 4499)  
/branches/network/uspace/srv/net/messages.h
4501 5480 d 1 h mejdrech /branches/network/uspace/srv/net/il/arp/ Net: * arp task_id_t and pq_detach consolidation  
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/arp/arp_remote.c
4500 5480 d 1 h mejdrech /branches/network/uspace/srv/net/nil/eth/ Net: * eth packet queue send with errors fixed, * eth->net_nil_packet_space suffix parameter fixed  
/branches/network/uspace/srv/net/nil/eth/eth.c
4499 5480 d 1 h mejdrech /branches/network/uspace/srv/net/ Net: + transport layer tcp and udp prototypes (do not function with the current ip)  
/branches/network/uspace/srv/net/include/tl_interface.h
/branches/network/uspace/srv/net/tl/tl_messages.h
/branches/network/uspace/srv/net/tl/udp/Makefile
/branches/network/uspace/srv/net/tl/udp/udp.c
/branches/network/uspace/srv/net/tl/udp/udp.h
/branches/network/uspace/srv/net/tl/udp/udp_module.c
/branches/network/uspace/srv/net/tl/udp/udp_module.h
/branches/network/uspace/srv/net/tl/tcp/tcp.c
/branches/network/uspace/srv/net/tl/tcp/tcp_module.c
/branches/network/uspace/srv/net/tl/tcp/tcp_module.h
4498 5480 d 1 h mejdrech /branches/network/uspace/srv/net/netif/ Net: + lo->net_nil_packet_space message, * dp8390 send queueing problem fixed, + dp8390 packet queue send  
/branches/network/uspace/srv/net/netif/dp8390/dp8390.c
/branches/network/uspace/srv/net/netif/dp8390/dp8390.h
/branches/network/uspace/srv/net/netif/dp8390/dp8390_module.c
/branches/network/uspace/srv/net/netif/lo/lo.c
4396 5499 d 1 h mejdrech /branches/network/uspace/srv/net/il/arp/ Net: ARP build fix  
/branches/network/uspace/srv/net/il/arp/arp.c

Show All