Changeset 3aae4e8 in mainline for uspace/lib
- Timestamp:
- 2010-04-04T22:07:05Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 23de644
- Parents:
- 9f10660f (diff), 73060801 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/lib
- Files:
-
- 6 added
- 2 edited
- 90 moved
-
clui/tinput.c (modified) (view diffs)
-
clui/tinput.h (modified) (view diffs)
-
net/Makefile (added)
-
net/adt/module_map.c (moved) (moved from uspace/srv/net/structures/module_map.c ) (view diffs)
-
net/generic/net_checksum.c (moved) (moved from uspace/srv/net/checksum.c ) (view diffs)
-
net/generic/net_remote.c (moved) (moved from uspace/srv/net/net/net_remote.c ) (view diffs)
-
net/generic/packet_remote.c (moved) (moved from uspace/srv/net/structures/packet/packet_remote.c ) (view diffs)
-
net/il/arp_remote.c (moved) (moved from uspace/srv/net/il/arp/arp_remote.c ) (view diffs)
-
net/il/ip_client.c (moved) (moved from uspace/srv/net/il/ip/ip_client.c ) (view diffs)
-
net/il/ip_remote.c (moved) (moved from uspace/srv/net/il/ip/ip_remote.c ) (view diffs)
-
net/include/adt/module_map.h (moved) (moved from uspace/srv/net/structures/module_map.h ) (view diffs)
-
net/include/arp_interface.h (moved) (moved from uspace/srv/net/include/arp_interface.h ) (view diffs)
-
net/include/arp_messages.h (moved) (moved from uspace/srv/net/il/arp/arp_messages.h ) (view diffs)
-
net/include/ethernet_lsap.h (moved) (moved from uspace/srv/net/include/ethernet_lsap.h ) (view diffs)
-
net/include/ethernet_protocols.h (moved) (moved from uspace/srv/net/include/ethernet_protocols.h ) (view diffs)
-
net/include/icmp_client.h (moved) (moved from uspace/srv/net/include/icmp_client.h ) (view diffs)
-
net/include/icmp_header.h (moved) (moved from uspace/srv/net/tl/icmp/icmp_header.h ) (view diffs)
-
net/include/icmp_interface.h (moved) (moved from uspace/srv/net/include/icmp_interface.h ) (view diffs)
-
net/include/il_interface.h (moved) (moved from uspace/srv/net/include/il_interface.h ) (view diffs)
-
net/include/il_messages.h (moved) (moved from uspace/srv/net/il/il_messages.h ) (view diffs)
-
net/include/il_standalone.h (moved) (moved from uspace/srv/net/configuration.h ) (view diffs)
-
net/include/ip_client.h (moved) (moved from uspace/srv/net/include/ip_client.h ) (view diffs)
-
net/include/ip_header.h (moved) (moved from uspace/srv/net/il/ip/ip_header.h ) (view diffs)
-
net/include/ip_interface.h (moved) (moved from uspace/srv/net/include/ip_interface.h ) (view diffs)
-
net/include/ip_messages.h (moved) (moved from uspace/srv/net/il/ip/ip_messages.h ) (view diffs)
-
net/include/net_checksum.h (moved) (moved from uspace/srv/net/include/checksum.h ) (view diffs)
-
net/include/net_hardware.h (moved) (moved from uspace/srv/net/include/hardware.h ) (view diffs)
-
net/include/net_interface.h (moved) (moved from uspace/srv/net/include/net_interface.h ) (view diffs)
-
net/include/net_net_messages.h (moved) (moved from uspace/srv/net/net/net_messages.h ) (view diffs)
-
net/include/netif.h (moved) (moved from uspace/srv/net/netif/netif.h ) (view diffs)
-
net/include/netif_interface.h (moved) (moved from uspace/srv/net/include/netif_interface.h ) (view diffs)
-
net/include/netif_messages.h (moved) (moved from uspace/srv/net/netif/netif_messages.h ) (view diffs)
-
net/include/netif_module.h (moved) (moved from uspace/srv/net/netif/netif_module.h ) (view diffs)
-
net/include/netif_nil_bundle.h (added)
-
net/include/netif_standalone.h (added)
-
net/include/nil_interface.h (moved) (moved from uspace/srv/net/include/nil_interface.h ) (view diffs)
-
net/include/nil_messages.h (moved) (moved from uspace/srv/net/nil/nil_messages.h ) (view diffs)
-
net/include/nil_module.h (moved) (moved from uspace/srv/net/nil/nil_module.h ) (view diffs)
-
net/include/nil_standalone.h (added)
-
net/include/protocol_map.h (moved) (moved from uspace/srv/net/include/protocol_map.h ) (view diffs)
-
net/include/tl_common.h (moved) (moved from uspace/srv/net/tl/tl_common.h ) (view diffs)
-
net/include/tl_interface.h (moved) (moved from uspace/srv/net/include/tl_interface.h ) (view diffs)
-
net/include/tl_messages.h (moved) (moved from uspace/srv/net/tl/tl_messages.h ) (view diffs)
-
net/include/tl_standalone.h (added)
-
net/netif/netif.c (moved) (moved from uspace/srv/net/netif/netif.c ) (view diffs)
-
net/netif/netif_nil_bundle.c (moved) (moved from uspace/srv/net/netif/netif_nil_bundle.c ) (view diffs)
-
net/netif/netif_standalone.c (moved) (moved from uspace/srv/net/netif/netif_standalone.c ) (view diffs)
-
net/nil/nil_remote.c (moved) (moved from uspace/srv/net/nil/nil_remote.c ) (view diffs)
-
net/tl/icmp_client.c (moved) (moved from uspace/srv/net/tl/icmp/icmp_client.c ) (view diffs)
-
net/tl/icmp_remote.c (moved) (moved from uspace/srv/net/tl/icmp/icmp_remote.c ) (view diffs)
-
net/tl/tl_common.c (moved) (moved from uspace/srv/net/tl/tl_common.c ) (view diffs)
-
netif/Makefile (added)
-
netif/generic/netif_remote.c (moved) (moved from uspace/srv/net/netif/netif_remote.c ) (view diffs)
-
socket/Makefile (moved) (moved from uspace/srv/net/app/ping/Makefile ) (view diffs)
-
socket/adt/char_map.c (moved) (moved from uspace/srv/net/structures/char_map.c ) (view diffs)
-
socket/adt/dynamic_fifo.c (moved) (moved from uspace/srv/net/structures/dynamic_fifo.c ) (view diffs)
-
socket/adt/measured_strings.c (moved) (moved from uspace/srv/net/structures/measured_strings.c ) (view diffs)
-
socket/generic/icmp_api.c (moved) (moved from uspace/srv/net/tl/icmp/icmp_api.c ) (view diffs)
-
socket/generic/icmp_common.c (moved) (moved from uspace/srv/net/tl/icmp/icmp_common.c ) (view diffs)
-
socket/generic/inet.c (moved) (moved from uspace/srv/net/inet.c ) (view diffs)
-
socket/generic/net_modules.c (moved) (moved from uspace/srv/net/modules.c ) (view diffs)
-
socket/generic/socket_client.c (moved) (moved from uspace/srv/net/socket/socket_client.c ) (view diffs)
-
socket/generic/socket_core.c (moved) (moved from uspace/srv/net/socket/socket_core.c ) (view diffs)
-
socket/include/adt/char_map.h (moved) (moved from uspace/srv/net/structures/char_map.h ) (view diffs)
-
socket/include/adt/dynamic_fifo.h (moved) (moved from uspace/srv/net/structures/dynamic_fifo.h ) (view diffs)
-
socket/include/adt/generic_char_map.h (moved) (moved from uspace/srv/net/structures/generic_char_map.h ) (view diffs)
-
socket/include/adt/generic_field.h (moved) (moved from uspace/srv/net/structures/generic_field.h ) (view diffs)
-
socket/include/adt/int_map.h (moved) (moved from uspace/srv/net/structures/int_map.h ) (view diffs)
-
socket/include/adt/measured_strings.h (moved) (moved from uspace/srv/net/structures/measured_strings.h ) (view diffs)
-
socket/include/icmp_api.h (moved) (moved from uspace/srv/net/include/icmp_api.h ) (view diffs)
-
socket/include/icmp_codes.h (moved) (moved from uspace/srv/net/include/icmp_codes.h ) (view diffs)
-
socket/include/icmp_common.h (moved) (moved from uspace/srv/net/include/icmp_common.h ) (view diffs)
-
socket/include/icmp_messages.h (moved) (moved from uspace/srv/net/tl/icmp/icmp_messages.h ) (view diffs)
-
socket/include/in.h (moved) (moved from uspace/srv/net/include/in.h ) (view diffs)
-
socket/include/in6.h (moved) (moved from uspace/srv/net/include/in6.h ) (view diffs)
-
socket/include/inet.h (moved) (moved from uspace/srv/net/include/inet.h ) (view diffs)
-
socket/include/ip_codes.h (moved) (moved from uspace/srv/net/include/ip_codes.h ) (view diffs)
-
socket/include/ip_protocols.h (moved) (moved from uspace/srv/net/include/ip_protocols.h ) (view diffs)
-
socket/include/net_byteorder.h (moved) (moved from uspace/srv/net/include/byteorder.h ) (view diffs)
-
socket/include/net_device.h (moved) (moved from uspace/srv/net/include/device.h ) (view diffs)
-
socket/include/net_err.h (moved) (moved from uspace/srv/net/err.h ) (view diffs)
-
socket/include/net_messages.h (moved) (moved from uspace/srv/net/messages.h ) (view diffs)
-
socket/include/net_modules.h (moved) (moved from uspace/srv/net/modules.h ) (view diffs)
-
socket/include/netdb.h (moved) (moved from uspace/srv/net/include/netdb.h ) (view diffs)
-
socket/include/packet/packet.h (moved) (moved from uspace/srv/net/structures/packet/packet.h ) (view diffs)
-
socket/include/packet/packet_client.h (moved) (moved from uspace/srv/net/structures/packet/packet_client.h ) (view diffs)
-
socket/include/packet/packet_header.h (moved) (moved from uspace/srv/net/structures/packet/packet_header.h ) (view diffs)
-
socket/include/packet/packet_messages.h (moved) (moved from uspace/srv/net/structures/packet/packet_messages.h ) (view diffs)
-
socket/include/packet/packet_server.h (moved) (moved from uspace/srv/net/structures/packet/packet_server.h ) (view diffs)
-
socket/include/socket.h (moved) (moved from uspace/srv/net/include/socket.h ) (view diffs)
-
socket/include/socket_codes.h (moved) (moved from uspace/srv/net/include/socket_codes.h ) (view diffs)
-
socket/include/socket_core.h (moved) (moved from uspace/srv/net/socket/socket_core.h ) (view diffs)
-
socket/include/socket_errno.h (moved) (moved from uspace/srv/net/include/socket_errno.h ) (view diffs)
-
socket/include/socket_messages.h (moved) (moved from uspace/srv/net/socket/socket_messages.h ) (view diffs)
-
socket/include/tcp_codes.h (moved) (moved from uspace/srv/net/include/tcp_codes.h ) (view diffs)
-
socket/packet/packet.c (moved) (moved from uspace/srv/net/structures/packet/packet.c ) (view diffs)
-
socket/packet/packet_client.c (moved) (moved from uspace/srv/net/structures/packet/packet_client.c ) (view diffs)
-
socket/packet/packet_server.c (moved) (moved from uspace/srv/net/structures/packet/packet_server.c ) (view diffs)
Note:
See TracChangeset
for help on using the changeset viewer.
