#
# ChangeLog for / in mainline
#
# Generated by Trac 1.6
# 2025-04-13T07:49:40Z

Sat, 29 Jan 2011 23:02:39 GMT Martin Decky <martin@…> [47b7006]
	* uspace/lib/c/arch/abs32le/src/entry.c (modified)
	* uspace/lib/c/arch/abs32le/src/thread_entry.c (modified)
	* uspace/lib/c/arch/amd64/src/entry.s (modified)
	* uspace/lib/c/arch/arm32/src/entry.s (modified)
	* uspace/lib/c/arch/ia32/src/entry.s (modified)
	* uspace/lib/c/arch/ia64/src/entry.s (modified)
	* uspace/lib/c/arch/mips32/src/entry.s (modified)
	* uspace/lib/c/arch/ppc32/src/entry.s (modified)
	* uspace/lib/c/arch/sparc64/src/entry.s (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_sess.c (modified)
	* uspace/lib/c/generic/fibril_synch.c (modified)
	* uspace/lib/c/generic/io/io.c (modified)
	* uspace/lib/c/generic/libc.c (modified)
	* uspace/lib/c/generic/malloc.c (modified)
	* uspace/lib/c/generic/private/async.h (modified)
	* uspace/lib/c/generic/private/async_sess.h (added)
	* uspace/lib/c/generic/private/io.h (added)
	* uspace/lib/c/generic/private/libc.h (modified)
	* uspace/lib/c/generic/private/malloc.h (added)
	* uspace/lib/c/generic/private/thread.h (added)
	* uspace/lib/c/generic/thread.c (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/async_sess.h (modified)
	* uspace/lib/c/include/byteorder.h (modified)
	* uspace/lib/c/include/err.h (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/loader/pcb.h (modified)
	* uspace/lib/c/include/malloc.h (modified)
	* uspace/lib/c/include/setjmp.h (modified)
	* uspace/lib/c/include/stdlib.h (modified)
	* uspace/lib/c/include/syscall.h (modified)
	* uspace/lib/c/include/thread.h (modified)
	* uspace/lib/c/include/tls.h (modified)
	* uspace/lib/c/include/unistd.h (modified)
	* uspace/lib/c/include/vfs/vfs.h (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (modified)
	* uspace/srv/bd/file_bd/file_bd.c (modified)
	* uspace/srv/bd/gxe_bd/gxe_bd.c (modified)
	* uspace/srv/bd/part/guid_part/guid_part.c (modified)
	* uspace/srv/bd/part/mbr_part/mbr_part.c (modified)
	* uspace/srv/bd/rd/rd.c (modified)

	improve run-time termination
	 * get rid of __exit()
	 * get rid of ...


Sat, 29 Jan 2011 22:53:51 GMT Martin Decky <martin@…> [fd483ce]
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/generic/err.c (deleted)

	remove deprecated file


Sat, 29 Jan 2011 22:52:25 GMT Martin Decky <martin@…> [5bcf1f9]
	* kernel/generic/include/ipc/event_types.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/proc/task.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)

	add syscall for properly terminating the currently running task ...


Sat, 29 Jan 2011 19:43:15 GMT Martin Decky <martin@…> [fc5f7a8]
	* uspace/lib/c/generic/libc.c (modified)
	* uspace/lib/c/generic/private/async.h (modified)
	* uspace/lib/c/include/async.h (modified)

	move __async_init(void) into the private header


Sat, 29 Jan 2011 19:39:27 GMT Martin Decky <martin@…> [10477601]
	* uspace/lib/c/generic/ipc.c (modified)
	* uspace/lib/c/include/ipc/ipc.h (modified)

	cstyle changes (improve comments, use unsigned types for bit flags, ...


Sat, 29 Jan 2011 18:58:24 GMT Martin Decky <martin@…> [6119f24]
	* uspace/app/klog/klog.c (modified)
	* uspace/lib/c/generic/ipc/ns.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/include/ipc/ns.h (modified)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/srv/ns/ns.c (modified)
	* uspace/srv/ns/task.h (modified)

	map klog area and clock page directly in tasks which require them (do ...


Sat, 29 Jan 2011 18:57:00 GMT Martin Decky <martin@…> [d7533c7]
	* kernel/arch/arm32/src/mach/gta02/gta02.c (modified)
	* kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified)
	* kernel/arch/sparc64/src/drivers/niagara.c (modified)
	* kernel/generic/include/ddi/ddi.h (modified)
	* kernel/generic/src/console/console.c (modified)
	* kernel/generic/src/ddi/ddi.c (modified)
	* kernel/generic/src/lib/rd.c (modified)
	* kernel/generic/src/time/clock.c (modified)

	add support for pareas mappable by unprivileged tasks
	(currenty, ...


Sat, 29 Jan 2011 12:05:14 GMT Martin Decky <martin@…> [0b6931a]
	* contrib/arch/kernel/kernel.adl (modified)
	* contrib/arch/uspace/lib/libc/protocol (modified)
	* kernel/generic/include/ipc/sysipc.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/lib/c/generic/ddi.c (modified)
	* uspace/srv/hid/fb/serial_console.c (modified)
	* uspace/srv/hid/kbd/port/adb.c (modified)
	* uspace/srv/hid/kbd/port/gxemul.c (modified)
	* uspace/srv/hid/kbd/port/msim.c (modified)
	* uspace/srv/hid/kbd/port/ns16550.c (modified)
	* uspace/srv/hid/kbd/port/pl050.c (modified)
	* uspace/srv/hid/kbd/port/z8530.c (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified)

	finish API and ABI changes


Sat, 29 Jan 2011 12:04:43 GMT Martin Decky <martin@…> [4f14e1f8]
	* uspace/srv/hid/fb/serial_console.c (modified)
	* uspace/srv/hid/kbd/port/adb.c (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified)

	do not intermix low-level IPC methods with async framework methods


Sat, 29 Jan 2011 11:52:53 GMT Martin Decky <martin@…> [8add9ca5]
	* contrib/arch/kernel/kernel.adl (modified)
	* contrib/arch/uspace/lib/libc/protocol (modified)
	* kernel/generic/include/ipc/sysipc.h (modified)
	* kernel/generic/include/syscall/syscall.h (modified)
	* kernel/generic/src/ipc/irq.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* kernel/generic/src/syscall/syscall.c (modified)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/lib/c/generic/ddi.c (modified)
	* uspace/srv/hid/kbd/port/gxemul.c (modified)
	* uspace/srv/hid/kbd/port/msim.c (modified)
	* uspace/srv/hid/kbd/port/ns16550.c (modified)
	* uspace/srv/hid/kbd/port/pl050.c (modified)
	* uspace/srv/hid/kbd/port/z8530.c (modified)
	* uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified)

	ABI change: syscalls for registering IRQ notifications are probably ...


Sat, 29 Jan 2011 11:36:41 GMT Martin Decky <martin@…> [46b881c]
	* kernel/generic/include/udebug/udebug.h (modified)
	* uspace/app/init/init.c (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/ping/ping.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/tester/tester.h (modified)
	* uspace/app/tetris/screen.h (modified)
	* uspace/app/top/screen.c (modified)
	* uspace/app/trace/ipc_desc.c (modified)
	* uspace/app/trace/ipcp.h (modified)
	* uspace/app/trace/proto.c (modified)
	* uspace/app/trace/proto.h (modified)
	* uspace/app/trace/trace.c (modified)
	* uspace/drv/ns8250/ns8250.c (modified)
	* uspace/drv/pciintel/pci.c (modified)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_sess.c (modified)
	* uspace/lib/c/generic/ddi.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/io.c (modified)
	* uspace/lib/c/generic/ipc.c (modified)
	* uspace/lib/c/generic/ipc/ns.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/modules.c (modified)
	* uspace/lib/c/generic/net/socket_client.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/generic/udebug.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/ddi.h (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/event.h (modified)
	* uspace/lib/c/include/io/console.h (modified)
	* uspace/lib/c/include/io/screenbuffer.h (modified)
	* uspace/lib/c/include/ipc/adb.h (modified)
	* uspace/lib/c/include/ipc/arp.h (modified)
	* uspace/lib/c/include/ipc/bd.h (modified)
	* uspace/lib/c/include/ipc/char.h (modified)
	* uspace/lib/c/include/ipc/clipboard.h (modified)
	* uspace/lib/c/include/ipc/common.h (added)
	* uspace/lib/c/include/ipc/console.h (modified)
	* uspace/lib/c/include/ipc/dev_iface.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/devmap.h (modified)
	* uspace/lib/c/include/ipc/fb.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/ipc.h (modified)
	* uspace/lib/c/include/ipc/irc.h (modified)
	* uspace/lib/c/include/ipc/kbd.h (modified)
	* uspace/lib/c/include/ipc/loader.h (modified)
	* uspace/lib/c/include/ipc/mouse.h (modified)
	* uspace/lib/c/include/ipc/net.h (modified)
	* uspace/lib/c/include/ipc/net_net.h (modified)
	* uspace/lib/c/include/ipc/netif.h (modified)
	* uspace/lib/c/include/ipc/nil.h (modified)
	* uspace/lib/c/include/ipc/ns.h (modified)
	* uspace/lib/c/include/ipc/packet.h (modified)
	* uspace/lib/c/include/ipc/services.h (modified)
	* uspace/lib/c/include/ipc/socket.h (modified)
	* uspace/lib/c/include/ipc/tl.h (modified)
	* uspace/lib/c/include/ipc/vfs.h (modified)
	* uspace/lib/c/include/net/modules.h (modified)
	* uspace/lib/c/include/udebug.h (modified)
	* uspace/lib/clui/tinput.h (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)
	* 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/il_skel.c (modified)
	* uspace/lib/net/include/generic.h (modified)
	* uspace/lib/net/include/il_skel.h (modified)
	* uspace/lib/net/include/netif_skel.h (modified)
	* uspace/lib/net/include/nil_skel.h (modified)
	* uspace/lib/net/include/tl_skel.h (modified)
	* uspace/lib/net/netif/netif_skel.c (modified)
	* uspace/lib/net/nil/nil_skel.c (modified)
	* uspace/lib/net/tl/icmp_remote.c (modified)
	* uspace/lib/net/tl/tl_skel.c (modified)
	* uspace/lib/packet/generic/packet_server.c (modified)
	* uspace/lib/packet/include/packet_server.h (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (modified)
	* uspace/srv/bd/file_bd/file_bd.c (modified)
	* uspace/srv/bd/gxe_bd/gxe_bd.c (modified)
	* uspace/srv/bd/part/guid_part/guid_part.c (modified)
	* uspace/srv/bd/part/mbr_part/mbr_part.c (modified)
	* uspace/srv/bd/rd/rd.c (modified)
	* uspace/srv/clip/clip.c (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.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/devfs/devfs_ops.h (modified)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/fat/fat.h (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.h (modified)
	* uspace/srv/fs/tmpfs/tmpfs_ops.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/gxemul.c (modified)
	* uspace/srv/hid/kbd/port/msim.c (modified)
	* uspace/srv/hid/kbd/port/ns16550.c (modified)
	* uspace/srv/hid/kbd/port/pl050.c (modified)
	* uspace/srv/hid/kbd/port/z8530.c (modified)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.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/apic.c (modified)
	* uspace/srv/hw/irc/fhc/fhc.c (modified)
	* uspace/srv/hw/irc/i8259/i8259.c (modified)
	* uspace/srv/hw/irc/obio/obio.c (modified)
	* uspace/srv/hw/netif/ne2000/ne2000.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/net/il/arp/arp.c (modified)
	* uspace/srv/net/il/arp/arp.h (modified)
	* uspace/srv/net/il/ip/ip.c (modified)
	* uspace/srv/net/il/ip/ip.h (modified)
	* uspace/srv/net/net/net.c (modified)
	* uspace/srv/net/net/net.h (modified)
	* uspace/srv/net/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/nildummy/nildummy.c (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)
	* uspace/srv/net/tl/tcp/tcp.c (modified)
	* uspace/srv/net/tl/udp/udp.c (modified)
	* uspace/srv/ns/clonable.h (modified)
	* uspace/srv/ns/service.h (modified)
	* uspace/srv/ns/task.h (modified)
	* uspace/srv/taskmon/taskmon.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_ops.c (modified)
	* uspace/srv/vfs/vfs_register.c (modified)

	IPC/async: strictly isolate the use of low-level IPC methods (ipc_*) ...


Sat, 29 Jan 2011 11:36:08 GMT Martin Decky <martin@…> [ffa2c8ef]
	* uspace/app/init/init.c (modified)
	* uspace/app/klog/klog.c (modified)
	* uspace/app/ping/ping.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/tester/tester.h (modified)
	* uspace/app/tetris/screen.h (modified)
	* uspace/app/top/screen.c (modified)
	* uspace/app/trace/ipc_desc.c (modified)
	* uspace/app/trace/ipcp.h (modified)
	* uspace/app/trace/proto.c (modified)
	* uspace/app/trace/proto.h (modified)
	* uspace/app/trace/trace.c (modified)
	* uspace/drv/ns8250/ns8250.c (modified)
	* uspace/drv/pciintel/pci.c (modified)
	* uspace/lib/block/libblock.c (modified)
	* uspace/lib/c/generic/event.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)
	* 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/il_skel.c (modified)
	* uspace/lib/net/include/generic.h (modified)
	* uspace/lib/net/include/il_skel.h (modified)
	* uspace/lib/net/include/netif_skel.h (modified)
	* uspace/lib/net/include/nil_skel.h (modified)
	* uspace/lib/net/include/tl_skel.h (modified)
	* uspace/lib/net/netif/netif_skel.c (modified)
	* uspace/lib/net/nil/nil_skel.c (modified)
	* uspace/lib/net/tl/icmp_remote.c (modified)
	* uspace/lib/net/tl/tl_skel.c (modified)
	* uspace/lib/packet/generic/packet_server.c (modified)
	* uspace/lib/packet/include/packet_server.h (modified)
	* uspace/srv/bd/ata_bd/ata_bd.c (modified)
	* uspace/srv/bd/file_bd/file_bd.c (modified)
	* uspace/srv/bd/gxe_bd/gxe_bd.c (modified)
	* uspace/srv/bd/part/guid_part/guid_part.c (modified)
	* uspace/srv/bd/part/mbr_part/mbr_part.c (modified)
	* uspace/srv/bd/rd/rd.c (modified)
	* uspace/srv/clip/clip.c (modified)
	* uspace/srv/devman/devman.c (modified)
	* uspace/srv/devman/devman.h (modified)
	* uspace/srv/devman/main.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/devfs/devfs_ops.h (modified)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/fat/fat.h (modified)
	* uspace/srv/fs/fat/fat_ops.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.h (modified)
	* uspace/srv/fs/tmpfs/tmpfs_ops.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/gxemul.c (modified)
	* uspace/srv/hid/kbd/port/msim.c (modified)
	* uspace/srv/hid/kbd/port/ns16550.c (modified)
	* uspace/srv/hid/kbd/port/pl050.c (modified)
	* uspace/srv/hid/kbd/port/z8530.c (modified)
	* uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.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/apic.c (modified)
	* uspace/srv/hw/irc/fhc/fhc.c (modified)
	* uspace/srv/hw/irc/i8259/i8259.c (modified)
	* uspace/srv/hw/irc/obio/obio.c (modified)
	* uspace/srv/hw/netif/ne2000/ne2000.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/net/il/arp/arp.c (modified)
	* uspace/srv/net/il/arp/arp.h (modified)
	* uspace/srv/net/il/ip/ip.c (modified)
	* uspace/srv/net/il/ip/ip.h (modified)
	* uspace/srv/net/net/net.c (modified)
	* uspace/srv/net/net/net.h (modified)
	* uspace/srv/net/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/nildummy/nildummy.c (modified)
	* uspace/srv/net/tl/icmp/icmp.c (modified)
	* uspace/srv/net/tl/tcp/tcp.c (modified)
	* uspace/srv/net/tl/udp/udp.c (modified)
	* uspace/srv/ns/clonable.h (modified)
	* uspace/srv/ns/service.h (modified)
	* uspace/srv/ns/task.h (modified)
	* uspace/srv/taskmon/taskmon.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_ops.c (modified)
	* uspace/srv/vfs/vfs_register.c (modified)

	do not intermix low-level IPC methods with async framework methods


Sat, 29 Jan 2011 11:35:03 GMT Martin Decky <martin@…> [64d2b10]
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/async_sess.c (modified)
	* uspace/lib/c/generic/ddi.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/devmap.c (modified)
	* uspace/lib/c/generic/fibril_synch.c (modified)
	* uspace/lib/c/generic/io/io.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/modules.c (modified)
	* uspace/lib/c/generic/net/socket_client.c (modified)
	* uspace/lib/c/generic/udebug.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/ddi.h (modified)
	* uspace/lib/c/include/event.h (modified)
	* uspace/lib/c/include/io/console.h (modified)
	* uspace/lib/c/include/io/screenbuffer.h (modified)
	* uspace/lib/c/include/ipc/adb.h (modified)
	* uspace/lib/c/include/ipc/arp.h (modified)
	* uspace/lib/c/include/ipc/bd.h (modified)
	* uspace/lib/c/include/ipc/char.h (modified)
	* uspace/lib/c/include/ipc/clipboard.h (modified)
	* uspace/lib/c/include/ipc/common.h (added)
	* uspace/lib/c/include/ipc/console.h (modified)
	* uspace/lib/c/include/ipc/dev_iface.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/devmap.h (modified)
	* uspace/lib/c/include/ipc/fb.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/ipc.h (modified)
	* uspace/lib/c/include/ipc/irc.h (modified)
	* uspace/lib/c/include/ipc/kbd.h (modified)
	* uspace/lib/c/include/ipc/loader.h (modified)
	* uspace/lib/c/include/ipc/mouse.h (modified)
	* uspace/lib/c/include/ipc/net.h (modified)
	* uspace/lib/c/include/ipc/net_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/socket.h (modified)
	* uspace/lib/c/include/ipc/tl.h (modified)
	* uspace/lib/c/include/ipc/vfs.h (modified)
	* uspace/lib/c/include/net/modules.h (modified)
	* uspace/lib/clui/tinput.h (modified)

	libc: do not intermix low-level IPC methods with async framework
	methods


Sat, 29 Jan 2011 11:29:35 GMT Martin Decky <martin@…> [2c577e0b]
	* uspace/lib/c/generic/ipc/ns.c (modified)
	* uspace/lib/c/generic/time.c (modified)
	* uspace/lib/c/include/ipc/ns.h (modified)
	* uspace/lib/c/include/ipc/services.h (modified)

	* implement service_realtime_share_in()
	* cstyle changes in time.c


Sat, 29 Jan 2011 11:28:51 GMT Martin Decky <martin@…> [9c81703]
	* kernel/generic/include/udebug/udebug.h (modified)
	* uspace/lib/c/include/devman.h (modified)
	* uspace/lib/c/include/udebug.h (modified)

	cstyle changes (no change in functionality)


Fri, 28 Jan 2011 20:57:15 GMT Martin Decky <martin@…> [68a2be19]
	* uspace/lib/c/include/ipc/ipc.h (modified)
	* uspace/lib/c/include/ipc/ns.h (modified)
	* uspace/lib/c/include/ipc/services.h (modified)

	rename prefixes which have been deprecated long time ago


Fri, 28 Jan 2011 20:54:36 GMT Martin Decky <martin@…> [e26a4633]
	* uspace/lib/c/arch/abs32le/src/entry.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/fibril_synch.c (modified)
	* uspace/lib/c/generic/libc.c (modified)
	* uspace/lib/c/generic/private/async.h (moved)
	* uspace/lib/c/generic/private/libc.h (added)
	* uspace/lib/c/include/libc.h (modified)

	introduce private libc.h header containing items which should not be ...


Fri, 28 Jan 2011 20:34:57 GMT Martin Decky <martin@…> [4db1fbf]
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/fibril_synch.c (modified)
	* uspace/lib/c/generic/priv/async.h (moved)

	make the libc private header really private (i.e. do not allow to be ...


Fri, 28 Jan 2011 15:44:39 GMT Martin Decky <martin@…> [007e6efa]
	* uspace/app/klog/klog.c (modified)
	* uspace/lib/c/Makefile (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/clipboard.c (modified)
	* uspace/lib/c/generic/devmap.c (modified)
	* uspace/lib/c/generic/ipc/ns.c (added)
	* uspace/lib/c/generic/loader.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/ipc/ns.h (modified)
	* uspace/srv/clip/clip.c (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/devmap/devmap.c (modified)
	* uspace/srv/fs/devfs/devfs.c (modified)
	* uspace/srv/fs/fat/fat.c (modified)
	* uspace/srv/fs/tmpfs/tmpfs.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/fb/main.c (modified)
	* uspace/srv/hid/kbd/generic/kbd.c (modified)
	* uspace/srv/hw/irc/apic/apic.c (modified)
	* uspace/srv/hw/irc/fhc/fhc.c (modified)
	* uspace/srv/hw/irc/i8259/i8259.c (modified)
	* uspace/srv/hw/irc/obio/obio.c (modified)
	* uspace/srv/hw/netif/ne2000/ne2000.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/ns/clonable.c (modified)
	* uspace/srv/ns/service.c (modified)
	* uspace/srv/ns/task.c (modified)
	* uspace/srv/ns/task.h (modified)
	* uspace/srv/vfs/vfs.c (modified)

	* libc routines for registering services and connecting to services ...


Thu, 27 Jan 2011 19:46:20 GMT Martin Decky <martin@…> [ae0300b5]
	* kernel/generic/src/proc/thread.c (modified)

	fix wrong formatting arguments


Thu, 27 Jan 2011 19:39:54 GMT Martin Decky <martin@…> [f579760]
	* boot/Makefile.common (modified)
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* uspace/Makefile (modified)
	* uspace/app/stats/stats.c (modified)
	* uspace/app/tasks/Makefile (deleted)
	* uspace/app/tasks/tasks.c (deleted)
	* uspace/app/top/screen.c (modified)

	* merge "tasks" and "stats" tools into one binary
	* improve the ...


Thu, 27 Jan 2011 19:39:15 GMT Martin Decky <martin@…> [caa8a94]
	* boot/Makefile.common (modified)
	* uspace/Makefile (modified)
	* uspace/app/stats/stats.c (modified)
	* uspace/app/tasks/Makefile (deleted)
	* uspace/app/tasks/tasks.c (deleted)

	* merge "tasks" and "stats"
	* improve printouts of "stats"


Thu, 27 Jan 2011 19:38:29 GMT Martin Decky <martin@…> [2a827f4]
	* uspace/app/top/screen.c (modified)

	shorten "threads" to "thrds"


Thu, 27 Jan 2011 18:34:49 GMT Martin Decky <martin@…> [5378f99]
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/src/ipc/ipc.c (modified)

	improve 'ipc' command printouts


Thu, 27 Jan 2011 17:57:29 GMT Martin Decky <martin@…> [577f042a]
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)

	* improve synchronization in sys_task_set_name()
	* improve printouts ...


Thu, 27 Jan 2011 17:19:49 GMT Martin Decky <martin@…> [875c629]
	* kernel/generic/include/debug.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/synch/waitq.c (modified)

	merge 'btrace' kernel console command (a last resort debugging means ...


Thu, 27 Jan 2011 16:52:14 GMT Martin Decky <martin@…> [5b7a107]
	* kernel/generic/include/debug.h (modified)
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/synch/waitq.c (modified)

	as the 'btrace' command depends on udebug, make it optional on ...


Thu, 27 Jan 2011 16:36:35 GMT Martin Decky <martin@…> [df58e44]
	* kernel/generic/include/proc/thread.h (modified)
	* kernel/generic/src/console/cmd.c (modified)
	* kernel/generic/src/proc/scheduler.c (modified)
	* kernel/generic/src/proc/task.c (modified)
	* kernel/generic/src/proc/thread.c (modified)
	* kernel/generic/src/synch/waitq.c (modified)

	* add support for printing uspace stack traces from kernel console
	  ...


Thu, 27 Jan 2011 16:33:22 GMT Martin Decky <martin@…> [0843f02]
	* kernel/generic/include/debug.h (modified)

	on assertion print also the function, file and line
	(to make it ...


Thu, 27 Jan 2011 15:06:07 GMT Martin Decky <martin@…> [4e7d3dd]
	* kernel/generic/src/proc/scheduler.c (modified)

	cstyle (no change in functionality)


Wed, 26 Jan 2011 20:22:21 GMT Jakub Jermar <jakub@…> [bf75e3cb]
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/devmap.c (modified)
	* uspace/lib/c/generic/ipc.c (modified)
	* uspace/lib/c/generic/net/modules.c (modified)
	* uspace/lib/c/generic/vfs/vfs.c (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/ipc/ipc.h (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/net/il/il_skel.c (modified)
	* uspace/lib/net/nil/nil_skel.c (modified)
	* uspace/lib/net/tl/tl_skel.c (modified)
	* uspace/srv/clip/clip.c (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/devmap/devmap.c (modified)
	* uspace/srv/hid/adb_mouse/adb_dev.c (modified)
	* uspace/srv/hid/char_mouse/chardev.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/fb/main.c (modified)
	* uspace/srv/hid/kbd/port/adb.c (modified)
	* uspace/srv/hid/kbd/port/chardev.c (modified)
	* uspace/srv/hw/irc/apic/apic.c (modified)
	* uspace/srv/hw/irc/fhc/fhc.c (modified)
	* uspace/srv/hw/irc/i8259/i8259.c (modified)
	* uspace/srv/hw/irc/obio/obio.c (modified)
	* uspace/srv/hw/netif/ne2000/ne2000.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/net/net/net.c (modified)
	* uspace/srv/net/netif/lo/lo.c (modified)
	* uspace/srv/vfs/vfs.c (modified)
	* uspace/srv/vfs/vfs.h (modified)
	* uspace/srv/vfs/vfs_file.c (modified)
	* uspace/srv/vfs/vfs_ops.c (modified)

	Merge from lp:~jakub/helenos/fs.

	Highlights of the merge:

	- the ...


Wed, 26 Jan 2011 00:57:06 GMT Jakub Jermar <jakub@…> [4fe94c66]
	* uspace/srv/vfs/vfs.h (modified)
	* uspace/srv/vfs/vfs_file.c (modified)
	* uspace/srv/vfs/vfs_ops.c (modified)

	Now when the table of open files is shared by multiple connections of ...


Wed, 26 Jan 2011 00:33:59 GMT Jakub Jermar <jakub@…> [8b65e547]
	* uspace/srv/vfs/vfs.h (modified)

	Cleanup vfs.h.


Wed, 26 Jan 2011 00:27:37 GMT Jakub Jermar <jakub@…> [a28ab12]
	* uspace/lib/c/generic/vfs/vfs.c (modified)

	Use async sessions in the VFS libc client code.


Wed, 26 Jan 2011 00:24:57 GMT Jakub Jermar <jakub@…> [b75e929]
	* uspace/srv/vfs/vfs.c (modified)
	* uspace/srv/vfs/vfs.h (modified)
	* uspace/srv/vfs/vfs_file.c (modified)
	* uspace/srv/vfs/vfs_ops.c (modified)

	Put the table of open files into the async client data.


Tue, 25 Jan 2011 23:41:18 GMT Jakub Jermar <jakub@…> [23882034]
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/include/async.h (modified)

	Provide means of obtaining one's own client data.


Tue, 25 Jan 2011 23:37:18 GMT Jakub Jermar <jakub@…> [8526e585]
	* uspace/lib/c/generic/async.c (modified)

	Reorder call to the client data destructor so that it can be more ...


Tue, 25 Jan 2011 22:15:36 GMT Jakub Jermar <jakub@…> [46eec3b]
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/include/async.h (modified)

	Introduce a callback mechanism to create and destroy client data
	area.


Tue, 25 Jan 2011 21:28:26 GMT Jakub Jermar <jakub@…> [c80fdd0]
	* uspace/lib/c/generic/async.c (modified)

	Track and reference count connections from the same client task.


Tue, 25 Jan 2011 18:11:17 GMT Martin Decky <martin@…> [a0ce870]
	* kernel/generic/include/sysinfo/abi.h (modified)
	* kernel/generic/src/mm/backend_phys.c (modified)
	* kernel/generic/src/sysinfo/stats.c (modified)
	* uspace/app/top/screen.c (modified)
	* uspace/app/top/top.c (modified)
	* uspace/app/top/top.h (modified)

	statistics: provide resident (actually used) memory of tasks


Tue, 25 Jan 2011 17:09:04 GMT Martin Decky <martin@…> [311bc25]
	* kernel/generic/include/sysinfo/sysinfo.h (modified)
	* kernel/generic/src/sysinfo/sysinfo.c (modified)
	* uspace/app/trace/syscalls.c (modified)
	* uspace/lib/c/generic/stats.c (modified)
	* uspace/lib/c/generic/sysinfo.c (modified)

	avoid the possibility for infinite looping on fetching sysinfo values ...


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

	make the header slightly less ambiguious


Mon, 24 Jan 2011 20:44:57 GMT Jakub Jermar <jakub@…> [f21a61e]
	* kernel/generic/include/ipc/ipc.h (modified)

	Synchronize kernel's ipc_data_t with uspace's ipc_call_t.


Mon, 24 Jan 2011 00:41:44 GMT Jakub Jermar <jakub@…> [8c9b742]
	* kernel/generic/src/ipc/ipc.c (modified)

	Change the client task hash only when making the call or when ...


Mon, 24 Jan 2011 00:14:13 GMT Jakub Jermar <jakub@…> [3c22f70]
	* uspace/lib/c/generic/async.c (modified)
	* uspace/lib/c/generic/net/modules.c (modified)
	* uspace/lib/c/include/async.h (modified)
	* uspace/lib/c/include/ipc/ipc.h (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/srv/hid/adb_mouse/adb_dev.c (modified)
	* uspace/srv/hid/char_mouse/chardev.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/kbd/port/adb.c (modified)
	* uspace/srv/hid/kbd/port/chardev.c (modified)

	Pass client task hash into async_new_connection().


Mon, 24 Jan 2011 00:00:13 GMT Jakub Jermar <jakub@…> [11bb813]
	* uspace/lib/c/include/async.h (modified)

	Cleanup async.h.


Sun, 23 Jan 2011 23:47:58 GMT Jakub Jermar <jakub@…> [124c061]
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/src/ipc/sysipc.c (modified)
	* uspace/lib/c/generic/devman.c (modified)
	* uspace/lib/c/generic/devmap.c (modified)
	* uspace/lib/c/generic/ipc.c (modified)
	* uspace/lib/c/generic/net/modules.c (modified)
	* uspace/lib/c/include/ipc/ipc.h (modified)
	* uspace/lib/fs/libfs.c (modified)
	* uspace/lib/net/il/il_skel.c (modified)
	* uspace/lib/net/nil/nil_skel.c (modified)
	* uspace/lib/net/tl/tl_skel.c (modified)
	* uspace/srv/clip/clip.c (modified)
	* uspace/srv/devman/main.c (modified)
	* uspace/srv/devmap/devmap.c (modified)
	* uspace/srv/hid/adb_mouse/adb_dev.c (modified)
	* uspace/srv/hid/char_mouse/chardev.c (modified)
	* uspace/srv/hid/console/console.c (modified)
	* uspace/srv/hid/fb/main.c (modified)
	* uspace/srv/hid/kbd/port/adb.c (modified)
	* uspace/srv/hid/kbd/port/chardev.c (modified)
	* uspace/srv/hw/irc/apic/apic.c (modified)
	* uspace/srv/hw/irc/fhc/fhc.c (modified)
	* uspace/srv/hw/irc/i8259/i8259.c (modified)
	* uspace/srv/hw/irc/obio/obio.c (modified)
	* uspace/srv/hw/netif/ne2000/ne2000.c (modified)
	* uspace/srv/loader/main.c (modified)
	* uspace/srv/net/net/net.c (modified)
	* uspace/srv/net/netif/lo/lo.c (modified)
	* uspace/srv/vfs/vfs.c (modified)

	ipc_connect_to_me() now takes one extra argument to store the client ...


Sun, 23 Jan 2011 20:17:51 GMT Jakub Jermar <jakub@…> [fdb9982c]
	* kernel/generic/include/ipc/ipc.h (modified)
	* kernel/generic/src/ipc/ipc.c (modified)
	* uspace/lib/c/include/ipc/ipc.h (modified)

	Sign each outgoing call by the task hash.


Sun, 23 Jan 2011 20:09:13 GMT Jakub Jermar <jakub@…> [357b5f5]
	* 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/ppc32/include/types.h (modified)
	* boot/arch/sparc64/Makefile.inc (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/net-qe.sh (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/interrupt.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/amd64/src/interrupt.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/interrupt.h (modified)
	* kernel/arch/ia32/include/proc/thread.h (modified)
	* kernel/arch/ia32/include/types.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/bootinfo.h (modified)
	* kernel/arch/ia64/include/interrupt.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/mips32.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/interrupt.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/avl.c (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/main/main.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/killall/Makefile (moved)
	* uspace/app/killall/killall.c (moved)
	* uspace/app/netecho/netecho.c (modified)
	* uspace/app/netecho/print_error.c (modified)
	* uspace/app/ping/ping.c (modified)
	* uspace/app/sysinfo/Makefile (added)
	* uspace/app/sysinfo/sysinfo.c (added)
	* uspace/app/taskdump/taskdump.c (modified)
	* uspace/app/tester/Makefile (modified)
	* uspace/app/tester/hw/misc/virtchar1.c (added)
	* uspace/app/tester/hw/misc/virtchar1.def (added)
	* uspace/app/tester/hw/serial/serial1.c (modified)
	* uspace/app/tester/ipc/connect.c (deleted)
	* 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/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/syscalls.c (modified)
	* uspace/app/trace/trace.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/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/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/cap.c (modified)
	* uspace/lib/c/generic/clipboard.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/devmap.c (modified)
	* uspace/lib/c/generic/event.c (modified)
	* uspace/lib/c/generic/fibril.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/io/vprintf.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/mem.c (modified)
	* uspace/lib/c/generic/net/icmp_api.c (modified)
	* uspace/lib/c/generic/net/icmp_common.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/char_map.h (modified)
	* uspace/lib/c/include/adt/generic_char_map.h (modified)
	* uspace/lib/c/include/adt/generic_field.h (modified)
	* uspace/lib/c/include/adt/hash_table.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/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/devmap.h (modified)
	* uspace/lib/c/include/errno.h (modified)
	* uspace/lib/c/include/event.h (modified)
	* uspace/lib/c/include/fibril.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/arp.h (modified)
	* uspace/lib/c/include/ipc/dev_iface.h (modified)
	* uspace/lib/c/include/ipc/devman.h (modified)
	* uspace/lib/c/include/ipc/devmap.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/ipc.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/ipc/socket.h (modified)
	* uspace/lib/c/include/libc.h (modified)
	* uspace/lib/c/include/mem.h (modified)
	* uspace/lib/c/include/net/icmp_common.h (modified)
	* uspace/lib/c/include/net/in.h (modified)
	* uspace/lib/c/include/net/modules.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/clui/tinput.c (modified)
	* uspace/lib/clui/tinput.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/fs/libfs.c (modified)
	* uspace/lib/fs/libfs.h (modified)
	* 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/packet_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/icmp_header.h (modified)
	* uspace/lib/net/include/icmp_remote.h (moved)
	* 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_remote.h (moved)
	* uspace/lib/net/include/tl_skel.h (moved)
	* 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/icmp_remote.c (modified)
	* 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/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/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/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/loader/main.c (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/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/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/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/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.h (deleted)
	* 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/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.


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.