# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-09-14T21:48:54Z Tue, 11 Jan 2011 15:57:39 GMT Martin Decky [fe8dfa6] * uspace/lib/net/Makefile (modified) * uspace/lib/net/include/nil_interface.h (deleted) * uspace/lib/net/include/nil_local.h (deleted) * uspace/lib/net/include/nil_remote.h (modified) * uspace/lib/net/include/nil_skel.h (added) * uspace/lib/net/netif/netif_skel.c (modified) * uspace/lib/net/nil/nil_remote.c (modified) * uspace/lib/net/nil/nil_skel.c (moved) * uspace/srv/hw/netif/ne2000/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/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/eth/eth_header.h (deleted) * uspace/srv/net/nil/eth/eth_module.c (deleted) * uspace/srv/net/nil/nildummy/Makefile (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/nil/nildummy/nildummy.h (modified) networking: streamline NIL skeleton and NIL modules (nildummy, eth) Tue, 11 Jan 2011 15:37:19 GMT Martin Decky [04aade50] * uspace/srv/net/cfg/ne2k (modified) revert accidentally comitted local network configuration to the ... Tue, 11 Jan 2011 12:04:06 GMT Martin Decky [f902d36] * boot/Makefile.common (modified) * kernel/arch/amd64/include/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/ia32/include/interrupt.h (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/include/interrupt.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * uspace/Makefile (modified) * uspace/doc/doxygroups.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/net/generic/protocol_map.c (modified) * uspace/srv/hw/netif/ne2000/Makefile (moved) * uspace/srv/hw/netif/ne2000/dp8390.c (moved) * uspace/srv/hw/netif/ne2000/dp8390.h (moved) * uspace/srv/hw/netif/ne2000/ne2000.c (moved) * uspace/srv/net/cfg/ne2k (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/net/net.h (modified) rename the dp8390 driver (and everything related) to ne2000 as it is ... Tue, 11 Jan 2011 07:24:04 GMT Martin Decky [597c948] * uspace/srv/net/il/arp/arp.c (modified) prepare ARP translation data structure before (!) sending the ARP ... Tue, 11 Jan 2011 06:44:35 GMT Martin Decky [bddec0c] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) do not leak memory Tue, 11 Jan 2011 01:43:56 GMT Martin Decky [6b22c97] * uspace/srv/hw/netif/dp8390/ne2000.c (modified) add forgotten assignment Tue, 11 Jan 2011 01:33:58 GMT Martin Decky [8136102] * uspace/lib/net/netif/netif_skel.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) improve correctness of the NE2000 driver w.r.t. parallelism of the ... Tue, 11 Jan 2011 01:33:13 GMT Martin Decky [7300c37] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) fetching of frames from the network card is still single-threaded, ... Tue, 11 Jan 2011 01:31:36 GMT Martin Decky [4fc2b3b] * uspace/lib/net/netif/netif_skel.c (modified) do not unlock the RW-lock until the changes in NIL modules have finished Mon, 10 Jan 2011 23:22:05 GMT Martin Decky [43b4314] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) refactor NE2000 up/down operations, do not configure the card ... Mon, 10 Jan 2011 22:49:14 GMT Martin Decky [abe95c9] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) avoid multiple overlapped interrupt request handling by handling ... Mon, 10 Jan 2011 17:37:16 GMT Jakub Jermar [6643a19] * boot/Makefile.common (modified) Do not try to include long gone test_serial and netstart in the RAM ... Mon, 10 Jan 2011 16:36:10 GMT Jiri Svoboda [4db43721] * uspace/lib/c/generic/devman.c (modified) Fix double mutex unlock in devman client code (thx Vojtech Horky). 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 ... 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: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(). 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 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 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 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 ... 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 Thu, 06 Jan 2011 17:18:40 GMT Martin Decky [d3a0af7] * 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) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) declutter Thu, 06 Jan 2011 16:48:33 GMT Martin Decky [b590c21] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_drv.h (modified) cstyle & declutter Thu, 06 Jan 2011 16:37:53 GMT Martin Decky [6fc0edd] * 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) more robust interrupt processing Thu, 06 Jan 2011 15:41:05 GMT Martin Decky [0777f4c5] * 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 dp_check_ints Thu, 06 Jan 2011 15:28:51 GMT Martin Decky [74864ac] * 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/dp8390_port.h (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) cstyle & clutter removal Thu, 06 Jan 2011 15:05:59 GMT Martin Decky [fc23ef6] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_port.h (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) cstyle & clutter removal Thu, 06 Jan 2011 15:03:23 GMT Martin Decky [2a6e4ac2] * 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/local.h (deleted) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.h (modified) cstyle & clutter removal Thu, 06 Jan 2011 14:57:42 GMT Martin Decky [506a805] * 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) cstyle Thu, 06 Jan 2011 14:42:39 GMT Martin Decky [d3c9b60] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) * uspace/srv/hw/netif/dp8390/dp8390.h (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) cstyle & clutter removal Thu, 06 Jan 2011 14:33:04 GMT Martin Decky [95ff5c4] * uspace/srv/hw/netif/dp8390/dp8390.c (modified) cstyle Thu, 06 Jan 2011 13:58:09 GMT Martin Decky [8f5e2527] * 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/local.h (modified) * uspace/srv/hw/netif/dp8390/ne2000.c (modified) * uspace/srv/hw/netif/dp8390/ne2000.h (modified) remove unnecessary clutter Thu, 06 Jan 2011 13:57:52 GMT Martin Decky [4765152] * uspace/srv/net/tl/icmp/icmp.c (modified) cstyle Wed, 05 Jan 2011 14:00:37 GMT Martin Decky [196ef08] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/kill/kill.c (modified) * uspace/app/killall/Makefile (added) * uspace/app/killall/killall.c (added) kill improvement & killall Wed, 05 Jan 2011 13:59:29 GMT Martin Decky [c4faa0c] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/killall/Makefile (added) * uspace/app/killall/killall.c (added) add the well-known 'killall' command (also with the usual race ... Wed, 05 Jan 2011 13:58:50 GMT Martin Decky [fdb9c39c] * uspace/app/kill/kill.c (modified) small improvements of the 'kill' command Wed, 05 Jan 2011 12:53:03 GMT Martin Decky [cd22764] * uspace/app/netecho/netecho.c (modified) in case --help argument is used, exit and do not proceed to echoing ... Tue, 04 Jan 2011 22:32:37 GMT Jiri Svoboda [1ad52de] * kernel/generic/src/interrupt/interrupt.c (modified) Add comment. Tue, 04 Jan 2011 22:01:13 GMT Jiri Svoboda [63594c0] * kernel/generic/include/interrupt.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/taskdump/taskdump.c (modified) Obtain userspace state in case of system call. Tue, 04 Jan 2011 18:22:10 GMT Martin Decky [c11ebb6a] * contrib/conf/net-qe.sh (modified) * kernel/arch/ia32/include/interrupt.h (modified) * uspace/srv/net/cfg/ne2k.netif_standalone (modified) NE2000 ISA for QEMU 0.13 (use hardwired IRQ 5) Tue, 04 Jan 2011 13:14:01 GMT Martin Decky [1caeb2d] * kernel/generic/src/main/main.c (modified) fix argument types Sun, 02 Jan 2011 21:23:21 GMT Jiri Svoboda [e682af1] * uspace/app/init/init.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) Merge ATA driver improvements. Thu, 30 Dec 2010 14:26:29 GMT Jiri Svoboda [e092dc5] * uspace/app/init/init.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) Fix incorrect control block base address. Add base adresses for three ... Thu, 30 Dec 2010 13:56:00 GMT Jiri Svoboda [d770deb] * 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) Move ATA hardware-related definitions to a separate header file. Thu, 30 Dec 2010 13:43:27 GMT Jiri Svoboda [ea28272] * HelenOS.config (modified) * Makefile (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/include/types.h (modified) * boot/arch/mips32/include/arch.h (modified) * boot/arch/ppc32/include/types.h (modified) * boot/arch/sparc64/include/types.h (modified) * boot/genarch/include/ofw.h (modified) * contrib/arch/hadlbppp.py (modified) * contrib/arch/kernel/kernel.adl (modified) * contrib/arch/uspace/srv/bd/bd.adl (modified) * contrib/arch/uspace/srv/console/console.adl (modified) * contrib/arch/uspace/srv/devmap/devmap.adl (modified) * contrib/arch/uspace/srv/fb/fb.adl (modified) * contrib/arch/uspace/srv/kbd/kbd.adl (modified) * contrib/arch/uspace/srv/loader/loader.adl (modified) * contrib/arch/uspace/srv/ns/ns.adl (modified) * contrib/arch/uspace/srv/ns/service.adl (modified) * contrib/arch/uspace/srv/vfs/vfs.adl (modified) * contrib/conf/msim.conf (modified) * contrib/highlight/adl.syntax (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/abs32le/include/types.h (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/include/asm.h (modified) * kernel/arch/amd64/include/proc/thread.h (modified) * kernel/arch/amd64/include/types.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/debugger.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/include/types.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/asm.h (modified) * kernel/arch/ia32/include/proc/thread.h (modified) * kernel/arch/ia32/include/types.h (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/include/bootinfo.h (modified) * kernel/arch/ia64/include/types.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/include/debugger.h (modified) * kernel/arch/mips32/include/fpu_context.h (modified) * kernel/arch/mips32/include/types.h (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/smp/dorder.c (modified) * kernel/arch/ppc32/include/exception.h (modified) * kernel/arch/ppc32/include/types.h (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/include/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/mm/sun4v/tlb.h (modified) * kernel/arch/sparc64/include/types.h (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/console/kconsole.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ddi/device.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/security/cap.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/synch/smc.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/time/clock.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ddi/device.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/memstr.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/security/cap.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/smc.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/fpu/fpu1_ia64.c (modified) * kernel/test/fpu/fpu1_x86.c (modified) * kernel/test/fpu/mips2.c (modified) * kernel/test/fpu/sse1.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/print/print2.c (modified) * tools/check.sh (added) * tools/config.py (modified) * uspace/Makefile (modified) * uspace/app/edit/edit.c (modified) * uspace/app/init/init.c (modified) * uspace/app/kill/Makefile (added) * uspace/app/kill/kill.c (moved) * uspace/app/netecho/netecho.c (modified) * uspace/app/netecho/print_error.c (modified) * uspace/app/sysinfo/Makefile (added) * uspace/app/sysinfo/sysinfo.c (added) * uspace/app/tester/Makefile (modified) * uspace/app/tester/hw/misc/virtchar1.c (added) * uspace/app/tester/hw/misc/virtchar1.def (added) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/ipc/connect.def (deleted) * uspace/app/tester/ipc/register.c (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/tetris/input.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/top/input.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/websrv/Makefile (added) * uspace/app/websrv/websrv.c (added) * uspace/drv/isa/isa.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/root/root.c (modified) * uspace/drv/rootia32/rootia32.ma (deleted) * uspace/drv/rootpc/Makefile (moved) * uspace/drv/rootpc/rootpc.c (moved) * uspace/drv/rootpc/rootpc.ma (added) * uspace/drv/rootvirt/Makefile (added) * uspace/drv/rootvirt/devices.def (added) * uspace/drv/rootvirt/rootvirt.c (added) * uspace/drv/rootvirt/rootvirt.ma (added) * uspace/drv/test1/Makefile (added) * uspace/drv/test1/char.c (moved) * uspace/drv/test1/test1.c (added) * uspace/drv/test1/test1.h (moved) * uspace/drv/test1/test1.ma (added) * uspace/drv/test2/Makefile (added) * uspace/drv/test2/test2.c (added) * uspace/drv/test2/test2.ma (added) * uspace/lib/block/libblock.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/inttypes.h (modified) * uspace/lib/c/arch/amd64/include/inttypes.h (modified) * uspace/lib/c/arch/arm32/include/inttypes.h (modified) * uspace/lib/c/arch/ia32/include/inttypes.h (modified) * uspace/lib/c/arch/ia64/include/inttypes.h (modified) * uspace/lib/c/arch/mips32/include/inttypes.h (modified) * uspace/lib/c/arch/ppc32/include/inttypes.h (modified) * uspace/lib/c/arch/sparc64/include/inttypes.h (modified) * uspace/lib/c/generic/adt/char_map.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/cap.c (modified) * uspace/lib/c/generic/clipboard.c (modified) * uspace/lib/c/generic/device/char.c (modified) * 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/event.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/screenbuffer.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/loader.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/generic/udebug.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/adt/generic_field.h (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/errno.h (modified) * uspace/lib/c/include/event.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/screenbuffer.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/devmap.h (modified) * uspace/lib/c/include/ipc/ip.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/libc.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/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/driver.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/net/generic/generic.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/netif/netif_local.c (modified) * uspace/lib/net/netif/netif_remote.c (modified) * uspace/lib/net/tl/icmp_remote.c (modified) * uspace/lib/packet/generic/packet_server.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/clip/clip.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/match.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/hid/adb_mouse/adb_dev.c (modified) * uspace/srv/hid/adb_mouse/adb_mouse.c (modified) * uspace/srv/hid/char_mouse/char_mouse.c (modified) * uspace/srv/hid/char_mouse/chardev.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gcons.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/serial_console.c (modified) * uspace/srv/hid/fb/serial_console.h (modified) * uspace/srv/hid/kbd/generic/kbd.c (modified) * uspace/srv/hid/kbd/port/adb.c (modified) * uspace/srv/hid/kbd/port/chardev.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/cir/fhc/fhc.c (modified) * uspace/srv/hw/cir/obio/obio.c (modified) * uspace/srv/hw/netif/dp8390/Makefile (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/net/cfg/Makefile (modified) * uspace/srv/net/cfg/lo.netif_nil_bundle (deleted) * 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/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.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) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/clonable.h (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/service.h (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Merge mainline changes. Wed, 29 Dec 2010 17:46:00 GMT Jiri Svoboda [f418e51] * kernel/generic/include/proc/task.h (modified) Adding typedefs.h was not necessary. Wed, 29 Dec 2010 17:42:42 GMT Jiri Svoboda [1e9f8ab] * boot/Makefile.common (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/kill/Makefile (added) * uspace/app/kill/kill.c (added) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/task.h (modified) Add kill command to forcefully terminate a task. Tue, 28 Dec 2010 22:19:01 GMT Jiri Svoboda [c41834a] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/websrv/Makefile (added) * uspace/app/websrv/websrv.c (added) Merge web server skeleton. Tue, 28 Dec 2010 22:18:18 GMT Jiri Svoboda [f4a2d624] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/websrv/Makefile (added) * uspace/app/websrv/websrv.c (added) Add web server skeleton. Tue, 28 Dec 2010 12:00:46 GMT Jiri Svoboda [097967b] * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) Merge more TCP fixes. Tue, 28 Dec 2010 11:57:37 GMT Jiri Svoboda [86f6121] * uspace/srv/net/tl/tcp/tcp.c (modified) Fix TCP send not sending anything. Tue, 28 Dec 2010 10:55:38 GMT Jiri Svoboda [6f40a27] * uspace/srv/net/tl/tcp/tcp.c (modified) Remove old forgotten piece of code.