Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4710 5351 d 21 h mejdrech /branches/network/uspace/srv/net/include/ ip client interface and definitions split  
/branches/network/uspace/srv/net/include/ip_codes.h
/branches/network/uspace/srv/net/include/ip_client.h
4709 5351 d 22 h mejdrech /branches/network/uspace/srv/net/app/ Net: cli argument parsing functions extracted, echo help reorganized  
/branches/network/uspace/srv/net/app/parse.c
/branches/network/uspace/srv/net/app/parse.h
/branches/network/uspace/srv/net/app/echo/Makefile
/branches/network/uspace/srv/net/app/echo/echo.c
4708 5356 d 21 h mejdrech /branches/network/uspace/srv/net/ Net: warning fixes  
/branches/network/uspace/srv/net/app/echo/echo.c
/branches/network/uspace/srv/net/crc.c
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/arp/arp_remote.c
/branches/network/uspace/srv/net/il/icmp/icmp.c
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/include/il_interface.h
/branches/network/uspace/srv/net/include/protocol_map.h
/branches/network/uspace/srv/net/net/net_bundle.c
/branches/network/uspace/srv/net/netif/dp8390/dp8390.c
/branches/network/uspace/srv/net/nil/nildummy/nildummy.c
/branches/network/uspace/srv/net/socket/socket_client.c
/branches/network/uspace/srv/net/socket/socket_core.c
/branches/network/uspace/srv/net/socket/socket_messages.h
/branches/network/uspace/srv/net/structures/measured_strings.c
/branches/network/uspace/srv/net/tl/tcp/Makefile
/branches/network/uspace/srv/net/tl/tcp/tcp.c
/branches/network/uspace/srv/net/tl/udp/udp.c
4707 5357 d 23 h mejdrech /branches/network/ Net: + basic ICMP (without echo), + ip_client_header_length, + received packet error notifications  
/branches/network/uspace/srv/net/il/icmp/Makefile
/branches/network/uspace/srv/net/il/icmp/icmp.c
/branches/network/uspace/srv/net/il/icmp/icmp.h
/branches/network/uspace/srv/net/il/icmp/icmp_client.c
/branches/network/uspace/srv/net/il/icmp/icmp_header.h
/branches/network/uspace/srv/net/il/icmp/icmp_messages.h
/branches/network/uspace/srv/net/il/icmp/icmp_module.c
/branches/network/uspace/srv/net/il/icmp/icmp_module.h
/branches/network/uspace/srv/net/il/icmp/icmp_remote.c
/branches/network/uspace/srv/net/include/icmp_client.h
/branches/network/uspace/srv/net/include/icmp_codes.h
/branches/network/uspace/srv/net/include/icmp_interface.h
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/il/ip/Makefile
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/il/ip/ip_client.c
/branches/network/uspace/srv/net/il/ip/ip_messages.h
/branches/network/uspace/srv/net/il/ip/ip_remote.c
/branches/network/uspace/srv/net/include/il_interface.h
/branches/network/uspace/srv/net/include/ip_client.h
/branches/network/uspace/srv/net/include/ip_interface.h
/branches/network/uspace/srv/net/include/nil_interface.h
/branches/network/uspace/srv/net/include/tl_interface.h
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/net/Makefile
/branches/network/uspace/srv/net/net/net_bundle.c
/branches/network/uspace/srv/net/net/net_standalone.c
/branches/network/uspace/srv/net/netif/netif_remote.c
/branches/network/uspace/srv/net/nil/nil_remote.c
/branches/network/uspace/srv/net/tl/tcp/Makefile
/branches/network/uspace/srv/net/tl/tcp/tcp.c
/branches/network/uspace/srv/net/tl/tcp/tcp.h
/branches/network/uspace/srv/net/tl/udp/Makefile
/branches/network/uspace/srv/net/tl/udp/udp.c
/branches/network/uspace/srv/net/tl/udp/udp.h
4706 5357 d 23 h mejdrech /branches/network/uspace/srv/net/structures/packet/ Net: default packet prefix and suffix increased  
/branches/network/uspace/srv/net/structures/packet/packet_server.c
4705 5357 d 23 h mejdrech /branches/network/uspace/srv/net/ Net: documentation fix  
/branches/network/uspace/srv/net/structures/packet/packet_client.h
/branches/network/uspace/srv/net/tl/tcp/tcp_module.c
/branches/network/uspace/srv/net/tl/udp/udp_module.c
4704 5367 d 18 h mejdrech /branches/network/uspace/ Net: documentation  
/branches/network/uspace/doc/doxygroups.h
/branches/network/uspace/srv/net/app/echo/echo.c
/branches/network/uspace/srv/net/configuration.h
/branches/network/uspace/srv/net/il/arp/arp.h
/branches/network/uspace/srv/net/il/arp/arp_messages.h
/branches/network/uspace/srv/net/il/arp/arp_oc.h
/branches/network/uspace/srv/net/il/il_messages.h
/branches/network/uspace/srv/net/il/ip/ip.h
/branches/network/uspace/srv/net/il/ip/ip_client.c
/branches/network/uspace/srv/net/il/ip/ip_header.h
/branches/network/uspace/srv/net/il/ip/ip_messages.h
/branches/network/uspace/srv/net/il/ip/ip_module.c
/branches/network/uspace/srv/net/il/ip/ip_module.h
/branches/network/uspace/srv/net/il/ip/ip_remote.c
/branches/network/uspace/srv/net/include/arp_interface.h
/branches/network/uspace/srv/net/include/ethernet_lsap.h
/branches/network/uspace/srv/net/include/ethernet_protocols.h
/branches/network/uspace/srv/net/include/hardware.h
/branches/network/uspace/srv/net/include/il_interface.h
/branches/network/uspace/srv/net/include/in.h
/branches/network/uspace/srv/net/include/in6.h
/branches/network/uspace/srv/net/include/inet.h
/branches/network/uspace/srv/net/include/ip_client.h
/branches/network/uspace/srv/net/include/ip_interface.h
/branches/network/uspace/srv/net/include/ip_protocols.h
/branches/network/uspace/srv/net/include/net_interface.h
/branches/network/uspace/srv/net/include/netdb.h
/branches/network/uspace/srv/net/include/nil_interface.h
/branches/network/uspace/srv/net/include/socket_errno.h
/branches/network/uspace/srv/net/include/tl_interface.h
/branches/network/uspace/srv/net/module.c
/branches/network/uspace/srv/net/net/net.h
/branches/network/uspace/srv/net/net/start/netstart.c
/branches/network/uspace/srv/net/nil/eth/eth.c
/branches/network/uspace/srv/net/nil/nil_messages.h
/branches/network/uspace/srv/net/nil/nil_remote.c
/branches/network/uspace/srv/net/nil/nildummy/nildummy.c
/branches/network/uspace/srv/net/nil/nildummy/nildummy_module.c
/branches/network/uspace/srv/net/self_test.h
/branches/network/uspace/srv/net/socket/socket_core.c
/branches/network/uspace/srv/net/socket/socket_core.h
/branches/network/uspace/srv/net/socket/socket_messages.h
/branches/network/uspace/srv/net/structures/dynamic_fifo.c
/branches/network/uspace/srv/net/structures/dynamic_fifo.h
/branches/network/uspace/srv/net/structures/generic_char_map.h
/branches/network/uspace/srv/net/structures/generic_field.h
/branches/network/uspace/srv/net/structures/int_map.h
/branches/network/uspace/srv/net/structures/module_map.c
/branches/network/uspace/srv/net/structures/packet/packet.h
/branches/network/uspace/srv/net/structures/packet/packet_client.h
/branches/network/uspace/srv/net/structures/packet/packet_server.c
/branches/network/uspace/srv/net/tl/tcp/tcp.c
/branches/network/uspace/srv/net/tl/tcp/tcp.h
/branches/network/uspace/srv/net/tl/tcp/tcp_module.c
/branches/network/uspace/srv/net/tl/tcp/tcp_module.h
/branches/network/uspace/srv/net/tl/udp/udp.h
/branches/network/uspace/srv/net/tl/udp/udp_header.h
/branches/network/uspace/srv/net/tl/udp/udp_module.c
/branches/network/uspace/srv/net/tl/udp/udp_module.h
4703 5367 d 18 h mejdrech /branches/network/uspace/srv/net/ netif stats message inrterface implemented, netif auto probe message removed, documentation  
/branches/network/uspace/srv/net/include/netif_interface.h
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/netif/dp8390/dp8390_module.c
/branches/network/uspace/srv/net/netif/lo/lo.c
/branches/network/uspace/srv/net/netif/netif.c
/branches/network/uspace/srv/net/netif/netif_messages.h
/branches/network/uspace/srv/net/netif/netif_module.h
/branches/network/uspace/srv/net/netif/netif_remote.c
4702 5367 d 18 h mejdrech /branches/network/uspace/srv/net/il/ Net: message processing functions names unified, documentation  
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/ip/ip.c
4701 5367 d 18 h mejdrech /branches/network/uspace/srv/net/ Net: socket destroy fix, UDP socket isolation fix, code cleanup, documentation  
/branches/network/uspace/srv/net/include/socket.h
/branches/network/uspace/srv/net/socket/socket_client.c
/branches/network/uspace/srv/net/tl/udp/udp.c
4700 5368 d 19 h mejdrech /branches/network/uspace/srv/net/ Net: udp socket autobind on send without bind or bind without positive port  
/branches/network/uspace/srv/net/app/echo/echo.c
/branches/network/uspace/srv/net/include/socket_errno.h
/branches/network/uspace/srv/net/socket/socket_core.c
/branches/network/uspace/srv/net/socket/socket_core.h
/branches/network/uspace/srv/net/tl/udp/udp.c
/branches/network/uspace/srv/net/tl/udp/udp.h
4699 5370 d 18 h mejdrech /branches/network/uspace/ Net: documentation fixes  
/branches/network/uspace/doc/doxygroups.h
/branches/network/uspace/srv/net/Doxyfile
/branches/network/uspace/srv/net/app/echo/echo.c
/branches/network/uspace/srv/net/include/crc.h
/branches/network/uspace/srv/net/include/il_interface.h
/branches/network/uspace/srv/net/nil/nildummy/nildummy.c
4698 5370 d 20 h mejdrech /branches/network/uspace/srv/net/netif/ Net: obsolete nil message handlers removed  
/branches/network/uspace/srv/net/netif/netif.c
4697 5370 d 20 h mejdrech /branches/network/uspace/srv/net/ Net: documentation and style fixes  
/branches/network/uspace/srv/net/netif/netif_standalone.c
/branches/network/uspace/srv/net/nil/eth/eth_module.c
4696 5370 d 20 h mejdrech /branches/network/ Net: dummy nil module  
/branches/network/uspace/srv/net/nil/nildummy
/branches/network/uspace/srv/net/nil/nildummy/Makefile
/branches/network/uspace/srv/net/nil/nildummy/nildummy.c
/branches/network/uspace/srv/net/nil/nildummy/nildummy.h
/branches/network/uspace/srv/net/nil/nildummy/nildummy_module.c
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/uspace/lib/libc/include/ipc/services.h
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/net/net.h
/branches/network/uspace/srv/net/netif/lo/Makefile
/branches/network/uspace/srv/net/netif/lo/lo.c
4695 5370 d 20 h mejdrech /branches/network/uspace/srv/net/ Net: arp clear address message, mtu changed message, net_bundle include fix  
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/arp/arp_messages.h
/branches/network/uspace/srv/net/il/arp/arp_remote.c
/branches/network/uspace/srv/net/il/il_messages.h
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/il/ip/ip.h
/branches/network/uspace/srv/net/include/arp_interface.h
/branches/network/uspace/srv/net/include/il_interface.h
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/net/net_bundle.c
/branches/network/uspace/srv/net/net/net_standalone.c
/branches/network/uspace/srv/net/nil/eth/eth.c
/branches/network/uspace/srv/net/nil/nil_messages.h
4694 5370 d 20 h mejdrech /branches/network/uspace/srv/net/ Net: Makefile fixes  
/branches/network/uspace/srv/net/net/Makefile
/branches/network/uspace/srv/net/nil/eth/Makefile
4693 5370 d 20 h mejdrech /branches/network/uspace/srv/net/ Net: documentation fixes  
/branches/network/uspace/srv/net/il/ip/ip_messages.h
/branches/network/uspace/srv/net/include/ip_interface.h
/branches/network/uspace/srv/net/nil/eth/eth.h
4692 5390 d 20 h svoboda /branches/tracing/ Merge trunk changes up to r4686.  
/branches/tracing/boot/arch/arm32/loader/print/print.c
/branches/tracing/contrib/conf/ia32-qe.sh
/branches/tracing/defaults/arm32/GXemul
/branches/tracing/defaults/arm32/integratorcp
/branches/tracing/kernel/arch/arm32/include/mach
/branches/tracing/kernel/arch/arm32/include/machine_func.h
/branches/tracing/kernel/arch/arm32/src/exc_handler.S
/branches/tracing/kernel/arch/arm32/src/mach
/branches/tracing/kernel/arch/arm32/src/machine_func.c
/branches/tracing/kernel/genarch/include/drivers/pl050
/branches/tracing/kernel/genarch/include/kbrd/scanc_mac.h
/branches/tracing/kernel/genarch/include/kbrd/scanc_pl050.h
/branches/tracing/kernel/genarch/src/drivers/pl050
/branches/tracing/kernel/genarch/src/kbrd/kbrd_pl050.c
/branches/tracing/kernel/genarch/src/kbrd/scanc_mac.c
/branches/tracing/kernel/genarch/src/kbrd/scanc_pl050.c
/branches/tracing/uspace/app/bdsh/cmds/modules/bdd
/branches/tracing/uspace/app/getvc
/branches/tracing/uspace/app/tester/ipc/ping_pong.c
/branches/tracing/uspace/app/tester/ipc/ping_pong.def
/branches/tracing/uspace/app/tester/mm
/branches/tracing/uspace/app/tester/print/print2.c
/branches/tracing/uspace/app/tester/print/print2.def
/branches/tracing/uspace/app/tester/print/print3.c
/branches/tracing/uspace/app/tester/print/print3.def
/branches/tracing/uspace/dist/data
/branches/tracing/uspace/dist/dev
/branches/tracing/uspace/lib/libc/generic/adt
/branches/tracing/uspace/lib/libc/generic/devmap.c
/branches/tracing/uspace/lib/libc/generic/errno.c
/branches/tracing/uspace/lib/libc/generic/fibril_sync.c
/branches/tracing/uspace/lib/libc/generic/io/console.c
/branches/tracing/uspace/lib/libc/generic/io/klog.c
/branches/tracing/uspace/lib/libc/generic/malloc.c
/branches/tracing/uspace/lib/libc/include/adt
/branches/tracing/uspace/lib/libc/include/devmap.h
/branches/tracing/uspace/lib/libc/include/fibril_sync.h
/branches/tracing/uspace/lib/libc/include/io/color.h
/branches/tracing/uspace/lib/libc/include/io/console.h
/branches/tracing/uspace/lib/libc/include/io/keycode.h
/branches/tracing/uspace/lib/libc/include/io/klog.h
/branches/tracing/uspace/lib/libc/include/io/style.h
/branches/tracing/uspace/lib/libc/include/ipc/bd.h
/branches/tracing/uspace/lib/libc/include/ipc/vfs.h
/branches/tracing/uspace/srv/bd
/branches/tracing/uspace/srv/cir
/branches/tracing/uspace/srv/console/gfx
/branches/tracing/uspace/srv/fs/devfs
/branches/tracing/uspace/srv/kbd/ctl/pl050.c
/branches/tracing/uspace/srv/kbd/generic/keybuffer.c
/branches/tracing/uspace/srv/kbd/include/keybuffer.h
/branches/tracing/uspace/srv/kbd/port/pl050.c
/branches/tracing/uspace/srv/ns/clonable.c
/branches/tracing/uspace/srv/ns/clonable.h
/branches/tracing/uspace/srv/ns/ns.h
/branches/tracing/uspace/srv/ns/service.c
/branches/tracing/uspace/srv/ns/service.h
/branches/tracing/uspace/srv/ns/task.c
/branches/tracing/uspace/srv/ns/task.h
/branches/tracing/boot/arch/arm32/loader/print/gxemul.c
/branches/tracing/kernel/arch/amd64/include/byteorder.h
/branches/tracing/kernel/arch/arm32/include/byteorder.h
/branches/tracing/kernel/arch/arm32/include/drivers/gxemul.h
/branches/tracing/kernel/arch/arm32/src/drivers/gxemul.c
/branches/tracing/kernel/arch/ia32/include/byteorder.h
/branches/tracing/kernel/arch/ia64/include/byteorder.h
/branches/tracing/kernel/arch/mips32/include/byteorder.h
/branches/tracing/kernel/arch/ppc32/include/byteorder.h
/branches/tracing/kernel/arch/sparc64/include/byteorder.h
/branches/tracing/uspace/app/init/version.c
/branches/tracing/uspace/app/init/version.h
/branches/tracing/uspace/app/tester/devmap
/branches/tracing/uspace/app/tester/ipc/answer.c
/branches/tracing/uspace/app/tester/ipc/answer.def
/branches/tracing/uspace/app/tester/ipc/hangup.c
/branches/tracing/uspace/app/tester/ipc/hangup.def
/branches/tracing/uspace/app/tester/ipc/send_async.c
/branches/tracing/uspace/app/tester/ipc/send_async.def
/branches/tracing/uspace/app/tester/ipc/send_sync.c
/branches/tracing/uspace/app/tester/ipc/send_sync.def
/branches/tracing/uspace/app/tetris/pathnames.h
/branches/tracing/uspace/lib/libc/arch/amd64/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/arm32/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/ia32/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/ia64/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/mips32/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/mips32eb/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/ppc32/include/byteorder.h
/branches/tracing/uspace/lib/libc/arch/sparc64/include/byteorder.h
/branches/tracing/uspace/lib/libc/generic/console.c
/branches/tracing/uspace/lib/libc/generic/io/fprintf.c
/branches/tracing/uspace/lib/libc/generic/io/sprintf.c
/branches/tracing/uspace/lib/libc/generic/io/stdio.c
/branches/tracing/uspace/lib/libc/generic/io/stream.c
/branches/tracing/uspace/lib/libc/generic/io/vsprintf.c
/branches/tracing/uspace/lib/libc/generic/kbd.c
/branches/tracing/uspace/lib/libc/generic/libadt
/branches/tracing/uspace/lib/libc/include/console
/branches/tracing/uspace/lib/libc/include/console.h
/branches/tracing/uspace/lib/libc/include/io/io.h
/branches/tracing/uspace/lib/libc/include/io/stream.h
/branches/tracing/uspace/lib/libc/include/kbd
/branches/tracing/uspace/lib/libc/include/libadt
/branches/tracing/uspace/lib/libc/malloc
/branches/tracing/uspace/srv/console/anim_1.ppm
/branches/tracing/uspace/srv/console/anim_2.ppm
/branches/tracing/uspace/srv/console/anim_3.ppm
/branches/tracing/uspace/srv/console/anim_4.ppm
/branches/tracing/uspace/srv/console/cons_has_data.ppm
/branches/tracing/uspace/srv/console/cons_idle.ppm
/branches/tracing/uspace/srv/console/cons_kernel.ppm
/branches/tracing/uspace/srv/console/cons_selected.ppm
/branches/tracing/uspace/srv/console/helenos.ppm
/branches/tracing/uspace/srv/console/nameic.ppm
/branches/tracing/uspace/srv/fhc
/branches/tracing/uspace/srv/kbd/generic/key_buffer.c
/branches/tracing/uspace/srv/kbd/include/key_buffer.h
/branches/tracing/uspace/srv/obio
/branches/tracing/uspace/srv/rd
/branches/tracing/HelenOS.config
/branches/tracing/boot/arch/amd64/Makefile.inc
/branches/tracing/boot/arch/arm32/loader/Makefile
/branches/tracing/boot/arch/arm32/loader/_link.ld.in
/branches/tracing/boot/arch/arm32/loader/boot.S
/branches/tracing/boot/arch/arm32/loader/main.c
/branches/tracing/boot/arch/ia32/Makefile.inc
/branches/tracing/boot/arch/ia64/loader/Makefile
/branches/tracing/boot/arch/ia64/loader/types.h
/branches/tracing/boot/arch/mips32/loader/Makefile
/branches/tracing/boot/arch/ppc32/loader/Makefile
/branches/tracing/boot/arch/sparc64/loader/Makefile
/branches/tracing/contrib/conf/mips32-gx.sh
/branches/tracing/defaults/amd64/Makefile.config
/branches/tracing/defaults/arm32/Makefile.config
/branches/tracing/defaults/ia32/Makefile.config
/branches/tracing/defaults/ia64/Makefile.config
/branches/tracing/defaults/mips32/Makefile.config
/branches/tracing/defaults/ppc32/Makefile.config
/branches/tracing/defaults/sparc64/Makefile.config
/branches/tracing/kernel/Makefile
/branches/tracing/kernel/arch/amd64/Makefile.inc
/branches/tracing/kernel/arch/amd64/include/atomic.h
/branches/tracing/kernel/arch/amd64/include/cpu.h
/branches/tracing/kernel/arch/amd64/include/mm/page.h
/branches/tracing/kernel/arch/amd64/include/proc/task.h
/branches/tracing/kernel/arch/amd64/include/types.h
/branches/tracing/kernel/arch/amd64/src/ddi/ddi.c
/branches/tracing/kernel/arch/amd64/src/interrupt.c
/branches/tracing/kernel/arch/arm32/Makefile.inc
/branches/tracing/kernel/arch/arm32/include/exception.h
/branches/tracing/kernel/arch/arm32/include/mm/page.h
/branches/tracing/kernel/arch/arm32/include/types.h
/branches/tracing/kernel/arch/arm32/src/arm32.c
/branches/tracing/kernel/arch/arm32/src/exception.c
/branches/tracing/kernel/arch/arm32/src/interrupt.c
/branches/tracing/kernel/arch/arm32/src/mm/frame.c
/branches/tracing/kernel/arch/arm32/src/mm/tlb.c
/branches/tracing/kernel/arch/arm32/src/start.S
/branches/tracing/kernel/arch/ia32/Makefile.inc
/branches/tracing/kernel/arch/ia32/include/atomic.h
/branches/tracing/kernel/arch/ia32/include/cpu.h
/branches/tracing/kernel/arch/ia32/include/mm/page.h
/branches/tracing/kernel/arch/ia32/include/proc/task.h
/branches/tracing/kernel/arch/ia32/include/smp/smp.h
/branches/tracing/kernel/arch/ia32/include/types.h
/branches/tracing/kernel/arch/ia32/src/atomic.S
/branches/tracing/kernel/arch/ia32/src/ddi/ddi.c
/branches/tracing/kernel/arch/ia32/src/drivers/vesa.c
/branches/tracing/kernel/arch/ia32/src/interrupt.c
/branches/tracing/kernel/arch/ia32/src/mm/frame.c
/branches/tracing/kernel/arch/ia32/src/mm/tlb.c
/branches/tracing/kernel/arch/ia32/src/smp/mps.c
/branches/tracing/kernel/arch/ia64/Makefile.inc
/branches/tracing/kernel/arch/ia64/include/atomic.h
/branches/tracing/kernel/arch/ia64/include/mm/page.h
/branches/tracing/kernel/arch/ia64/include/mm/tlb.h
/branches/tracing/kernel/arch/ia64/include/types.h
/branches/tracing/kernel/arch/ia64/src/ivt.S
/branches/tracing/kernel/arch/ia64/src/mm/page.c
/branches/tracing/kernel/arch/ia64/src/mm/tlb.c
/branches/tracing/kernel/arch/ia64/src/mm/vhpt.c
/branches/tracing/kernel/arch/mips32/Makefile.inc
/branches/tracing/kernel/arch/mips32/include/arch.h
/branches/tracing/kernel/arch/mips32/include/atomic.h
/branches/tracing/kernel/arch/mips32/include/context_offset.h
/branches/tracing/kernel/arch/mips32/include/debugger.h
/branches/tracing/kernel/arch/mips32/include/elf.h
/branches/tracing/kernel/arch/mips32/include/mm/page.h
/branches/tracing/kernel/arch/mips32/include/types.h
/branches/tracing/kernel/arch/mips32/src/mips32.c
/branches/tracing/kernel/arch/mips32/src/mm/frame.c
/branches/tracing/kernel/arch/mips32/src/mm/tlb.c
/branches/tracing/kernel/arch/ppc32/Makefile.inc
/branches/tracing/kernel/arch/ppc32/include/mm/page.h
/branches/tracing/kernel/arch/ppc32/include/types.h
/branches/tracing/kernel/arch/ppc32/src/mm/frame.c
/branches/tracing/kernel/arch/ppc32/src/mm/tlb.c
/branches/tracing/kernel/arch/ppc32/src/ppc32.c
/branches/tracing/kernel/arch/sparc64/Makefile.inc
/branches/tracing/kernel/arch/sparc64/include/atomic.h
/branches/tracing/kernel/arch/sparc64/include/context.h
/branches/tracing/kernel/arch/sparc64/include/mm/tlb.h
/branches/tracing/kernel/arch/sparc64/include/mm/tsb.h
/branches/tracing/kernel/arch/sparc64/include/types.h
/branches/tracing/kernel/arch/sparc64/src/asm.S
/branches/tracing/kernel/arch/sparc64/src/drivers/fhc.c
/branches/tracing/kernel/arch/sparc64/src/drivers/pci.c
/branches/tracing/kernel/arch/sparc64/src/drivers/scr.c
/branches/tracing/kernel/arch/sparc64/src/mm/as.c
/branches/tracing/kernel/arch/sparc64/src/mm/tlb.c
/branches/tracing/kernel/arch/sparc64/src/mm/tsb.c
/branches/tracing/kernel/arch/sparc64/src/smp/smp.c
/branches/tracing/kernel/doc/mm
/branches/tracing/kernel/genarch/Makefile.inc
/branches/tracing/kernel/genarch/include/drivers/via-cuda/cuda.h
/branches/tracing/kernel/genarch/include/fb/visuals.h
/branches/tracing/kernel/genarch/src/acpi/acpi.c
/branches/tracing/kernel/genarch/src/acpi/madt.c
/branches/tracing/kernel/genarch/src/drivers/via-cuda/cuda.c
/branches/tracing/kernel/genarch/src/fb/fb.c
/branches/tracing/kernel/genarch/src/kbrd/kbrd.c
/branches/tracing/kernel/genarch/src/mm/asid.c
/branches/tracing/kernel/genarch/src/mm/page_ht.c
/branches/tracing/kernel/genarch/src/ofw/ebus.c
/branches/tracing/kernel/genarch/src/ofw/fhc.c
/branches/tracing/kernel/genarch/src/ofw/ofw_tree.c
/branches/tracing/kernel/genarch/src/ofw/pci.c
/branches/tracing/kernel/genarch/src/ofw/sbus.c
/branches/tracing/kernel/generic/include/adt/bitmap.h
/branches/tracing/kernel/generic/include/adt/btree.h
/branches/tracing/kernel/generic/include/adt/fifo.h
/branches/tracing/kernel/generic/include/adt/hash_table.h
/branches/tracing/kernel/generic/include/arch.h
/branches/tracing/kernel/generic/include/byteorder.h
/branches/tracing/kernel/generic/include/config.h
/branches/tracing/kernel/generic/include/console/chardev.h
/branches/tracing/kernel/generic/include/console/console.h
/branches/tracing/kernel/generic/include/console/kconsole.h
/branches/tracing/kernel/generic/include/context.h
/branches/tracing/kernel/generic/include/cpu.h
/branches/tracing/kernel/generic/include/ddi/irq.h
/branches/tracing/kernel/generic/include/ipc/event.h
/branches/tracing/kernel/generic/include/ipc/event_types.h
/branches/tracing/kernel/generic/include/ipc/ipc.h
/branches/tracing/kernel/generic/include/ipc/ipcrsc.h
/branches/tracing/kernel/generic/include/macros.h
/branches/tracing/kernel/generic/include/mm/as.h
/branches/tracing/kernel/generic/include/mm/frame.h
/branches/tracing/kernel/generic/include/mm/slab.h
/branches/tracing/kernel/generic/include/mm/tlb.h
/branches/tracing/kernel/generic/include/proc/scheduler.h
/branches/tracing/kernel/generic/include/sort.h
/branches/tracing/kernel/generic/include/string.h
/branches/tracing/kernel/generic/include/symtab.h
/branches/tracing/kernel/generic/include/synch/futex.h
/branches/tracing/kernel/generic/include/synch/rwlock.h
/branches/tracing/kernel/generic/include/synch/spinlock.h
/branches/tracing/kernel/generic/src/adt/bitmap.c
/branches/tracing/kernel/generic/src/adt/btree.c
/branches/tracing/kernel/generic/src/adt/hash_table.c
/branches/tracing/kernel/generic/src/console/cmd.c
/branches/tracing/kernel/generic/src/console/console.c
/branches/tracing/kernel/generic/src/console/kconsole.c
/branches/tracing/kernel/generic/src/ddi/ddi.c
/branches/tracing/kernel/generic/src/ddi/irq.c
/branches/tracing/kernel/generic/src/debug/symtab.c
/branches/tracing/kernel/generic/src/ipc/event.c
/branches/tracing/kernel/generic/src/ipc/ipc.c
/branches/tracing/kernel/generic/src/ipc/ipcrsc.c
/branches/tracing/kernel/generic/src/ipc/kbox.c
/branches/tracing/kernel/generic/src/ipc/sysipc.c
/branches/tracing/kernel/generic/src/lib/sort.c
/branches/tracing/kernel/generic/src/lib/string.c
/branches/tracing/kernel/generic/src/main/kinit.c
/branches/tracing/kernel/generic/src/main/main.c
/branches/tracing/kernel/generic/src/main/uinit.c
/branches/tracing/kernel/generic/src/mm/as.c
/branches/tracing/kernel/generic/src/mm/backend_anon.c
/branches/tracing/kernel/generic/src/mm/backend_elf.c
/branches/tracing/kernel/generic/src/mm/frame.c
/branches/tracing/kernel/generic/src/mm/slab.c
/branches/tracing/kernel/generic/src/mm/tlb.c
/branches/tracing/kernel/generic/src/printf/printf_core.c
/branches/tracing/kernel/generic/src/printf/vprintf.c
/branches/tracing/kernel/generic/src/printf/vsnprintf.c
/branches/tracing/kernel/generic/src/proc/scheduler.c
/branches/tracing/kernel/generic/src/proc/task.c
/branches/tracing/kernel/generic/src/synch/futex.c
/branches/tracing/kernel/generic/src/synch/spinlock.c
/branches/tracing/kernel/generic/src/synch/waitq.c
/branches/tracing/kernel/generic/src/syscall/syscall.c
/branches/tracing/kernel/generic/src/time/clock.c
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
/branches/tracing/kernel/test/avltree/avltree1.c
/branches/tracing/kernel/test/mm/falloc2.c
/branches/tracing/kernel/test/mm/purge1.c
/branches/tracing/kernel/test/synch/rwlock4.c
/branches/tracing/uspace/Makefile
/branches/tracing/uspace/app/bdsh/Makefile
/branches/tracing/uspace/app/bdsh/cmds/modules/cp/cp.c
/branches/tracing/uspace/app/bdsh/cmds/modules/kcon/kcon.c
/branches/tracing/uspace/app/bdsh/cmds/modules/ls/ls.c
/branches/tracing/uspace/app/bdsh/cmds/modules/ls/ls.h
/branches/tracing/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/branches/tracing/uspace/app/bdsh/cmds/modules/modules.h
/branches/tracing/uspace/app/bdsh/cmds/modules/pwd/pwd.c
/branches/tracing/uspace/app/bdsh/cmds/modules/rm/rm.c
/branches/tracing/uspace/app/bdsh/exec.c
/branches/tracing/uspace/app/bdsh/input.c
/branches/tracing/uspace/app/bdsh/util.c
/branches/tracing/uspace/app/debug/breakpoint.c
/branches/tracing/uspace/app/debug/breakpoint.h
/branches/tracing/uspace/app/debug/dthread.c
/branches/tracing/uspace/app/debug/dthread.h
/branches/tracing/uspace/app/debug/main.h
/branches/tracing/uspace/app/init/Makefile
/branches/tracing/uspace/app/init/init.c
/branches/tracing/uspace/app/init/init.h
/branches/tracing/uspace/app/klog/Makefile
/branches/tracing/uspace/app/klog/klog.c
/branches/tracing/uspace/app/tester/Makefile
/branches/tracing/uspace/app/tester/console/console1.c
/branches/tracing/uspace/app/tester/fault/fault1.c
/branches/tracing/uspace/app/tester/fault/fault2.c
/branches/tracing/uspace/app/tester/ipc/connect.c
/branches/tracing/uspace/app/tester/ipc/register.c
/branches/tracing/uspace/app/tester/loop/loop1.c
/branches/tracing/uspace/app/tester/print/print1.c
/branches/tracing/uspace/app/tester/print/print1.def
/branches/tracing/uspace/app/tester/print/print4.c
/branches/tracing/uspace/app/tester/stdio/stdio1.c
/branches/tracing/uspace/app/tester/stdio/stdio2.c
/branches/tracing/uspace/app/tester/tester.c
/branches/tracing/uspace/app/tester/tester.h
/branches/tracing/uspace/app/tester/thread/thread1.c
/branches/tracing/uspace/app/tester/vfs/vfs1.c
/branches/tracing/uspace/app/tetris/Makefile
/branches/tracing/uspace/app/tetris/input.c
/branches/tracing/uspace/app/tetris/input.h
/branches/tracing/uspace/app/tetris/scores.c
/branches/tracing/uspace/app/tetris/scores.h
/branches/tracing/uspace/app/tetris/screen.c
/branches/tracing/uspace/app/tetris/screen.h
/branches/tracing/uspace/app/tetris/shapes.c
/branches/tracing/uspace/app/tetris/tetris.c
/branches/tracing/uspace/app/tetris/tetris.h
/branches/tracing/uspace/app/trace/ipcp.c
/branches/tracing/uspace/app/trace/proto.c
/branches/tracing/uspace/app/trace/proto.h
/branches/tracing/uspace/app/trace/trace.c
/branches/tracing/uspace/lib/libblock/libblock.c
/branches/tracing/uspace/lib/libblock/libblock.h
/branches/tracing/uspace/lib/libc/Makefile
/branches/tracing/uspace/lib/libc/Makefile.toolchain
/branches/tracing/uspace/lib/libc/arch/amd64/Makefile.inc
/branches/tracing/uspace/lib/libc/arch/amd64/include/types.h
/branches/tracing/uspace/lib/libc/arch/arm32/Makefile.inc
/branches/tracing/uspace/lib/libc/arch/arm32/include/fibril.h
/branches/tracing/uspace/lib/libc/arch/arm32/include/tls.h
/branches/tracing/uspace/lib/libc/arch/arm32/include/types.h
/branches/tracing/uspace/lib/libc/arch/ia32/Makefile.inc
/branches/tracing/uspace/lib/libc/arch/ia32/include/types.h
/branches/tracing/uspace/lib/libc/arch/ia64/Makefile.inc
/branches/tracing/uspace/lib/libc/arch/ia64/include/types.h
/branches/tracing/uspace/lib/libc/arch/mips32/Makefile.inc
/branches/tracing/uspace/lib/libc/arch/mips32/include/types.h
/branches/tracing/uspace/lib/libc/arch/mips32eb/Makefile.inc
/branches/tracing/uspace/lib/libc/arch/ppc32/Makefile.inc
/branches/tracing/uspace/lib/libc/arch/ppc32/include/types.h
/branches/tracing/uspace/lib/libc/arch/sparc64/Makefile.inc
/branches/tracing/uspace/lib/libc/arch/sparc64/include/fibril.h
/branches/tracing/uspace/lib/libc/arch/sparc64/include/stack.h
/branches/tracing/uspace/lib/libc/arch/sparc64/include/types.h
/branches/tracing/uspace/lib/libc/generic/as.c
/branches/tracing/uspace/lib/libc/generic/async.c
/branches/tracing/uspace/lib/libc/generic/ddi.c
/branches/tracing/uspace/lib/libc/generic/fibril.c
/branches/tracing/uspace/lib/libc/generic/getopt.c
/branches/tracing/uspace/lib/libc/generic/io/asprintf.c
/branches/tracing/uspace/lib/libc/generic/io/io.c
/branches/tracing/uspace/lib/libc/generic/io/printf.c
/branches/tracing/uspace/lib/libc/generic/io/printf_core.c
/branches/tracing/uspace/lib/libc/generic/io/snprintf.c
/branches/tracing/uspace/lib/libc/generic/io/vprintf.c
/branches/tracing/uspace/lib/libc/generic/io/vsnprintf.c
/branches/tracing/uspace/lib/libc/generic/ipc.c
/branches/tracing/uspace/lib/libc/generic/libc.c
/branches/tracing/uspace/lib/libc/generic/loader.c
/branches/tracing/uspace/lib/libc/generic/mem.c
/branches/tracing/uspace/lib/libc/generic/mman.c
/branches/tracing/uspace/lib/libc/generic/string.c
/branches/tracing/uspace/lib/libc/generic/task.c
/branches/tracing/uspace/lib/libc/generic/vfs/vfs.c
/branches/tracing/uspace/lib/libc/include/async.h
/branches/tracing/uspace/lib/libc/include/bitops.h
/branches/tracing/uspace/lib/libc/include/byteorder.h
/branches/tracing/uspace/lib/libc/include/dirent.h
/branches/tracing/uspace/lib/libc/include/errno.h
/branches/tracing/uspace/lib/libc/include/fcntl.h
/branches/tracing/uspace/lib/libc/include/fibril.h
/branches/tracing/uspace/lib/libc/include/getopt.h
/branches/tracing/uspace/lib/libc/include/io/printf_core.h
/branches/tracing/uspace/lib/libc/include/ipc/console.h
/branches/tracing/uspace/lib/libc/include/ipc/devmap.h
/branches/tracing/uspace/lib/libc/include/ipc/fb.h
/branches/tracing/uspace/lib/libc/include/ipc/ipc.h
/branches/tracing/uspace/lib/libc/include/ipc/loader.h
/branches/tracing/uspace/lib/libc/include/ipc/ns.h
/branches/tracing/uspace/lib/libc/include/loader/loader.h
/branches/tracing/uspace/lib/libc/include/loader/pcb.h
/branches/tracing/uspace/lib/libc/include/macros.h
/branches/tracing/uspace/lib/libc/include/malloc.h
/branches/tracing/uspace/lib/libc/include/mem.h
/branches/tracing/uspace/lib/libc/include/stdio.h
/branches/tracing/uspace/lib/libc/include/stdlib.h
/branches/tracing/uspace/lib/libc/include/string.h
/branches/tracing/uspace/lib/libc/include/sys/stat.h
/branches/tracing/uspace/lib/libc/include/task.h
/branches/tracing/uspace/lib/libc/include/unistd.h
/branches/tracing/uspace/lib/libc/include/vfs/vfs.h
/branches/tracing/uspace/lib/libfs/libfs.c
/branches/tracing/uspace/lib/libfs/libfs.h
/branches/tracing/uspace/lib/softfloat/Makefile
/branches/tracing/uspace/lib/softfloat/include/sftypes.h
/branches/tracing/uspace/srv/cir/obio
/branches/tracing/uspace/srv/console/Makefile
/branches/tracing/uspace/srv/console/console.c
/branches/tracing/uspace/srv/console/console.h
/branches/tracing/uspace/srv/console/gcons.c
/branches/tracing/uspace/srv/console/gcons.h
/branches/tracing/uspace/srv/console/screenbuffer.c
/branches/tracing/uspace/srv/console/screenbuffer.h
/branches/tracing/uspace/srv/devmap/Makefile
/branches/tracing/uspace/srv/devmap/devmap.c
/branches/tracing/uspace/srv/fb/Makefile
/branches/tracing/uspace/srv/fb/ega.c
/branches/tracing/uspace/srv/fb/ega.h
/branches/tracing/uspace/srv/fb/fb.c
/branches/tracing/uspace/srv/fb/ppm.c
/branches/tracing/uspace/srv/fb/serial_console.c
/branches/tracing/uspace/srv/fb/serial_console.h
/branches/tracing/uspace/srv/fs/fat/Makefile
/branches/tracing/uspace/srv/fs/fat/fat.c
/branches/tracing/uspace/srv/fs/fat/fat.h
/branches/tracing/uspace/srv/fs/fat/fat_fat.c
/branches/tracing/uspace/srv/fs/fat/fat_idx.c
/branches/tracing/uspace/srv/fs/fat/fat_ops.c
/branches/tracing/uspace/srv/fs/tmpfs/Makefile
/branches/tracing/uspace/srv/fs/tmpfs/tmpfs.c
/branches/tracing/uspace/srv/fs/tmpfs/tmpfs.h
/branches/tracing/uspace/srv/fs/tmpfs/tmpfs_dump.c
/branches/tracing/uspace/srv/fs/tmpfs/tmpfs_ops.c
/branches/tracing/uspace/srv/kbd/Makefile
/branches/tracing/uspace/srv/kbd/ctl/gxe_fb.c
/branches/tracing/uspace/srv/kbd/ctl/pc.c
/branches/tracing/uspace/srv/kbd/ctl/stty.c
/branches/tracing/uspace/srv/kbd/ctl/sun.c
/branches/tracing/uspace/srv/kbd/genarch/gsp.c
/branches/tracing/uspace/srv/kbd/genarch/stroke.c
/branches/tracing/uspace/srv/kbd/generic/kbd.c
/branches/tracing/uspace/srv/kbd/include/gsp.h
/branches/tracing/uspace/srv/kbd/include/kbd.h
/branches/tracing/uspace/srv/kbd/include/layout.h
/branches/tracing/uspace/srv/kbd/layout/cz.c
/branches/tracing/uspace/srv/kbd/layout/us_dvorak.c
/branches/tracing/uspace/srv/kbd/layout/us_qwerty.c
/branches/tracing/uspace/srv/kbd/port/i8042.c
/branches/tracing/uspace/srv/loader/arch/ia32/ia32.s
/branches/tracing/uspace/srv/loader/elf_load.c
/branches/tracing/uspace/srv/loader/main.c
/branches/tracing/uspace/srv/ns/Makefile
/branches/tracing/uspace/srv/ns/ns.c
/branches/tracing/uspace/srv/pci/libpci/generic.c
/branches/tracing/uspace/srv/pci/libpci/i386-ports.c
/branches/tracing/uspace/srv/pci/libpci/names.c
/branches/tracing/uspace/srv/pci/libpci/pci_ids.h
/branches/tracing/uspace/srv/pci/update-ids
/branches/tracing/uspace/srv/vfs/Makefile
/branches/tracing/uspace/srv/vfs/vfs.c
/branches/tracing/uspace/srv/vfs/vfs.h
/branches/tracing/uspace/srv/vfs/vfs_file.c
/branches/tracing/uspace/srv/vfs/vfs_lookup.c
/branches/tracing/uspace/srv/vfs/vfs_node.c
/branches/tracing/uspace/srv/vfs/vfs_ops.c
/branches/tracing/uspace/srv/vfs/vfs_register.c
/branches/tracing/version
4691 5390 d 21 h svoboda /branches/dynload/ Merge trunk changes up to r4686.  
/branches/dynload/boot/arch/arm32/loader/print/print.c
/branches/dynload/contrib/conf/ia32-qe.sh
/branches/dynload/defaults/arm32/GXemul
/branches/dynload/defaults/arm32/integratorcp
/branches/dynload/kernel/arch/arm32/include/mach
/branches/dynload/kernel/arch/arm32/include/machine_func.h
/branches/dynload/kernel/arch/arm32/src/exc_handler.S
/branches/dynload/kernel/arch/arm32/src/mach
/branches/dynload/kernel/arch/arm32/src/machine_func.c
/branches/dynload/kernel/genarch/include/drivers/pl050
/branches/dynload/kernel/genarch/include/kbrd/scanc_mac.h
/branches/dynload/kernel/genarch/include/kbrd/scanc_pl050.h
/branches/dynload/kernel/genarch/src/drivers/pl050
/branches/dynload/kernel/genarch/src/kbrd/kbrd_pl050.c
/branches/dynload/kernel/genarch/src/kbrd/scanc_mac.c
/branches/dynload/kernel/genarch/src/kbrd/scanc_pl050.c
/branches/dynload/uspace/app/bdsh/cmds/modules/bdd
/branches/dynload/uspace/app/getvc
/branches/dynload/uspace/app/tester/mm
/branches/dynload/uspace/app/tester/print/print2.c
/branches/dynload/uspace/app/tester/print/print2.def
/branches/dynload/uspace/app/tester/print/print3.c
/branches/dynload/uspace/app/tester/print/print3.def
/branches/dynload/uspace/dist/data
/branches/dynload/uspace/dist/dev
/branches/dynload/uspace/lib/libc/generic/adt
/branches/dynload/uspace/lib/libc/generic/devmap.c
/branches/dynload/uspace/lib/libc/generic/errno.c
/branches/dynload/uspace/lib/libc/generic/fibril_sync.c
/branches/dynload/uspace/lib/libc/generic/io/console.c
/branches/dynload/uspace/lib/libc/generic/io/klog.c
/branches/dynload/uspace/lib/libc/generic/malloc.c
/branches/dynload/uspace/lib/libc/include/adt
/branches/dynload/uspace/lib/libc/include/devmap.h
/branches/dynload/uspace/lib/libc/include/fibril_sync.h
/branches/dynload/uspace/lib/libc/include/io/color.h
/branches/dynload/uspace/lib/libc/include/io/console.h
/branches/dynload/uspace/lib/libc/include/io/keycode.h
/branches/dynload/uspace/lib/libc/include/io/klog.h
/branches/dynload/uspace/lib/libc/include/io/style.h
/branches/dynload/uspace/lib/libc/include/ipc/bd.h
/branches/dynload/uspace/lib/libc/include/ipc/vfs.h
/branches/dynload/uspace/srv/bd
/branches/dynload/uspace/srv/cir
/branches/dynload/uspace/srv/console/gfx
/branches/dynload/uspace/srv/fs/devfs
/branches/dynload/uspace/srv/kbd/ctl/pl050.c
/branches/dynload/uspace/srv/kbd/generic/keybuffer.c
/branches/dynload/uspace/srv/kbd/include/keybuffer.h
/branches/dynload/uspace/srv/kbd/port/pl050.c
/branches/dynload/uspace/srv/ns/clonable.c
/branches/dynload/uspace/srv/ns/clonable.h
/branches/dynload/uspace/srv/ns/ns.h
/branches/dynload/uspace/srv/ns/service.c
/branches/dynload/uspace/srv/ns/service.h
/branches/dynload/uspace/srv/ns/task.c
/branches/dynload/uspace/srv/ns/task.h
/branches/dynload/boot/arch/arm32/loader/print/gxemul.c
/branches/dynload/kernel/arch/amd64/include/byteorder.h
/branches/dynload/kernel/arch/arm32/include/byteorder.h
/branches/dynload/kernel/arch/arm32/include/drivers/gxemul.h
/branches/dynload/kernel/arch/arm32/src/drivers/gxemul.c
/branches/dynload/kernel/arch/ia32/include/byteorder.h
/branches/dynload/kernel/arch/ia64/include/byteorder.h
/branches/dynload/kernel/arch/mips32/include/byteorder.h
/branches/dynload/kernel/arch/ppc32/include/byteorder.h
/branches/dynload/kernel/arch/sparc64/include/byteorder.h
/branches/dynload/uspace/app/init/version.c
/branches/dynload/uspace/app/init/version.h
/branches/dynload/uspace/app/tester/devmap
/branches/dynload/uspace/app/tester/ipc/answer.c
/branches/dynload/uspace/app/tester/ipc/answer.def
/branches/dynload/uspace/app/tester/ipc/hangup.c
/branches/dynload/uspace/app/tester/ipc/hangup.def
/branches/dynload/uspace/app/tester/ipc/send_async.c
/branches/dynload/uspace/app/tester/ipc/send_async.def
/branches/dynload/uspace/app/tester/ipc/send_sync.c
/branches/dynload/uspace/app/tester/ipc/send_sync.def
/branches/dynload/uspace/app/tetris/pathnames.h
/branches/dynload/uspace/lib/libc/arch/amd64/include/byteorder.h
/branches/dynload/uspace/lib/libc/arch/arm32/include/byteorder.h
/branches/dynload/uspace/lib/libc/arch/ia32/include/byteorder.h
/branches/dynload/uspace/lib/libc/arch/ia64/include/byteorder.h
/branches/dynload/uspace/lib/libc/arch/mips32/include/byteorder.h
/branches/dynload/uspace/lib/libc/arch/mips32eb/include/byteorder.h
/branches/dynload/uspace/lib/libc/arch/ppc32/include/byteorder.h
/branches/dynload/uspace/lib/libc/arch/sparc64/include/byteorder.h
/branches/dynload/uspace/lib/libc/generic/console.c
/branches/dynload/uspace/lib/libc/generic/io/fprintf.c
/branches/dynload/uspace/lib/libc/generic/io/sprintf.c
/branches/dynload/uspace/lib/libc/generic/io/stdio.c
/branches/dynload/uspace/lib/libc/generic/io/stream.c
/branches/dynload/uspace/lib/libc/generic/io/vsprintf.c
/branches/dynload/uspace/lib/libc/generic/kbd.c
/branches/dynload/uspace/lib/libc/generic/libadt
/branches/dynload/uspace/lib/libc/include/console
/branches/dynload/uspace/lib/libc/include/console.h
/branches/dynload/uspace/lib/libc/include/io/io.h
/branches/dynload/uspace/lib/libc/include/io/stream.h
/branches/dynload/uspace/lib/libc/include/kbd
/branches/dynload/uspace/lib/libc/include/libadt
/branches/dynload/uspace/lib/libc/malloc
/branches/dynload/uspace/srv/console/anim_1.ppm
/branches/dynload/uspace/srv/console/anim_2.ppm
/branches/dynload/uspace/srv/console/anim_3.ppm
/branches/dynload/uspace/srv/console/anim_4.ppm
/branches/dynload/uspace/srv/console/cons_has_data.ppm
/branches/dynload/uspace/srv/console/cons_idle.ppm
/branches/dynload/uspace/srv/console/cons_kernel.ppm
/branches/dynload/uspace/srv/console/cons_selected.ppm
/branches/dynload/uspace/srv/console/helenos.ppm
/branches/dynload/uspace/srv/console/nameic.ppm
/branches/dynload/uspace/srv/fhc
/branches/dynload/uspace/srv/kbd/generic/key_buffer.c
/branches/dynload/uspace/srv/kbd/include/key_buffer.h
/branches/dynload/uspace/srv/obio
/branches/dynload/uspace/srv/rd
/branches/dynload/HelenOS.config
/branches/dynload/boot/arch/amd64/Makefile.inc
/branches/dynload/boot/arch/arm32/loader/Makefile
/branches/dynload/boot/arch/arm32/loader/_link.ld.in
/branches/dynload/boot/arch/arm32/loader/boot.S
/branches/dynload/boot/arch/arm32/loader/main.c
/branches/dynload/boot/arch/ia32/Makefile.inc
/branches/dynload/boot/arch/ia64/loader/Makefile
/branches/dynload/boot/arch/ia64/loader/types.h
/branches/dynload/boot/arch/mips32/loader/Makefile
/branches/dynload/boot/arch/ppc32/loader/Makefile
/branches/dynload/boot/arch/sparc64/loader/Makefile
/branches/dynload/contrib/conf/mips32-gx.sh
/branches/dynload/defaults/amd64/Makefile.config
/branches/dynload/defaults/arm32/Makefile.config
/branches/dynload/defaults/ia32/Makefile.config
/branches/dynload/defaults/ia64/Makefile.config
/branches/dynload/defaults/mips32/Makefile.config
/branches/dynload/defaults/ppc32/Makefile.config
/branches/dynload/defaults/sparc64/Makefile.config
/branches/dynload/kernel/Makefile
/branches/dynload/kernel/arch/amd64/Makefile.inc
/branches/dynload/kernel/arch/amd64/include/atomic.h
/branches/dynload/kernel/arch/amd64/include/cpu.h
/branches/dynload/kernel/arch/amd64/include/mm/page.h
/branches/dynload/kernel/arch/amd64/include/proc/task.h
/branches/dynload/kernel/arch/amd64/include/types.h
/branches/dynload/kernel/arch/amd64/src/ddi/ddi.c
/branches/dynload/kernel/arch/amd64/src/interrupt.c
/branches/dynload/kernel/arch/arm32/Makefile.inc
/branches/dynload/kernel/arch/arm32/include/exception.h
/branches/dynload/kernel/arch/arm32/include/mm/page.h
/branches/dynload/kernel/arch/arm32/include/types.h
/branches/dynload/kernel/arch/arm32/src/arm32.c
/branches/dynload/kernel/arch/arm32/src/exception.c
/branches/dynload/kernel/arch/arm32/src/interrupt.c
/branches/dynload/kernel/arch/arm32/src/mm/frame.c
/branches/dynload/kernel/arch/arm32/src/mm/tlb.c
/branches/dynload/kernel/arch/arm32/src/start.S
/branches/dynload/kernel/arch/ia32/Makefile.inc
/branches/dynload/kernel/arch/ia32/include/atomic.h
/branches/dynload/kernel/arch/ia32/include/cpu.h
/branches/dynload/kernel/arch/ia32/include/mm/page.h
/branches/dynload/kernel/arch/ia32/include/proc/task.h
/branches/dynload/kernel/arch/ia32/include/smp/smp.h
/branches/dynload/kernel/arch/ia32/include/types.h
/branches/dynload/kernel/arch/ia32/src/atomic.S
/branches/dynload/kernel/arch/ia32/src/ddi/ddi.c
/branches/dynload/kernel/arch/ia32/src/drivers/vesa.c
/branches/dynload/kernel/arch/ia32/src/interrupt.c
/branches/dynload/kernel/arch/ia32/src/mm/frame.c
/branches/dynload/kernel/arch/ia32/src/mm/tlb.c
/branches/dynload/kernel/arch/ia32/src/smp/mps.c
/branches/dynload/kernel/arch/ia64/Makefile.inc
/branches/dynload/kernel/arch/ia64/include/atomic.h
/branches/dynload/kernel/arch/ia64/include/mm/page.h
/branches/dynload/kernel/arch/ia64/include/mm/tlb.h
/branches/dynload/kernel/arch/ia64/include/types.h
/branches/dynload/kernel/arch/ia64/src/ivt.S
/branches/dynload/kernel/arch/ia64/src/mm/page.c
/branches/dynload/kernel/arch/ia64/src/mm/tlb.c
/branches/dynload/kernel/arch/ia64/src/mm/vhpt.c
/branches/dynload/kernel/arch/mips32/Makefile.inc
/branches/dynload/kernel/arch/mips32/include/arch.h
/branches/dynload/kernel/arch/mips32/include/atomic.h
/branches/dynload/kernel/arch/mips32/include/context_offset.h
/branches/dynload/kernel/arch/mips32/include/debugger.h
/branches/dynload/kernel/arch/mips32/include/elf.h
/branches/dynload/kernel/arch/mips32/include/mm/page.h
/branches/dynload/kernel/arch/mips32/include/types.h
/branches/dynload/kernel/arch/mips32/src/mips32.c
/branches/dynload/kernel/arch/mips32/src/mm/frame.c
/branches/dynload/kernel/arch/mips32/src/mm/tlb.c
/branches/dynload/kernel/arch/ppc32/Makefile.inc
/branches/dynload/kernel/arch/ppc32/include/mm/page.h
/branches/dynload/kernel/arch/ppc32/include/types.h
/branches/dynload/kernel/arch/ppc32/src/mm/frame.c
/branches/dynload/kernel/arch/ppc32/src/mm/tlb.c
/branches/dynload/kernel/arch/ppc32/src/ppc32.c
/branches/dynload/kernel/arch/sparc64/Makefile.inc
/branches/dynload/kernel/arch/sparc64/include/atomic.h
/branches/dynload/kernel/arch/sparc64/include/context.h
/branches/dynload/kernel/arch/sparc64/include/mm/tlb.h
/branches/dynload/kernel/arch/sparc64/include/mm/tsb.h
/branches/dynload/kernel/arch/sparc64/include/types.h
/branches/dynload/kernel/arch/sparc64/src/asm.S
/branches/dynload/kernel/arch/sparc64/src/drivers/fhc.c
/branches/dynload/kernel/arch/sparc64/src/drivers/pci.c
/branches/dynload/kernel/arch/sparc64/src/drivers/scr.c
/branches/dynload/kernel/arch/sparc64/src/mm/as.c
/branches/dynload/kernel/arch/sparc64/src/mm/tlb.c
/branches/dynload/kernel/arch/sparc64/src/mm/tsb.c
/branches/dynload/kernel/arch/sparc64/src/smp/smp.c
/branches/dynload/kernel/doc/mm
/branches/dynload/kernel/genarch/Makefile.inc
/branches/dynload/kernel/genarch/include/drivers/via-cuda/cuda.h
/branches/dynload/kernel/genarch/include/fb/visuals.h
/branches/dynload/kernel/genarch/src/acpi/acpi.c
/branches/dynload/kernel/genarch/src/acpi/madt.c
/branches/dynload/kernel/genarch/src/drivers/via-cuda/cuda.c
/branches/dynload/kernel/genarch/src/fb/fb.c
/branches/dynload/kernel/genarch/src/kbrd/kbrd.c
/branches/dynload/kernel/genarch/src/mm/asid.c
/branches/dynload/kernel/genarch/src/mm/page_ht.c
/branches/dynload/kernel/genarch/src/ofw/ebus.c
/branches/dynload/kernel/genarch/src/ofw/fhc.c
/branches/dynload/kernel/genarch/src/ofw/ofw_tree.c
/branches/dynload/kernel/genarch/src/ofw/pci.c
/branches/dynload/kernel/genarch/src/ofw/sbus.c
/branches/dynload/kernel/generic/include/adt/bitmap.h
/branches/dynload/kernel/generic/include/adt/btree.h
/branches/dynload/kernel/generic/include/adt/fifo.h
/branches/dynload/kernel/generic/include/adt/hash_table.h
/branches/dynload/kernel/generic/include/arch.h
/branches/dynload/kernel/generic/include/byteorder.h
/branches/dynload/kernel/generic/include/config.h
/branches/dynload/kernel/generic/include/console/chardev.h
/branches/dynload/kernel/generic/include/console/console.h
/branches/dynload/kernel/generic/include/console/kconsole.h
/branches/dynload/kernel/generic/include/context.h
/branches/dynload/kernel/generic/include/cpu.h
/branches/dynload/kernel/generic/include/ddi/irq.h
/branches/dynload/kernel/generic/include/ipc/event.h
/branches/dynload/kernel/generic/include/ipc/event_types.h
/branches/dynload/kernel/generic/include/ipc/ipc.h
/branches/dynload/kernel/generic/include/ipc/ipcrsc.h
/branches/dynload/kernel/generic/include/macros.h
/branches/dynload/kernel/generic/include/mm/as.h
/branches/dynload/kernel/generic/include/mm/frame.h
/branches/dynload/kernel/generic/include/mm/slab.h
/branches/dynload/kernel/generic/include/mm/tlb.h
/branches/dynload/kernel/generic/include/proc/scheduler.h
/branches/dynload/kernel/generic/include/sort.h
/branches/dynload/kernel/generic/include/string.h
/branches/dynload/kernel/generic/include/symtab.h
/branches/dynload/kernel/generic/include/synch/futex.h
/branches/dynload/kernel/generic/include/synch/rwlock.h
/branches/dynload/kernel/generic/include/synch/spinlock.h
/branches/dynload/kernel/generic/src/adt/bitmap.c
/branches/dynload/kernel/generic/src/adt/btree.c
/branches/dynload/kernel/generic/src/adt/hash_table.c
/branches/dynload/kernel/generic/src/console/cmd.c
/branches/dynload/kernel/generic/src/console/console.c
/branches/dynload/kernel/generic/src/console/kconsole.c
/branches/dynload/kernel/generic/src/ddi/ddi.c
/branches/dynload/kernel/generic/src/ddi/irq.c
/branches/dynload/kernel/generic/src/debug/symtab.c
/branches/dynload/kernel/generic/src/ipc/event.c
/branches/dynload/kernel/generic/src/ipc/ipc.c
/branches/dynload/kernel/generic/src/ipc/ipcrsc.c
/branches/dynload/kernel/generic/src/ipc/kbox.c
/branches/dynload/kernel/generic/src/ipc/sysipc.c
/branches/dynload/kernel/generic/src/lib/sort.c
/branches/dynload/kernel/generic/src/lib/string.c
/branches/dynload/kernel/generic/src/main/kinit.c
/branches/dynload/kernel/generic/src/main/main.c
/branches/dynload/kernel/generic/src/main/uinit.c
/branches/dynload/kernel/generic/src/mm/as.c
/branches/dynload/kernel/generic/src/mm/backend_anon.c
/branches/dynload/kernel/generic/src/mm/backend_elf.c
/branches/dynload/kernel/generic/src/mm/frame.c
/branches/dynload/kernel/generic/src/mm/slab.c
/branches/dynload/kernel/generic/src/mm/tlb.c
/branches/dynload/kernel/generic/src/printf/printf_core.c
/branches/dynload/kernel/generic/src/printf/vprintf.c
/branches/dynload/kernel/generic/src/printf/vsnprintf.c
/branches/dynload/kernel/generic/src/proc/scheduler.c
/branches/dynload/kernel/generic/src/proc/task.c
/branches/dynload/kernel/generic/src/synch/futex.c
/branches/dynload/kernel/generic/src/synch/spinlock.c
/branches/dynload/kernel/generic/src/synch/waitq.c
/branches/dynload/kernel/generic/src/time/clock.c
/branches/dynload/kernel/test/avltree/avltree1.c
/branches/dynload/kernel/test/mm/falloc2.c
/branches/dynload/kernel/test/mm/purge1.c
/branches/dynload/kernel/test/synch/rwlock4.c
/branches/dynload/uspace/Makefile
/branches/dynload/uspace/app/bdsh/Makefile
/branches/dynload/uspace/app/bdsh/cmds/modules/cp/cp.c
/branches/dynload/uspace/app/bdsh/cmds/modules/kcon/kcon.c
/branches/dynload/uspace/app/bdsh/cmds/modules/ls/ls.c
/branches/dynload/uspace/app/bdsh/cmds/modules/ls/ls.h
/branches/dynload/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/branches/dynload/uspace/app/bdsh/cmds/modules/modules.h
/branches/dynload/uspace/app/bdsh/cmds/modules/pwd/pwd.c
/branches/dynload/uspace/app/bdsh/cmds/modules/rm/rm.c
/branches/dynload/uspace/app/bdsh/exec.c
/branches/dynload/uspace/app/bdsh/input.c
/branches/dynload/uspace/app/bdsh/util.c
/branches/dynload/uspace/app/dload/dload.c
/branches/dynload/uspace/app/init/Makefile
/branches/dynload/uspace/app/init/init.c
/branches/dynload/uspace/app/init/init.h
/branches/dynload/uspace/app/klog/Makefile
/branches/dynload/uspace/app/klog/klog.c
/branches/dynload/uspace/app/tester/Makefile
/branches/dynload/uspace/app/tester/console/console1.c
/branches/dynload/uspace/app/tester/fault/fault1.c
/branches/dynload/uspace/app/tester/fault/fault2.c
/branches/dynload/uspace/app/tester/ipc/connect.c
/branches/dynload/uspace/app/tester/ipc/ping_pong.c
/branches/dynload/uspace/app/tester/ipc/register.c
/branches/dynload/uspace/app/tester/loop/loop1.c
/branches/dynload/uspace/app/tester/print/print1.c
/branches/dynload/uspace/app/tester/print/print1.def
/branches/dynload/uspace/app/tester/print/print4.c
/branches/dynload/uspace/app/tester/stdio/stdio1.c
/branches/dynload/uspace/app/tester/stdio/stdio2.c
/branches/dynload/uspace/app/tester/tester.c
/branches/dynload/uspace/app/tester/tester.h
/branches/dynload/uspace/app/tester/thread/thread1.c
/branches/dynload/uspace/app/tester/vfs/vfs1.c
/branches/dynload/uspace/app/tetris/Makefile
/branches/dynload/uspace/app/tetris/input.c
/branches/dynload/uspace/app/tetris/input.h
/branches/dynload/uspace/app/tetris/scores.c
/branches/dynload/uspace/app/tetris/scores.h
/branches/dynload/uspace/app/tetris/screen.c
/branches/dynload/uspace/app/tetris/screen.h
/branches/dynload/uspace/app/tetris/shapes.c
/branches/dynload/uspace/app/tetris/tetris.c
/branches/dynload/uspace/app/tetris/tetris.h
/branches/dynload/uspace/app/trace/ipcp.c
/branches/dynload/uspace/app/trace/proto.c
/branches/dynload/uspace/app/trace/proto.h
/branches/dynload/uspace/app/trace/trace.c
/branches/dynload/uspace/lib/libblock/libblock.c
/branches/dynload/uspace/lib/libblock/libblock.h
/branches/dynload/uspace/lib/libc/Makefile
/branches/dynload/uspace/lib/libc/Makefile.toolchain
/branches/dynload/uspace/lib/libc/arch/amd64/Makefile.inc
/branches/dynload/uspace/lib/libc/arch/amd64/include/types.h
/branches/dynload/uspace/lib/libc/arch/arm32/Makefile.inc
/branches/dynload/uspace/lib/libc/arch/arm32/include/fibril.h
/branches/dynload/uspace/lib/libc/arch/arm32/include/tls.h
/branches/dynload/uspace/lib/libc/arch/arm32/include/types.h
/branches/dynload/uspace/lib/libc/arch/ia32/Makefile.inc
/branches/dynload/uspace/lib/libc/arch/ia32/include/types.h
/branches/dynload/uspace/lib/libc/arch/ia64/Makefile.inc
/branches/dynload/uspace/lib/libc/arch/ia64/include/types.h
/branches/dynload/uspace/lib/libc/arch/mips32/Makefile.inc
/branches/dynload/uspace/lib/libc/arch/mips32/include/types.h
/branches/dynload/uspace/lib/libc/arch/mips32eb/Makefile.inc
/branches/dynload/uspace/lib/libc/arch/ppc32/Makefile.inc
/branches/dynload/uspace/lib/libc/arch/ppc32/include/types.h
/branches/dynload/uspace/lib/libc/arch/sparc64/Makefile.inc
/branches/dynload/uspace/lib/libc/arch/sparc64/include/fibril.h
/branches/dynload/uspace/lib/libc/arch/sparc64/include/stack.h
/branches/dynload/uspace/lib/libc/arch/sparc64/include/types.h
/branches/dynload/uspace/lib/libc/generic/as.c
/branches/dynload/uspace/lib/libc/generic/async.c
/branches/dynload/uspace/lib/libc/generic/ddi.c
/branches/dynload/uspace/lib/libc/generic/fibril.c
/branches/dynload/uspace/lib/libc/generic/getopt.c
/branches/dynload/uspace/lib/libc/generic/io/asprintf.c
/branches/dynload/uspace/lib/libc/generic/io/io.c
/branches/dynload/uspace/lib/libc/generic/io/printf.c
/branches/dynload/uspace/lib/libc/generic/io/printf_core.c
/branches/dynload/uspace/lib/libc/generic/io/snprintf.c
/branches/dynload/uspace/lib/libc/generic/io/vprintf.c
/branches/dynload/uspace/lib/libc/generic/io/vsnprintf.c
/branches/dynload/uspace/lib/libc/generic/ipc.c
/branches/dynload/uspace/lib/libc/generic/libc.c
/branches/dynload/uspace/lib/libc/generic/loader.c
/branches/dynload/uspace/lib/libc/generic/mem.c
/branches/dynload/uspace/lib/libc/generic/mman.c
/branches/dynload/uspace/lib/libc/generic/string.c
/branches/dynload/uspace/lib/libc/generic/task.c
/branches/dynload/uspace/lib/libc/generic/vfs/vfs.c
/branches/dynload/uspace/lib/libc/include/async.h
/branches/dynload/uspace/lib/libc/include/bitops.h
/branches/dynload/uspace/lib/libc/include/byteorder.h
/branches/dynload/uspace/lib/libc/include/dirent.h
/branches/dynload/uspace/lib/libc/include/errno.h
/branches/dynload/uspace/lib/libc/include/fcntl.h
/branches/dynload/uspace/lib/libc/include/fibril.h
/branches/dynload/uspace/lib/libc/include/getopt.h
/branches/dynload/uspace/lib/libc/include/io/printf_core.h
/branches/dynload/uspace/lib/libc/include/ipc/console.h
/branches/dynload/uspace/lib/libc/include/ipc/devmap.h
/branches/dynload/uspace/lib/libc/include/ipc/fb.h
/branches/dynload/uspace/lib/libc/include/ipc/ipc.h
/branches/dynload/uspace/lib/libc/include/ipc/loader.h
/branches/dynload/uspace/lib/libc/include/ipc/ns.h
/branches/dynload/uspace/lib/libc/include/loader/loader.h
/branches/dynload/uspace/lib/libc/include/loader/pcb.h
/branches/dynload/uspace/lib/libc/include/macros.h
/branches/dynload/uspace/lib/libc/include/malloc.h
/branches/dynload/uspace/lib/libc/include/mem.h
/branches/dynload/uspace/lib/libc/include/stdio.h
/branches/dynload/uspace/lib/libc/include/stdlib.h
/branches/dynload/uspace/lib/libc/include/string.h
/branches/dynload/uspace/lib/libc/include/sys/stat.h
/branches/dynload/uspace/lib/libc/include/task.h
/branches/dynload/uspace/lib/libc/include/unistd.h
/branches/dynload/uspace/lib/libc/include/vfs/vfs.h
/branches/dynload/uspace/lib/libc/rtld/include/module.h
/branches/dynload/uspace/lib/libc/rtld/include/rtld.h
/branches/dynload/uspace/lib/libc/rtld/module.c
/branches/dynload/uspace/lib/libfs/libfs.c
/branches/dynload/uspace/lib/libfs/libfs.h
/branches/dynload/uspace/lib/softfloat/Makefile
/branches/dynload/uspace/lib/softfloat/include/sftypes.h
/branches/dynload/uspace/srv/cir/obio
/branches/dynload/uspace/srv/console/Makefile
/branches/dynload/uspace/srv/console/console.c
/branches/dynload/uspace/srv/console/console.h
/branches/dynload/uspace/srv/console/gcons.c
/branches/dynload/uspace/srv/console/gcons.h
/branches/dynload/uspace/srv/console/screenbuffer.c
/branches/dynload/uspace/srv/console/screenbuffer.h
/branches/dynload/uspace/srv/devmap/Makefile
/branches/dynload/uspace/srv/devmap/devmap.c
/branches/dynload/uspace/srv/fb/Makefile
/branches/dynload/uspace/srv/fb/ega.c
/branches/dynload/uspace/srv/fb/ega.h
/branches/dynload/uspace/srv/fb/fb.c
/branches/dynload/uspace/srv/fb/ppm.c
/branches/dynload/uspace/srv/fb/serial_console.c
/branches/dynload/uspace/srv/fb/serial_console.h
/branches/dynload/uspace/srv/fs/fat/Makefile
/branches/dynload/uspace/srv/fs/fat/fat.c
/branches/dynload/uspace/srv/fs/fat/fat.h
/branches/dynload/uspace/srv/fs/fat/fat_fat.c
/branches/dynload/uspace/srv/fs/fat/fat_idx.c
/branches/dynload/uspace/srv/fs/fat/fat_ops.c
/branches/dynload/uspace/srv/fs/tmpfs/Makefile
/branches/dynload/uspace/srv/fs/tmpfs/tmpfs.c
/branches/dynload/uspace/srv/fs/tmpfs/tmpfs.h
/branches/dynload/uspace/srv/fs/tmpfs/tmpfs_dump.c
/branches/dynload/uspace/srv/fs/tmpfs/tmpfs_ops.c
/branches/dynload/uspace/srv/kbd/Makefile
/branches/dynload/uspace/srv/kbd/ctl/gxe_fb.c
/branches/dynload/uspace/srv/kbd/ctl/pc.c
/branches/dynload/uspace/srv/kbd/ctl/stty.c
/branches/dynload/uspace/srv/kbd/ctl/sun.c
/branches/dynload/uspace/srv/kbd/genarch/gsp.c
/branches/dynload/uspace/srv/kbd/genarch/stroke.c
/branches/dynload/uspace/srv/kbd/generic/kbd.c
/branches/dynload/uspace/srv/kbd/include/gsp.h
/branches/dynload/uspace/srv/kbd/include/kbd.h
/branches/dynload/uspace/srv/kbd/include/layout.h
/branches/dynload/uspace/srv/kbd/layout/cz.c
/branches/dynload/uspace/srv/kbd/layout/us_dvorak.c
/branches/dynload/uspace/srv/kbd/layout/us_qwerty.c
/branches/dynload/uspace/srv/kbd/port/i8042.c
/branches/dynload/uspace/srv/loader/arch/ia32/ia32.s
/branches/dynload/uspace/srv/loader/elf_load.c
/branches/dynload/uspace/srv/loader/main.c
/branches/dynload/uspace/srv/ns/Makefile
/branches/dynload/uspace/srv/ns/ns.c
/branches/dynload/uspace/srv/pci/libpci/generic.c
/branches/dynload/uspace/srv/pci/libpci/i386-ports.c
/branches/dynload/uspace/srv/pci/libpci/names.c
/branches/dynload/uspace/srv/pci/libpci/pci_ids.h
/branches/dynload/uspace/srv/pci/update-ids
/branches/dynload/uspace/srv/vfs/Makefile
/branches/dynload/uspace/srv/vfs/vfs.c
/branches/dynload/uspace/srv/vfs/vfs.h
/branches/dynload/uspace/srv/vfs/vfs_file.c
/branches/dynload/uspace/srv/vfs/vfs_lookup.c
/branches/dynload/uspace/srv/vfs/vfs_node.c
/branches/dynload/uspace/srv/vfs/vfs_ops.c
/branches/dynload/uspace/srv/vfs/vfs_register.c
/branches/dynload/version

Show All