# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-11-29T23:31:07Z Tue, 25 Jan 2011 21:05:46 GMT Jan Vesely [b00163f] * uspace/drv/uhci/main.c (modified) * uspace/drv/uhci/uhci.c (modified) Move transfer initialization an queue to uhci_add_transfer() Use ... Tue, 25 Jan 2011 20:44:28 GMT Jan Vesely [89a0485a] * uspace/drv/uhci/Makefile (modified) * uspace/drv/uhci/callback.c (added) * uspace/drv/uhci/callback.h (modified) * uspace/drv/uhci/transfer_list.c (added) * uspace/drv/uhci/transfer_list.h (modified) * uspace/drv/uhci/uhci.c (modified) Move function implementations to .c files Unify error reporting in ... Tue, 25 Jan 2011 19:16:03 GMT Jan Vesely [7977fa1] * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.h (modified) Add append function, check return value of TD init Tue, 25 Jan 2011 18:58:08 GMT Jan Vesely [d5f7a8ab] * uspace/drv/uhci/uhci_struct/link_pointer.h (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.h (modified) Transfer descriptor flags and masks Tue, 25 Jan 2011 18:09:20 GMT Jan Vesely [bae9e76] * uspace/drv/uhci/uhci_struct/link_pointer.h (modified) * uspace/drv/uhci/uhci_struct/queue_head.h (modified) Use uint32_t and cpp flags intead of bit structure for link_pointer_t Fri, 21 Jan 2011 18:14:01 GMT Jan Vesely [643b983] * uspace/drv/uhci/callback.h (modified) * uspace/drv/uhci/transfer_list.h (modified) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci_struct/transfer_descriptor.h (modified) Init callback structure and TD for usb in transfers Fri, 21 Jan 2011 16:49:47 GMT Jan Vesely [9600516] * uspace/drv/uhci/callback.h (moved) * uspace/drv/uhci/transfer_list.h (added) * uspace/drv/uhci/translating_malloc.h (added) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/uhci.h (modified) * uspace/drv/uhci/uhci_struct/frame_list.h (moved) * uspace/drv/uhci/uhci_struct/link_pointer.h (moved) * uspace/drv/uhci/uhci_struct/queue_head.h (added) * uspace/drv/uhci/uhci_struct/transfer_descriptor.h (moved) Added transfer queues for interrupt, control and bulk transfers. ... Fri, 14 Jan 2011 18:48:28 GMT Jan Vesely [1062c8d] * uspace/drv/uhci/uhci.c (modified) nasty bug in dumyy call, thx Vojta for the fix Fri, 14 Jan 2011 15:04:05 GMT Jan Vesely [76c40eb] * uspace/drv/uhci/uhci.c (modified) dummy callback return size instead of 0 add dump of the first two ... Fri, 14 Jan 2011 14:51:14 GMT Jan Vesely [2e38385] * uspace/drv/uhci/root_hub/port.c (modified) code-style Fri, 14 Jan 2011 14:44:22 GMT Jan Vesely [f9dd44d] * uspace/drv/uhci/Makefile (modified) * uspace/drv/uhci/root_hub/port.c (modified) * uspace/drv/uhci/root_hub/port.h (modified) * uspace/drv/uhci/root_hub/root_hub.c (modified) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/utils/fibril_semaphore.c (deleted) * uspace/drv/uhci/utils/fibril_semaphore.h (deleted) * uspace/drv/uhci/utils/hc_synchronizer.c (deleted) * uspace/drv/uhci/utils/hc_synchronizer.h (deleted) * uspace/drv/uhci/utils/usb_device.c (deleted) * uspace/drv/uhci/utils/usb_device.h (deleted) refactoring, use libusb device identification Fri, 14 Jan 2011 10:11:11 GMT Jan Vesely [977fcea] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/sparc64/Makefile.inc (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/src/drivers/i8259.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/info.c (added) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/isa/isa.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/rootpc/rootpc.c (modified) * uspace/drv/test1/char.c (modified) * uspace/drv/usbkbd/main.c (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/char_map.c (modified) * uspace/lib/c/generic/adt/measured_strings.c (modified) * uspace/lib/c/generic/async_sess.c (modified) * uspace/lib/c/generic/device/char_dev.c (moved) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/io/vprintf.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/generic/net/modules.c (modified) * uspace/lib/c/include/adt/char_map.h (modified) * uspace/lib/c/include/adt/generic_char_map.h (modified) * uspace/lib/c/include/adt/measured_strings.h (modified) * uspace/lib/c/include/assert.h (modified) * uspace/lib/c/include/async_sess.h (modified) * uspace/lib/c/include/device/char_dev.h (moved) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/ipc/arp.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/icmp.h (modified) * uspace/lib/c/include/ipc/il.h (modified) * uspace/lib/c/include/ipc/ip.h (modified) * uspace/lib/c/include/ipc/irc.h (moved) * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/c/include/ipc/netif.h (modified) * uspace/lib/c/include/ipc/nil.h (modified) * uspace/lib/c/include/ipc/packet.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/modules.h (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_char_dev.c (moved) * uspace/lib/drv/generic/remote_hw_res.c (moved) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/lib/drv/include/driver.h (modified) * uspace/lib/drv/include/ops/char_dev.h (moved) * uspace/lib/drv/include/ops/hw_res.h (moved) * uspace/lib/drv/include/remote_char_dev.h (moved) * uspace/lib/drv/include/remote_hw_res.h (moved) * uspace/lib/net/Makefile (modified) * uspace/lib/net/adt/module_map.c (modified) * uspace/lib/net/generic/generic.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/include/arp_interface.h (modified) * uspace/lib/net/include/generic.h (modified) * uspace/lib/net/include/il_local.h (modified) * uspace/lib/net/include/net_interface.h (modified) * uspace/lib/net/include/netif_interface.h (deleted) * uspace/lib/net/include/netif_remote.h (modified) * uspace/lib/net/include/netif_skel.h (moved) * uspace/lib/net/include/nil_local.h (modified) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/include/tl_local.h (modified) * uspace/lib/net/netif/netif_remote.c (modified) * uspace/lib/net/netif/netif_skel.c (moved) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/packet/generic/packet_server.c (modified) * uspace/lib/packet/include/packet_server.h (modified) * uspace/lib/usb/include/usb/devreq.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/usbdrvreq.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/kbd/port/ns16550.c (modified) * uspace/srv/hid/kbd/port/z8530.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/apic/Makefile (added) * uspace/srv/hw/irc/apic/apic.c (added) * uspace/srv/hw/irc/fhc/Makefile (moved) * uspace/srv/hw/irc/fhc/fhc.c (moved) * uspace/srv/hw/irc/i8259/Makefile (added) * uspace/srv/hw/irc/i8259/i8259.c (added) * uspace/srv/hw/irc/obio/Makefile (moved) * uspace/srv/hw/irc/obio/obio.c (moved) * uspace/srv/hw/netif/DRIVER_REMOVAL (deleted) * uspace/srv/hw/netif/dp8390/Makefile (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (deleted) * uspace/srv/hw/netif/dp8390/dp8390_module.c (deleted) * uspace/srv/hw/netif/dp8390/dp8390_port.h (deleted) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.h (deleted) * uspace/srv/net/cfg/ne2k (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/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/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/net/net_standalone.c (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/eth/eth_header.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.h (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_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) * uspace/srv/vfs/vfs_register.c (modified) development branch merge Mon, 10 Jan 2011 16:20:56 GMT Vojtech Horky [6610565b] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/sparc64/Makefile.inc (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/src/drivers/i8259.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/drv/isa/isa.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/rootpc/rootpc.c (modified) * uspace/drv/test1/char.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/char_map.c (modified) * uspace/lib/c/generic/adt/measured_strings.c (modified) * uspace/lib/c/generic/async_sess.c (modified) * uspace/lib/c/generic/device/char_dev.c (moved) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/io/vprintf.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/generic/net/modules.c (modified) * uspace/lib/c/include/adt/char_map.h (modified) * uspace/lib/c/include/adt/generic_char_map.h (modified) * uspace/lib/c/include/adt/measured_strings.h (modified) * uspace/lib/c/include/assert.h (modified) * uspace/lib/c/include/async_sess.h (modified) * uspace/lib/c/include/device/char_dev.h (moved) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/ipc/arp.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/icmp.h (modified) * uspace/lib/c/include/ipc/il.h (modified) * uspace/lib/c/include/ipc/ip.h (modified) * uspace/lib/c/include/ipc/irc.h (moved) * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/c/include/ipc/netif.h (modified) * uspace/lib/c/include/ipc/nil.h (modified) * uspace/lib/c/include/ipc/packet.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/modules.h (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_char_dev.c (moved) * uspace/lib/drv/generic/remote_hw_res.c (moved) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/lib/drv/include/driver.h (modified) * uspace/lib/drv/include/ops/char_dev.h (moved) * uspace/lib/drv/include/ops/hw_res.h (moved) * uspace/lib/drv/include/remote_char_dev.h (moved) * uspace/lib/drv/include/remote_hw_res.h (moved) * uspace/lib/net/Makefile (modified) * uspace/lib/net/adt/module_map.c (modified) * uspace/lib/net/generic/generic.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/include/arp_interface.h (modified) * uspace/lib/net/include/generic.h (modified) * uspace/lib/net/include/il_local.h (modified) * uspace/lib/net/include/net_interface.h (modified) * uspace/lib/net/include/netif_interface.h (deleted) * uspace/lib/net/include/netif_remote.h (modified) * uspace/lib/net/include/netif_skel.h (moved) * uspace/lib/net/include/nil_local.h (modified) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/include/tl_local.h (modified) * uspace/lib/net/netif/netif_remote.c (modified) * uspace/lib/net/netif/netif_skel.c (moved) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/packet/generic/packet_server.c (modified) * uspace/lib/packet/include/packet_server.h (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/kbd/port/ns16550.c (modified) * uspace/srv/hid/kbd/port/z8530.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/apic/Makefile (added) * uspace/srv/hw/irc/apic/apic.c (added) * uspace/srv/hw/irc/fhc/Makefile (moved) * uspace/srv/hw/irc/fhc/fhc.c (moved) * uspace/srv/hw/irc/i8259/Makefile (added) * uspace/srv/hw/irc/i8259/i8259.c (added) * uspace/srv/hw/irc/obio/Makefile (moved) * uspace/srv/hw/irc/obio/obio.c (moved) * uspace/srv/hw/netif/DRIVER_REMOVAL (deleted) * uspace/srv/hw/netif/dp8390/Makefile (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (deleted) * uspace/srv/hw/netif/dp8390/dp8390_module.c (deleted) * uspace/srv/hw/netif/dp8390/dp8390_port.h (deleted) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.h (deleted) * uspace/srv/net/cfg/ne2k (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/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/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/net/net_standalone.c (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/eth/eth_header.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.h (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_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) * uspace/srv/vfs/vfs_register.c (modified) Merge mainline changes Mon, 10 Jan 2011 11:58:21 GMT Vojtech Horky [a97ea0f] * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/info.c (added) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/usbkbd/main.c (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/lib/usb/include/usb/devreq.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/usbdrvreq.c (modified) Merged vojtechhorky/ - wrappers for standard requests Mon, 10 Jan 2011 11:55:13 GMT Vojtech Horky [863d45e] * uspace/lib/usb/src/usbdrvreq.c (modified) Add some missing comments Mon, 10 Jan 2011 11:35:53 GMT Vojtech Horky [263a9f1] * uspace/lib/usb/src/usbdrvreq.c (modified) A bit of refactoring Mon, 10 Jan 2011 11:22:19 GMT Vojtech Horky [276aeda] * uspace/lib/usb/include/usb/devreq.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/usbdrvreq.c (modified) Wrappers for standard device requests Will add comments later. Mon, 10 Jan 2011 00:44:17 GMT Martin Decky [4a5c6c1] * uspace/srv/hw/netif/DRIVER_REMOVAL (deleted) in my humble opinion we can remove this bold warning from the source ... Sun, 09 Jan 2011 23:30:17 GMT martin@…> [4b86dac] * uspace/srv/net/cfg/ne2k (modified) use the usual ethernet MTU of 1500 bytes Sun, 09 Jan 2011 23:24:53 GMT martin@…> [774e6d1a] * uspace/lib/c/generic/net/modules.c (modified) * uspace/lib/c/include/ipc/arp.h (modified) * uspace/lib/c/include/ipc/icmp.h (modified) * uspace/lib/c/include/ipc/il.h (modified) * uspace/lib/c/include/ipc/ip.h (modified) * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/c/include/ipc/netif.h (modified) * uspace/lib/c/include/ipc/nil.h (modified) * uspace/lib/c/include/ipc/packet.h (modified) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/modules.h (modified) * uspace/lib/net/Makefile (modified) * uspace/lib/net/il/ip_remote.c (modified) * uspace/lib/net/include/il_local.h (modified) * uspace/lib/net/include/netif_interface.h (deleted) * uspace/lib/net/include/netif_remote.h (modified) * uspace/lib/net/include/netif_skel.h (moved) * uspace/lib/net/include/nil_local.h (modified) * uspace/lib/net/include/tl_local.h (modified) * uspace/lib/net/netif/netif_remote.c (modified) * uspace/lib/net/netif/netif_skel.c (moved) * uspace/lib/packet/generic/packet_server.c (modified) * uspace/lib/packet/include/packet_server.h (modified) * 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/net.c (modified) * uspace/srv/net/net/net.h (modified) * uspace/srv/net/net/net_standalone.c (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth_header.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/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_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) partial networking stack overhaul - a lot of coding style changes ... Sun, 09 Jan 2011 23:09:02 GMT martin@…> [3c106e88] * uspace/srv/hw/netif/dp8390/Makefile (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (deleted) * uspace/srv/hw/netif/dp8390/dp8390_module.c (deleted) * uspace/srv/hw/netif/dp8390/dp8390_port.h (deleted) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.h (deleted) complete rewrite of the NE2000 network interface driver - remove ... Sun, 09 Jan 2011 21:20:21 GMT Jakub Jermar [7ea7db31] * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) Cease using devmap_get_phone() and devmap_hangup_phone() in drivers. Sun, 09 Jan 2011 21:14:19 GMT Jakub Jermar [622dea8] * uspace/lib/c/generic/devman.c (modified) Protect devman_get_phone() by a mutex. Sun, 09 Jan 2011 20:44:24 GMT Jakub Jermar [8b5c8ae] * uspace/lib/c/generic/async_sess.c (modified) If there are no available phones to be used by the async sessions ... Sun, 09 Jan 2011 21:02:35 GMT Jiri Svoboda [80bffdb0] * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_char_dev.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/lib/drv/include/driver.h (modified) Merge some more DDF cleanup, this time no API changes. Sun, 09 Jan 2011 20:55:03 GMT Jiri Svoboda [22027b6e] * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/lib/drv/include/driver.h (modified) Move dev_iface-related declarations to dev_iface.h. Sun, 09 Jan 2011 20:41:07 GMT Jiri Svoboda [5fdd7c3] * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/lib/drv/include/driver.h (modified) Say no to static functions. Sun, 09 Jan 2011 20:27:48 GMT Jiri Svoboda [97adec8] * uspace/lib/drv/include/driver.h (modified) More cstyle cleanup. Sun, 09 Jan 2011 20:14:03 GMT Jiri Svoboda [36f2b3e] * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) Cstyle cleanup. Sun, 09 Jan 2011 19:52:08 GMT Jiri Svoboda [d35ac1d] * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_char_dev.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/driver.h (modified) Rename iface to ops in driver.c Sun, 09 Jan 2011 18:00:14 GMT Jiri Svoboda [d6b1359] * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/drv/isa/isa.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/rootpc/rootpc.c (modified) * uspace/drv/test1/char.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/char_dev.c (moved) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/include/device/char_dev.h (moved) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_char_dev.c (moved) * uspace/lib/drv/generic/remote_hw_res.c (moved) * uspace/lib/drv/include/driver.h (modified) * uspace/lib/drv/include/ops/char_dev.h (moved) * uspace/lib/drv/include/ops/hw_res.h (moved) * uspace/lib/drv/include/remote_char_dev.h (moved) * uspace/lib/drv/include/remote_hw_res.h (moved) Merge mildly aggressive DDF cleanup (char_dev and hw_res interfaces, ... Sun, 09 Jan 2011 17:59:19 GMT Jiri Svoboda [8871dba] * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/remote_char_dev.c (moved) * uspace/lib/drv/generic/remote_hw_res.c (moved) Also rename remote iface c sources accordingly. Sun, 09 Jan 2011 17:55:20 GMT Jiri Svoboda [41b56084] * uspace/drv/isa/isa.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/rootpc/rootpc.c (modified) * uspace/drv/test1/char.c (modified) * uspace/lib/drv/generic/remote_char.c (modified) * uspace/lib/drv/generic/remote_res.c (modified) * uspace/lib/drv/include/ops/char_dev.h (moved) * uspace/lib/drv/include/ops/hw_res.h (moved) Move headers declaring ops structures to ops/ subdirectory. The ... Sun, 09 Jan 2011 17:40:10 GMT Jiri Svoboda [50c57df] * uspace/drv/isa/isa.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/rootpc/rootpc.c (modified) * uspace/drv/test1/char.c (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_char.c (modified) * uspace/lib/drv/generic/remote_res.c (modified) * uspace/lib/drv/include/char_dev.h (moved) * uspace/lib/drv/include/hw_res.h (moved) * uspace/lib/drv/include/remote_char_dev.h (moved) * uspace/lib/drv/include/remote_hw_res.h (moved) Rename driver op structures for consistency. Sun, 09 Jan 2011 17:18:34 GMT Jiri Svoboda [36a6e11] * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/include/remote_char.h (modified) * uspace/lib/drv/include/remote_res.h (modified) Add missing extern qualifier. Sun, 09 Jan 2011 17:02:19 GMT Jiri Svoboda [ce79069b] * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/char_dev.c (moved) * uspace/lib/c/include/device/char_dev.h (moved) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/drv/generic/remote_char.c (modified) * uspace/lib/drv/include/driver.h (modified) * uspace/lib/drv/include/resource.h (modified) Remove char.h to char_dev.h (the _dev is part of the interface name ... Sun, 09 Jan 2011 13:11:46 GMT Jakub Jermar [0c70f7e] * uspace/lib/c/generic/fibril_synch.c (modified) Crash the task if the fibril is serialized and attempts to use fibril ... Sun, 09 Jan 2011 12:52:30 GMT Jiri Svoboda [f724e82] * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/include/device/hw_res.h (modified) Clean up hw_res interface client API. Sun, 09 Jan 2011 12:44:16 GMT Jiri Svoboda [b2263e6a] * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/lib/c/generic/device/char.c (modified) * uspace/lib/c/include/device/char.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) Clean up character device client interface. Sun, 09 Jan 2011 12:30:26 GMT Jiri Svoboda [0adddea] * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/include/device/hw_res.h (modified) Some cstyle cleanup. Sun, 09 Jan 2011 12:26:33 GMT Jiri Svoboda [54de5ebd] * uspace/lib/c/generic/device/char.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/include/device/char.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) Whitespace cleanup. Sun, 09 Jan 2011 12:18:00 GMT Jiri Svoboda [a676574] * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/sparc64/Makefile.inc (modified) * contrib/conf/net-qe.sh (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) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/src/drivers/i8259.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/kill/Makefile (added) * uspace/app/kill/kill.c (added) * uspace/app/killall/Makefile (moved) * uspace/app/killall/killall.c (moved) * uspace/app/netecho/netecho.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ipc/connect.def (deleted) * uspace/app/tester/ipc/register.def (deleted) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/websrv/Makefile (added) * uspace/app/websrv/websrv.c (added) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/char_map.c (modified) * uspace/lib/c/generic/adt/measured_strings.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/async_rel.c (deleted) * uspace/lib/c/generic/async_sess.c (added) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/devmap.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/io/vprintf.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/generic/net/icmp_api.c (modified) * uspace/lib/c/generic/net/inet.c (modified) * uspace/lib/c/generic/net/modules.c (modified) * uspace/lib/c/generic/net/packet.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/adt/char_map.h (modified) * uspace/lib/c/include/adt/generic_char_map.h (modified) * uspace/lib/c/include/adt/measured_strings.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/async_sess.h (moved) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/ipc/irc.h (moved) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/net/socket.h (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/net/adt/module_map.c (modified) * uspace/lib/net/generic/generic.c (modified) * uspace/lib/net/generic/net_remote.c (modified) * uspace/lib/net/il/arp_remote.c (modified) * uspace/lib/net/include/adt/module_map.h (modified) * uspace/lib/net/include/arp_interface.h (modified) * uspace/lib/net/include/generic.h (modified) * uspace/lib/net/include/net_interface.h (modified) * uspace/lib/net/include/netif_local.h (modified) * uspace/lib/net/include/netif_remote.h (modified) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/netif/netif_local.c (modified) * uspace/lib/net/netif/netif_remote.c (modified) * uspace/lib/net/tl/socket_core.c (modified) * uspace/lib/packet/generic/packet_server.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/ata_bd/ata_hw.h (added) * uspace/srv/devman/devman.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/hid/kbd/port/ns16550.c (modified) * uspace/srv/hid/kbd/port/z8530.c (modified) * uspace/srv/hw/irc/apic/Makefile (added) * uspace/srv/hw/irc/apic/apic.c (moved) * uspace/srv/hw/irc/fhc/Makefile (moved) * uspace/srv/hw/irc/fhc/fhc.c (moved) * uspace/srv/hw/irc/i8259/Makefile (added) * uspace/srv/hw/irc/i8259/i8259.c (added) * uspace/srv/hw/irc/obio/Makefile (moved) * uspace/srv/hw/irc/obio/obio.c (moved) * uspace/srv/hw/netif/dp8390/Makefile (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_port.h (modified) * uspace/srv/hw/netif/dp8390/local.h (deleted) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.h (modified) * uspace/srv/net/cfg/lo (moved) * uspace/srv/net/cfg/lo.netif_nil_bundle (deleted) * uspace/srv/net/cfg/ne2k (moved) * uspace/srv/net/cfg/ne2k.netif_nil_bundle (deleted) * 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/net/net.c (modified) * uspace/srv/net/net/net.h (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.h (modified) * uspace/srv/net/nil/nildummy/Makefile (modified) * uspace/srv/net/nil/nildummy/nildummy.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) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Merge mainline changes. Sun, 09 Jan 2011 12:16:00 GMT Jiri Svoboda [9d12059] * uspace/lib/c/generic/async_sess.c (modified) * uspace/lib/c/include/async_sess.h (modified) * uspace/srv/vfs/vfs_register.c (modified) Pass arg1 directly to async_session_create(). arg1 will be used ... Sun, 09 Jan 2011 08:55:47 GMT Vojtech Horky [409dce5] * uspace/lib/usb/src/usbdrvreq.c (modified) Minor fixes in GET_DESCRIPTOR Sun, 09 Jan 2011 08:44:50 GMT Vojtech Horky [38c5dfa] * uspace/drv/usbkbd/main.c (modified) Removal of synthetic key generation in drv/usbkbd Sat, 08 Jan 2011 22:47:12 GMT Jakub Jermar [bc5ffeb] * uspace/lib/c/include/stdlib.h (modified) Add core(). Sat, 08 Jan 2011 22:38:40 GMT Jakub Jermar [2e7291a] * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/include/fibril.h (modified) Add fibril_get_sercount(). Sat, 08 Jan 2011 22:32:09 GMT Jakub Jermar [8983273] * uspace/lib/c/generic/devman.c (modified) Use async_connect_me_to() instead of ipc_connect_me_to() in devman. Sat, 08 Jan 2011 22:21:06 GMT Jakub Jermar [e186eb5] * kernel/generic/src/ipc/ipc.c (modified) For connected phones, print also the task ID of the target task. Sat, 08 Jan 2011 22:14:31 GMT Jakub Jermar [fa581b3] * uspace/srv/devman/devman.c (modified) Fix range of valid phone numbers. Sat, 08 Jan 2011 21:51:41 GMT Jan Vesely [0bd2879] * uspace/drv/uhci/Makefile (modified) * uspace/drv/uhci/root_hub/port.c (modified) * uspace/drv/uhci/utils/usb_device.c (moved) * uspace/drv/uhci/utils/usb_device.h (moved) Refactoring move usb generics to usb_device.c Sat, 08 Jan 2011 21:46:41 GMT Jan Vesely [602eac5] * uspace/drv/uhci/root_hub/port_status.c (modified) change ON/OFF to YES/NO for better readibility Sat, 08 Jan 2011 21:36:15 GMT Jakub Jermar [339dfc5] * uspace/lib/c/generic/async_sess.c (modified) * uspace/lib/c/include/async_sess.h (modified) Provide means to specify ARG1 to IPC_M_CONNECT_ME_TO sent by async ... Sat, 08 Jan 2011 21:35:01 GMT Jakub Jermar [e08a733] * uspace/lib/c/generic/io/vprintf.c (modified) Use lightweight fibril synchronization in vprintf(). Sat, 08 Jan 2011 19:18:52 GMT Jan Vesely [b276c3b] * uspace/drv/uhci/root_hub/port.c (modified) Refactoring - use the new blocking call Sat, 08 Jan 2011 19:01:10 GMT Jan Vesely [15be932] * uspace/drv/uhci/Makefile (modified) * uspace/drv/uhci/utils/hc_synchronizer.c (modified) * uspace/drv/uhci/utils/hc_synchronizer.h (modified) * uspace/drv/uhci/utils/identify.c (added) * uspace/drv/uhci/utils/identify.h (added) Begin work on usb identification Add uhci_setup_sync function to ... Sat, 08 Jan 2011 18:51:31 GMT Jan Vesely [93fb170c] * .bzrignore (modified) * Makefile (modified) * boot/Makefile.common (modified) * boot/arch/ia64/Makefile.inc (modified) * contrib/conf/net-qe.sh (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) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/arm32/include/mach/integratorcp/integratorcp.h (modified) * kernel/arch/arm32/include/mach/testarm/testarm.h (modified) * kernel/arch/arm32/include/machine_func.h (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/arch/ia32/include/interrupt.h (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/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * tools/check.sh (added) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/kill/Makefile (added) * uspace/app/kill/kill.c (moved) * uspace/app/killall/Makefile (moved) * uspace/app/killall/killall.c (moved) * uspace/app/netecho/netecho.c (modified) * uspace/app/sysinfo/Makefile (added) * uspace/app/sysinfo/sysinfo.c (added) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/hw/misc/virtchar1.c (added) * uspace/app/tester/hw/misc/virtchar1.def (added) * uspace/app/tester/ipc/connect.def (deleted) * uspace/app/tester/ipc/register.def (deleted) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/websrv/Makefile (added) * uspace/app/websrv/websrv.c (added) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/root/root.c (modified) * uspace/drv/rootpc/rootpc.c (modified) * uspace/drv/rootpc/rootpc.ma (modified) * uspace/drv/rootvirt/devices.def (modified) * uspace/drv/test1/Makefile (modified) * uspace/drv/test1/char.c (added) * uspace/drv/test1/test1.c (modified) * uspace/drv/test1/test1.h (added) * uspace/drv/uhci/main.c (modified) * uspace/drv/usbhub/Makefile (modified) * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (added) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbhub/usblist.c (added) * uspace/drv/usbhub/usblist.h (added) * uspace/drv/usbhub/utils.c (modified) * uspace/drv/usbkbd/main.c (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/drv/vhc/hub.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/async_rel.c (deleted) * uspace/lib/c/generic/async_sess.c (added) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/devmap.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/net/icmp_api.c (modified) * uspace/lib/c/generic/net/inet.c (modified) * uspace/lib/c/generic/net/modules.c (modified) * uspace/lib/c/generic/net/packet.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/async_sess.h (added) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/devmap.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/kbd.h (modified) * uspace/lib/c/include/net/modules.h (modified) * uspace/lib/c/include/net/socket.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_usb.c (added) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/remote_usb.h (moved) * uspace/lib/drv/include/usb_iface.h (added) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/packet/generic/packet_server.c (modified) * uspace/lib/usb/include/usb/devreq.h (modified) * uspace/lib/usb/include/usb/hcdhubd.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/include/usb/usbdrv.h (modified) * uspace/lib/usb/src/addrkeep.c (modified) * uspace/lib/usb/src/hcdhubd.c (modified) * uspace/lib/usb/src/recognise.c (modified) * uspace/lib/usb/src/usbdrv.c (modified) * uspace/lib/usb/src/usbdrvreq.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/ata_bd/ata_hw.h (added) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hw/netif/dp8390/Makefile (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_port.h (modified) * uspace/srv/hw/netif/dp8390/local.h (deleted) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.h (modified) * uspace/srv/net/cfg/lo (moved) * uspace/srv/net/cfg/lo.netif_nil_bundle (deleted) * uspace/srv/net/cfg/ne2k (moved) * uspace/srv/net/cfg/ne2k.netif_nil_bundle (deleted) * 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/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_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) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Merge from main branch Fri, 07 Jan 2011 19:54:42 GMT Vojtech Horky [c377bc50] * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/info.c (added) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) Better `usbinfo' application Fri, 07 Jan 2011 19:53:39 GMT Vojtech Horky [70a9092] * uspace/drv/vhc/hcd.c (modified) Virtual host controller added to `usbhc' DDF class Fri, 07 Jan 2011 18:57:55 GMT Martin Decky [61bfc370] * uspace/lib/c/generic/adt/char_map.c (modified) * uspace/lib/c/generic/adt/measured_strings.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/include/adt/char_map.h (modified) * uspace/lib/c/include/adt/generic_char_map.h (modified) * uspace/lib/c/include/adt/measured_strings.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/net/adt/module_map.c (modified) * uspace/lib/net/generic/generic.c (modified) * uspace/lib/net/generic/net_remote.c (modified) * uspace/lib/net/il/arp_remote.c (modified) * uspace/lib/net/include/adt/module_map.h (modified) * uspace/lib/net/include/arp_interface.h (modified) * uspace/lib/net/include/generic.h (modified) * uspace/lib/net/include/net_interface.h (modified) * uspace/lib/net/include/socket_core.h (modified) * uspace/lib/net/netif/netif_local.c (modified) * uspace/lib/net/tl/socket_core.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_port.h (modified) * uspace/srv/hw/netif/dp8390/ne2000.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_standalone.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) * make measured_string and other network-related data types binary- ... Fri, 07 Jan 2011 16:43:23 GMT Vojtech Horky [56184b2] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbhub/utils.c (modified) * uspace/lib/usb/src/addrkeep.c (modified) Merge development/ changes Fri, 07 Jan 2011 16:42:00 GMT Jan Vesely [8f748215] * uspace/drv/uhci/root_hub/port.c (modified) * uspace/drv/uhci/root_hub/port.h (modified) * uspace/drv/uhci/root_hub/port_status.c (modified) * uspace/drv/uhci/root_hub/port_status.h (modified) * uspace/drv/uhci/root_hub/root_hub.c (modified) port_status refactoring, use flags instead of structure Fri, 07 Jan 2011 16:37:50 GMT Vojtech Horky [a523af4] * uspace/lib/usb/include/usb/devreq.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/include/usb/usbdrv.h (modified) * uspace/lib/usb/src/recognise.c (modified) * uspace/lib/usb/src/usbdrvreq.c (modified) Merged vojtechhorky/ - code refactoring Fri, 07 Jan 2011 16:33:39 GMT Vojtech Horky [9b95dbcf] * uspace/lib/usb/src/usbdrvreq.c (modified) Code refactoring Fri, 07 Jan 2011 16:25:51 GMT Vojtech Horky [97bfba1] * uspace/lib/usb/include/usb/devreq.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/usbdrvreq.c (modified) Add generic function for GET_DESCRIPTOR request Fri, 07 Jan 2011 15:47:00 GMT Jan Vesely [15701921] * uspace/drv/uhci/root_hub/port.c (modified) * uspace/drv/uhci/root_hub/port.h (modified) Remember device attached to the port fix port disable routine: - ... Fri, 07 Jan 2011 15:38:39 GMT Vojtech Horky [692c0d3e] * uspace/lib/usb/include/usb/usbdrv.h (modified) * uspace/lib/usb/src/recognise.c (modified) Refactoring of device recognition routines Fri, 07 Jan 2011 15:10:52 GMT Martin Decky [7c34b28f] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/sparc64/Makefile.inc (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/src/drivers/i8259.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/lib/c/include/ipc/irc.h (moved) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/net/generic/generic.c (modified) * uspace/lib/net/include/generic.h (modified) * uspace/lib/net/include/netif_local.h (modified) * uspace/lib/net/include/netif_remote.h (modified) * uspace/lib/net/netif/netif_local.c (modified) * uspace/lib/net/netif/netif_remote.c (modified) * uspace/srv/hid/kbd/port/ns16550.c (modified) * uspace/srv/hid/kbd/port/z8530.c (modified) * uspace/srv/hw/irc/apic/Makefile (added) * uspace/srv/hw/irc/apic/apic.c (added) * uspace/srv/hw/irc/fhc/Makefile (moved) * uspace/srv/hw/irc/fhc/fhc.c (moved) * uspace/srv/hw/irc/i8259/Makefile (added) * uspace/srv/hw/irc/i8259/i8259.c (added) * uspace/srv/hw/irc/obio/Makefile (moved) * uspace/srv/hw/irc/obio/obio.c (moved) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.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/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth.h (modified) * uspace/srv/net/nil/nildummy/nildummy.h (modified) merge small NE2000 and interrupt handling improvements - introduce ... Fri, 07 Jan 2011 15:04:33 GMT Matus Dekanek [72fea5a] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbhub/utils.c (modified) merge from smekideki into usb development Fri, 07 Jan 2011 15:02:43 GMT Matus Dekanek [44bb20b] * uspace/lib/usb/src/addrkeep.c (modified) merge with development Fri, 07 Jan 2011 15:00:31 GMT Matus Dekanek [5097bed4] * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbhub/utils.c (modified) usb hub driver codelifting. added futex to guard hub list Fri, 07 Jan 2011 14:57:40 GMT Martin Decky [acc7ce4] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/sparc64/Makefile.inc (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/src/drivers/i8259.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/lib/c/include/ipc/irc.h (moved) * uspace/lib/c/include/ipc/services.h (modified) * uspace/srv/hid/kbd/port/ns16550.c (modified) * uspace/srv/hid/kbd/port/z8530.c (modified) * uspace/srv/hw/irc/apic/Makefile (added) * uspace/srv/hw/irc/apic/apic.c (added) * uspace/srv/hw/irc/fhc/Makefile (moved) * uspace/srv/hw/irc/fhc/fhc.c (moved) * uspace/srv/hw/irc/i8259/Makefile (added) * uspace/srv/hw/irc/i8259/i8259.c (added) * uspace/srv/hw/irc/obio/Makefile (moved) * uspace/srv/hw/irc/obio/obio.c (moved) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) uspace interrupt controller drivers for i8259 and APIC (non- ... Fri, 07 Jan 2011 14:54:30 GMT Vojtech Horky [2c98e78] * uspace/lib/usb/src/addrkeep.c (modified) Bugfix in USB address keeping Fri, 07 Jan 2011 14:42:52 GMT Jan Vesely [8324b65] * uspace/drv/uhci/uhci.c (modified) Pretend that all went well in sending usb setup packets Fri, 07 Jan 2011 14:40:56 GMT Jan Vesely [7bd34e5] * uspace/drv/uhci/Makefile (modified) * uspace/drv/uhci/root_hub/port.c (modified) * uspace/drv/uhci/utils/fibril_semaphore.c (added) * uspace/drv/uhci/utils/fibril_semaphore.h (added) * uspace/drv/uhci/utils/hc_synchronizer.c (modified) * uspace/drv/uhci/utils/hc_synchronizer.h (modified) Add synchronization via fibril_semaphore WARNING: fibril_semaphore ... Fri, 07 Jan 2011 13:27:58 GMT Jan Vesely [92f924c8] * uspace/drv/uhci/Makefile (modified) * uspace/drv/uhci/root_hub/port.c (modified) * uspace/drv/uhci/root_hub/root_hub.c (modified) * uspace/drv/uhci/uhci.c (modified) * uspace/drv/uhci/utils/hc_synchronizer.c (added) * uspace/drv/uhci/utils/hc_synchronizer.h (added) * uspace/lib/usb/include/usb/devreq.h (modified) block fibril until address is assigned Fri, 07 Jan 2011 13:00:00 GMT Martin Decky [b404a98] * uspace/srv/hw/netif/dp8390/dp8390.h (modified) revert back to send queue of size 1 (seems to be slightly more reliable) Fri, 07 Jan 2011 12:32:23 GMT Martin Decky [854151c] * uspace/lib/net/generic/generic.c (modified) * uspace/lib/net/include/generic.h (modified) * uspace/lib/net/include/netif_local.h (modified) * uspace/lib/net/include/netif_remote.h (modified) * uspace/lib/net/netif/netif_local.c (modified) * uspace/lib/net/netif/netif_remote.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp.h (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth.h (modified) * uspace/srv/net/nil/nildummy/nildummy.h (modified) store addresses as uint8_t values (char can be both signed or ... Fri, 07 Jan 2011 10:43:15 GMT Matus Dekanek [43c3937] * .bzrignore (modified) * boot/Makefile.common (modified) * boot/arch/ia64/Makefile.inc (modified) * contrib/conf/net-qe.sh (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) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/kill/Makefile (added) * uspace/app/kill/kill.c (added) * uspace/app/killall/Makefile (moved) * uspace/app/killall/killall.c (added) * uspace/app/netecho/netecho.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/websrv/Makefile (added) * uspace/app/websrv/websrv.c (added) * uspace/drv/uhci/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbkbd/main.c (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/drv/vhc/hub.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/async_rel.c (deleted) * uspace/lib/c/generic/async_sess.c (added) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/net/icmp_api.c (modified) * uspace/lib/c/generic/net/inet.c (modified) * uspace/lib/c/generic/net/modules.c (modified) * uspace/lib/c/generic/net/packet.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/async_sess.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/net/socket.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_usb.c (added) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/remote_usb.h (moved) * uspace/lib/drv/include/usb_iface.h (added) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/usb/include/usb/usbdrv.h (modified) * uspace/lib/usb/src/hcdhubd.c (modified) * uspace/lib/usb/src/recognise.c (modified) * uspace/lib/usb/src/usbdrv.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/ata_bd/ata_hw.h (added) * uspace/srv/devman/main.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hw/netif/dp8390/Makefile (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_port.h (modified) * uspace/srv/hw/netif/dp8390/local.h (deleted) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.h (modified) * uspace/srv/net/cfg/lo (moved) * uspace/srv/net/cfg/lo.netif_nil_bundle (deleted) * uspace/srv/net/cfg/ne2k (moved) * uspace/srv/net/cfg/ne2k.netif_nil_bundle (deleted) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/nil/eth/Makefile (modified) * uspace/srv/net/nil/nildummy/Makefile (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_register.c (modified) merge with usb/development Fri, 07 Jan 2011 09:20:13 GMT Vojtech Horky [0f191a2] * uspace/drv/uhci/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbkbd/main.c (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/drv/vhc/hub.c (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_usb.c (added) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/remote_usb.h (added) * uspace/lib/drv/include/usb_iface.h (added) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/usb/include/usb/usbdrv.h (modified) * uspace/lib/usb/src/hcdhubd.c (modified) * uspace/lib/usb/src/recognise.c (modified) * uspace/lib/usb/src/usbdrv.c (modified) * uspace/srv/devman/main.c (modified) Merged vojtechhorky/ - connecting to HC Fixed ticket #6: ... Fri, 07 Jan 2011 09:13:55 GMT Vojtech Horky [8f8a0cd6] * .bzrignore (modified) * boot/Makefile.common (modified) * boot/arch/ia64/Makefile.inc (modified) * contrib/conf/net-qe.sh (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) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/kill/Makefile (added) * uspace/app/kill/kill.c (added) * uspace/app/killall/Makefile (moved) * uspace/app/killall/killall.c (added) * uspace/app/netecho/netecho.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/websrv/Makefile (added) * uspace/app/websrv/websrv.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/async_rel.c (deleted) * uspace/lib/c/generic/async_sess.c (added) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/net/icmp_api.c (modified) * uspace/lib/c/generic/net/inet.c (modified) * uspace/lib/c/generic/net/modules.c (modified) * uspace/lib/c/generic/net/packet.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/async_sess.h (moved) * uspace/lib/c/include/net/socket.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/ata_bd/ata_hw.h (added) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hw/netif/dp8390/Makefile (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_port.h (modified) * uspace/srv/hw/netif/dp8390/local.h (deleted) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.h (modified) * uspace/srv/net/cfg/lo (moved) * uspace/srv/net/cfg/lo.netif_nil_bundle (deleted) * uspace/srv/net/cfg/ne2k (moved) * uspace/srv/net/cfg/ne2k.netif_nil_bundle (deleted) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/nil/eth/Makefile (modified) * uspace/srv/net/nil/nildummy/Makefile (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_register.c (modified) Merge development/ changes Fri, 07 Jan 2011 08:54:28 GMT Vojtech Horky [ae1f70e] * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/src/ipc/irq.c (modified) * uspace/Makefile (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_port.h (modified) * uspace/srv/hw/netif/dp8390/local.h (deleted) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.h (modified) * uspace/srv/net/cfg/Makefile (deleted) * uspace/srv/net/cfg/lo (moved) * uspace/srv/net/cfg/ne2k (moved) * uspace/srv/net/tl/icmp/icmp.c (modified) Merge mainline changes Thu, 06 Jan 2011 23:50:48 GMT martin@…> [3d5e190] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_port.h (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.h (modified) simplify the NE2000 driver code even futher to be really sure that it ... Thu, 06 Jan 2011 23:46:21 GMT martin@…> [7922dea] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.h (modified) further code simplification Thu, 06 Jan 2011 23:23:53 GMT martin@…> [66b628a] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_port.h (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) further code simplification Thu, 06 Jan 2011 22:58:05 GMT martin@…> [e3fe7df] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) convert bit flags to explicit flags for better readability Thu, 06 Jan 2011 22:31:57 GMT martin@…> [efa8aec6] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) do not filter the upper bit Thu, 06 Jan 2011 22:23:21 GMT martin@…> [ba21938] * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/src/ipc/irq.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) merge I/O space handling improvements Thu, 06 Jan 2011 22:22:37 GMT martin@…> [d8d8bbd] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) improve ISR handling Thu, 06 Jan 2011 22:15:55 GMT martin@…> [9cdac5a] * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/src/ipc/irq.c (modified) add CMD_PIO_WRITE_A_x commands which store values from scratch space ... Thu, 06 Jan 2011 22:09:34 GMT martin@…> [c2f3e0b] * uspace/Makefile (modified) * uspace/srv/net/cfg/Makefile (deleted) * uspace/srv/net/cfg/lo (moved) * uspace/srv/net/cfg/ne2k (moved) use the network configuration directly, save one Makefile Thu, 06 Jan 2011 20:16:24 GMT Martin Decky [b1d15e7] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_port.h (modified) * uspace/srv/hw/netif/dp8390/local.h (deleted) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.h (modified) * uspace/srv/net/tl/icmp/icmp.c (modified) Merge of a huge refactoring of the original NE2000 driver * coding ... Thu, 06 Jan 2011 20:15:55 GMT Martin Decky [e0854e3] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.h (modified) add missing copyright headers remove unused flags Thu, 06 Jan 2011 19:59:43 GMT Martin Decky [aa1e202] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) cleanup Thu, 06 Jan 2011 19:50:04 GMT Martin Decky [39d70ec] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) remove additional packet queueing Thu, 06 Jan 2011 19:10:01 GMT Martin Decky [b187536] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) more declutter Thu, 06 Jan 2011 18:24:32 GMT Martin Decky [37f0a29] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) cleanup Thu, 06 Jan 2011 18:08:04 GMT Martin Decky [096234b] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) more cleanup Thu, 06 Jan 2011 17:51:26 GMT Martin Decky [40559a96] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/dp8390_port.h (modified) get rid of I/O buffers Thu, 06 Jan 2011 17:23:58 GMT Martin Decky [122b753] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_port.h (modified) more declutter