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
4745 5266 d 16 h mejdrech /branches/network/ Net: time precision set to 1 ms (for nicer ping)  
/branches/network/kernel/generic/include/time/clock.h
/branches/network/uspace/srv/net/app/ping/ping.c
4743 5269 d 0 h mejdrech /branches/network/uspace/srv/net/ Net: + IEEE 802.3 + 802.3 (LSAP) eth mode, * code cleanup, * crc.[ch] renamed to checksum.[ch], * net_messages extracted, - debug prints removed, - unused messages and types removed  
/branches/network/uspace/srv/net/checksum.c
/branches/network/uspace/srv/net/include/checksum.h
/branches/network/uspace/srv/net/crc.c
/branches/network/uspace/srv/net/include/crc.h
/branches/network/uspace/srv/net/app/echo/echo.c
/branches/network/uspace/srv/net/app/nettest1/nettest1.c
/branches/network/uspace/srv/net/app/ping/ping.c
/branches/network/uspace/srv/net/err.h
/branches/network/uspace/srv/net/il/arp/arp.c
/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_client.c
/branches/network/uspace/srv/net/include/netif_interface.h
/branches/network/uspace/srv/net/include/nil_interface.h
/branches/network/uspace/srv/net/include/protocol_map.h
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/net/Makefile
/branches/network/uspace/srv/net/net/net.c
/branches/network/uspace/srv/net/net/net_remote.c
/branches/network/uspace/srv/net/net/start/Makefile
/branches/network/uspace/srv/net/net/start/netstart.c
/branches/network/uspace/srv/net/netif/dp8390/Makefile
/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/dp8390/dp8390_port.h
/branches/network/uspace/srv/net/netif/netif.c
/branches/network/uspace/srv/net/netif/netif_remote.c
/branches/network/uspace/srv/net/nil/eth/Makefile
/branches/network/uspace/srv/net/nil/eth/eth.c
/branches/network/uspace/srv/net/nil/eth/eth_header.h
/branches/network/uspace/srv/net/nil/nildummy/nildummy.c
/branches/network/uspace/srv/net/self_test.c
/branches/network/uspace/srv/net/socket/socket_client.c
/branches/network/uspace/srv/net/socket/socket_messages.h
/branches/network/uspace/srv/net/structures/char_map.c
/branches/network/uspace/srv/net/structures/char_map.h
/branches/network/uspace/srv/net/structures/generic_field.h
/branches/network/uspace/srv/net/structures/int_map.h
/branches/network/uspace/srv/net/structures/packet/packet.h
/branches/network/uspace/srv/net/structures/packet/packet_server.c
/branches/network/uspace/srv/net/tl/icmp/Makefile
/branches/network/uspace/srv/net/tl/icmp/icmp.c
/branches/network/uspace/srv/net/tl/icmp/icmp_client.c
/branches/network/uspace/srv/net/tl/icmp/icmp_messages.h
/branches/network/uspace/srv/net/tl/tcp/Makefile
/branches/network/uspace/srv/net/tl/tcp/tcp_header.h
/branches/network/uspace/srv/net/tl/tl_common.c
/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
4741 5282 d 19 h mejdrech /branches/network/uspace/srv/net/app/echo/ Net: + backlog command line argument  
/branches/network/uspace/srv/net/app/echo/echo.c
4740 5282 d 19 h mejdrech /branches/network/ Net: + nettest1  
/branches/network/uspace/srv/net/app/nettest1
/branches/network/uspace/srv/net/app/nettest1/Makefile
/branches/network/uspace/srv/net/app/nettest1/nettest1.c
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/uspace/srv/net/Makefile
4737 5282 d 19 h mejdrech /branches/network/uspace/srv/net/app/echo/ Net: * echo warning fix  
/branches/network/uspace/srv/net/app/echo/echo.c
4736 5282 d 19 h mejdrech /branches/network/uspace/srv/net/ Net: * socket initialization fix, + address requeired error return value  
/branches/network/uspace/srv/net/app/print_error.c
/branches/network/uspace/srv/net/include/socket_errno.h
/branches/network/uspace/srv/net/socket/socket_client.c
4734 5282 d 20 h mejdrech /branches/network/uspace/srv/net/app/echo/ Net: + echo sock_stream support  
/branches/network/uspace/srv/net/app/echo/echo.c
4732 5282 d 20 h mejdrech /branches/network/uspace/srv/net/app/ping/ Net: * ping argument count check  
/branches/network/uspace/srv/net/app/ping/ping.c
4731 5297 d 19 h mejdrech /branches/network/uspace/srv/net/ Net: * data_reply sends as much data as possible and EOVERFLOW, * netif sends only in active mode, * tl_send_icmp_port_unreachable changed to tl_prepare_icmp_packet, + packet_get_copy, +pq_find, + icmp checksum error notification, * ping argv fix, * icmp echo parameters propagate fix, * pq_add fix, * ip_header->fragment_offset fix, * some improvements  
/branches/network/uspace/srv/net/app/echo/echo.c
/branches/network/uspace/srv/net/app/ping/ping.c
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/il/ip/ip_header.h
/branches/network/uspace/srv/net/include/ip_interface.h
/branches/network/uspace/srv/net/include/tl_interface.h
/branches/network/uspace/srv/net/modules.c
/branches/network/uspace/srv/net/modules.h
/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_module.h
/branches/network/uspace/srv/net/nil/eth/eth.c
/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_client.h
/branches/network/uspace/srv/net/structures/packet/packet_header.h
/branches/network/uspace/srv/net/structures/packet/packet_server.c
/branches/network/uspace/srv/net/tl/icmp/icmp.c
/branches/network/uspace/srv/net/tl/tl_common.c
/branches/network/uspace/srv/net/tl/tl_common.h
/branches/network/uspace/srv/net/tl/udp/udp.c
4726 5303 d 15 h mejdrech /branches/network/uspace/srv/net/ Net: * thread safe socket client, + closesocket may return EINPROGRESS, + socket_core protocol specific data, * socket data fragment size unified, * udp support functions extracted  
/branches/network/uspace/srv/net/tl/tl_common.c
/branches/network/uspace/srv/net/tl/tl_common.h
/branches/network/uspace/srv/net/app/print_error.c
/branches/network/uspace/srv/net/include/socket.h
/branches/network/uspace/srv/net/include/socket_errno.h
/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/tl/tcp/Makefile
/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
4723 5305 d 3 h mejdrech /branches/network/uspace/srv/net/ Net: doc improvements  
/branches/network/uspace/srv/net/app/parse.h
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/il_messages.h
/branches/network/uspace/srv/net/include/arp_interface.h
/branches/network/uspace/srv/net/include/net_interface.h
/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_drv.h
/branches/network/uspace/srv/net/netif/dp8390/dp8390_module.c
/branches/network/uspace/srv/net/netif/dp8390/dp8390_port.h
/branches/network/uspace/srv/net/netif/dp8390/ne2000.c
/branches/network/uspace/srv/net/netif/dp8390/ne2000.h
4720 5318 d 17 h mejdrech /branches/network/uspace/ Net: * INET addressing in packets, * ICMP timeout fibril, + ICMP configuration, * ICMP error message type swap, * ICMP generic message processing extracted for all connections, * Makefiles source files sorted, * ICMP timeout in miliseconds, * ICMP and IP deadlock fixes, * net loopback NIL configuration fix, * net configuration and initialization extracted, * IP delivery via loopback, - IP no automatic resend on ARP ENOENT  
/branches/network/uspace/srv/net/app/print_error.c
/branches/network/uspace/srv/net/app/print_error.h
/branches/network/uspace/doc/doxygroups.h
/branches/network/uspace/srv/net/app/echo/Makefile
/branches/network/uspace/srv/net/app/echo/echo.c
/branches/network/uspace/srv/net/app/ping/Makefile
/branches/network/uspace/srv/net/app/ping/ping.c
/branches/network/uspace/srv/net/il/ip/Makefile
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/include/icmp_api.h
/branches/network/uspace/srv/net/include/icmp_client.h
/branches/network/uspace/srv/net/include/icmp_codes.h
/branches/network/uspace/srv/net/include/icmp_common.h
/branches/network/uspace/srv/net/include/icmp_interface.h
/branches/network/uspace/srv/net/include/ip_interface.h
/branches/network/uspace/srv/net/include/socket.h
/branches/network/uspace/srv/net/net/net.c
/branches/network/uspace/srv/net/net/net.h
/branches/network/uspace/srv/net/net/net_bundle.c
/branches/network/uspace/srv/net/net/net_standalone.c
/branches/network/uspace/srv/net/nil/eth/Makefile
/branches/network/uspace/srv/net/nil/nildummy/Makefile
/branches/network/uspace/srv/net/tl/icmp/Makefile
/branches/network/uspace/srv/net/tl/icmp/icmp.c
/branches/network/uspace/srv/net/tl/icmp/icmp.h
/branches/network/uspace/srv/net/tl/icmp/icmp_api.c
/branches/network/uspace/srv/net/tl/icmp/icmp_common.c
/branches/network/uspace/srv/net/tl/icmp/icmp_messages.h
/branches/network/uspace/srv/net/tl/udp/Makefile
/branches/network/uspace/srv/net/tl/udp/udp.c
4719 5324 d 18 h mejdrech /branches/network/ Net: * icmp moved to tl, * Makefile sources sorted, - il/rarp dir removed  
/branches/network/uspace/srv/net/tl/icmp
/branches/network/uspace/srv/net/tl/icmp/Makefile
/branches/network/uspace/srv/net/tl/icmp/icmp.c
/branches/network/uspace/srv/net/tl/icmp/icmp.h
/branches/network/uspace/srv/net/tl/icmp/icmp_api.c
/branches/network/uspace/srv/net/tl/icmp/icmp_client.c
/branches/network/uspace/srv/net/tl/icmp/icmp_common.c
/branches/network/uspace/srv/net/tl/icmp/icmp_header.h
/branches/network/uspace/srv/net/tl/icmp/icmp_messages.h
/branches/network/uspace/srv/net/tl/icmp/icmp_module.c
/branches/network/uspace/srv/net/tl/icmp/icmp_module.h
/branches/network/uspace/srv/net/tl/icmp/icmp_remote.c
/branches/network/uspace/srv/net/il/icmp
/branches/network/uspace/srv/net/il/rarp
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/app/ping/Makefile
/branches/network/uspace/srv/net/il/arp/Makefile
/branches/network/uspace/srv/net/il/ip/Makefile
/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_standalone.c
/branches/network/uspace/srv/net/net/start/Makefile
/branches/network/uspace/srv/net/netif/dp8390/Makefile
/branches/network/uspace/srv/net/netif/lo/Makefile
/branches/network/uspace/srv/net/nil/eth/Makefile
/branches/network/uspace/srv/net/nil/nildummy/Makefile
/branches/network/uspace/srv/net/socket/Makefile
/branches/network/uspace/srv/net/tl/tcp/Makefile
/branches/network/uspace/srv/net/tl/udp/Makefile
4717 5325 d 0 h mejdrech /branches/network/uspace/srv/net/ Net: * ping fprintf fix, * ip arp address fix  
/branches/network/uspace/srv/net/app/ping/ping.c
/branches/network/uspace/srv/net/il/ip/ip.c
4716 5325 d 3 h mejdrech /branches/network/ Net: + ping  
/branches/network/uspace/srv/net/app/ping
/branches/network/uspace/srv/net/app/ping/Makefile
/branches/network/uspace/srv/net/app/ping/ping.c
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/uspace/srv/net/Makefile
4709 5325 d 19 h mejdrech /branches/network/uspace/srv/net/app/ Net: cli argument parsing functions extracted, echo help reorganized  
/branches/network/uspace/srv/net/app/parse.c
/branches/network/uspace/srv/net/app/parse.h
/branches/network/uspace/srv/net/app/echo/Makefile
/branches/network/uspace/srv/net/app/echo/echo.c
4708 5330 d 19 h mejdrech /branches/network/uspace/srv/net/ Net: warning fixes  
/branches/network/uspace/srv/net/app/echo/echo.c
/branches/network/uspace/srv/net/crc.c
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/arp/arp_remote.c
/branches/network/uspace/srv/net/il/icmp/icmp.c
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/include/il_interface.h
/branches/network/uspace/srv/net/include/protocol_map.h
/branches/network/uspace/srv/net/net/net_bundle.c
/branches/network/uspace/srv/net/netif/dp8390/dp8390.c
/branches/network/uspace/srv/net/nil/nildummy/nildummy.c
/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_messages.h
/branches/network/uspace/srv/net/structures/measured_strings.c
/branches/network/uspace/srv/net/tl/tcp/Makefile
/branches/network/uspace/srv/net/tl/tcp/tcp.c
/branches/network/uspace/srv/net/tl/udp/udp.c
4704 5341 d 15 h mejdrech /branches/network/uspace/ Net: documentation  
/branches/network/uspace/doc/doxygroups.h
/branches/network/uspace/srv/net/app/echo/echo.c
/branches/network/uspace/srv/net/configuration.h
/branches/network/uspace/srv/net/il/arp/arp.h
/branches/network/uspace/srv/net/il/arp/arp_messages.h
/branches/network/uspace/srv/net/il/arp/arp_oc.h
/branches/network/uspace/srv/net/il/il_messages.h
/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_header.h
/branches/network/uspace/srv/net/il/ip/ip_messages.h
/branches/network/uspace/srv/net/il/ip/ip_module.c
/branches/network/uspace/srv/net/il/ip/ip_module.h
/branches/network/uspace/srv/net/il/ip/ip_remote.c
/branches/network/uspace/srv/net/include/arp_interface.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/il_interface.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/include/ip_client.h
/branches/network/uspace/srv/net/include/ip_interface.h
/branches/network/uspace/srv/net/include/ip_protocols.h
/branches/network/uspace/srv/net/include/net_interface.h
/branches/network/uspace/srv/net/include/netdb.h
/branches/network/uspace/srv/net/include/nil_interface.h
/branches/network/uspace/srv/net/include/socket_errno.h
/branches/network/uspace/srv/net/include/tl_interface.h
/branches/network/uspace/srv/net/module.c
/branches/network/uspace/srv/net/net/net.h
/branches/network/uspace/srv/net/net/start/netstart.c
/branches/network/uspace/srv/net/nil/eth/eth.c
/branches/network/uspace/srv/net/nil/nil_messages.h
/branches/network/uspace/srv/net/nil/nil_remote.c
/branches/network/uspace/srv/net/nil/nildummy/nildummy.c
/branches/network/uspace/srv/net/nil/nildummy/nildummy_module.c
/branches/network/uspace/srv/net/self_test.h
/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/structures/dynamic_fifo.c
/branches/network/uspace/srv/net/structures/dynamic_fifo.h
/branches/network/uspace/srv/net/structures/generic_char_map.h
/branches/network/uspace/srv/net/structures/generic_field.h
/branches/network/uspace/srv/net/structures/int_map.h
/branches/network/uspace/srv/net/structures/module_map.c
/branches/network/uspace/srv/net/structures/packet/packet.h
/branches/network/uspace/srv/net/structures/packet/packet_client.h
/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/tcp/tcp.h
/branches/network/uspace/srv/net/tl/tcp/tcp_module.c
/branches/network/uspace/srv/net/tl/tcp/tcp_module.h
/branches/network/uspace/srv/net/tl/udp/udp.h
/branches/network/uspace/srv/net/tl/udp/udp_header.h
/branches/network/uspace/srv/net/tl/udp/udp_module.c
/branches/network/uspace/srv/net/tl/udp/udp_module.h
4700 5342 d 17 h mejdrech /branches/network/uspace/srv/net/ Net: udp socket autobind on send without bind or bind without positive port  
/branches/network/uspace/srv/net/app/echo/echo.c
/branches/network/uspace/srv/net/include/socket_errno.h
/branches/network/uspace/srv/net/socket/socket_core.c
/branches/network/uspace/srv/net/socket/socket_core.h
/branches/network/uspace/srv/net/tl/udp/udp.c
/branches/network/uspace/srv/net/tl/udp/udp.h
4699 5344 d 16 h mejdrech /branches/network/uspace/ Net: documentation fixes  
/branches/network/uspace/doc/doxygroups.h
/branches/network/uspace/srv/net/Doxyfile
/branches/network/uspace/srv/net/app/echo/echo.c
/branches/network/uspace/srv/net/include/crc.h
/branches/network/uspace/srv/net/include/il_interface.h
/branches/network/uspace/srv/net/nil/nildummy/nildummy.c

Show All