#
# ChangeLog for / in mainline
#
# Generated by Trac 1.6
# 2025-04-13T08:06:38Z

Tue, 25 Jan 2011 16:48:37 GMT Martin Decky <martin@…> [8befd0a]
	* uspace/app/tasks/tasks.c (modified)

	make the header slightly less ambiguious


Thu, 20 Jan 2011 16:09:32 GMT Jakub Jermar <jakub@…> [7e36c8d]
	* kernel/generic/src/adt/avl.c (modified)

	Walk only non-empty AVL trees.


Mon, 17 Jan 2011 16:26:10 GMT Martin Decky <martin@…> [a2d8d59]
	* uspace/lib/net/include/icmp_header.h (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)

	merge ICMP rewrite


Mon, 17 Jan 2011 16:04:26 GMT Martin Decky <martin@…> [ffaba00]
	* uspace/lib/net/include/icmp_header.h (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)

	improve cstyle and comments


Mon, 17 Jan 2011 15:41:30 GMT Martin Decky <martin@…> [f1938c6]
	* uspace/app/ping/ping.c (modified)
	* uspace/lib/c/generic/net/icmp_common.c (modified)
	* uspace/lib/c/include/ipc/icmp.h (modified)
	* uspace/lib/c/include/net/icmp_common.h (modified)
	* uspace/lib/net/include/icmp_remote.h (moved)
	* uspace/lib/net/include/tl_skel.h (modified)
	* uspace/lib/net/tl/icmp_remote.c (modified)
	* uspace/lib/net/tl/tl_common.c (modified)
	* uspace/lib/net/tl/tl_skel.c (modified)
	* uspace/srv/net/il/ip/ip.c (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)
	* uspace/srv/net/tl/icmp/icmp.h (deleted)
	* uspace/srv/net/tl/tcp/tcp.c (modified)
	* uspace/srv/net/tl/udp/udp.c (modified)

	streamline ICMP implementation
	 - generate ICMP identification based ...


Mon, 17 Jan 2011 15:38:21 GMT Martin Decky <martin@…> [9f3864a]
	* uspace/lib/c/include/adt/hash_table.h (modified)

	cstyle cleanup (no change in functionality)


Thu, 13 Jan 2011 21:23:17 GMT Jakub Jermar <jakub@…> [08abd81]
	* uspace/srv/net/il/arp/arp.c (modified)

	Merge from lp:~jakub/helenos/net.


Thu, 13 Jan 2011 21:18:25 GMT Jakub Jermar <jakub@…> [87e373b]
	* uspace/srv/net/il/arp/arp.c (modified)

	Do not prevent new ARP requests to be made when the first one times ...


