# # ChangeLog for uspace/lib/c in mainline # # Generated by Trac 1.6 # 2025-08-01T17:06:09Z Fri, 15 Oct 2010 19:13:54 GMT Jakub Jermar [3a5d892f] * uspace/lib/c/include/ipc/net_net.h (moved) * uspace/lib/net/generic/net_remote.c (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/netstart/netstart.c (modified) Move networking subsystem central module messages definitions to ... Fri, 15 Oct 2010 19:04:29 GMT Jakub Jermar [779a47d] * uspace/lib/c/include/ipc/ip.h (moved) * uspace/lib/net/il/ip_remote.c (modified) * uspace/srv/net/il/ip/ip.c (modified) Move IP module messages definitions to standard library. Fri, 15 Oct 2010 18:56:09 GMT Jakub Jermar [522253c1] * uspace/lib/c/include/ipc/il.h (moved) * uspace/lib/net/il/ip_remote.c (modified) * uspace/lib/net/include/il_interface.h (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/net/net.c (modified) Move Internet layer modules messages definitions to standard library. Fri, 15 Oct 2010 18:48:08 GMT Jakub Jermar [f87ec535] * uspace/lib/c/include/ipc/arp.h (moved) * uspace/lib/net/il/arp_remote.c (modified) * uspace/srv/net/il/arp/arp.c (modified) Move ARP module messages definitions to standard library. Thu, 14 Oct 2010 22:25:19 GMT Jakub Jermar [c89eefb] * uspace/lib/c/include/net/icmp_api.h (modified) Do not include net/packet.h unnecessarily. Thu, 14 Oct 2010 19:55:56 GMT Jakub Jermar [a358279] * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/socket/include/net_messages.h (modified) Move macros to ipc/net.h. Thu, 14 Oct 2010 19:37:44 GMT Jakub Jermar [e526f08] * uspace/lib/c/include/net/device.h (moved) * uspace/lib/net/generic/net_remote.c (modified) * uspace/lib/net/il/arp_remote.c (modified) * uspace/lib/net/il/ip_remote.c (modified) * uspace/lib/net/include/arp_interface.h (modified) * uspace/lib/net/include/icmp_interface.h (modified) * uspace/lib/net/include/il_interface.h (modified) * uspace/lib/net/include/ip_interface.h (modified) * uspace/lib/net/include/net_interface.h (modified) * uspace/lib/net/include/netif_local.h (modified) * uspace/lib/net/include/nil_interface.h (modified) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/include/tl_common.h (modified) * uspace/lib/net/include/tl_interface.h (modified) * uspace/lib/net/netif/netif_local.c (modified) * uspace/lib/net/netif/netif_remote.c (modified) * uspace/lib/net/nil/nil_remote.c (modified) * uspace/lib/net/tl/tl_common.c (modified) * uspace/lib/socket/include/net_messages.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp.h (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip.h (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth.h (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/nil/nildummy/nildummy.h (modified) * uspace/srv/net/tl/tcp/tcp.h (modified) Move net_device.h to standard library. Wed, 13 Oct 2010 22:38:16 GMT Jakub Jermar [753bca3] * uspace/app/netecho/print_error.c (modified) * uspace/app/ping/ping.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/net/icmp_api.c (added) * uspace/lib/c/generic/net/icmp_common.c (moved) * uspace/lib/c/include/ipc/icmp.h (moved) * uspace/lib/c/include/net/icmp_api.h (moved) * uspace/lib/c/include/net/icmp_codes.h (moved) * uspace/lib/c/include/net/icmp_common.h (moved) * uspace/lib/net/include/icmp_client.h (modified) * uspace/lib/net/include/icmp_header.h (modified) * uspace/lib/net/include/icmp_interface.h (modified) * uspace/lib/net/tl/icmp_client.c (modified) * uspace/lib/net/tl/icmp_remote.c (modified) * uspace/lib/socket/Makefile (modified) * uspace/lib/socket/include/icmp_api.h (deleted) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/icmp/icmp.h (modified) Move ICMP client stuff from libsocket to standard library. Wed, 13 Oct 2010 21:17:50 GMT Jakub Jermar [f3b4051] * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/c/include/unistd.h (modified) * uspace/lib/socket/include/icmp_api.h (modified) Find the ultimate home for useconds_t and mseconds_t. Wed, 13 Oct 2010 21:10:56 GMT Jakub Jermar [85124a9] * uspace/lib/c/include/unistd.h (modified) * uspace/lib/socket/include/icmp_api.h (modified) Move the definition of mseconds_t out of icmp_api.h Wed, 13 Oct 2010 21:02:21 GMT Jakub Jermar [ff2a62d] * uspace/app/ping/ping.c (modified) * uspace/lib/c/include/net/ip_codes.h (added) * uspace/lib/net/include/icmp_interface.h (modified) * uspace/lib/net/include/ip_client.h (modified) * uspace/lib/net/include/ip_interface.h (modified) * uspace/lib/net/include/ip_local.h (modified) * uspace/lib/net/include/ip_messages.h (modified) * uspace/lib/net/include/ip_remote.h (modified) * uspace/lib/socket/generic/icmp_api.c (modified) * uspace/lib/socket/include/icmp_api.h (modified) * uspace/lib/socket/include/ip_codes.h (deleted) Move ip_codes.h to standard library and remove unused stuff. Sun, 10 Oct 2010 15:51:03 GMT Jakub Jermar [e721462] * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/socket/packet/packet_server.c (modified) Use the standard supported initializers for fibril mutexes and rwlocks. Sun, 10 Oct 2010 15:43:06 GMT Jakub Jermar [e9460aa] * uspace/lib/c/include/fibril_synch.h (modified) Need a more flexible way to initialize fibril synchronization primitives. Sun, 10 Oct 2010 15:23:28 GMT Jakub Jermar [db6c332] * uspace/lib/c/generic/net/socket_client.c (modified) Nits. Fri, 08 Oct 2010 21:32:49 GMT Jakub Jermar [c69d327] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/net/packet.c (added) * uspace/lib/c/include/net/packet.h (added) * uspace/lib/c/include/net/packet_header.h (moved) * uspace/lib/net/generic/packet_client.c (modified) * uspace/lib/net/generic/packet_remote.c (modified) * uspace/lib/net/generic/socket_core.c (modified) * uspace/lib/net/il/ip_client.c (modified) * uspace/lib/net/include/icmp_client.h (modified) * uspace/lib/net/include/icmp_interface.h (modified) * uspace/lib/net/include/il_interface.h (modified) * uspace/lib/net/include/ip_client.h (modified) * uspace/lib/net/include/ip_interface.h (modified) * uspace/lib/net/include/netif_local.h (modified) * uspace/lib/net/include/nil_interface.h (modified) * uspace/lib/net/include/packet_client.h (modified) * uspace/lib/net/include/packet_remote.h (modified) * uspace/lib/net/include/tl_common.h (modified) * uspace/lib/net/include/tl_interface.h (modified) * uspace/lib/net/netif/netif_local.c (modified) * uspace/lib/net/netif/netif_nil_bundle.c (modified) * uspace/lib/net/netif/netif_remote.c (modified) * uspace/lib/net/nil/nil_remote.c (modified) * uspace/lib/net/tl/icmp_client.c (modified) * uspace/lib/net/tl/tl_common.c (modified) * uspace/lib/socket/Makefile (modified) * uspace/lib/socket/include/icmp_api.h (modified) * uspace/lib/socket/include/net_messages.h (modified) * uspace/lib/socket/include/packet/packet.h (deleted) * uspace/lib/socket/include/packet/packet_local.h (modified) * uspace/lib/socket/include/socket_core.h (modified) * uspace/lib/socket/packet/packet.c (deleted) * uspace/lib/socket/packet/packet_server.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp_module.c (modified) * uspace/srv/net/il/ip/ip_module.c (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/nil/eth/eth_module.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/nil/nildummy/nildummy_module.c (modified) * uspace/srv/net/tl/icmp/icmp_module.c (modified) * uspace/srv/net/tl/tcp/tcp.h (modified) * uspace/srv/net/tl/tcp/tcp_module.c (modified) * uspace/srv/net/tl/udp/udp_module.c (modified) Move the common packet interface to libc. Fri, 08 Oct 2010 19:03:28 GMT Jakub Jermar [d52fbaf] * uspace/lib/c/include/ipc/packet.h (moved) * uspace/lib/net/generic/packet_remote.c (modified) * uspace/lib/socket/packet/packet_server.c (modified) Move packet_messages.h to the standard library. Wed, 06 Oct 2010 22:53:20 GMT Jakub Jermar [d9e2e0e] * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest1/nettest.c (modified) * uspace/app/nettest1/nettest.h (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/ping/ping.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/net/socket_client.c (added) * uspace/lib/c/generic/net/socket_parse.c (moved) * uspace/lib/c/include/net/socket.h (added) * uspace/lib/c/include/net/socket_parse.h (moved) * uspace/lib/net/include/ip_local.h (modified) * uspace/lib/net/include/ip_remote.h (modified) * uspace/lib/socket/Makefile (modified) * uspace/lib/socket/generic/socket_client.c (deleted) * uspace/lib/socket/include/socket.h (deleted) Move the client socket code to the standard library. Wed, 06 Oct 2010 21:09:03 GMT Jakub Jermar [c7a8442] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/net/modules.c (added) * uspace/lib/c/include/net/modules.h (added) * uspace/lib/net/adt/module_map.c (modified) * uspace/lib/net/generic/net_remote.c (modified) * uspace/lib/net/il/arp_remote.c (modified) * uspace/lib/net/il/ip_remote.c (modified) * uspace/lib/net/include/adt/module_map.h (modified) * uspace/lib/net/netif/netif_local.c (modified) * uspace/lib/net/netif/netif_remote.c (modified) * uspace/lib/net/tl/icmp_remote.c (modified) * uspace/lib/socket/Makefile (modified) * uspace/lib/socket/generic/icmp_api.c (modified) * uspace/lib/socket/generic/icmp_common.c (modified) * uspace/lib/socket/generic/net_modules.c (deleted) * uspace/lib/socket/generic/socket_client.c (modified) * uspace/lib/socket/generic/socket_core.c (modified) * uspace/lib/socket/include/net_modules.h (deleted) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp_module.c (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip_module.c (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/netstart/netstart.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth_module.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/nil/nildummy/nildummy_module.c (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/icmp/icmp_module.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/tcp/tcp_module.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) * uspace/srv/net/tl/udp/udp_module.c (modified) Move net_modules.[ch] to the standard library. Note that this ... Wed, 06 Oct 2010 20:31:17 GMT Jakub Jermar [88e127ee] * uspace/lib/c/include/ipc/socket.h (moved) * uspace/lib/socket/generic/socket_client.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) Move socket_messages.h to libc's ipc/socket.h Wed, 06 Oct 2010 20:05:47 GMT Jakub Jermar [e4554d4] * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/ping/ping.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/net/inet.c (added) * uspace/lib/c/include/net/in.h (moved) * uspace/lib/c/include/net/in6.h (moved) * uspace/lib/c/include/net/inet.h (added) * uspace/lib/net/il/ip_remote.c (modified) * uspace/lib/net/include/icmp_header.h (modified) * uspace/lib/net/include/icmp_interface.h (modified) * uspace/lib/net/include/ip_interface.h (modified) * uspace/lib/net/include/ip_local.h (modified) * uspace/lib/net/include/ip_messages.h (modified) * uspace/lib/net/include/ip_remote.h (modified) * uspace/lib/net/include/tl_common.h (modified) * uspace/lib/net/tl/tl_common.c (modified) * uspace/lib/socket/Makefile (modified) * uspace/lib/socket/generic/icmp_api.c (modified) * uspace/lib/socket/generic/inet.c (deleted) * uspace/lib/socket/generic/socket_client.c (modified) * uspace/lib/socket/generic/socket_core.c (modified) * uspace/lib/socket/include/icmp_api.h (modified) * uspace/lib/socket/include/inet.h (deleted) * uspace/lib/socket/include/socket.h (modified) * uspace/lib/socket/include/socket_core.h (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip.h (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) Move inet.[ch], in.h and in6.h to standard library. Wed, 06 Oct 2010 19:31:28 GMT Jakub Jermar [2687bdb] * uspace/lib/c/include/byteorder.h (modified) * uspace/lib/socket/include/inet.h (modified) * uspace/lib/socket/include/net_byteorder.h (deleted) * uspace/lib/socket/include/socket.h (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) No need to maintain a separate net_byteorder.h. Integrate its ... Wed, 06 Oct 2010 19:18:44 GMT Jakub Jermar [fe5d3c1b] * uspace/lib/c/include/net/ip_protocols.h (added) * uspace/lib/socket/include/in.h (modified) * uspace/lib/socket/include/in6.h (modified) * uspace/lib/socket/include/ip_protocols.h (deleted) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/tcp/tcp_module.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) Move ip_protocols.h from libsocket to libc. Remove currently unused ... Wed, 06 Oct 2010 19:02:41 GMT Jakub Jermar [bcafa70] * uspace/lib/c/include/net/socket_codes.h (modified) Nits. Wed, 06 Oct 2010 18:50:55 GMT Jakub Jermar [058edb6] * uspace/lib/c/include/net/socket_codes.h (added) * uspace/lib/net/include/icmp_interface.h (modified) * uspace/lib/net/include/ip_client.h (modified) * uspace/lib/net/include/ip_interface.h (modified) * uspace/lib/net/include/tl_common.h (modified) * uspace/lib/net/tl/tl_common.c (modified) * uspace/lib/socket/generic/icmp_api.c (modified) * uspace/lib/socket/generic/inet.c (modified) * uspace/lib/socket/generic/socket_core.c (modified) * uspace/lib/socket/include/icmp_api.h (modified) * uspace/lib/socket/include/socket.h (modified) * uspace/lib/socket/include/socket_codes.h (deleted) * uspace/lib/socket/include/socket_messages.h (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) Move socket_codes.h from libsocket to libc. Remove stuff that was ... Wed, 06 Oct 2010 18:17:58 GMT Jakub Jermar [2aa15d4] * uspace/lib/c/include/ipc/net.h (added) * uspace/lib/net/include/arp_messages.h (modified) * uspace/lib/net/include/il_messages.h (modified) * uspace/lib/net/include/ip_messages.h (modified) * uspace/lib/net/include/net_net_messages.h (modified) * uspace/lib/net/include/netif_messages.h (modified) * uspace/lib/net/include/nil_messages.h (modified) * uspace/lib/net/include/tl_messages.h (modified) * uspace/lib/net/netif/netif_nil_bundle.c (modified) * uspace/lib/net/netif/netif_remote.c (modified) * uspace/lib/socket/include/icmp_messages.h (modified) * uspace/lib/socket/include/net_messages.h (modified) * uspace/lib/socket/include/packet/packet_messages.h (modified) * uspace/lib/socket/include/socket_messages.h (modified) * uspace/srv/net/net/net_standalone.c (modified) Move part of the defines from libsocket's net_messages.h to libc's ... Sun, 26 Sep 2010 18:56:40 GMT Jakub Jermar [70ce016] * uspace/lib/c/include/adt/int_map.h (modified) Cstyle fixes of int map. Sun, 26 Sep 2010 16:59:55 GMT Jakub Jermar [820ab55c] * uspace/lib/c/include/adt/generic_field.h (modified) Cstyle fixes of generic field. Sun, 26 Sep 2010 15:51:09 GMT Jakub Jermar [4edd39fc] * uspace/lib/c/include/adt/generic_char_map.h (modified) Cstyle fixes of generic char map. Sun, 26 Sep 2010 15:20:55 GMT Jakub Jermar [7093a32] * uspace/lib/c/generic/adt/dynamic_fifo.c (modified) * uspace/lib/c/include/adt/dynamic_fifo.h (modified) Cleanup of dynamic FIFO. Sun, 26 Sep 2010 15:05:09 GMT Jakub Jermar [2544442] * uspace/lib/c/generic/adt/char_map.c (modified) * uspace/lib/c/generic/adt/dynamic_fifo.c (modified) * uspace/lib/c/generic/adt/measured_strings.c (modified) * uspace/lib/c/include/adt/char_map.h (modified) * uspace/lib/c/include/adt/dynamic_fifo.h (modified) * uspace/lib/c/include/adt/generic_char_map.h (modified) * uspace/lib/c/include/adt/generic_field.h (modified) * uspace/lib/c/include/adt/int_map.h (modified) * uspace/lib/c/include/adt/measured_strings.h (modified) Fix doxygen doc groups (libc vs. net) and header guards. Sun, 26 Sep 2010 15:00:29 GMT Jakub Jermar [3c213f6] * uspace/lib/c/generic/adt/char_map.c (modified) * uspace/lib/c/include/adt/char_map.h (modified) Char map cleanup. Sun, 26 Sep 2010 13:04:53 GMT Jakub Jermar [0402bda5] * uspace/lib/c/generic/adt/measured_strings.c (modified) Fix apparent memory leaks. Sun, 26 Sep 2010 13:03:18 GMT Jakub Jermar [edba2b6f] * uspace/lib/c/generic/adt/measured_strings.c (modified) * uspace/lib/c/include/adt/measured_strings.h (modified) Fix cstyle for measured strings. Sun, 26 Sep 2010 12:36:26 GMT Jakub Jermar [7390870] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/char_map.c (moved) * uspace/lib/c/generic/adt/dynamic_fifo.c (moved) * uspace/lib/c/generic/adt/measured_strings.c (moved) * uspace/lib/c/include/adt/char_map.h (moved) * uspace/lib/c/include/adt/dynamic_fifo.h (moved) * uspace/lib/c/include/adt/generic_char_map.h (moved) * uspace/lib/c/include/adt/generic_field.h (moved) * uspace/lib/c/include/adt/int_map.h (moved) * uspace/lib/c/include/adt/measured_strings.h (moved) * uspace/lib/socket/Makefile (modified) Move ADT's used by the networking stack to libc. Sun, 26 Sep 2010 12:28:09 GMT Jakub Jermar [c5b59ce] * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest1/nettest.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/lib/c/include/err.h (modified) * uspace/lib/net/adt/module_map.c (modified) * uspace/lib/net/generic/packet_remote.c (modified) * uspace/lib/net/include/netif_local.h (modified) * uspace/lib/net/netif/netif_local.c (modified) * uspace/lib/net/tl/tl_common.c (modified) * uspace/lib/socket/adt/measured_strings.c (modified) * uspace/lib/socket/generic/net_modules.c (modified) * uspace/lib/socket/generic/socket_client.c (modified) * uspace/lib/socket/generic/socket_core.c (modified) * uspace/lib/socket/include/adt/generic_char_map.h (modified) * uspace/lib/socket/include/net_err.h (deleted) * uspace/lib/socket/packet/packet.c (modified) * uspace/lib/socket/packet/packet_server.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp_module.c (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip_module.c (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/netstart/netstart.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth_module.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/nil/nildummy/nildummy_module.c (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/icmp/icmp_module.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/tcp/tcp_module.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) * uspace/srv/net/tl/udp/udp_module.c (modified) Integrate net_err.h into the standard library's err.h. Sun, 26 Sep 2010 11:37:37 GMT Jakub Jermar [e98b1d5] * uspace/app/netecho/print_error.c (modified) * uspace/app/ping/ping.c (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/net/il/ip_client.c (modified) * uspace/lib/net/tl/tl_common.c (modified) * uspace/lib/socket/generic/socket_client.c (modified) * uspace/lib/socket/generic/socket_core.c (modified) * uspace/lib/socket/include/socket.h (modified) * uspace/lib/socket/include/socket_errno.h (deleted) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) Include socket and networking error codes in the standard library's ... Sat, 11 Sep 2010 22:28:59 GMT Jakub Jermar [2fa10f6] * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/security/cap.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/include/ddi.h (modified) Remove syscall for controlling preemption. Fri, 27 Aug 2010 17:04:29 GMT Jakub Jermar [df908b3] * uspace/lib/c/generic/libc.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Use async relations introduced in the previous changeset to implement ... Fri, 27 Aug 2010 17:02:41 GMT Jakub Jermar [ddd7118] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async_rel.c (added) * uspace/lib/c/include/async_rel.h (added) Add simple support for IPC relations to improve support for ... Tue, 27 Jul 2010 16:45:19 GMT Martin Decky [3629481] * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/include/stdio.h (modified) implement fileno() Fri, 02 Jul 2010 15:42:19 GMT Martin Decky [7a0359b] * kernel/Makefile (modified) * kernel/arch/abs32le/include/asm.h (modified) * kernel/arch/abs32le/include/atomic.h (modified) * kernel/arch/abs32le/include/cycle.h (modified) * kernel/arch/abs32le/include/interrupt.h (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/amd64/include/asm.h (modified) * kernel/arch/amd64/include/atomic.h (modified) * kernel/arch/amd64/include/cycle.h (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/include/mm/frame.h (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/arm32/include/asm.h (modified) * kernel/arch/arm32/include/atomic.h (modified) * kernel/arch/arm32/include/cycle.h (modified) * kernel/arch/arm32/include/exception.h (modified) * kernel/arch/arm32/include/faddr.h (modified) * kernel/arch/arm32/include/interrupt.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/include/mm/tlb.h (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/atomic.h (modified) * kernel/arch/ia32/include/barrier.h (modified) * kernel/arch/ia32/include/cycle.h (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia64/include/asm.h (modified) * kernel/arch/ia64/include/atomic.h (modified) * kernel/arch/ia64/include/cpu.h (modified) * kernel/arch/ia64/include/cycle.h (modified) * kernel/arch/ia64/include/interrupt.h (modified) * kernel/arch/ia64/include/mm/page.h (modified) * kernel/arch/mips32/include/asm.h (modified) * kernel/arch/mips32/include/atomic.h (modified) * kernel/arch/mips32/include/barrier.h (modified) * kernel/arch/mips32/include/cycle.h (modified) * kernel/arch/mips32/include/exception.h (modified) * kernel/arch/mips32/include/faddr.h (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/mips32/include/mm/tlb.h (modified) * kernel/arch/ppc32/include/asm.h (modified) * kernel/arch/ppc32/include/atomic.h (modified) * kernel/arch/ppc32/include/barrier.h (modified) * kernel/arch/ppc32/include/cpu.h (modified) * kernel/arch/ppc32/include/cycle.h (modified) * kernel/arch/ppc32/include/exception.h (modified) * kernel/arch/ppc32/include/mm/frame.h (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/sparc64/include/asm.h (modified) * kernel/arch/sparc64/include/atomic.h (modified) * kernel/arch/sparc64/include/barrier.h (modified) * kernel/arch/sparc64/include/cycle.h (modified) * kernel/arch/sparc64/include/faddr.h (modified) * kernel/arch/sparc64/include/interrupt.h (modified) * kernel/arch/sparc64/include/mm/as.h (modified) * kernel/arch/sparc64/include/mm/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/mm/sun4v/tlb.h (modified) * kernel/arch/sparc64/include/mm/tlb.h (modified) * kernel/arch/sparc64/include/sun4u/asm.h (modified) * kernel/arch/sparc64/include/sun4u/cpu.h (modified) * kernel/arch/sparc64/include/sun4v/asm.h (modified) * kernel/arch/sparc64/include/sun4v/cpu.h (modified) * kernel/generic/include/adt/avl.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/atomic.h (modified) * kernel/generic/include/bitops.h (modified) * kernel/generic/include/context.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/main/main.h (modified) * kernel/generic/include/main/version.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/security/cap.h (modified) * kernel/generic/include/smp/smp.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/syscall/sysarg64.h (modified) * kernel/generic/include/trace.h (added) * kernel/generic/include/udebug/udebug_ipc.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/the.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/lib/c/include/trace.h (added) improve kernel function tracing - add support for more generic ... Thu, 01 Jul 2010 18:33:34 GMT Jakub Jermar [fc14438] * boot/arch/ia64/src/asm.S (modified) * kernel/arch/ia64/src/start.S (modified) * uspace/lib/c/arch/ia64/src/entry.s (modified) * uspace/lib/c/arch/ia64/src/thread_entry.s (modified) Merge progress from lp:~jakub/helenos/ia64-revival. Wed, 30 Jun 2010 20:17:27 GMT Martin Decky [c6c49de] * uspace/lib/c/generic/sort.c (modified) * uspace/lib/c/include/sort.h (modified) replace bubble sort with gnome sort improve quicksort readability ... Thu, 24 Jun 2010 11:30:09 GMT Martin Decky [549012c] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/sort.c (added) * uspace/lib/c/include/sort.h (added) port sorting functions from kernel to libc Tue, 22 Jun 2010 21:09:53 GMT Jakub Jermar [1e3c2f1] * kernel/arch/ia64/src/start.S (modified) * uspace/lib/c/arch/ia64/src/entry.s (modified) * uspace/lib/c/arch/ia64/src/thread_entry.s (modified) Use gp instead of r1. Tue, 22 Jun 2010 14:13:55 GMT Martin Decky [9539be6] * boot/genarch/src/multiplication.c (modified) * boot/generic/include/stdint.h (moved) * boot/generic/include/typedefs.h (modified) * kernel/generic/include/stdint.h (moved) * kernel/generic/include/typedefs.h (modified) * tools/autotool.py (modified) * uspace/lib/c/arch/abs32le/include/limits.h (deleted) * uspace/lib/c/arch/abs32le/include/types.h (modified) * uspace/lib/c/arch/amd64/include/types.h (modified) * uspace/lib/c/arch/arm32/include/limits.h (deleted) * uspace/lib/c/arch/arm32/include/types.h (modified) * uspace/lib/c/arch/ia32/include/limits.h (deleted) * uspace/lib/c/arch/ia32/include/types.h (modified) * uspace/lib/c/arch/ia64/include/types.h (modified) * uspace/lib/c/arch/mips32/include/limits.h (deleted) * uspace/lib/c/arch/mips32/include/types.h (modified) * uspace/lib/c/arch/mips32eb/include/limits.h (deleted) * uspace/lib/c/arch/ppc32/include/limits.h (deleted) * uspace/lib/c/arch/ppc32/include/types.h (modified) * uspace/lib/c/arch/sparc64/include/limits.h (deleted) * uspace/lib/c/arch/sparc64/include/types.h (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/limits.h (deleted) * uspace/lib/c/include/stdint.h (modified) * uspace/lib/pci/types.h (modified) * uspace/lib/socket/generic/socket_client.c (modified) * uspace/lib/socket/generic/socket_core.c (modified) * uspace/lib/softfloat/generic/conversion.c (modified) * uspace/lib/softint/generic/multiplication.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) autotool now also detects values of UINT_MAX and friends Thu, 10 Jun 2010 14:24:50 GMT Martin Decky [8eec3c8] * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/include/stats.h (modified) merge basic exception accounting (this is the last piece missing from ... Sat, 22 May 2010 16:09:50 GMT Jakub Jermar [0d9dc6b] * boot/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) Explicitly specify the medlow mcmodel instead of merely relying on ... Sat, 22 May 2010 08:54:18 GMT Jakub Jermar [71d0d737] * uspace/lib/c/arch/sparc64/src/thread_entry.s (modified) Uncomment the code which creates the initial stack frame for sparc64 ... Tue, 04 May 2010 11:07:11 GMT Martin Decky [2afb650] * boot/generic/src/printf_core.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) unify printf implementations Fri, 23 Apr 2010 16:18:37 GMT Jiri Svoboda [80badbe] * uspace/app/tasks/tasks.c (modified) * uspace/app/top/screen.c (modified) * uspace/lib/c/generic/str_error.c (modified) Grammar and spelling fixes. Fri, 23 Apr 2010 15:15:09 GMT Martin Decky [a721f6a] * kernel/Makefile (modified) * kernel/arch/mips32/include/arch.h (modified) * kernel/arch/mips32/include/asm/boot.h (modified) * kernel/arch/mips32/include/asm/regname.h (modified) * kernel/generic/include/print.h (modified) * kernel/generic/include/printf/printf_core.h (modified) * kernel/generic/src/main/version.c (modified) * kernel/generic/src/printf/printf.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) tiny cstyle modifications (no change in functionality) Tue, 20 Apr 2010 15:01:43 GMT Martin Decky [369a5f8] * uspace/app/top/screen.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/generic/io/screenbuffer.c (moved) * uspace/lib/c/generic/io/vprintf.c (modified) * uspace/lib/c/include/io/color.h (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/keycode.h (modified) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/printf_core.h (modified) * uspace/lib/c/include/io/screenbuffer.h (moved) * uspace/lib/c/include/io/style.h (modified) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/serial_console.c (modified) * uspace/srv/hid/fb/serial_console.h (modified) add STYLE_SELECTED and STYLE_INVERTED into serial output driver move ... Mon, 19 Apr 2010 19:58:18 GMT Martin Decky [9f1362d4] * uspace/app/edit/edit.c (modified) * uspace/app/tester/console/console1.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/top/screen.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/style.h (modified) * uspace/lib/clui/Makefile (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gcons.c (modified) * uspace/srv/hid/console/gcons.h (modified) * uspace/srv/hid/console/keybuffer.h (modified) * uspace/srv/hid/console/screenbuffer.c (modified) * uspace/srv/hid/console/screenbuffer.h (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) console output improvements - define new generic styles ... Sun, 18 Apr 2010 17:39:51 GMT Martin Decky [5c45ca8] * uspace/lib/c/include/bool.h (modified) declare user space "bool" type as "uint8_t" (to be compliant with the ... Sun, 18 Apr 2010 16:52:47 GMT Martin Decky [dec16a2] * boot/Makefile.common (modified) * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/src/sysinfo/stats.c (modified) * uspace/app/tasks/tasks.c (modified) * uspace/app/top/Makefile (modified) * uspace/app/top/ps.c (deleted) * uspace/app/top/ps.h (deleted) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/include/stats.h (modified) - sysinfo items "system.tasks" and "system.threads" now return ... Sun, 18 Apr 2010 12:28:19 GMT Martin Decky [e535eeb] * kernel/generic/include/func.h (modified) * kernel/generic/include/str.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/lib/func.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * uspace/app/tasks/Makefile (modified) * uspace/app/tasks/func.c (deleted) * uspace/app/tasks/func.h (deleted) * uspace/app/tasks/tasks.c (modified) * uspace/app/top/Makefile (modified) * uspace/app/top/func.c (deleted) * uspace/app/top/func.h (deleted) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) rename order() to order_suffix(), make it a generic libc string ... Sun, 18 Apr 2010 12:17:11 GMT Martin Decky [e1b6742] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/app/tasks/tasks.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/include/stats.h (modified) export threads to user space the "tasks" command can now print all ... Sun, 18 Apr 2010 12:15:18 GMT Martin Decky [bbda5ab] * uspace/lib/c/generic/sysinfo.c (modified) use realloc Sun, 18 Apr 2010 11:59:26 GMT Jiri Svoboda [c3d4bb45] * uspace/app/tasks/tasks.c (modified) * uspace/app/uptime/uptime.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/include/stats.h (modified) Proper prefix naming of stats library functions. Sun, 18 Apr 2010 09:57:19 GMT Martin Decky [80bfb601] * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/include/sysinfo.h (modified) improve sysinfo and stats documentation (no change in functionality) Sun, 18 Apr 2010 00:24:40 GMT Martin Decky [9dae191e] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/ps/load.h (deleted) * kernel/generic/include/ps/meminfo.h (deleted) * kernel/generic/include/ps/ps.h (deleted) * kernel/generic/include/ps/taskinfo.h (deleted) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/sysinfo/abi.h (moved) * kernel/generic/include/sysinfo/stats.h (moved) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/ps/cpu.c (deleted) * kernel/generic/src/ps/load.c (deleted) * kernel/generic/src/ps/mem.c (deleted) * kernel/generic/src/ps/ps.c (deleted) * kernel/generic/src/ps/uptime.c (deleted) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (added) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/time/clock.c (modified) * uspace/app/dummy_load/Makefile (modified) * uspace/app/ps/func.c (modified) * uspace/app/ps/func.h (modified) * uspace/app/ps/ps.c (modified) * uspace/app/top/Makefile (modified) * uspace/app/top/func.c (modified) * uspace/app/top/func.h (modified) * uspace/app/uptime/uptime.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/cpuinfo.c (deleted) * uspace/lib/c/generic/load.c (deleted) * uspace/lib/c/generic/meminfo.c (deleted) * uspace/lib/c/generic/ps.c (deleted) * uspace/lib/c/generic/stats.c (added) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/uptime.c (deleted) * uspace/lib/c/include/load.h (deleted) * uspace/lib/c/include/stats.h (moved) * uspace/lib/c/include/uptime.h (deleted) sysinfo API cleanup - better support for generated subtrees - ... Sun, 18 Apr 2010 00:22:35 GMT Martin Decky [d8e3467] * uspace/app/ping/ping.c (modified) * uspace/lib/c/generic/arg_parse.c (modified) * uspace/lib/c/include/arg_parse.h (modified) rename arg_short_long() to arg_parse_short_long() and move it to libc Sat, 17 Apr 2010 16:28:49 GMT Martin Decky [88dea9d] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/ps/cpuinfo.h (added) * kernel/generic/include/ps/load.h (added) * kernel/generic/include/ps/meminfo.h (added) * kernel/generic/include/ps/ps.h (added) * kernel/generic/include/ps/taskinfo.h (added) * kernel/generic/include/ps/uptime.h (added) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/ps/cpu.c (added) * kernel/generic/src/ps/load.c (added) * kernel/generic/src/ps/mem.c (added) * kernel/generic/src/ps/ps.c (added) * kernel/generic/src/ps/uptime.c (added) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/time/clock.c (modified) * uspace/Makefile (modified) * uspace/app/dummy_load/Makefile (added) * uspace/app/dummy_load/dummy_load.c (added) * uspace/app/dummy_load/input.c (added) * uspace/app/dummy_load/input.h (added) * uspace/app/ps/Makefile (added) * uspace/app/ps/func.c (added) * uspace/app/ps/func.h (added) * uspace/app/ps/ps.c (added) * uspace/app/top/Makefile (added) * uspace/app/top/func.c (added) * uspace/app/top/func.h (added) * uspace/app/top/input.c (added) * uspace/app/top/input.h (added) * uspace/app/top/ps.c (added) * uspace/app/top/ps.h (added) * uspace/app/top/screen.c (added) * uspace/app/top/screen.h (added) * uspace/app/top/top.c (added) * uspace/app/top/top.h (added) * uspace/app/uptime/Makefile (added) * uspace/app/uptime/uptime.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/cpuinfo.c (added) * uspace/lib/c/generic/load.c (added) * uspace/lib/c/generic/meminfo.c (added) * uspace/lib/c/generic/ps.c (added) * uspace/lib/c/generic/uptime.c (added) * uspace/lib/c/include/load.h (added) * uspace/lib/c/include/ps.h (added) * uspace/lib/c/include/uptime.h (added) merge from measuring branch Sat, 17 Apr 2010 01:28:38 GMT Martin Decky [d9fae235] * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/getterm/getterm.c (modified) * uspace/app/init/init.c (modified) * uspace/app/klog/klog.c (modified) * uspace/app/redir/redir.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/arch/ia64/src/ddi.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/net/adt/module_map.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/main.c (modified) * uspace/srv/hid/fb/msim.c (modified) * uspace/srv/hid/fb/niagara.c (modified) * uspace/srv/hid/fb/sgcn.c (modified) * uspace/srv/hid/kbd/generic/kbd.c (modified) * uspace/srv/hid/kbd/port/gxemul.c (modified) * uspace/srv/hid/kbd/port/msim.c (modified) * uspace/srv/hid/kbd/port/niagara.c (modified) * uspace/srv/hid/kbd/port/ns16550.c (modified) * uspace/srv/hid/kbd/port/pl050.c (modified) * uspace/srv/hid/kbd/port/sgcn.c (modified) * uspace/srv/hid/kbd/port/sun.c (modified) * uspace/srv/hid/kbd/port/z8530.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/cir/fhc/fhc.c (modified) * uspace/srv/hw/cir/obio/obio.c (modified) * uspace/srv/net/cfg/ne2k.netif_nil_bundle (modified) * uspace/srv/net/cfg/ne2k.netif_standalone (modified) * uspace/srv/net/netstart/netstart.c (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/taskmon/taskmon.c (modified) sysinfo overhaul - cleanup (nicer data structures, use of SLAB ... Sat, 17 Apr 2010 01:24:17 GMT Martin Decky [e1da7ec] * uspace/lib/c/generic/adt/hash_table.c (modified) coding style changes (no change in functionality) Sat, 17 Apr 2010 01:16:55 GMT Martin Decky [3292623] * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/malloc.c (modified) thread-safe heap allocator Sat, 17 Apr 2010 01:15:39 GMT Martin Decky [596d65c] * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/futex.c (modified) * uspace/lib/c/include/futex.h (modified) coding style change (no change in functionality) Sat, 17 Apr 2010 01:14:32 GMT Martin Decky [e35bf88] * uspace/lib/c/generic/async.c (modified) fix printout Sat, 17 Apr 2010 01:13:46 GMT Martin Decky [46416ab] * uspace/lib/c/arch/ia64/include/types.h (modified) ia64: get back uint128_t Sat, 17 Apr 2010 01:12:35 GMT Martin Decky [abf09311] * kernel/generic/include/str.h (modified) * kernel/generic/src/lib/str.c (modified) * uspace/lib/c/generic/str.c (modified) much safer implementation of str_dup() and str_ndup() port str_dup() ... Fri, 09 Apr 2010 16:29:07 GMT Martin Decky [2721a75] * uspace/app/bdsh/exec.c (modified) * uspace/app/netecho/Makefile (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/netecho/parse.c (deleted) * uspace/app/netecho/parse.h (deleted) * uspace/app/nettest1/Makefile (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest1/parse.c (deleted) * uspace/app/nettest1/parse.h (deleted) * uspace/app/nettest2/Makefile (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest2/parse.c (deleted) * uspace/app/nettest2/parse.h (deleted) * uspace/app/ping/Makefile (modified) * uspace/app/ping/parse.c (deleted) * uspace/app/ping/parse.h (deleted) * uspace/app/ping/ping.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/arg_parse.c (added) * uspace/lib/c/generic/str_error.c (moved) * uspace/lib/c/include/arg_parse.h (added) * uspace/lib/c/include/str_error.h (moved) * uspace/lib/socket/Makefile (modified) * uspace/lib/socket/include/net_err.h (modified) ping overhaul: * coding style * shorter and better readable ... Fri, 09 Apr 2010 13:12:49 GMT Martin Decky [4196304] * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/types.h (modified) * uspace/lib/c/arch/amd64/include/types.h (modified) * uspace/lib/c/arch/arm32/include/types.h (modified) * uspace/lib/c/arch/ia32/include/types.h (modified) * uspace/lib/c/arch/ia64/include/types.h (modified) * uspace/lib/c/arch/mips32/include/types.h (modified) * uspace/lib/c/arch/ppc32/include/types.h (modified) * uspace/lib/c/arch/sparc64/include/types.h (modified) use integer types detected by autotool also in uspace Fri, 09 Apr 2010 11:18:08 GMT Stanislav Kozina [638927a] * kernel/generic/src/ps/ps.c (modified) * uspace/app/ps/ps.c (modified) * uspace/app/top/ps.c (modified) * uspace/app/top/ps.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/lib/c/generic/ps.c (modified) * uspace/lib/c/include/ps.h (modified) top echoes also thread state overview write_barrier() after ... Fri, 09 Apr 2010 09:41:39 GMT Stanislav Kozina [faf38b2] * kernel/generic/include/ps/ps.h (modified) * kernel/generic/include/ps/taskinfo.h (modified) * kernel/generic/src/ps/ps.c (modified) * uspace/app/ps/ps.c (modified) * uspace/app/top/ps.c (modified) * uspace/lib/c/generic/ps.c (modified) * uspace/lib/c/include/ps.h (modified) Removed thread selection from kernel. Now all threads are copied to ... Wed, 07 Apr 2010 10:24:00 GMT Stanislav Kozina [516adce] * kernel/Makefile (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/ps/meminfo.h (added) * kernel/generic/include/ps/ps.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/ps/mem.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/top/Makefile (modified) * uspace/app/top/func.c (added) * uspace/app/top/func.h (added) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/cpuinfo.c (moved) * uspace/lib/c/generic/meminfo.c (added) * uspace/lib/c/include/ps.h (modified) top echoes also physical memory overview Tue, 06 Apr 2010 11:29:51 GMT Martin Decky [0a72efc] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/strerror.c (added) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/strerror.h (added) add support for decoding error values Thu, 01 Apr 2010 21:31:25 GMT Stanislav Kozina [62550dce] * kernel/Makefile (modified) * kernel/generic/include/ps/cpuinfo.h (added) * kernel/generic/include/ps/load.h (modified) * kernel/generic/include/ps/ps.h (modified) * kernel/generic/include/ps/uptime.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/ps/cpu.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/ps/ps.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/cpu.c (added) * uspace/lib/c/include/ps.h (modified) ps -c echoes info about CPU's cpu count is accessible through ... Thu, 01 Apr 2010 15:21:03 GMT Stanislav Kozina [79edc36] * kernel/generic/include/ps/load.h (modified) * kernel/generic/src/ps/load.c (modified) * uspace/app/ps/ps.c (modified) * uspace/app/top/input.c (modified) * uspace/app/top/input.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (added) * uspace/app/uptime/uptime.c (modified) * uspace/lib/c/generic/load.c (modified) * uspace/lib/c/include/load.h (modified) System load echo fix, now it looks realistic top echoes first values ... Wed, 31 Mar 2010 19:49:32 GMT Stanislav Kozina [c0379fc] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/generic/include/ps/uptime.h (added) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/ps/uptime.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/uptime/Makefile (added) * uspace/app/uptime/uptime.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/uptime.c (added) * uspace/lib/c/include/uptime.h (added) uptime Wed, 31 Mar 2010 09:30:04 GMT Stanislav Kozina [944f2cab] * kernel/generic/include/ps/load.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/ps/load.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/ps/ps.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/load.c (added) * uspace/lib/c/include/load.h (added) ps -l echoes system load Fri, 26 Mar 2010 21:30:37 GMT Jiri Svoboda [eaf22d4] * uspace/lib/c/include/vfs/vfs.h (modified) Fix typo. Thu, 25 Mar 2010 10:20:40 GMT Stanislav Kozina [18b5402c] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/ps/ps.h (added) * kernel/generic/include/ps/taskinfo.h (added) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/ps/ps.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/ps/Makefile (added) * uspace/app/ps/ps.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/ps.c (added) * uspace/lib/c/include/ps.h (added) ps Tue, 23 Mar 2010 14:56:27 GMT Martin Decky [63f8966] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/block/Makefile (moved) * uspace/lib/block/libblock.c (moved) * uspace/lib/block/libblock.h (moved) * uspace/lib/c/Makefile (moved) * uspace/lib/c/arch/abs32le/Makefile.common (moved) * uspace/lib/c/arch/abs32le/Makefile.inc (moved) * uspace/lib/c/arch/abs32le/_link.ld.in (moved) * uspace/lib/c/arch/abs32le/include/atomic.h (moved) * uspace/lib/c/arch/abs32le/include/config.h (moved) * uspace/lib/c/arch/abs32le/include/ddi.h (moved) * uspace/lib/c/arch/abs32le/include/entry.h (moved) * uspace/lib/c/arch/abs32le/include/faddr.h (moved) * uspace/lib/c/arch/abs32le/include/fibril.h (moved) * uspace/lib/c/arch/abs32le/include/inttypes.h (moved) * uspace/lib/c/arch/abs32le/include/istate.h (moved) * uspace/lib/c/arch/abs32le/include/limits.h (moved) * uspace/lib/c/arch/abs32le/include/syscall.h (moved) * uspace/lib/c/arch/abs32le/include/thread.h (moved) * uspace/lib/c/arch/abs32le/include/tls.h (moved) * uspace/lib/c/arch/abs32le/include/types.h (moved) * uspace/lib/c/arch/abs32le/src/entry.c (moved) * uspace/lib/c/arch/abs32le/src/fibril.c (moved) * uspace/lib/c/arch/abs32le/src/stacktrace.c (moved) * uspace/lib/c/arch/abs32le/src/syscall.c (moved) * uspace/lib/c/arch/abs32le/src/thread_entry.c (moved) * uspace/lib/c/arch/abs32le/src/tls.c (moved) * uspace/lib/c/arch/amd64/Makefile.common (moved) * uspace/lib/c/arch/amd64/Makefile.inc (moved) * uspace/lib/c/arch/amd64/_link.ld.in (moved) * uspace/lib/c/arch/amd64/include/atomic.h (moved) * uspace/lib/c/arch/amd64/include/config.h (moved) * uspace/lib/c/arch/amd64/include/ddi.h (moved) * uspace/lib/c/arch/amd64/include/faddr.h (moved) * uspace/lib/c/arch/amd64/include/fibril.h (moved) * uspace/lib/c/arch/amd64/include/inttypes.h (moved) * uspace/lib/c/arch/amd64/include/istate.h (moved) * uspace/lib/c/arch/amd64/include/limits.h (moved) * uspace/lib/c/arch/amd64/include/stackarg.h (moved) * uspace/lib/c/arch/amd64/include/syscall.h (moved) * uspace/lib/c/arch/amd64/include/thread.h (moved) * uspace/lib/c/arch/amd64/include/tls.h (moved) * uspace/lib/c/arch/amd64/include/types.h (moved) * uspace/lib/c/arch/amd64/src/entry.s (moved) * uspace/lib/c/arch/amd64/src/fibril.S (moved) * uspace/lib/c/arch/amd64/src/stacktrace.c (moved) * uspace/lib/c/arch/amd64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/amd64/src/syscall.S (moved) * uspace/lib/c/arch/amd64/src/thread_entry.s (moved) * uspace/lib/c/arch/amd64/src/tls.c (moved) * uspace/lib/c/arch/arm32/Makefile.common (moved) * uspace/lib/c/arch/arm32/Makefile.inc (moved) * uspace/lib/c/arch/arm32/_link.ld.in (moved) * uspace/lib/c/arch/arm32/include/atomic.h (moved) * uspace/lib/c/arch/arm32/include/config.h (moved) * uspace/lib/c/arch/arm32/include/ddi.h (moved) * uspace/lib/c/arch/arm32/include/faddr.h (moved) * uspace/lib/c/arch/arm32/include/fibril.h (moved) * uspace/lib/c/arch/arm32/include/inttypes.h (moved) * uspace/lib/c/arch/arm32/include/istate.h (moved) * uspace/lib/c/arch/arm32/include/limits.h (moved) * uspace/lib/c/arch/arm32/include/stackarg.h (moved) * uspace/lib/c/arch/arm32/include/syscall.h (moved) * uspace/lib/c/arch/arm32/include/thread.h (moved) * uspace/lib/c/arch/arm32/include/tls.h (moved) * uspace/lib/c/arch/arm32/include/types.h (moved) * uspace/lib/c/arch/arm32/src/eabi.S (moved) * uspace/lib/c/arch/arm32/src/entry.s (moved) * uspace/lib/c/arch/arm32/src/fibril.S (moved) * uspace/lib/c/arch/arm32/src/stacktrace.c (moved) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/arm32/src/syscall.c (moved) * uspace/lib/c/arch/arm32/src/thread_entry.s (moved) * uspace/lib/c/arch/arm32/src/tls.c (moved) * uspace/lib/c/arch/ia32/Makefile.common (moved) * uspace/lib/c/arch/ia32/Makefile.inc (moved) * uspace/lib/c/arch/ia32/_link.ld.in (moved) * uspace/lib/c/arch/ia32/include/atomic.h (moved) * uspace/lib/c/arch/ia32/include/config.h (moved) * uspace/lib/c/arch/ia32/include/ddi.h (moved) * uspace/lib/c/arch/ia32/include/faddr.h (moved) * uspace/lib/c/arch/ia32/include/fibril.h (moved) * uspace/lib/c/arch/ia32/include/inttypes.h (moved) * uspace/lib/c/arch/ia32/include/istate.h (moved) * uspace/lib/c/arch/ia32/include/limits.h (moved) * uspace/lib/c/arch/ia32/include/syscall.h (moved) * uspace/lib/c/arch/ia32/include/thread.h (moved) * uspace/lib/c/arch/ia32/include/tls.h (moved) * uspace/lib/c/arch/ia32/include/types.h (moved) * uspace/lib/c/arch/ia32/src/entry.s (moved) * uspace/lib/c/arch/ia32/src/fibril.S (moved) * uspace/lib/c/arch/ia32/src/setjmp.S (moved) * uspace/lib/c/arch/ia32/src/stacktrace.c (moved) * uspace/lib/c/arch/ia32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ia32/src/syscall.S (moved) * uspace/lib/c/arch/ia32/src/thread_entry.s (moved) * uspace/lib/c/arch/ia32/src/tls.c (moved) * uspace/lib/c/arch/ia64/Makefile.common (moved) * uspace/lib/c/arch/ia64/Makefile.inc (moved) * uspace/lib/c/arch/ia64/_link.ld.in (moved) * uspace/lib/c/arch/ia64/include/atomic.h (moved) * uspace/lib/c/arch/ia64/include/config.h (moved) * uspace/lib/c/arch/ia64/include/ddi.h (moved) * uspace/lib/c/arch/ia64/include/faddr.h (moved) * uspace/lib/c/arch/ia64/include/fibril.h (moved) * uspace/lib/c/arch/ia64/include/inttypes.h (moved) * uspace/lib/c/arch/ia64/include/istate.h (moved) * uspace/lib/c/arch/ia64/include/limits.h (moved) * uspace/lib/c/arch/ia64/include/stack.h (moved) * uspace/lib/c/arch/ia64/include/stackarg.h (moved) * uspace/lib/c/arch/ia64/include/syscall.h (moved) * uspace/lib/c/arch/ia64/include/thread.h (moved) * uspace/lib/c/arch/ia64/include/tls.h (moved) * uspace/lib/c/arch/ia64/include/types.h (moved) * uspace/lib/c/arch/ia64/src/ddi.c (moved) * uspace/lib/c/arch/ia64/src/entry.s (moved) * uspace/lib/c/arch/ia64/src/fibril.S (moved) * uspace/lib/c/arch/ia64/src/stacktrace.c (moved) * uspace/lib/c/arch/ia64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ia64/src/syscall.S (moved) * uspace/lib/c/arch/ia64/src/thread_entry.s (moved) * uspace/lib/c/arch/ia64/src/tls.c (moved) * uspace/lib/c/arch/mips32/Makefile.common (moved) * uspace/lib/c/arch/mips32/Makefile.inc (moved) * uspace/lib/c/arch/mips32/_link.ld.in (moved) * uspace/lib/c/arch/mips32/include/atomic.h (moved) * uspace/lib/c/arch/mips32/include/config.h (moved) * uspace/lib/c/arch/mips32/include/ddi.h (moved) * uspace/lib/c/arch/mips32/include/faddr.h (moved) * uspace/lib/c/arch/mips32/include/fibril.h (moved) * uspace/lib/c/arch/mips32/include/inttypes.h (moved) * uspace/lib/c/arch/mips32/include/istate.h (moved) * uspace/lib/c/arch/mips32/include/limits.h (moved) * uspace/lib/c/arch/mips32/include/syscall.h (moved) * uspace/lib/c/arch/mips32/include/thread.h (moved) * uspace/lib/c/arch/mips32/include/tls.h (moved) * uspace/lib/c/arch/mips32/include/types.h (moved) * uspace/lib/c/arch/mips32/src/entry.s (moved) * uspace/lib/c/arch/mips32/src/fibril.S (moved) * uspace/lib/c/arch/mips32/src/stacktrace.c (moved) * uspace/lib/c/arch/mips32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/mips32/src/syscall.c (moved) * uspace/lib/c/arch/mips32/src/thread_entry.s (moved) * uspace/lib/c/arch/mips32/src/tls.c (moved) * uspace/lib/c/arch/mips32eb/Makefile.common (moved) * uspace/lib/c/arch/mips32eb/Makefile.inc (moved) * uspace/lib/c/arch/mips32eb/_link.ld.in (moved) * uspace/lib/c/arch/mips32eb/include/atomic.h (moved) * uspace/lib/c/arch/mips32eb/include/config.h (moved) * uspace/lib/c/arch/mips32eb/include/ddi.h (moved) * uspace/lib/c/arch/mips32eb/include/faddr.h (moved) * uspace/lib/c/arch/mips32eb/include/fibril.h (moved) * uspace/lib/c/arch/mips32eb/include/inttypes.h (moved) * uspace/lib/c/arch/mips32eb/include/istate.h (moved) * uspace/lib/c/arch/mips32eb/include/limits.h (moved) * uspace/lib/c/arch/mips32eb/include/syscall.h (moved) * uspace/lib/c/arch/mips32eb/include/thread.h (moved) * uspace/lib/c/arch/mips32eb/include/tls.h (moved) * uspace/lib/c/arch/mips32eb/include/types.h (moved) * uspace/lib/c/arch/mips32eb/src (moved) * uspace/lib/c/arch/ppc32/Makefile.common (moved) * uspace/lib/c/arch/ppc32/Makefile.inc (moved) * uspace/lib/c/arch/ppc32/_link.ld.in (moved) * uspace/lib/c/arch/ppc32/include/atomic.h (moved) * uspace/lib/c/arch/ppc32/include/config.h (moved) * uspace/lib/c/arch/ppc32/include/ddi.h (moved) * uspace/lib/c/arch/ppc32/include/faddr.h (moved) * uspace/lib/c/arch/ppc32/include/fibril.h (moved) * uspace/lib/c/arch/ppc32/include/inttypes.h (moved) * uspace/lib/c/arch/ppc32/include/istate.h (moved) * uspace/lib/c/arch/ppc32/include/limits.h (moved) * uspace/lib/c/arch/ppc32/include/regname.h (moved) * uspace/lib/c/arch/ppc32/include/stackarg.h (moved) * uspace/lib/c/arch/ppc32/include/syscall.h (moved) * uspace/lib/c/arch/ppc32/include/thread.h (moved) * uspace/lib/c/arch/ppc32/include/tls.h (moved) * uspace/lib/c/arch/ppc32/include/types.h (moved) * uspace/lib/c/arch/ppc32/src/entry.s (moved) * uspace/lib/c/arch/ppc32/src/fibril.S (moved) * uspace/lib/c/arch/ppc32/src/stacktrace.c (moved) * uspace/lib/c/arch/ppc32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ppc32/src/syscall.c (moved) * uspace/lib/c/arch/ppc32/src/thread_entry.s (moved) * uspace/lib/c/arch/ppc32/src/tls.c (moved) * uspace/lib/c/arch/sparc64/Makefile.common (moved) * uspace/lib/c/arch/sparc64/Makefile.inc (moved) * uspace/lib/c/arch/sparc64/_link.ld.in (moved) * uspace/lib/c/arch/sparc64/include/atomic.h (moved) * uspace/lib/c/arch/sparc64/include/config.h (moved) * uspace/lib/c/arch/sparc64/include/ddi.h (moved) * uspace/lib/c/arch/sparc64/include/faddr.h (moved) * uspace/lib/c/arch/sparc64/include/fibril.h (moved) * uspace/lib/c/arch/sparc64/include/inttypes.h (moved) * uspace/lib/c/arch/sparc64/include/istate.h (moved) * uspace/lib/c/arch/sparc64/include/limits.h (moved) * uspace/lib/c/arch/sparc64/include/stack.h (moved) * uspace/lib/c/arch/sparc64/include/stackarg.h (moved) * uspace/lib/c/arch/sparc64/include/syscall.h (moved) * uspace/lib/c/arch/sparc64/include/thread.h (moved) * uspace/lib/c/arch/sparc64/include/tls.h (moved) * uspace/lib/c/arch/sparc64/include/types.h (moved) * uspace/lib/c/arch/sparc64/src/entry.s (moved) * uspace/lib/c/arch/sparc64/src/fibril.S (moved) * uspace/lib/c/arch/sparc64/src/stacktrace.c (moved) * uspace/lib/c/arch/sparc64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/sparc64/src/thread_entry.s (moved) * uspace/lib/c/arch/sparc64/src/tls.c (moved) * uspace/lib/c/generic/adt/hash_table.c (moved) * uspace/lib/c/generic/adt/list.c (moved) * uspace/lib/c/generic/as.c (moved) * uspace/lib/c/generic/async.c (moved) * uspace/lib/c/generic/cap.c (moved) * uspace/lib/c/generic/clipboard.c (moved) * uspace/lib/c/generic/ddi.c (moved) * uspace/lib/c/generic/devmap.c (moved) * uspace/lib/c/generic/err.c (moved) * uspace/lib/c/generic/errno.c (moved) * uspace/lib/c/generic/event.c (moved) * uspace/lib/c/generic/fibril.c (moved) * uspace/lib/c/generic/fibril_synch.c (moved) * uspace/lib/c/generic/futex.c (moved) * uspace/lib/c/generic/getopt.c (moved) * uspace/lib/c/generic/io/asprintf.c (moved) * uspace/lib/c/generic/io/console.c (moved) * uspace/lib/c/generic/io/io.c (moved) * uspace/lib/c/generic/io/klog.c (moved) * uspace/lib/c/generic/io/printf.c (moved) * uspace/lib/c/generic/io/printf_core.c (moved) * uspace/lib/c/generic/io/snprintf.c (moved) * uspace/lib/c/generic/io/vprintf.c (moved) * uspace/lib/c/generic/io/vsnprintf.c (moved) * uspace/lib/c/generic/ipc.c (moved) * uspace/lib/c/generic/libc.c (moved) * uspace/lib/c/generic/loader.c (moved) * uspace/lib/c/generic/malloc.c (moved) * uspace/lib/c/generic/mem.c (moved) * uspace/lib/c/generic/mman.c (moved) * uspace/lib/c/generic/pcb.c (moved) * uspace/lib/c/generic/smc.c (moved) * uspace/lib/c/generic/stacktrace.c (moved) * uspace/lib/c/generic/stdlib.c (moved) * uspace/lib/c/generic/str.c (moved) * uspace/lib/c/generic/sysinfo.c (moved) * uspace/lib/c/generic/task.c (moved) * uspace/lib/c/generic/thread.c (moved) * uspace/lib/c/generic/time.c (moved) * uspace/lib/c/generic/tls.c (moved) * uspace/lib/c/generic/udebug.c (moved) * uspace/lib/c/generic/vfs/canonify.c (moved) * uspace/lib/c/generic/vfs/vfs.c (moved) * uspace/lib/c/include/adt/fifo.h (moved) * uspace/lib/c/include/adt/gcdlcm.h (moved) * uspace/lib/c/include/adt/hash_table.h (moved) * uspace/lib/c/include/adt/list.h (moved) * uspace/lib/c/include/align.h (moved) * uspace/lib/c/include/as.h (moved) * uspace/lib/c/include/assert.h (moved) * uspace/lib/c/include/async.h (moved) * uspace/lib/c/include/async_priv.h (moved) * uspace/lib/c/include/atomic.h (moved) * uspace/lib/c/include/atomicdflt.h (moved) * uspace/lib/c/include/bitops.h (moved) * uspace/lib/c/include/bool.h (moved) * uspace/lib/c/include/byteorder.h (moved) * uspace/lib/c/include/cap.h (moved) * uspace/lib/c/include/clipboard.h (moved) * uspace/lib/c/include/ctype.h (moved) * uspace/lib/c/include/ddi.h (moved) * uspace/lib/c/include/devmap.h (moved) * uspace/lib/c/include/dirent.h (moved) * uspace/lib/c/include/err.h (moved) * uspace/lib/c/include/errno.h (moved) * uspace/lib/c/include/event.h (moved) * uspace/lib/c/include/fcntl.h (moved) * uspace/lib/c/include/fibril.h (moved) * uspace/lib/c/include/fibril_synch.h (moved) * uspace/lib/c/include/futex.h (moved) * uspace/lib/c/include/getopt.h (moved) * uspace/lib/c/include/inttypes.h (moved) * uspace/lib/c/include/io/color.h (moved) * uspace/lib/c/include/io/console.h (moved) * uspace/lib/c/include/io/keycode.h (moved) * uspace/lib/c/include/io/klog.h (moved) * uspace/lib/c/include/io/printf_core.h (moved) * uspace/lib/c/include/io/style.h (moved) * uspace/lib/c/include/ipc/adb.h (moved) * uspace/lib/c/include/ipc/bd.h (moved) * uspace/lib/c/include/ipc/bus.h (moved) * uspace/lib/c/include/ipc/char.h (moved) * uspace/lib/c/include/ipc/clipboard.h (moved) * uspace/lib/c/include/ipc/console.h (moved) * uspace/lib/c/include/ipc/devmap.h (moved) * uspace/lib/c/include/ipc/fb.h (moved) * uspace/lib/c/include/ipc/ipc.h (moved) * uspace/lib/c/include/ipc/kbd.h (moved) * uspace/lib/c/include/ipc/loader.h (moved) * uspace/lib/c/include/ipc/mouse.h (moved) * uspace/lib/c/include/ipc/ns.h (moved) * uspace/lib/c/include/ipc/services.h (moved) * uspace/lib/c/include/ipc/vfs.h (moved) * uspace/lib/c/include/libc.h (moved) * uspace/lib/c/include/limits.h (moved) * uspace/lib/c/include/loader/loader.h (moved) * uspace/lib/c/include/loader/pcb.h (moved) * uspace/lib/c/include/macros.h (moved) * uspace/lib/c/include/malloc.h (moved) * uspace/lib/c/include/mem.h (moved) * uspace/lib/c/include/rwlock.h (moved) * uspace/lib/c/include/setjmp.h (moved) * uspace/lib/c/include/smc.h (moved) * uspace/lib/c/include/stacktrace.h (moved) * uspace/lib/c/include/stdarg.h (moved) * uspace/lib/c/include/stddef.h (moved) * uspace/lib/c/include/stdint.h (moved) * uspace/lib/c/include/stdio.h (moved) * uspace/lib/c/include/stdlib.h (moved) * uspace/lib/c/include/str.h (moved) * uspace/lib/c/include/sys/mman.h (moved) * uspace/lib/c/include/sys/stat.h (moved) * uspace/lib/c/include/sys/time.h (moved) * uspace/lib/c/include/sys/typefmt.h (moved) * uspace/lib/c/include/sys/types.h (moved) * uspace/lib/c/include/syscall.h (moved) * uspace/lib/c/include/sysinfo.h (moved) * uspace/lib/c/include/task.h (moved) * uspace/lib/c/include/thread.h (moved) * uspace/lib/c/include/time.h (moved) * uspace/lib/c/include/tls.h (moved) * uspace/lib/c/include/udebug.h (moved) * uspace/lib/c/include/unistd.h (moved) * uspace/lib/c/include/vfs/canonify.h (moved) * uspace/lib/c/include/vfs/vfs.h (moved) * uspace/lib/fs/Makefile (moved) * uspace/lib/fs/libfs.c (moved) * uspace/lib/fs/libfs.h (moved) * uspace/lib/pci/COPYING (moved) * uspace/lib/pci/Makefile (moved) * uspace/lib/pci/VERSION (moved) * uspace/lib/pci/access.c (moved) * uspace/lib/pci/generic.c (moved) * uspace/lib/pci/header.h (moved) * uspace/lib/pci/i386-ports.c (moved) * uspace/lib/pci/internal.h (moved) * uspace/lib/pci/names.c (moved) * uspace/lib/pci/pci.h (moved) * uspace/lib/pci/pci_ids.h (moved) * uspace/lib/pci/sysdep.h (moved) * uspace/lib/pci/types.h (moved) rename library directories (the common "lib" prefix is already in the ...