Rev |
Age |
Author |
Path |
Log message |
Diff |
Changes |
4745 |
5454 d 2 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 |
5456 d 10 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
|
4742 |
5456 d 10 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: +tcp prototype (not fully functional) |
|
/branches/network/uspace/srv/net/include/tcp_codes.h
/branches/network/uspace/srv/net/tl/tcp/tcp.c /branches/network/uspace/srv/net/tl/tcp/tcp.h
|
4741 |
5470 d 5 h |
mejdrech |
/branches/network/uspace/srv/net/app/echo/ |
Net: + backlog command line argument |
|
/branches/network/uspace/srv/net/app/echo/echo.c
|
4740 |
5470 d 5 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
|
4739 |
5470 d 5 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: * error debug print in ERROR_OCCURRED |
|
/branches/network/uspace/srv/net/err.h
|
4738 |
5470 d 5 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: * socket ports refactores, * bound sockets properly released, * udp deadlock fix, * sockaddr port in network byte order |
|
/branches/network/uspace/srv/net/socket/socket_core.c /branches/network/uspace/srv/net/socket/socket_core.h /branches/network/uspace/srv/net/tl/tcp/Makefile /branches/network/uspace/srv/net/tl/tl_common.c /branches/network/uspace/srv/net/tl/udp/Makefile /branches/network/uspace/srv/net/tl/udp/udp.c
|
4737 |
5470 d 5 h |
mejdrech |
/branches/network/uspace/srv/net/app/echo/ |
Net: * echo warning fix |
|
/branches/network/uspace/srv/net/app/echo/echo.c
|
4736 |
5470 d 5 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
|
4735 |
5470 d 6 h |
mejdrech |
/branches/network/uspace/srv/net/il/ip/ |
Net: + IP send with the device specified uses the gateway route entry if appropriate, + IP truncates received packets if longer than stated |
|
/branches/network/uspace/srv/net/il/ip/ip.c
|
4734 |
5470 d 6 h |
mejdrech |
/branches/network/uspace/srv/net/app/echo/ |
Net: + echo sock_stream support |
|
/branches/network/uspace/srv/net/app/echo/echo.c
|
4733 |
5470 d 6 h |
mejdrech |
/branches/network/uspace/srv/net/structures/ |
Net: - removed obsolete function definition |
|
/branches/network/uspace/srv/net/structures/generic_char_map.h
|
4732 |
5470 d 6 h |
mejdrech |
/branches/network/uspace/srv/net/app/ping/ |
Net: * ping argument count check |
|
/branches/network/uspace/srv/net/app/ping/ping.c
|
4731 |
5485 d 5 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
|
4730 |
5486 d 13 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: + udp autobinding on send optional, * udp receive message locking fix, * module build fix, * icmp echo improvements and fix |
|
/branches/network/uspace/srv/net/include/socket_errno.h /branches/network/uspace/srv/net/net/Makefile /branches/network/uspace/srv/net/net/net.c /branches/network/uspace/srv/net/socket/socket_core.c /branches/network/uspace/srv/net/tl/icmp/icmp.c /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp.h
|
4729 |
5487 d 14 h |
mejdrech |
/branches/network/uspace/srv/net/socket/ |
Net: * socketclose lock fix |
|
/branches/network/uspace/srv/net/socket/socket_client.c
|
4728 |
5487 d 15 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: structure fields renamed |
|
/branches/network/uspace/srv/net/il/arp/arp_header.h /branches/network/uspace/srv/net/il/arp/arp_oc.h /branches/network/uspace/srv/net/il/ip/ip.c /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/include/device.h /branches/network/uspace/srv/net/include/ethernet_protocols.h /branches/network/uspace/srv/net/include/hardware.h /branches/network/uspace/srv/net/include/icmp_codes.h /branches/network/uspace/srv/net/include/ip_protocols.h /branches/network/uspace/srv/net/include/socket.h /branches/network/uspace/srv/net/include/socket_codes.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/nil/eth/eth.c /branches/network/uspace/srv/net/nil/eth/eth_header.h /branches/network/uspace/srv/net/tl/icmp/icmp.c /branches/network/uspace/srv/net/tl/icmp/icmp_header.h /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp_header.h
|
4727 |
5491 d 1 h |
mejdrech |
/branches/network/uspace/srv/net/tl/tcp/ |
Net: +tcp header |
|
/branches/network/uspace/srv/net/tl/tcp/tcp_header.h
|
4726 |
5491 d 1 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
|
4725 |
5491 d 1 h |
mejdrech |
/branches/network/uspace/srv/net/include/ |
Net: documentation improvements |
|
/branches/network/uspace/srv/net/include/device.h
|