# # ChangeLog for uspace/srv/hw in mainline # # Generated by Trac 1.6 # 2025-08-22T09:17:50Z Wed, 20 Oct 2010 19:44:51 GMT Jakub Jermar [78a9e5ef] * contrib/arch/uspace/srv/pci/pci.adl (deleted) * contrib/arch/uspace/srv/pci/pci.bp (deleted) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/lspci/COPYING (deleted) * uspace/app/lspci/Makefile (deleted) * uspace/app/lspci/libpci/Makefile (deleted) * uspace/app/lspci/libpci/VERSION (deleted) * uspace/app/lspci/libpci/access.c (deleted) * uspace/app/lspci/libpci/generic.c (deleted) * uspace/app/lspci/libpci/header.h (deleted) * uspace/app/lspci/libpci/i386-ports.c (deleted) * uspace/app/lspci/libpci/internal.h (deleted) * uspace/app/lspci/libpci/names.c (deleted) * uspace/app/lspci/libpci/pci.h (deleted) * uspace/app/lspci/libpci/pci_ids.h (deleted) * uspace/app/lspci/libpci/sysdep.h (deleted) * uspace/app/lspci/libpci/types.h (deleted) * uspace/app/lspci/libpci/us2.c (deleted) * uspace/app/lspci/pci.c (deleted) * uspace/app/lspci/update-ids (deleted) * uspace/lib/pci/COPYING (deleted) * uspace/lib/pci/Makefile (deleted) * uspace/lib/pci/VERSION (deleted) * uspace/lib/pci/access.c (deleted) * uspace/lib/pci/generic.c (deleted) * uspace/lib/pci/header.h (deleted) * uspace/lib/pci/i386-ports.c (deleted) * uspace/lib/pci/internal.h (deleted) * uspace/lib/pci/names.c (deleted) * uspace/lib/pci/pci.h (deleted) * uspace/lib/pci/pci_ids.h (deleted) * uspace/lib/pci/sysdep.h (deleted) * uspace/lib/pci/types.h (deleted) * uspace/srv/hw/bus/pci/Makefile (deleted) * uspace/srv/hw/bus/pci/pci.c (deleted) * uspace/srv/hw/bus/pci/update-ids (deleted) Remove libpci and its offsprings. Thu, 14 Oct 2010 22:06:53 GMT Jakub Jermar [f63a591d] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/netecho/Makefile (modified) * uspace/app/nettest1/Makefile (modified) * uspace/app/nettest2/Makefile (modified) * uspace/app/ping/Makefile (modified) * uspace/lib/net/Makefile (modified) * uspace/lib/net/netif/netif_local.c (modified) * uspace/lib/packet/Makefile (moved) * uspace/lib/packet/generic/packet_server.c (moved) * uspace/lib/packet/include/packet_local.h (moved) * uspace/lib/packet/include/packet_server.h (moved) * uspace/srv/hw/netif/dp8390/Makefile (modified) * uspace/srv/net/il/arp/Makefile (modified) * uspace/srv/net/il/ip/Makefile (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/net_standalone.c (modified) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/netstart/Makefile (modified) * uspace/srv/net/nil/eth/Makefile (modified) * uspace/srv/net/nil/nildummy/Makefile (modified) * uspace/srv/net/tl/icmp/Makefile (modified) * uspace/srv/net/tl/tcp/Makefile (modified) * uspace/srv/net/tl/udp/Makefile (modified) Rename what remained of libsocket to libpacket. Thu, 14 Oct 2010 21:50:26 GMT Jakub Jermar [514ee46] * uspace/lib/net/Makefile (modified) * uspace/lib/net/generic/generic.c (added) * uspace/lib/net/generic/net_remote.c (modified) * uspace/lib/net/generic/packet_client.c (modified) * uspace/lib/net/generic/packet_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/generic.h (added) * uspace/lib/net/include/il_interface.h (modified) * uspace/lib/net/include/ip_remote.h (modified) * uspace/lib/net/include/netif_remote.h (modified) * uspace/lib/net/include/nil_interface.h (modified) * uspace/lib/net/include/nil_remote.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/icmp_remote.c (modified) * uspace/lib/socket/include/net_messages.h (deleted) * 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/ip/ip.c (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/nildummy/nildummy.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 the rest of net_messages.h to standard library. 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. 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:45:11 GMT Jakub Jermar [0a866eeb] * uspace/lib/net/Makefile (modified) * uspace/lib/net/generic/packet_client.c (moved) * uspace/lib/net/generic/packet_remote.c (modified) * uspace/lib/net/generic/socket_core.c (moved) * uspace/lib/net/il/ip_client.c (modified) * uspace/lib/net/il/ip_remote.c (modified) * uspace/lib/net/include/il_interface.h (modified) * uspace/lib/net/include/netif_interface.h (modified) * uspace/lib/net/include/packet_client.h (moved) * 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/icmp_client.c (modified) * uspace/lib/net/tl/icmp_remote.c (modified) * uspace/lib/net/tl/tl_common.c (modified) * uspace/lib/socket/Makefile (modified) * uspace/lib/socket/include/packet/packet_local.h (added) * uspace/lib/socket/packet/packet_server.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/nil/eth/eth.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) Fix packet_get_copy() and socket_destroy_core() to use the remote ... 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 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 ... 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. Wed, 28 Jul 2010 21:17:27 GMT Jiri Svoboda [07c66cf] * kernel/genarch/include/drivers/s3c24xx_uart/s3c24xx_uart.h (modified) * kernel/genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (modified) Avoid magic numbers. Tue, 27 Jul 2010 21:29:29 GMT Jiri Svoboda [1720cf9] * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) Fix accidentally disabling FIFO in userspace. Also, log receive errors. Tue, 27 Jul 2010 20:13:05 GMT Jiri Svoboda [3d9d948] * kernel/genarch/src/drivers/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) Operate S3C24xx UART in FIFO mode. Tue, 27 Jul 2010 19:00:20 GMT Jiri Svoboda [a9b5b5f] * boot/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/srv/hid/kbd/Makefile (modified) * uspace/srv/hid/kbd/port/chardev.c (modified) * uspace/srv/hw/char/s3c24xx_uart/Makefile (added) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (added) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h (added) Userspace S3C24xx UART driver. Use for kbd input from gta02 serial ... 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 ... Thu, 15 Apr 2010 06:46:11 GMT Martin Decky [d3b3395] * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) remove debug prints Fri, 09 Apr 2010 12:54:57 GMT Martin Decky [14f1db0] * HelenOS.config (modified) * boot/Makefile.common (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/net/Makefile (modified) * uspace/lib/net/generic/net_remote.c (modified) * uspace/lib/net/generic/packet_remote.c (modified) * uspace/lib/net/il/arp_remote.c (modified) * uspace/lib/net/il/ip_client.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/il_local.h (moved) * uspace/lib/net/include/il_messages.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 (added) * uspace/lib/net/include/ip_remote.h (added) * uspace/lib/net/include/net_interface.h (modified) * uspace/lib/net/include/netif.h (deleted) * uspace/lib/net/include/netif_interface.h (modified) * uspace/lib/net/include/netif_local.h (added) * uspace/lib/net/include/netif_messages.h (modified) * uspace/lib/net/include/netif_module.h (deleted) * uspace/lib/net/include/netif_remote.h (added) * uspace/lib/net/include/nil_interface.h (modified) * uspace/lib/net/include/nil_local.h (moved) * uspace/lib/net/include/nil_messages.h (modified) * uspace/lib/net/include/nil_remote.h (moved) * uspace/lib/net/include/packet_remote.h (moved) * uspace/lib/net/include/tl_common.h (modified) * uspace/lib/net/include/tl_interface.h (modified) * uspace/lib/net/include/tl_local.h (moved) * uspace/lib/net/netif/netif.c (deleted) * uspace/lib/net/netif/netif_local.c (added) * uspace/lib/net/netif/netif_nil_bundle.c (modified) * uspace/lib/net/netif/netif_remote.c (moved) * uspace/lib/net/netif/netif_standalone.c (deleted) * uspace/lib/net/nil/nil_remote.c (modified) * uspace/lib/net/tl/icmp_remote.c (modified) * uspace/lib/net/tl/tl_common.c (modified) * uspace/lib/socket/generic/net_modules.c (modified) * uspace/lib/socket/generic/socket_core.c (modified) * uspace/lib/socket/include/net_messages.h (modified) * uspace/lib/socket/include/net_modules.h (modified) * uspace/lib/socket/include/packet/packet_client.h (modified) * uspace/lib/socket/packet/packet_client.c (modified) * uspace/lib/socket/packet/packet_server.c (modified) * uspace/srv/hw/netif/dp8390/Makefile (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/net/cfg/Makefile (moved) * uspace/srv/net/cfg/general (moved) * uspace/srv/net/cfg/lo.netif_nil_bundle (moved) * uspace/srv/net/cfg/lo.netif_standalone (moved) * uspace/srv/net/cfg/module/general (deleted) * uspace/srv/net/cfg/ne2k.netif_nil_bundle (moved) * uspace/srv/net/cfg/ne2k.netif_standalone (moved) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp_module.c (modified) * uspace/srv/net/il/arp/arp_module.h (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip_module.c (modified) * uspace/srv/net/il/ip/ip_module.h (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net_standalone.c (modified) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/nil/eth/Makefile (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth_module.c (modified) * uspace/srv/net/nil/nildummy/Makefile (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/icmp/icmp_module.h (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/tcp/tcp.h (modified) * uspace/srv/net/tl/tcp/tcp_module.c (modified) * uspace/srv/net/tl/tcp/tcp_module.h (modified) * uspace/srv/net/tl/udp/udp.c (modified) * uspace/srv/net/tl/udp/udp_module.c (modified) * uspace/srv/net/tl/udp/udp_module.h (modified) networking overhaul: - separation of conserns - removal of ... Tue, 06 Apr 2010 11:41:48 GMT Martin Decky [24ab58b3] * uspace/lib/net/il/ip_remote.c (modified) * uspace/lib/net/include/netif.h (modified) * uspace/lib/net/include/netif_nil_bundle.h (modified) * uspace/lib/net/include/netif_standalone.h (modified) * uspace/lib/net/include/nil_module.h (modified) * uspace/lib/net/include/nil_standalone.h (modified) * uspace/lib/net/netif/netif.c (modified) * uspace/lib/net/netif/netif_nil_bundle.c (modified) * uspace/lib/net/netif/netif_standalone.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/net/net_bundle.c (modified) * uspace/srv/net/net/net_standalone.c (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/netstart/netstart.c (modified) * uspace/srv/net/netstart/self_test.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth.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.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) more compact network startup messages (usually one line instead of ... Tue, 30 Mar 2010 18:39:04 GMT Martin Decky [849ed54] * HelenOS.config (modified) * boot/Makefile.common (modified) * defaults/arm32/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/sun4v/Makefile.config (modified) * defaults/special/Makefile.config (modified) * defaults/special/abs32le/Makefile.config (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/netecho/Makefile (moved) * uspace/app/netecho/netecho.c (moved) * uspace/app/netecho/parse.c (moved) * uspace/app/netecho/parse.h (moved) * uspace/app/netecho/print_error.c (moved) * uspace/app/netecho/print_error.h (moved) * uspace/app/nettest1/Makefile (moved) * uspace/app/nettest1/nettest.c (moved) * uspace/app/nettest1/nettest.h (moved) * uspace/app/nettest1/nettest1.c (moved) * uspace/app/nettest1/parse.c (added) * uspace/app/nettest1/parse.h (added) * uspace/app/nettest1/print_error.c (added) * uspace/app/nettest1/print_error.h (added) * uspace/app/nettest2/Makefile (moved) * uspace/app/nettest2/nettest.c (added) * uspace/app/nettest2/nettest.h (added) * uspace/app/nettest2/nettest2.c (moved) * uspace/app/nettest2/parse.c (added) * uspace/app/nettest2/parse.h (added) * uspace/app/nettest2/print_error.c (added) * uspace/app/nettest2/print_error.h (added) * uspace/app/ping/Makefile (moved) * uspace/app/ping/parse.c (added) * uspace/app/ping/parse.h (added) * uspace/app/ping/ping.c (moved) * uspace/app/ping/print_error.c (added) * uspace/app/ping/print_error.h (added) * uspace/lib/net/Makefile (added) * uspace/lib/net/adt/module_map.c (moved) * uspace/lib/net/generic/net_checksum.c (moved) * uspace/lib/net/generic/net_remote.c (moved) * uspace/lib/net/generic/packet_remote.c (moved) * uspace/lib/net/il/arp_remote.c (moved) * uspace/lib/net/il/ip_client.c (moved) * uspace/lib/net/il/ip_remote.c (moved) * uspace/lib/net/include/adt/module_map.h (moved) * uspace/lib/net/include/arp_interface.h (moved) * uspace/lib/net/include/arp_messages.h (moved) * uspace/lib/net/include/ethernet_lsap.h (moved) * uspace/lib/net/include/ethernet_protocols.h (moved) * uspace/lib/net/include/icmp_client.h (moved) * uspace/lib/net/include/icmp_header.h (moved) * uspace/lib/net/include/icmp_interface.h (moved) * uspace/lib/net/include/il_interface.h (moved) * uspace/lib/net/include/il_messages.h (moved) * uspace/lib/net/include/il_standalone.h (added) * uspace/lib/net/include/ip_client.h (moved) * uspace/lib/net/include/ip_header.h (moved) * uspace/lib/net/include/ip_interface.h (moved) * uspace/lib/net/include/ip_messages.h (moved) * uspace/lib/net/include/net_checksum.h (moved) * uspace/lib/net/include/net_hardware.h (moved) * uspace/lib/net/include/net_interface.h (moved) * uspace/lib/net/include/net_net_messages.h (moved) * uspace/lib/net/include/netif.h (moved) * uspace/lib/net/include/netif_interface.h (moved) * uspace/lib/net/include/netif_messages.h (moved) * uspace/lib/net/include/netif_module.h (moved) * uspace/lib/net/include/netif_nil_bundle.h (added) * uspace/lib/net/include/netif_standalone.h (added) * uspace/lib/net/include/nil_interface.h (moved) * uspace/lib/net/include/nil_messages.h (moved) * uspace/lib/net/include/nil_module.h (moved) * uspace/lib/net/include/nil_standalone.h (added) * uspace/lib/net/include/protocol_map.h (moved) * uspace/lib/net/include/tl_common.h (moved) * uspace/lib/net/include/tl_interface.h (moved) * uspace/lib/net/include/tl_messages.h (moved) * uspace/lib/net/include/tl_standalone.h (added) * uspace/lib/net/netif/netif.c (moved) * uspace/lib/net/netif/netif_nil_bundle.c (moved) * uspace/lib/net/netif/netif_standalone.c (moved) * uspace/lib/net/nil/nil_remote.c (moved) * uspace/lib/net/tl/icmp_client.c (moved) * uspace/lib/net/tl/icmp_remote.c (moved) * uspace/lib/net/tl/tl_common.c (moved) * uspace/lib/netif/Makefile (added) * uspace/lib/netif/generic/netif_remote.c (moved) * uspace/lib/socket/Makefile (moved) * uspace/lib/socket/adt/char_map.c (moved) * uspace/lib/socket/adt/dynamic_fifo.c (moved) * uspace/lib/socket/adt/measured_strings.c (moved) * uspace/lib/socket/generic/icmp_api.c (moved) * uspace/lib/socket/generic/icmp_common.c (moved) * uspace/lib/socket/generic/inet.c (moved) * uspace/lib/socket/generic/net_modules.c (moved) * uspace/lib/socket/generic/socket_client.c (moved) * uspace/lib/socket/generic/socket_core.c (moved) * uspace/lib/socket/include/adt/char_map.h (moved) * uspace/lib/socket/include/adt/dynamic_fifo.h (moved) * uspace/lib/socket/include/adt/generic_char_map.h (moved) * uspace/lib/socket/include/adt/generic_field.h (moved) * uspace/lib/socket/include/adt/int_map.h (moved) * uspace/lib/socket/include/adt/measured_strings.h (moved) * uspace/lib/socket/include/icmp_api.h (moved) * uspace/lib/socket/include/icmp_codes.h (moved) * uspace/lib/socket/include/icmp_common.h (moved) * uspace/lib/socket/include/icmp_messages.h (moved) * uspace/lib/socket/include/in.h (moved) * uspace/lib/socket/include/in6.h (moved) * uspace/lib/socket/include/inet.h (moved) * uspace/lib/socket/include/ip_codes.h (moved) * uspace/lib/socket/include/ip_protocols.h (moved) * uspace/lib/socket/include/net_byteorder.h (moved) * uspace/lib/socket/include/net_device.h (moved) * uspace/lib/socket/include/net_err.h (moved) * uspace/lib/socket/include/net_messages.h (moved) * uspace/lib/socket/include/net_modules.h (moved) * uspace/lib/socket/include/netdb.h (moved) * uspace/lib/socket/include/packet/packet.h (moved) * uspace/lib/socket/include/packet/packet_client.h (moved) * uspace/lib/socket/include/packet/packet_header.h (moved) * uspace/lib/socket/include/packet/packet_messages.h (moved) * uspace/lib/socket/include/packet/packet_server.h (moved) * uspace/lib/socket/include/socket.h (moved) * uspace/lib/socket/include/socket_codes.h (moved) * uspace/lib/socket/include/socket_core.h (moved) * uspace/lib/socket/include/socket_errno.h (moved) * uspace/lib/socket/include/socket_messages.h (moved) * uspace/lib/socket/include/tcp_codes.h (moved) * uspace/lib/socket/packet/packet.c (moved) * uspace/lib/socket/packet/packet_client.c (moved) * uspace/lib/socket/packet/packet_server.c (moved) * uspace/srv/hw/netif/dp8390/Makefile (moved) * uspace/srv/hw/netif/dp8390/dp8390.c (moved) * uspace/srv/hw/netif/dp8390/dp8390.h (moved) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (moved) * uspace/srv/hw/netif/dp8390/dp8390_module.c (moved) * uspace/srv/hw/netif/dp8390/dp8390_port.h (moved) * uspace/srv/hw/netif/dp8390/local.h (moved) * uspace/srv/hw/netif/dp8390/ne2000.c (moved) * uspace/srv/hw/netif/dp8390/ne2000.h (moved) * uspace/srv/net/Doxyfile (deleted) * uspace/srv/net/il/arp/Makefile (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp.h (modified) * uspace/srv/net/il/arp/arp_module.c (modified) * uspace/srv/net/il/ip/Makefile (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip.h (modified) * uspace/srv/net/il/ip/ip_module.c (modified) * uspace/srv/net/module.c (deleted) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/net/net_bundle.c (modified) * uspace/srv/net/net/net_standalone.c (modified) * uspace/srv/net/net/start/Makefile (deleted) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/netstart/Makefile (added) * uspace/srv/net/netstart/configuration.h (moved) * uspace/srv/net/netstart/netstart.c (moved) * uspace/srv/net/netstart/self_test.c (moved) * uspace/srv/net/netstart/self_test.h (moved) * uspace/srv/net/nil/eth/Makefile (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth.h (modified) * uspace/srv/net/nil/eth/eth_module.c (modified) * uspace/srv/net/nil/nildummy/Makefile (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/nil/nildummy/nildummy.h (modified) * uspace/srv/net/nil/nildummy/nildummy_module.c (modified) * uspace/srv/net/tl/icmp/Makefile (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/icmp/icmp.h (modified) * uspace/srv/net/tl/icmp/icmp_module.c (modified) * uspace/srv/net/tl/tcp/Makefile (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/tcp/tcp.h (modified) * uspace/srv/net/tl/tcp/tcp_module.c (modified) * uspace/srv/net/tl/tcp/tcp_module.h (modified) * uspace/srv/net/tl/udp/Makefile (modified) * uspace/srv/net/tl/udp/udp.c (modified) * uspace/srv/net/tl/udp/udp.h (modified) * uspace/srv/net/tl/udp/udp_module.c (modified) * uspace/srv/net/tl/udp/udp_module.h (modified) Networking work: Split the networking stack into end-user library ... Tue, 23 Mar 2010 14:44:00 GMT Martin Decky [1b1164e8] * HelenOS.config (modified) * boot/Makefile.common (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/sparc64/sun4v/Makefile.config (modified) * defaults/special/abs32le/Makefile.config (modified) * uspace/Makefile (modified) * uspace/Makefile.common (added) * uspace/app/Makefile.common (deleted) * uspace/app/bdsh/Makefile (modified) * uspace/app/edit/Makefile (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/mkfat/Makefile (modified) * uspace/app/redir/Makefile (modified) * uspace/app/taskdump/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/Makefile.common (deleted) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (deleted) * uspace/lib/libc/arch/abs32le/Makefile.common (added) * uspace/lib/libc/arch/abs32le/Makefile.inc (modified) * uspace/lib/libc/arch/abs32le/_link.ld.in (modified) * uspace/lib/libc/arch/amd64/Makefile.common (moved) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/_link.ld.in (modified) * uspace/lib/libc/arch/arm32/Makefile.common (added) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/_link.ld.in (modified) * uspace/lib/libc/arch/ia32/Makefile.common (moved) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/_link.ld.in (modified) * uspace/lib/libc/arch/ia64/Makefile.common (moved) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/_link.ld.in (modified) * uspace/lib/libc/arch/ia64/include/types.h (modified) * uspace/lib/libc/arch/mips32/Makefile.common (added) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/_link.ld.in (modified) * uspace/lib/libc/arch/mips32eb/Makefile.common (added) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/Makefile.common (added) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/_link.ld.in (modified) * uspace/lib/libc/arch/sparc64/Makefile.common (moved) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/_link.ld.in (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/libpci/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/srv/Makefile.common (deleted) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/part/guid_part/Makefile (modified) * uspace/srv/bd/part/mbr_part/Makefile (modified) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/clip/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/hid/adb_mouse/Makefile (modified) * uspace/srv/hid/char_mouse/Makefile (modified) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/Makefile.build (deleted) * uspace/srv/hid/fb/Makefile (modified) * uspace/srv/hid/fb/Makefile.build (deleted) * uspace/srv/hid/kbd/Makefile (modified) * uspace/srv/hid/kbd/Makefile.build (deleted) * uspace/srv/hw/bus/cuda_adb/Makefile (modified) * uspace/srv/hw/bus/pci/Makefile (modified) * uspace/srv/hw/char/i8042/Makefile (modified) * uspace/srv/hw/cir/fhc/Makefile (modified) * uspace/srv/hw/cir/obio/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/arch/abs32le/Makefile.inc (modified) * uspace/srv/loader/arch/amd64/Makefile.inc (modified) * uspace/srv/loader/arch/arm32/Makefile.inc (modified) * uspace/srv/loader/arch/ia32/Makefile.inc (modified) * uspace/srv/loader/arch/ia64/Makefile.inc (modified) * uspace/srv/loader/arch/mips32/Makefile.inc (modified) * uspace/srv/loader/arch/ppc32/Makefile.inc (modified) * uspace/srv/loader/arch/sparc64/Makefile.inc (modified) * uspace/srv/net/Makefile.module (deleted) * uspace/srv/net/app/echo/Makefile (modified) * uspace/srv/net/app/nettest1/Makefile (modified) * uspace/srv/net/app/nettest2/Makefile (modified) * uspace/srv/net/app/ping/Makefile (modified) * uspace/srv/net/il/arp/Makefile (modified) * uspace/srv/net/il/ip/Makefile (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/start/Makefile (modified) * uspace/srv/net/netif/dp8390/Makefile (modified) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/nil/eth/Makefile (modified) * uspace/srv/net/nil/nildummy/Makefile (modified) * uspace/srv/net/socket/Makefile (modified) * uspace/srv/net/tl/icmp/Makefile (modified) * uspace/srv/net/tl/tcp/Makefile (modified) * uspace/srv/net/tl/udp/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/taskmon/Makefile (modified) * uspace/srv/vfs/Makefile (modified) unify and simplify user space makefiles rename NETWORKING ... Tue, 16 Mar 2010 21:35:37 GMT U-GONZALES\root [89c09ae] * uspace/srv/hid/char_mouse/chardev.c (modified) * uspace/srv/hid/char_mouse/proto/ps2.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) Improvements to i8042/char_mouse. This fixes ticket #208. Wed, 10 Feb 2010 23:15:27 GMT Martin Decky [36e9cd1] * kernel/generic/include/macros.h (modified) * uspace/app/bdsh/cmds/builtins/builtins.h (modified) * uspace/app/bdsh/cmds/builtins/cd/cd_def.h (modified) * uspace/app/bdsh/cmds/builtins/exit/exit_def.h (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/mkfat/fat.h (modified) * uspace/app/redir/redir.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/fault/fault2.c (modified) * uspace/lib/libc/arch/ia64/include/ddi.h (modified) * uspace/lib/libc/arch/sparc64/include/ddi.h (modified) * uspace/lib/libc/arch/sparc64/include/fibril.h (modified) * uspace/lib/libc/generic/clipboard.c (modified) * uspace/lib/libc/generic/fibril.c (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/include/macros.h (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/hid/console/gcons.c (modified) * uspace/srv/hid/fb/serial_console.c (modified) * uspace/srv/hid/kbd/port/msim.c (modified) * uspace/srv/hid/kbd/port/ns16550.c (modified) * uspace/srv/hid/kbd/port/sgcn.c (modified) * uspace/srv/hid/kbd/port/ski.c (modified) * uspace/srv/hid/kbd/port/z8530.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/vfs/vfs.c (modified) silence compiler warnings (no change in actual functionality) Sun, 31 Jan 2010 12:41:45 GMT Jiri Svoboda [3a2f8aa] * boot/arch/ppc32/loader/Makefile.common (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/sparc64.c (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/src/ddi/irq.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/lib/libc/include/ipc/adb.h (added) * uspace/srv/hid/kbd/Makefile.build (modified) * uspace/srv/hid/kbd/ctl/apple.c (added) * uspace/srv/hid/kbd/port/adb.c (added) * uspace/srv/hw/bus/cuda_adb/Makefile (added) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (added) * uspace/srv/hw/bus/cuda_adb/cuda_adb.h (added) ADB driver for userspace, ADB keyboard support. Fri, 15 Jan 2010 22:13:12 GMT Jiri Svoboda [e5773c6] * uspace/Makefile (modified) * uspace/app/Makefile.common (moved) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/Makefile.common (deleted) * uspace/app/edit/Makefile (modified) * uspace/app/edit/Makefile.build (deleted) * uspace/app/edit/Makefile.common (deleted) * uspace/app/getterm/Makefile (modified) * uspace/app/getterm/Makefile.common (deleted) * uspace/app/init/Makefile (modified) * uspace/app/init/Makefile.build (deleted) * uspace/app/init/Makefile.common (deleted) * uspace/app/klog/Makefile (modified) * uspace/app/klog/Makefile.build (deleted) * uspace/app/klog/Makefile.common (deleted) * uspace/app/mkfat/Makefile (modified) * uspace/app/mkfat/Makefile.build (deleted) * uspace/app/mkfat/Makefile.common (deleted) * uspace/app/redir/Makefile (modified) * uspace/app/redir/Makefile.build (deleted) * uspace/app/redir/Makefile.common (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/Makefile.build (deleted) * uspace/app/tester/Makefile.common (deleted) * uspace/app/tetris/Makefile (modified) * uspace/app/tetris/Makefile.build (deleted) * uspace/app/tetris/Makefile.common (deleted) * uspace/app/trace/Makefile (modified) * uspace/app/trace/Makefile.build (deleted) * uspace/app/trace/Makefile.common (deleted) * uspace/lib/libpci/COPYING (moved) * uspace/lib/libpci/Makefile (moved) * uspace/lib/libpci/Makefile.build (moved) * uspace/lib/libpci/Makefile.common (moved) * uspace/lib/libpci/VERSION (moved) * uspace/lib/libpci/access.c (moved) * uspace/lib/libpci/generic.c (moved) * uspace/lib/libpci/header.h (moved) * uspace/lib/libpci/i386-ports.c (moved) * uspace/lib/libpci/internal.h (moved) * uspace/lib/libpci/names.c (moved) * uspace/lib/libpci/pci.h (moved) * uspace/lib/libpci/pci_ids.h (moved) * uspace/lib/libpci/sysdep.h (moved) * uspace/lib/libpci/types.h (moved) * uspace/srv/Makefile.common (moved) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile.build (deleted) * uspace/srv/bd/ata_bd/Makefile.common (deleted) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile.build (deleted) * uspace/srv/bd/file_bd/Makefile.common (deleted) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile.build (deleted) * uspace/srv/bd/gxe_bd/Makefile.common (deleted) * uspace/srv/bd/part/mbr_part/Makefile (modified) * uspace/srv/bd/part/mbr_part/Makefile.build (deleted) * uspace/srv/bd/part/mbr_part/Makefile.common (deleted) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/bd/rd/Makefile.build (deleted) * uspace/srv/bd/rd/Makefile.common (deleted) * uspace/srv/clip/Makefile (modified) * uspace/srv/clip/Makefile.build (deleted) * uspace/srv/clip/Makefile.common (deleted) * uspace/srv/devmap/Makefile (modified) * uspace/srv/devmap/Makefile.build (deleted) * uspace/srv/devmap/Makefile.common (deleted) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/devfs/Makefile.build (deleted) * uspace/srv/fs/devfs/Makefile.common (deleted) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/Makefile.build (deleted) * uspace/srv/fs/fat/Makefile.common (deleted) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile.build (deleted) * uspace/srv/fs/tmpfs/Makefile.common (deleted) * uspace/srv/hid/c_mouse/Makefile (modified) * uspace/srv/hid/c_mouse/Makefile.build (deleted) * uspace/srv/hid/c_mouse/Makefile.common (deleted) * uspace/srv/hw/bus/pci/Makefile (modified) * uspace/srv/hw/bus/pci/Makefile.build (deleted) * uspace/srv/hw/bus/pci/Makefile.common (deleted) * uspace/srv/hw/bus/pci/pci.c (modified) * uspace/srv/hw/char/i8042/Makefile (modified) * uspace/srv/hw/char/i8042/Makefile.build (deleted) * uspace/srv/hw/char/i8042/Makefile.common (deleted) * uspace/srv/hw/cir/fhc/Makefile (modified) * uspace/srv/hw/cir/fhc/Makefile.build (deleted) * uspace/srv/hw/cir/fhc/Makefile.common (deleted) * uspace/srv/hw/cir/obio/Makefile (modified) * uspace/srv/hw/cir/obio/Makefile.build (deleted) * uspace/srv/hw/cir/obio/Makefile.common (deleted) * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/Makefile.build (deleted) * uspace/srv/ns/Makefile.common (deleted) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/Makefile.build (deleted) * uspace/srv/vfs/Makefile.common (deleted) Extract common makefile part for apps and servers, use for all apps ... Wed, 06 Jan 2010 20:44:47 GMT Jiri Svoboda [385a3d6] * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) Fix mouse IRQ bug. Wed, 06 Jan 2010 20:33:50 GMT Jiri Svoboda [6ef2c11] * Makefile (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/arm32/loader/Makefile.build (modified) * boot/arch/arm32/loader/Makefile.common (modified) * boot/arch/arm32/loader/Makefile.toolchain (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile.build (modified) * boot/arch/ia64/loader/Makefile.common (modified) * boot/arch/ia64/loader/Makefile.toolchain (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile.build (modified) * boot/arch/mips32/loader/Makefile.common (modified) * boot/arch/mips32/loader/Makefile.toolchain (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile.build (modified) * boot/arch/ppc32/loader/Makefile.common (modified) * boot/arch/ppc32/loader/Makefile.toolchain (modified) * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile.build (modified) * boot/arch/sparc64/loader/Makefile.common (modified) * boot/arch/sparc64/loader/Makefile.toolchain (modified) * kernel/Makefile (modified) * kernel/Makefile.build (modified) * kernel/Makefile.common (modified) * tools/checkers/jobfile.py (added) * tools/checkers/stanse.py (added) * tools/checkers/stanse/ThreadChecker.xml (moved) * tools/checkers/vcc.py (added) * tools/jobfile.py (modified) * tools/toolchain.sh (moved) * tools/xtui.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/Makefile.build (modified) * uspace/app/bdsh/Makefile.common (modified) * uspace/app/edit/Makefile (modified) * uspace/app/edit/Makefile.build (modified) * uspace/app/edit/Makefile.common (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/getterm/Makefile.build (modified) * uspace/app/getterm/Makefile.common (modified) * uspace/app/init/Makefile (modified) * uspace/app/init/Makefile.build (modified) * uspace/app/init/Makefile.common (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/Makefile.build (modified) * uspace/app/klog/Makefile.common (modified) * uspace/app/redir/Makefile (modified) * uspace/app/redir/Makefile.build (modified) * uspace/app/redir/Makefile.common (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/Makefile.build (modified) * uspace/app/tester/Makefile.common (modified) * uspace/app/tester/fault/fault3.c (added) * uspace/app/tester/fault/fault3.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/tetris/Makefile.build (modified) * uspace/app/tetris/Makefile.common (modified) * uspace/app/trace/Makefile (modified) * uspace/app/trace/Makefile.build (modified) * uspace/app/trace/Makefile.common (modified) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libblock/Makefile.build (modified) * uspace/lib/libblock/Makefile.common (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.build (modified) * uspace/lib/libc/Makefile.common (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/include/fibril.h (modified) * uspace/lib/libc/arch/amd64/src/entry.s (modified) * uspace/lib/libc/arch/amd64/src/stacktrace.S (added) * uspace/lib/libc/arch/amd64/src/thread_entry.s (modified) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/include/fibril.h (modified) * uspace/lib/libc/arch/arm32/src/entry.s (modified) * uspace/lib/libc/arch/arm32/src/stacktrace.S (added) * uspace/lib/libc/arch/arm32/src/thread_entry.s (modified) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/include/fibril.h (modified) * uspace/lib/libc/arch/ia32/src/entry.s (modified) * uspace/lib/libc/arch/ia32/src/stacktrace.S (added) * uspace/lib/libc/arch/ia32/src/thread_entry.s (modified) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/src/stacktrace.S (added) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/src/stacktrace.S (added) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/src/entry.s (modified) * uspace/lib/libc/arch/ppc32/src/stacktrace.S (added) * uspace/lib/libc/arch/ppc32/src/thread_entry.s (modified) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/include/fibril.h (modified) * uspace/lib/libc/arch/sparc64/src/entry.s (modified) * uspace/lib/libc/arch/sparc64/src/stacktrace.S (added) * uspace/lib/libc/arch/sparc64/src/thread_entry.s (modified) * uspace/lib/libc/generic/stacktrace.c (added) * uspace/lib/libc/include/stacktrace.h (added) * uspace/lib/libc/include/stdlib.h (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/libfs/Makefile.build (modified) * uspace/lib/libfs/Makefile.common (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/Makefile.build (modified) * uspace/lib/softfloat/Makefile.common (modified) * uspace/lib/softint/Makefile (modified) * uspace/lib/softint/Makefile.build (modified) * uspace/lib/softint/Makefile.common (modified) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile.build (modified) * uspace/srv/bd/ata_bd/Makefile.common (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile.build (modified) * uspace/srv/bd/file_bd/Makefile.common (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile.build (modified) * uspace/srv/bd/gxe_bd/Makefile.common (modified) * uspace/srv/bd/part/mbr_part/Makefile (moved) * uspace/srv/bd/part/mbr_part/Makefile.build (moved) * uspace/srv/bd/part/mbr_part/Makefile.common (moved) * uspace/srv/bd/part/mbr_part/mbr_part.c (moved) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/bd/rd/Makefile.build (modified) * uspace/srv/bd/rd/Makefile.common (modified) * uspace/srv/clip/Makefile (modified) * uspace/srv/clip/Makefile.build (modified) * uspace/srv/clip/Makefile.common (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/devmap/Makefile.build (modified) * uspace/srv/devmap/Makefile.common (modified) * uspace/srv/fb/Makefile (deleted) * uspace/srv/fb/Makefile.common (deleted) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/devfs/Makefile.build (modified) * uspace/srv/fs/devfs/Makefile.common (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/Makefile.build (modified) * uspace/srv/fs/fat/Makefile.common (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile.build (modified) * uspace/srv/fs/tmpfs/Makefile.common (modified) * uspace/srv/hid/c_mouse/Makefile (moved) * uspace/srv/hid/c_mouse/Makefile.build (moved) * uspace/srv/hid/c_mouse/Makefile.common (moved) * uspace/srv/hid/c_mouse/c_mouse.c (moved) * uspace/srv/hid/c_mouse/chardev.c (moved) * uspace/srv/hid/c_mouse/include/c_mouse.h (moved) * uspace/srv/hid/c_mouse/include/mouse_port.h (moved) * uspace/srv/hid/c_mouse/include/mouse_proto.h (moved) * uspace/srv/hid/c_mouse/proto/ps2.c (moved) * uspace/srv/hid/console/Makefile (moved) * uspace/srv/hid/console/Makefile.build (moved) * uspace/srv/hid/console/Makefile.common (moved) * uspace/srv/hid/console/console.c (moved) * uspace/srv/hid/console/console.h (moved) * uspace/srv/hid/console/gcons.c (moved) * uspace/srv/hid/console/gcons.h (moved) * uspace/srv/hid/console/gfx/anim_1.ppm (moved) * uspace/srv/hid/console/gfx/anim_2.ppm (moved) * uspace/srv/hid/console/gfx/anim_3.ppm (moved) * uspace/srv/hid/console/gfx/anim_4.ppm (moved) * uspace/srv/hid/console/gfx/cons_has_data.ppm (moved) * uspace/srv/hid/console/gfx/cons_idle.ppm (moved) * uspace/srv/hid/console/gfx/cons_kernel.ppm (moved) * uspace/srv/hid/console/gfx/cons_selected.ppm (moved) * uspace/srv/hid/console/gfx/helenos.ppm (moved) * uspace/srv/hid/console/gfx/nameic.ppm (moved) * uspace/srv/hid/console/keybuffer.c (moved) * uspace/srv/hid/console/keybuffer.h (moved) * uspace/srv/hid/console/screenbuffer.c (moved) * uspace/srv/hid/console/screenbuffer.h (moved) * uspace/srv/hid/fb/Makefile (moved) * uspace/srv/hid/fb/Makefile.build (moved) * uspace/srv/hid/fb/Makefile.common (moved) * uspace/srv/hid/fb/ega.c (moved) * uspace/srv/hid/fb/ega.h (moved) * uspace/srv/hid/fb/fb.c (moved) * uspace/srv/hid/fb/fb.h (moved) * uspace/srv/hid/fb/font-8x16.c (moved) * uspace/srv/hid/fb/font-8x16.h (moved) * uspace/srv/hid/fb/main.c (moved) * uspace/srv/hid/fb/main.h (moved) * uspace/srv/hid/fb/msim.c (moved) * uspace/srv/hid/fb/msim.h (moved) * uspace/srv/hid/fb/pointer.xbm (moved) * uspace/srv/hid/fb/pointer_mask.xbm (moved) * uspace/srv/hid/fb/ppm.c (moved) * uspace/srv/hid/fb/ppm.h (moved) * uspace/srv/hid/fb/serial_console.c (moved) * uspace/srv/hid/fb/serial_console.h (moved) * uspace/srv/hid/fb/sgcn.c (moved) * uspace/srv/hid/fb/sgcn.h (moved) * uspace/srv/hid/fb/ski.c (moved) * uspace/srv/hid/fb/ski.h (moved) * uspace/srv/hid/kbd/Makefile (added) * uspace/srv/hid/kbd/Makefile.build (moved) * uspace/srv/hid/kbd/Makefile.common (moved) * uspace/srv/hid/kbd/ctl/gxe_fb.c (moved) * uspace/srv/hid/kbd/ctl/pc.c (moved) * uspace/srv/hid/kbd/ctl/pl050.c (moved) * uspace/srv/hid/kbd/ctl/stty.c (moved) * uspace/srv/hid/kbd/ctl/sun.c (moved) * uspace/srv/hid/kbd/genarch/gsp.c (moved) * uspace/srv/hid/kbd/genarch/stroke.c (moved) * uspace/srv/hid/kbd/generic/kbd.c (moved) * uspace/srv/hid/kbd/include/gsp.h (moved) * uspace/srv/hid/kbd/include/kbd.h (moved) * uspace/srv/hid/kbd/include/kbd_ctl.h (moved) * uspace/srv/hid/kbd/include/kbd_port.h (moved) * uspace/srv/hid/kbd/include/layout.h (moved) * uspace/srv/hid/kbd/include/stroke.h (moved) * uspace/srv/hid/kbd/include/sun.h (moved) * uspace/srv/hid/kbd/layout/cz.c (moved) * uspace/srv/hid/kbd/layout/us_dvorak.c (moved) * uspace/srv/hid/kbd/layout/us_qwerty.c (moved) * uspace/srv/hid/kbd/port/chardev.c (moved) * uspace/srv/hid/kbd/port/dummy.c (moved) * uspace/srv/hid/kbd/port/gxemul.c (moved) * uspace/srv/hid/kbd/port/msim.c (moved) * uspace/srv/hid/kbd/port/ns16550.c (moved) * uspace/srv/hid/kbd/port/pl050.c (moved) * uspace/srv/hid/kbd/port/sgcn.c (moved) * uspace/srv/hid/kbd/port/ski.c (moved) * uspace/srv/hid/kbd/port/sun.c (moved) * uspace/srv/hid/kbd/port/z8530.c (moved) * uspace/srv/hw/bus/pci/COPYING (moved) * uspace/srv/hw/bus/pci/Makefile (moved) * uspace/srv/hw/bus/pci/Makefile.build (moved) * uspace/srv/hw/bus/pci/Makefile.common (moved) * uspace/srv/hw/bus/pci/libpci/Makefile (moved) * uspace/srv/hw/bus/pci/libpci/Makefile.build (moved) * uspace/srv/hw/bus/pci/libpci/Makefile.common (moved) * uspace/srv/hw/bus/pci/libpci/VERSION (moved) * uspace/srv/hw/bus/pci/libpci/access.c (moved) * uspace/srv/hw/bus/pci/libpci/generic.c (moved) * uspace/srv/hw/bus/pci/libpci/header.h (moved) * uspace/srv/hw/bus/pci/libpci/i386-ports.c (moved) * uspace/srv/hw/bus/pci/libpci/internal.h (moved) * uspace/srv/hw/bus/pci/libpci/names.c (moved) * uspace/srv/hw/bus/pci/libpci/pci.h (moved) * uspace/srv/hw/bus/pci/libpci/pci_ids.h (moved) * uspace/srv/hw/bus/pci/libpci/sysdep.h (moved) * uspace/srv/hw/bus/pci/libpci/types.h (moved) * uspace/srv/hw/bus/pci/pci.c (moved) * uspace/srv/hw/bus/pci/update-ids (moved) * uspace/srv/hw/char/i8042/Makefile (added) * uspace/srv/hw/char/i8042/Makefile.build (moved) * uspace/srv/hw/char/i8042/Makefile.common (added) * uspace/srv/hw/char/i8042/i8042.c (moved) * uspace/srv/hw/char/i8042/i8042.h (moved) * uspace/srv/hw/cir/fhc/Makefile (added) * uspace/srv/hw/cir/fhc/Makefile.build (moved) * uspace/srv/hw/cir/fhc/Makefile.common (moved) * uspace/srv/hw/cir/fhc/fhc.c (moved) * uspace/srv/hw/cir/obio/Makefile (added) * uspace/srv/hw/cir/obio/Makefile.build (moved) * uspace/srv/hw/cir/obio/Makefile.common (added) * uspace/srv/hw/cir/obio/obio.c (moved) * uspace/srv/kbd/Makefile (deleted) * uspace/srv/kbd/Makefile.common (deleted) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/Makefile.build (modified) * uspace/srv/loader/Makefile.common (modified) * uspace/srv/mouse/c_mouse/Makefile (deleted) * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/Makefile.build (modified) * uspace/srv/ns/Makefile.common (modified) * uspace/srv/part/mbr_part/Makefile (deleted) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/Makefile.build (modified) * uspace/srv/vfs/Makefile.common (modified) Merge mainline changes. Tue, 05 Jan 2010 17:25:29 GMT Martin Decky [b3d513f] * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/sparc64/loader/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/bd/part/mbr_part/Makefile (moved) * uspace/srv/bd/part/mbr_part/Makefile.build (moved) * uspace/srv/bd/part/mbr_part/Makefile.common (moved) * uspace/srv/bd/part/mbr_part/mbr_part.c (moved) * uspace/srv/fb/Makefile.common (deleted) * uspace/srv/hid/c_mouse/Makefile (moved) * uspace/srv/hid/c_mouse/Makefile.build (moved) * uspace/srv/hid/c_mouse/Makefile.common (moved) * uspace/srv/hid/c_mouse/c_mouse.c (moved) * uspace/srv/hid/c_mouse/chardev.c (moved) * uspace/srv/hid/c_mouse/include/c_mouse.h (moved) * uspace/srv/hid/c_mouse/include/mouse_port.h (moved) * uspace/srv/hid/c_mouse/include/mouse_proto.h (moved) * uspace/srv/hid/c_mouse/proto/ps2.c (moved) * uspace/srv/hid/console/Makefile (moved) * uspace/srv/hid/console/Makefile.build (moved) * uspace/srv/hid/console/Makefile.common (moved) * uspace/srv/hid/console/console.c (moved) * uspace/srv/hid/console/console.h (moved) * uspace/srv/hid/console/gcons.c (moved) * uspace/srv/hid/console/gcons.h (moved) * uspace/srv/hid/console/gfx/anim_1.ppm (moved) * uspace/srv/hid/console/gfx/anim_2.ppm (moved) * uspace/srv/hid/console/gfx/anim_3.ppm (moved) * uspace/srv/hid/console/gfx/anim_4.ppm (moved) * uspace/srv/hid/console/gfx/cons_has_data.ppm (moved) * uspace/srv/hid/console/gfx/cons_idle.ppm (moved) * uspace/srv/hid/console/gfx/cons_kernel.ppm (moved) * uspace/srv/hid/console/gfx/cons_selected.ppm (moved) * uspace/srv/hid/console/gfx/helenos.ppm (moved) * uspace/srv/hid/console/gfx/nameic.ppm (moved) * uspace/srv/hid/console/keybuffer.c (moved) * uspace/srv/hid/console/keybuffer.h (moved) * uspace/srv/hid/console/screenbuffer.c (moved) * uspace/srv/hid/console/screenbuffer.h (moved) * uspace/srv/hid/fb/Makefile (moved) * uspace/srv/hid/fb/Makefile.build (moved) * uspace/srv/hid/fb/Makefile.common (moved) * uspace/srv/hid/fb/ega.c (moved) * uspace/srv/hid/fb/ega.h (moved) * uspace/srv/hid/fb/fb.c (moved) * uspace/srv/hid/fb/fb.h (moved) * uspace/srv/hid/fb/font-8x16.c (moved) * uspace/srv/hid/fb/font-8x16.h (moved) * uspace/srv/hid/fb/main.c (moved) * uspace/srv/hid/fb/main.h (moved) * uspace/srv/hid/fb/msim.c (moved) * uspace/srv/hid/fb/msim.h (moved) * uspace/srv/hid/fb/pointer.xbm (moved) * uspace/srv/hid/fb/pointer_mask.xbm (moved) * uspace/srv/hid/fb/ppm.c (moved) * uspace/srv/hid/fb/ppm.h (moved) * uspace/srv/hid/fb/serial_console.c (moved) * uspace/srv/hid/fb/serial_console.h (moved) * uspace/srv/hid/fb/sgcn.c (moved) * uspace/srv/hid/fb/sgcn.h (moved) * uspace/srv/hid/fb/ski.c (moved) * uspace/srv/hid/fb/ski.h (moved) * uspace/srv/hid/kbd/Makefile (moved) * uspace/srv/hid/kbd/Makefile.build (moved) * uspace/srv/hid/kbd/Makefile.common (moved) * uspace/srv/hid/kbd/ctl/gxe_fb.c (moved) * uspace/srv/hid/kbd/ctl/pc.c (moved) * uspace/srv/hid/kbd/ctl/pl050.c (moved) * uspace/srv/hid/kbd/ctl/stty.c (moved) * uspace/srv/hid/kbd/ctl/sun.c (moved) * uspace/srv/hid/kbd/genarch/gsp.c (moved) * uspace/srv/hid/kbd/genarch/stroke.c (moved) * uspace/srv/hid/kbd/generic/kbd.c (moved) * uspace/srv/hid/kbd/include/gsp.h (moved) * uspace/srv/hid/kbd/include/kbd.h (moved) * uspace/srv/hid/kbd/include/kbd_ctl.h (moved) * uspace/srv/hid/kbd/include/kbd_port.h (moved) * uspace/srv/hid/kbd/include/layout.h (moved) * uspace/srv/hid/kbd/include/stroke.h (moved) * uspace/srv/hid/kbd/include/sun.h (moved) * uspace/srv/hid/kbd/layout/cz.c (moved) * uspace/srv/hid/kbd/layout/us_dvorak.c (moved) * uspace/srv/hid/kbd/layout/us_qwerty.c (moved) * uspace/srv/hid/kbd/port/chardev.c (moved) * uspace/srv/hid/kbd/port/dummy.c (moved) * uspace/srv/hid/kbd/port/gxemul.c (moved) * uspace/srv/hid/kbd/port/msim.c (moved) * uspace/srv/hid/kbd/port/ns16550.c (moved) * uspace/srv/hid/kbd/port/pl050.c (moved) * uspace/srv/hid/kbd/port/sgcn.c (moved) * uspace/srv/hid/kbd/port/ski.c (moved) * uspace/srv/hid/kbd/port/sun.c (moved) * uspace/srv/hid/kbd/port/z8530.c (moved) * uspace/srv/hw/bus/pci/COPYING (moved) * uspace/srv/hw/bus/pci/Makefile (moved) * uspace/srv/hw/bus/pci/Makefile.build (moved) * uspace/srv/hw/bus/pci/Makefile.common (moved) * uspace/srv/hw/bus/pci/libpci/Makefile (moved) * uspace/srv/hw/bus/pci/libpci/Makefile.build (moved) * uspace/srv/hw/bus/pci/libpci/Makefile.common (moved) * uspace/srv/hw/bus/pci/libpci/VERSION (moved) * uspace/srv/hw/bus/pci/libpci/access.c (moved) * uspace/srv/hw/bus/pci/libpci/generic.c (moved) * uspace/srv/hw/bus/pci/libpci/header.h (moved) * uspace/srv/hw/bus/pci/libpci/i386-ports.c (moved) * uspace/srv/hw/bus/pci/libpci/internal.h (moved) * uspace/srv/hw/bus/pci/libpci/names.c (moved) * uspace/srv/hw/bus/pci/libpci/pci.h (moved) * uspace/srv/hw/bus/pci/libpci/pci_ids.h (moved) * uspace/srv/hw/bus/pci/libpci/sysdep.h (moved) * uspace/srv/hw/bus/pci/libpci/types.h (moved) * uspace/srv/hw/bus/pci/pci.c (moved) * uspace/srv/hw/bus/pci/update-ids (moved) * uspace/srv/hw/char/i8042/Makefile (moved) * uspace/srv/hw/char/i8042/Makefile.build (moved) * uspace/srv/hw/char/i8042/Makefile.common (added) * uspace/srv/hw/char/i8042/i8042.c (moved) * uspace/srv/hw/char/i8042/i8042.h (moved) * uspace/srv/hw/cir/fhc/Makefile (moved) * uspace/srv/hw/cir/fhc/Makefile.build (moved) * uspace/srv/hw/cir/fhc/Makefile.common (moved) * uspace/srv/hw/cir/fhc/fhc.c (moved) * uspace/srv/hw/cir/obio/Makefile (moved) * uspace/srv/hw/cir/obio/Makefile.build (moved) * uspace/srv/hw/cir/obio/Makefile.common (added) * uspace/srv/hw/cir/obio/obio.c (moved) * uspace/srv/kbd/Makefile.common (deleted) restructure servers into a more well-arranged hierarchy