Thu, 13 Jan 2011 20:58:24 GMT Jakub Jermar <jakub@…> [80cd7cd]
	* boot/Makefile.common (modified)
	* boot/arch/amd64/Makefile.inc (modified)
	* boot/arch/sparc64/Makefile.inc (modified)
	* contrib/conf/net-qe.sh (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/arch/ia64/include/interrupt.h (modified)
	* kernel/arch/ia64/src/ia64.c (modified)
	* kernel/generic/include/ddi/ddi.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/ddi/ddi.c (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/mm/slab.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 (moved)
	* 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/hw/misc/virtchar1.c (modified)
	* uspace/app/tester/hw/serial/serial1.c (modified)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/app/websrv/Makefile (added)
	* uspace/app/websrv/websrv.c (added)
	* uspace/doc/doxygroups.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/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/ddi.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/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_sess.h (modified)
	* uspace/lib/c/include/ddi.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/c/include/task.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/generic/protocol_map.c (modified)
	* uspace/lib/net/il/arp_remote.c (modified)
	* uspace/lib/net/il/il_remote.c (moved)
	* uspace/lib/net/il/il_skel.c (added)
	* 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 (deleted)
	* uspace/lib/net/include/il_remote.h (moved)
	* uspace/lib/net/include/il_skel.h (moved)
	* 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_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/include/socket_core.h (modified)
	* uspace/lib/net/include/tl_local.h (deleted)
	* uspace/lib/net/include/tl_remote.h (moved)
	* uspace/lib/net/include/tl_skel.h (added)
	* uspace/lib/net/netif/netif_remote.c (modified)
	* uspace/lib/net/netif/netif_skel.c (moved)
	* uspace/lib/net/nil/nil_remote.c (modified)
	* uspace/lib/net/nil/nil_skel.c (added)
	* uspace/lib/net/tl/socket_core.c (modified)
	* uspace/lib/net/tl/tl_common.c (modified)
	* uspace/lib/net/tl/tl_remote.c (moved)
	* uspace/lib/net/tl/tl_skel.c (added)
	* 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/ata_bd/ata_bd.h (modified)
	* uspace/srv/bd/ata_bd/ata_hw.h (added)
	* 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/dp8390.c (deleted)
	* uspace/srv/hw/netif/dp8390/dp8390.h (deleted)
	* uspace/srv/hw/netif/dp8390/dp8390_module.c (deleted)
	* uspace/srv/hw/netif/dp8390/ne2000.c (deleted)
	* uspace/srv/hw/netif/ne2000/Makefile (moved)
	* uspace/srv/hw/netif/ne2000/dp8390.c (added)
	* uspace/srv/hw/netif/ne2000/dp8390.h (added)
	* uspace/srv/hw/netif/ne2000/dp8390_drv.h (moved)
	* uspace/srv/hw/netif/ne2000/dp8390_port.h (moved)
	* uspace/srv/hw/netif/ne2000/local.h (moved)
	* uspace/srv/hw/netif/ne2000/ne2000.c (added)
	* uspace/srv/hw/netif/ne2000/ne2000.h (moved)
	* uspace/srv/net/cfg/lo (moved)
	* uspace/srv/net/cfg/ne2k (moved)
	* uspace/srv/net/il/arp/Makefile (modified)
	* uspace/srv/net/il/arp/arp.c (modified)
	* uspace/srv/net/il/arp/arp.h (modified)
	* uspace/srv/net/il/arp/arp_header.h (deleted)
	* uspace/srv/net/il/arp/arp_module.c (deleted)
	* uspace/srv/net/il/arp/arp_oc.h (deleted)
	* uspace/srv/net/il/ip/Makefile (modified)
	* uspace/srv/net/il/ip/ip.c (modified)
	* uspace/srv/net/il/ip/ip.h (modified)
	* uspace/srv/net/il/ip/ip_module.c (deleted)
	* uspace/srv/net/il/ip/ip_module.h (deleted)
	* 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/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/nildummy/Makefile (modified)
	* uspace/srv/net/nil/nildummy/nildummy.c (modified)
	* uspace/srv/net/nil/nildummy/nildummy.h (modified)
	* uspace/srv/net/nil/nildummy/nildummy_module.c (deleted)
	* uspace/srv/net/tl/icmp/Makefile (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)
	* uspace/srv/net/tl/icmp/icmp_module.c (deleted)
	* uspace/srv/net/tl/icmp/icmp_module.h (deleted)
	* uspace/srv/net/tl/tcp/Makefile (modified)
	* uspace/srv/net/tl/tcp/tcp.c (modified)
	* uspace/srv/net/tl/tcp/tcp_module.h (deleted)
	* uspace/srv/net/tl/udp/Makefile (modified)
	* uspace/srv/net/tl/udp/udp.c (modified)
	* uspace/srv/net/tl/udp/udp_module.c (deleted)
	* uspace/srv/net/tl/udp/udp_module.h (deleted)
	* uspace/srv/vfs/vfs_register.c (modified)

	Merge mainline changes.


Thu, 13 Jan 2011 19:12:16 GMT Martin Decky <martin@…> [a613fea1]
	* uspace/srv/net/cfg/ne2k (modified)

	revert accidentally comitted local network configuration (again!)


Thu, 13 Jan 2011 17:52:46 GMT Jakub Jermar <jakub@…> [ab6f2507]
	* kernel/generic/src/mm/slab.c (modified)

	Make sure that slab_reclaim() executes with interrupts disabled. ...


Wed, 12 Jan 2011 15:59:22 GMT Martin Decky <martin@…> [014dd57b]
	* uspace/lib/net/Makefile (modified)
	* uspace/lib/net/il/il_skel.c (modified)
	* uspace/lib/net/include/il_skel.h (modified)
	* uspace/lib/net/include/tl_remote.h (moved)
	* uspace/lib/net/include/tl_skel.h (moved)
	* uspace/lib/net/nil/nil_skel.c (modified)
	* uspace/lib/net/tl/tl_common.c (modified)
	* uspace/lib/net/tl/tl_remote.c (moved)
	* uspace/lib/net/tl/tl_skel.c (added)
	* uspace/srv/net/cfg/ne2k (modified)
	* uspace/srv/net/il/ip/ip.c (modified)
	* uspace/srv/net/tl/icmp/Makefile (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)
	* uspace/srv/net/tl/icmp/icmp_module.c (deleted)
	* uspace/srv/net/tl/icmp/icmp_module.h (deleted)
	* uspace/srv/net/tl/tcp/Makefile (modified)
	* uspace/srv/net/tl/tcp/tcp.c (modified)
	* uspace/srv/net/tl/tcp/tcp_module.c (deleted)
	* uspace/srv/net/tl/tcp/tcp_module.h (deleted)
	* uspace/srv/net/tl/udp/Makefile (modified)
	* uspace/srv/net/tl/udp/udp.c (modified)
	* uspace/srv/net/tl/udp/udp_module.c (deleted)
	* uspace/srv/net/tl/udp/udp_module.h (deleted)

	streamline and create a common skeleton for the transport layer
	(in ...


Wed, 12 Jan 2011 14:40:09 GMT Martin Decky <martin@…> [797b704]
	* uspace/lib/c/include/ipc/il.h (modified)
	* uspace/lib/c/include/ipc/ip.h (modified)
	* uspace/lib/net/Makefile (modified)
	* uspace/lib/net/il/il_remote.c (moved)
	* uspace/lib/net/il/il_skel.c (added)
	* uspace/lib/net/il/ip_remote.c (modified)
	* uspace/lib/net/include/il_remote.h (moved)
	* uspace/lib/net/include/il_skel.h (moved)
	* uspace/lib/net/include/nil_skel.h (modified)
	* uspace/lib/net/nil/nil_skel.c (modified)
	* uspace/srv/net/il/arp/Makefile (modified)
	* uspace/srv/net/il/arp/arp.c (modified)
	* uspace/srv/net/il/arp/arp.h (modified)
	* uspace/srv/net/il/arp/arp_header.h (deleted)
	* uspace/srv/net/il/arp/arp_module.c (deleted)
	* uspace/srv/net/il/arp/arp_module.h (deleted)
	* uspace/srv/net/il/arp/arp_oc.h (deleted)
	* uspace/srv/net/il/ip/Makefile (modified)
	* uspace/srv/net/il/ip/ip.c (modified)
	* uspace/srv/net/il/ip/ip.h (modified)
	* uspace/srv/net/il/ip/ip_module.c (deleted)
	* uspace/srv/net/il/ip/ip_module.h (deleted)
	* uspace/srv/net/nil/eth/eth.c (modified)
	* uspace/srv/net/nil/nildummy/nildummy.c (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)

	streamline internetworking layer
	 - IPC method renaming

	     ...


Wed, 12 Jan 2011 14:32:59 GMT Martin Decky <martin@…> [73ac2e9]
	* uspace/srv/net/net/net.c (modified)

	slightly improve error handling


Wed, 12 Jan 2011 11:25:54 GMT Martin Decky <martin@…> [fe5a9fc]
	* uspace/lib/net/include/il_local.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)

	do not send extra ARP requests if a lookup is currently in progress ...


Tue, 11 Jan 2011 16:27:50 GMT Martin Decky <martin@…> [77429d3]
	* kernel/generic/include/ddi/ddi.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/src/ddi/ddi.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/drv/ns8250/ns8250.c (modified)
	* uspace/lib/c/generic/ddi.c (modified)
	* uspace/lib/c/include/ddi.h (modified)

	remove the obsoleted SYS_INTERRUPT_ENABLE syscall


Tue, 11 Jan 2011 15:57:39 GMT Martin Decky <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [bddec0c]
	* uspace/srv/hw/netif/dp8390/dp8390.c (modified)

	do not leak memory


Tue, 11 Jan 2011 01:43:56 GMT Martin Decky <martin@…> [6b22c97]
	* uspace/srv/hw/netif/dp8390/ne2000.c (modified)

	add forgotten assignment


Tue, 11 Jan 2011 01:33:58 GMT Martin Decky <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <jakub@…> [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 <jiri@…> [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 <martin@…> [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 <jakub@…> [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 <jakub@…> [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 <jakub@…> [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 <jiri@…> [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 <jiri@…> [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 <jiri@…> [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 <jiri@…> [97adec8]
	* uspace/lib/drv/include/driver.h (modified)

	More cstyle cleanup.


Sun, 09 Jan 2011 20:14:03 GMT Jiri Svoboda <jiri@…> [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 <jiri@…> [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 <jiri@…> [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 <jiri@…> [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 <jiri@…> [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 <jiri@…> [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 <jiri@…> [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 <jiri@…> [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 <jakub@…> [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 <jiri@…> [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 <jiri@…> [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 <jiri@…> [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 <jiri@…> [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 <jiri@…> [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 <jiri@…> [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 <jakub@…> [bc5ffeb]
	* uspace/lib/c/include/stdlib.h (modified)

	Add core().


Sat, 08 Jan 2011 22:38:40 GMT Jakub Jermar <jakub@…> [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 <jakub@…> [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 <jakub@…> [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 <jakub@…> [fa581b3]
	* uspace/srv/devman/devman.c (modified)

	Fix range of valid phone numbers.


Sat, 08 Jan 2011 21:36:15 GMT Jakub Jermar <jakub@…> [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 <jakub@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [aa1e202]
	* uspace/srv/hw/netif/dp8390/dp8390.c (modified)

	cleanup


Thu, 06 Jan 2011 19:50:04 GMT Martin Decky <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [096234b]
	* uspace/srv/hw/netif/dp8390/dp8390.c (modified)

	more cleanup


Thu, 06 Jan 2011 17:51:26 GMT Martin Decky <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [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 <martin@…> [95ff5c4]
	* uspace/srv/hw/netif/dp8390/dp8390.c (modified)

	cstyle


Thu, 06 Jan 2011 13:58:09 GMT Martin Decky <martin@…> [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 <martin@…> [4765152]
	* uspace/srv/net/tl/icmp/icmp.c (modified)

	cstyle


Wed, 05 Jan 2011 14:00:37 GMT Martin Decky <martin@…> [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 <martin@…> [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 <martin@…> [fdb9c39c]
	* uspace/app/kill/kill.c (modified)

	small improvements of the 'kill' command