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
4720 5318 d 19 h mejdrech /branches/network/uspace/ Net: * INET addressing in packets, * ICMP timeout fibril, + ICMP configuration, * ICMP error message type swap, * ICMP generic message processing extracted for all connections, * Makefiles source files sorted, * ICMP timeout in miliseconds, * ICMP and IP deadlock fixes, * net loopback NIL configuration fix, * net configuration and initialization extracted, * IP delivery via loopback, - IP no automatic resend on ARP ENOENT  
/branches/network/uspace/srv/net/app/print_error.c
/branches/network/uspace/srv/net/app/print_error.h
/branches/network/uspace/doc/doxygroups.h
/branches/network/uspace/srv/net/app/echo/Makefile
/branches/network/uspace/srv/net/app/echo/echo.c
/branches/network/uspace/srv/net/app/ping/Makefile
/branches/network/uspace/srv/net/app/ping/ping.c
/branches/network/uspace/srv/net/il/ip/Makefile
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/include/icmp_api.h
/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_common.h
/branches/network/uspace/srv/net/include/icmp_interface.h
/branches/network/uspace/srv/net/include/ip_interface.h
/branches/network/uspace/srv/net/include/socket.h
/branches/network/uspace/srv/net/net/net.c
/branches/network/uspace/srv/net/net/net.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/Makefile
/branches/network/uspace/srv/net/nil/nildummy/Makefile
/branches/network/uspace/srv/net/tl/icmp/Makefile
/branches/network/uspace/srv/net/tl/icmp/icmp.c
/branches/network/uspace/srv/net/tl/icmp/icmp.h
/branches/network/uspace/srv/net/tl/icmp/icmp_api.c
/branches/network/uspace/srv/net/tl/icmp/icmp_common.c
/branches/network/uspace/srv/net/tl/icmp/icmp_messages.h
/branches/network/uspace/srv/net/tl/udp/Makefile
/branches/network/uspace/srv/net/tl/udp/udp.c
4704 5341 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
4699 5344 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
4153 5518 d 20 h mejdrech /branches/network/ Networking: merged with trunk changes  
/branches/network/boot/arch/ia64/loader/gefi/HelenOS/division.c
/branches/network/boot/arch/ia64/loader/gefi/HelenOS/division.h
/branches/network/boot/arch/ia64/loader/gefi/HelenOS/mkimage.c
/branches/network/boot/arch/mips32/loader/_link.ld.in
/branches/network/boot/arch/sparc64/silo/silo.patched.tar.gz
/branches/network/boot/generic/macros.h
/branches/network/contrib/conf/arm32-gx.sh
/branches/network/contrib/conf/mips32-gx.sh
/branches/network/contrib/util
/branches/network/defaults
/branches/network/kernel/arch/amd64/src/boot/vesa_prot.inc
/branches/network/kernel/arch/amd64/src/boot/vesa_real.inc
/branches/network/kernel/arch/amd64/src/boot/vesa_ret.inc
/branches/network/kernel/arch/ia32/include/syscall.h
/branches/network/kernel/arch/ia32/src/boot/vesa_prot.inc
/branches/network/kernel/arch/ia32/src/boot/vesa_real.inc
/branches/network/kernel/arch/ia32/src/boot/vesa_ret.inc
/branches/network/kernel/arch/ia32/src/syscall.c
/branches/network/kernel/arch/ia64/include/drivers/kbd.h
/branches/network/kernel/arch/ia64/src/smp
/branches/network/kernel/arch/mips32/include/smp/dorder.h
/branches/network/kernel/arch/mips32/src/smp/dorder.c
/branches/network/kernel/arch/mips32/src/smp/smp.c
/branches/network/kernel/arch/ppc32/include/regutils.h
/branches/network/kernel/arch/sparc64/include/cpu_family.h
/branches/network/kernel/arch/sparc64/include/cpu_node.h
/branches/network/kernel/arch/sparc64/include/drivers/sgcn.h
/branches/network/kernel/arch/sparc64/src/drivers/sgcn.c
/branches/network/kernel/genarch/include/drivers
/branches/network/kernel/genarch/include/fb/logo-196x66.h
/branches/network/kernel/genarch/include/kbrd
/branches/network/kernel/genarch/include/multiboot
/branches/network/kernel/genarch/include/srln
/branches/network/kernel/genarch/src/drivers
/branches/network/kernel/genarch/src/fb/logo-196x66.c
/branches/network/kernel/genarch/src/kbrd
/branches/network/kernel/genarch/src/multiboot
/branches/network/kernel/genarch/src/srln
/branches/network/kernel/generic/include/ipc/kbox.h
/branches/network/kernel/generic/include/string.h
/branches/network/kernel/generic/include/udebug
/branches/network/kernel/generic/src/ipc/kbox.c
/branches/network/kernel/generic/src/lib/string.c
/branches/network/kernel/generic/src/udebug
/branches/network/kernel/test/debug/mips1_skip.c
/branches/network/kernel/test/fpu/fpu1_ia64.c
/branches/network/kernel/test/fpu/fpu1_skip.c
/branches/network/kernel/test/fpu/fpu1_x86.c
/branches/network/kernel/test/fpu/mips2_skip.c
/branches/network/kernel/test/fpu/sse1_skip.c
/branches/network/kernel/test/mm/purge1_skip.c
/branches/network/tools/xtui.py
/branches/network/uspace/app/bdsh/cmds/builtins/exit
/branches/network/uspace/app/bdsh/cmds/modules/cp
/branches/network/uspace/app/bdsh/cmds/modules/sleep
/branches/network/uspace/app/tester/console
/branches/network/uspace/app/tester/loop
/branches/network/uspace/app/tester/stdio
/branches/network/uspace/app/trace
/branches/network/uspace/dist/app
/branches/network/uspace/dist/cfg
/branches/network/uspace/dist/readme
/branches/network/uspace/dist/srv
/branches/network/uspace/lib/libblock
/branches/network/uspace/lib/libc/arch/arm32/include/ddi.h
/branches/network/uspace/lib/libc/arch/ia64/include/ddi.h
/branches/network/uspace/lib/libc/arch/ia64/src/ddi.c
/branches/network/uspace/lib/libc/arch/mips32/include/ddi.h
/branches/network/uspace/lib/libc/arch/mips32eb/include/ddi.h
/branches/network/uspace/lib/libc/arch/ppc32/include/ddi.h
/branches/network/uspace/lib/libc/arch/sparc64/include/ddi.h
/branches/network/uspace/lib/libc/generic/console.c
/branches/network/uspace/lib/libc/generic/io/fprintf.c
/branches/network/uspace/lib/libc/generic/io/stdio.c
/branches/network/uspace/lib/libc/generic/kbd.c
/branches/network/uspace/lib/libc/generic/loader.c
/branches/network/uspace/lib/libc/generic/mem.c
/branches/network/uspace/lib/libc/generic/udebug.c
/branches/network/uspace/lib/libc/include/console
/branches/network/uspace/lib/libc/include/console.h
/branches/network/uspace/lib/libc/include/ipc/bus.h
/branches/network/uspace/lib/libc/include/ipc/console.h
/branches/network/uspace/lib/libc/include/kbd
/branches/network/uspace/lib/libc/include/loader/loader.h
/branches/network/uspace/lib/libc/include/macros.h
/branches/network/uspace/lib/libc/include/mem.h
/branches/network/uspace/lib/libc/include/udebug.h
/branches/network/uspace/srv/fb/serial_console.c
/branches/network/uspace/srv/fb/serial_console.h
/branches/network/uspace/srv/fb/sgcn.c
/branches/network/uspace/srv/fb/sgcn.h
/branches/network/uspace/srv/fb/ski.c
/branches/network/uspace/srv/fb/ski.h
/branches/network/uspace/srv/fhc
/branches/network/uspace/srv/fs/fat/fat_dentry.c
/branches/network/uspace/srv/fs/fat/fat_dentry.h
/branches/network/uspace/srv/fs/fat/fat_fat.c
/branches/network/uspace/srv/fs/fat/fat_fat.h
/branches/network/uspace/srv/kbd/ctl
/branches/network/uspace/srv/kbd/include/gsp.h
/branches/network/uspace/srv/kbd/include/kbd_ctl.h
/branches/network/uspace/srv/kbd/include/kbd_port.h
/branches/network/uspace/srv/kbd/include/layout.h
/branches/network/uspace/srv/kbd/include/stroke.h
/branches/network/uspace/srv/kbd/layout
/branches/network/uspace/srv/kbd/port
/branches/network/uspace/srv/loader/arch/mips32eb
/branches/network/uspace/srv/obio
/branches/network/boot/arch/ia32xen
/branches/network/boot/arch/mips32/loader/_link.ld.in.binary
/branches/network/boot/arch/mips32/loader/_link.ld.in.ecoff
/branches/network/boot/arch/ppc32/loader/debug.inc
/branches/network/boot/arch/ppc64
/branches/network/boot/boot.config
/branches/network/boot/tools/ia64
/branches/network/boot/tools/ppc32
/branches/network/contrib/conf/gxemul.sh
/branches/network/kernel/arch/amd64/include/drivers
/branches/network/kernel/arch/arm32/include/boot.h
/branches/network/kernel/arch/arm32/include/debug
/branches/network/kernel/arch/arm32/include/machine.h
/branches/network/kernel/arch/arm32/src/debug
/branches/network/kernel/arch/ia32/include/drivers/ega.h
/branches/network/kernel/arch/ia32/include/drivers/i8042.h
/branches/network/kernel/arch/ia32/src/drivers/ega.c
/branches/network/kernel/arch/ia32xen
/branches/network/kernel/arch/ia64/include/drivers/ega.h
/branches/network/kernel/arch/ia64/include/drivers/i8042.h
/branches/network/kernel/arch/ia64/src/drivers/ega.c
/branches/network/kernel/arch/ia64/src/putchar.c
/branches/network/kernel/arch/mips32/include/boot.h
/branches/network/kernel/arch/mips32/include/drivers/serial.h
/branches/network/kernel/arch/mips32/include/smp/order.h
/branches/network/kernel/arch/mips32/src/drivers
/branches/network/kernel/arch/mips32/src/dummy.S
/branches/network/kernel/arch/mips32/src/smp/order.c
/branches/network/kernel/arch/ppc64
/branches/network/kernel/arch/sparc64/include/drivers/ns16550.h
/branches/network/kernel/arch/sparc64/include/drivers/z8530.h
/branches/network/kernel/genarch/include/kbd
/branches/network/kernel/genarch/src/fb/helenos.xbm
/branches/network/kernel/genarch/src/kbd
/branches/network/kernel/kernel.config
/branches/network/kernel/test/fpu/fpu1.c
/branches/network/kernel/tools/ppc64
/branches/network/tools/mkfat.sh
/branches/network/uspace/dist/etc
/branches/network/uspace/lib/libc/arch/ppc64
/branches/network/uspace/lib/softfloat/arch/ppc64
/branches/network/uspace/srv/kbd/arch
/branches/network/uspace/srv/kbd/include/keys.h
/branches/network/uspace/uspace.config
/branches/network/HelenOS.config
/branches/network/Makefile
/branches/network/boot/Makefile
/branches/network/boot/arch/amd64/Makefile.inc
/branches/network/boot/arch/arm32/Makefile.inc
/branches/network/boot/arch/arm32/loader/Makefile
/branches/network/boot/arch/arm32/loader/asm.h
/branches/network/boot/arch/arm32/loader/boot.S
/branches/network/boot/arch/arm32/loader/main.c
/branches/network/boot/arch/arm32/loader/main.h
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/boot/arch/ia64/Makefile.inc
/branches/network/boot/arch/ia64/loader/Makefile
/branches/network/boot/arch/ia64/loader/_link.ld.in
/branches/network/boot/arch/ia64/loader/asm.S
/branches/network/boot/arch/ia64/loader/boot.S
/branches/network/boot/arch/ia64/loader/gefi/HelenOS/Makefile
/branches/network/boot/arch/ia64/loader/gefi/HelenOS/hello.c
/branches/network/boot/arch/ia64/loader/gefi/Make.defaults
/branches/network/boot/arch/ia64/loader/gefi/Makefile
/branches/network/boot/arch/ia64/loader/gefi/apps/Makefile
/branches/network/boot/arch/ia64/loader/main.c
/branches/network/boot/arch/ia64/loader/main.h
/branches/network/boot/arch/mips32/Makefile.inc
/branches/network/boot/arch/mips32/loader/Makefile
/branches/network/boot/arch/mips32/loader/asm.h
/branches/network/boot/arch/mips32/loader/boot.S
/branches/network/boot/arch/mips32/loader/main.c
/branches/network/boot/arch/mips32/loader/main.h
/branches/network/boot/arch/ppc32/Makefile.inc
/branches/network/boot/arch/ppc32/loader/Makefile
/branches/network/boot/arch/ppc32/loader/_link.ld.in
/branches/network/boot/arch/ppc32/loader/asm.S
/branches/network/boot/arch/ppc32/loader/main.c
/branches/network/boot/arch/ppc32/loader/main.h
/branches/network/boot/arch/ppc32/loader/ofwarch.c
/branches/network/boot/arch/ppc32/loader/regname.h
/branches/network/boot/arch/sparc64/Makefile.inc
/branches/network/boot/arch/sparc64/loader/Makefile
/branches/network/boot/arch/sparc64/loader/asm.S
/branches/network/boot/arch/sparc64/loader/boot.S
/branches/network/boot/arch/sparc64/loader/main.c
/branches/network/boot/arch/sparc64/loader/main.h
/branches/network/boot/arch/sparc64/loader/ofwarch.c
/branches/network/boot/arch/sparc64/loader/register.h
/branches/network/boot/arch/sparc64/silo/silo.conf
/branches/network/boot/genarch/balloc.h
/branches/network/boot/genarch/ofw.c
/branches/network/boot/genarch/ofw.h
/branches/network/boot/genarch/ofw_tree.c
/branches/network/boot/generic/align.h
/branches/network/boot/generic/printf.c
/branches/network/boot/generic/string.c
/branches/network/boot/generic/string.h
/branches/network/boot/tools/ia32/gen_vga323.c
/branches/network/contrib/conf/msim.conf
/branches/network/contrib/toolchain/toolchain.amd64.sh
/branches/network/contrib/toolchain/toolchain.arm32.sh
/branches/network/contrib/toolchain/toolchain.ia32.sh
/branches/network/contrib/toolchain/toolchain.ia64.sh
/branches/network/contrib/toolchain/toolchain.mipseb32.sh
/branches/network/contrib/toolchain/toolchain.mipsel32.sh
/branches/network/contrib/toolchain/toolchain.ppc32.sh
/branches/network/contrib/toolchain/toolchain.ppc64.sh
/branches/network/contrib/toolchain/toolchain.sparc64.sh
/branches/network/kernel/Makefile
/branches/network/kernel/arch/amd64/Makefile.inc
/branches/network/kernel/arch/amd64/include/arch.h
/branches/network/kernel/arch/amd64/include/asm.h
/branches/network/kernel/arch/amd64/include/atomic.h
/branches/network/kernel/arch/amd64/include/boot/boot.h
/branches/network/kernel/arch/amd64/include/cpu.h
/branches/network/kernel/arch/amd64/include/interrupt.h
/branches/network/kernel/arch/amd64/include/mm/frame.h
/branches/network/kernel/arch/amd64/include/mm/tlb.h
/branches/network/kernel/arch/amd64/include/pm.h
/branches/network/kernel/arch/amd64/include/syscall.h
/branches/network/kernel/arch/amd64/include/types.h
/branches/network/kernel/arch/amd64/src/amd64.c
/branches/network/kernel/arch/amd64/src/asm_utils.S
/branches/network/kernel/arch/amd64/src/boot/boot.S
/branches/network/kernel/arch/amd64/src/boot/memmap.c
/branches/network/kernel/arch/amd64/src/cpu/cpu.c
/branches/network/kernel/arch/amd64/src/ddi/ddi.c
/branches/network/kernel/arch/amd64/src/debugger.c
/branches/network/kernel/arch/amd64/src/fpu_context.c
/branches/network/kernel/arch/amd64/src/interrupt.c
/branches/network/kernel/arch/amd64/src/mm/page.c
/branches/network/kernel/arch/amd64/src/pm.c
/branches/network/kernel/arch/amd64/src/proc/scheduler.c
/branches/network/kernel/arch/amd64/src/userspace.c
/branches/network/kernel/arch/arm32/Makefile.inc
/branches/network/kernel/arch/arm32/_link.ld.in
/branches/network/kernel/arch/arm32/include/arch.h
/branches/network/kernel/arch/arm32/include/asm.h
/branches/network/kernel/arch/arm32/include/asm/boot.h
/branches/network/kernel/arch/arm32/include/atomic.h
/branches/network/kernel/arch/arm32/include/barrier.h
/branches/network/kernel/arch/arm32/include/console.h
/branches/network/kernel/arch/arm32/include/drivers/gxemul.h
/branches/network/kernel/arch/arm32/include/interrupt.h
/branches/network/kernel/arch/arm32/include/mm/frame.h
/branches/network/kernel/arch/arm32/include/mm/page.h
/branches/network/kernel/arch/arm32/include/mm/tlb.h
/branches/network/kernel/arch/arm32/include/regutils.h
/branches/network/kernel/arch/arm32/include/types.h
/branches/network/kernel/arch/arm32/src/arm32.c
/branches/network/kernel/arch/arm32/src/console.c
/branches/network/kernel/arch/arm32/src/cpu/cpu.c
/branches/network/kernel/arch/arm32/src/drivers/gxemul.c
/branches/network/kernel/arch/arm32/src/exception.c
/branches/network/kernel/arch/arm32/src/interrupt.c
/branches/network/kernel/arch/arm32/src/mm/frame.c
/branches/network/kernel/arch/arm32/src/mm/page.c
/branches/network/kernel/arch/arm32/src/mm/page_fault.c
/branches/network/kernel/arch/arm32/src/mm/tlb.c
/branches/network/kernel/arch/arm32/src/panic.S
/branches/network/kernel/arch/arm32/src/start.S
/branches/network/kernel/arch/arm32/src/userspace.c
/branches/network/kernel/arch/ia32/Makefile.inc
/branches/network/kernel/arch/ia32/_link.ld.in
/branches/network/kernel/arch/ia32/include/arch.h
/branches/network/kernel/arch/ia32/include/asm.h
/branches/network/kernel/arch/ia32/include/atomic.h
/branches/network/kernel/arch/ia32/include/barrier.h
/branches/network/kernel/arch/ia32/include/boot/boot.h
/branches/network/kernel/arch/ia32/include/boot/memmap.h
/branches/network/kernel/arch/ia32/include/cpu.h
/branches/network/kernel/arch/ia32/include/cpuid.h
/branches/network/kernel/arch/ia32/include/drivers/i8254.h
/branches/network/kernel/arch/ia32/include/drivers/i8259.h
/branches/network/kernel/arch/ia32/include/drivers/vesa.h
/branches/network/kernel/arch/ia32/include/fpu_context.h
/branches/network/kernel/arch/ia32/include/interrupt.h
/branches/network/kernel/arch/ia32/include/mm/as.h
/branches/network/kernel/arch/ia32/include/mm/frame.h
/branches/network/kernel/arch/ia32/include/mm/tlb.h
/branches/network/kernel/arch/ia32/include/pm.h
/branches/network/kernel/arch/ia32/include/types.h
/branches/network/kernel/arch/ia32/src/asm.S
/branches/network/kernel/arch/ia32/src/boot/boot.S
/branches/network/kernel/arch/ia32/src/boot/vga323.pal
/branches/network/kernel/arch/ia32/src/cpu/cpu.c
/branches/network/kernel/arch/ia32/src/ddi/ddi.c
/branches/network/kernel/arch/ia32/src/drivers/i8254.c
/branches/network/kernel/arch/ia32/src/drivers/i8259.c
/branches/network/kernel/arch/ia32/src/drivers/vesa.c
/branches/network/kernel/arch/ia32/src/fpu_context.c
/branches/network/kernel/arch/ia32/src/ia32.c
/branches/network/kernel/arch/ia32/src/interrupt.c
/branches/network/kernel/arch/ia32/src/mm/frame.c
/branches/network/kernel/arch/ia32/src/mm/page.c
/branches/network/kernel/arch/ia32/src/mm/tlb.c
/branches/network/kernel/arch/ia32/src/pm.c
/branches/network/kernel/arch/ia32/src/proc/scheduler.c
/branches/network/kernel/arch/ia32/src/smp/apic.c
/branches/network/kernel/arch/ia32/src/smp/smp.c
/branches/network/kernel/arch/ia32/src/userspace.c
/branches/network/kernel/arch/ia64/Makefile.inc
/branches/network/kernel/arch/ia64/include/arch.h
/branches/network/kernel/arch/ia64/include/asm.h
/branches/network/kernel/arch/ia64/include/atomic.h
/branches/network/kernel/arch/ia64/include/bootinfo.h
/branches/network/kernel/arch/ia64/include/cpu.h
/branches/network/kernel/arch/ia64/include/debug.h
/branches/network/kernel/arch/ia64/include/drivers/it.h
/branches/network/kernel/arch/ia64/include/fpu_context.h
/branches/network/kernel/arch/ia64/include/interrupt.h
/branches/network/kernel/arch/ia64/include/mm/frame.h
/branches/network/kernel/arch/ia64/include/mm/page.h
/branches/network/kernel/arch/ia64/include/mm/tlb.h
/branches/network/kernel/arch/ia64/include/mm/vhpt.h
/branches/network/kernel/arch/ia64/include/proc/task.h
/branches/network/kernel/arch/ia64/include/register.h
/branches/network/kernel/arch/ia64/include/ski/ski.h
/branches/network/kernel/arch/ia64/include/types.h
/branches/network/kernel/arch/ia64/src/asm.S
/branches/network/kernel/arch/ia64/src/cpu/cpu.c
/branches/network/kernel/arch/ia64/src/ddi/ddi.c
/branches/network/kernel/arch/ia64/src/drivers/it.c
/branches/network/kernel/arch/ia64/src/fpu_context.c
/branches/network/kernel/arch/ia64/src/ia64.c
/branches/network/kernel/arch/ia64/src/interrupt.c
/branches/network/kernel/arch/ia64/src/mm/as.c
/branches/network/kernel/arch/ia64/src/mm/frame.c
/branches/network/kernel/arch/ia64/src/mm/page.c
/branches/network/kernel/arch/ia64/src/mm/tlb.c
/branches/network/kernel/arch/ia64/src/mm/vhpt.c
/branches/network/kernel/arch/ia64/src/proc/scheduler.c
/branches/network/kernel/arch/ia64/src/ski/ski.c
/branches/network/kernel/arch/ia64/src/start.S
/branches/network/kernel/arch/mips32/Makefile.inc
/branches/network/kernel/arch/mips32/_link.ld.in
/branches/network/kernel/arch/mips32/include/arch.h
/branches/network/kernel/arch/mips32/include/asm.h
/branches/network/kernel/arch/mips32/include/asm/boot.h
/branches/network/kernel/arch/mips32/include/atomic.h
/branches/network/kernel/arch/mips32/include/console.h
/branches/network/kernel/arch/mips32/include/context_offset.h
/branches/network/kernel/arch/mips32/include/cpu.h
/branches/network/kernel/arch/mips32/include/drivers/msim.h
/branches/network/kernel/arch/mips32/include/exception.h
/branches/network/kernel/arch/mips32/include/interrupt.h
/branches/network/kernel/arch/mips32/include/mm/asid.h
/branches/network/kernel/arch/mips32/include/mm/frame.h
/branches/network/kernel/arch/mips32/include/mm/tlb.h
/branches/network/kernel/arch/mips32/include/types.h
/branches/network/kernel/arch/mips32/src/asm.S
/branches/network/kernel/arch/mips32/src/cache.c
/branches/network/kernel/arch/mips32/src/console.c
/branches/network/kernel/arch/mips32/src/cpu/cpu.c
/branches/network/kernel/arch/mips32/src/debugger.c
/branches/network/kernel/arch/mips32/src/exception.c
/branches/network/kernel/arch/mips32/src/fpu_context.c
/branches/network/kernel/arch/mips32/src/interrupt.c
/branches/network/kernel/arch/mips32/src/mips32.c
/branches/network/kernel/arch/mips32/src/mm/frame.c
/branches/network/kernel/arch/mips32/src/mm/page.c
/branches/network/kernel/arch/mips32/src/mm/tlb.c
/branches/network/kernel/arch/mips32/src/start.S
/branches/network/kernel/arch/ppc32/Makefile.inc
/branches/network/kernel/arch/ppc32/_link.ld.in
/branches/network/kernel/arch/ppc32/include/arch.h
/branches/network/kernel/arch/ppc32/include/asm.h
/branches/network/kernel/arch/ppc32/include/asm/regname.h
/branches/network/kernel/arch/ppc32/include/barrier.h
/branches/network/kernel/arch/ppc32/include/boot/boot.h
/branches/network/kernel/arch/ppc32/include/drivers/cuda.h
/branches/network/kernel/arch/ppc32/include/exception.h
/branches/network/kernel/arch/ppc32/include/mm/frame.h
/branches/network/kernel/arch/ppc32/include/mm/page.h
/branches/network/kernel/arch/ppc32/include/mm/tlb.h
/branches/network/kernel/arch/ppc32/include/types.h
/branches/network/kernel/arch/ppc32/src/asm.S
/branches/network/kernel/arch/ppc32/src/boot/boot.S
/branches/network/kernel/arch/ppc32/src/drivers/cuda.c
/branches/network/kernel/arch/ppc32/src/drivers/pic.c
/branches/network/kernel/arch/ppc32/src/exception.S
/branches/network/kernel/arch/ppc32/src/interrupt.c
/branches/network/kernel/arch/ppc32/src/mm/frame.c
/branches/network/kernel/arch/ppc32/src/mm/page.c
/branches/network/kernel/arch/ppc32/src/mm/tlb.c
/branches/network/kernel/arch/ppc32/src/ppc32.c
/branches/network/kernel/arch/sparc64/Makefile.inc
/branches/network/kernel/arch/sparc64/_link.ld.in
/branches/network/kernel/arch/sparc64/include/arch.h
/branches/network/kernel/arch/sparc64/include/asm.h
/branches/network/kernel/arch/sparc64/include/barrier.h
/branches/network/kernel/arch/sparc64/include/boot/boot.h
/branches/network/kernel/arch/sparc64/include/cpu.h
/branches/network/kernel/arch/sparc64/include/drivers/fhc.h
/branches/network/kernel/arch/sparc64/include/drivers/kbd.h
/branches/network/kernel/arch/sparc64/include/drivers/pci.h
/branches/network/kernel/arch/sparc64/include/drivers/scr.h
/branches/network/kernel/arch/sparc64/include/fpu_context.h
/branches/network/kernel/arch/sparc64/include/mm/cache.h
/branches/network/kernel/arch/sparc64/include/mm/cache_spec.h
/branches/network/kernel/arch/sparc64/include/mm/frame.h
/branches/network/kernel/arch/sparc64/include/mm/mmu.h
/branches/network/kernel/arch/sparc64/include/mm/tlb.h
/branches/network/kernel/arch/sparc64/include/mm/tsb.h
/branches/network/kernel/arch/sparc64/include/mm/tte.h
/branches/network/kernel/arch/sparc64/include/regdef.h
/branches/network/kernel/arch/sparc64/include/register.h
/branches/network/kernel/arch/sparc64/include/trap/interrupt.h
/branches/network/kernel/arch/sparc64/include/trap/regwin.h
/branches/network/kernel/arch/sparc64/include/trap/syscall.h
/branches/network/kernel/arch/sparc64/include/types.h
/branches/network/kernel/arch/sparc64/src/console.c
/branches/network/kernel/arch/sparc64/src/cpu/cpu.c
/branches/network/kernel/arch/sparc64/src/ddi/ddi.c
/branches/network/kernel/arch/sparc64/src/drivers/fhc.c
/branches/network/kernel/arch/sparc64/src/drivers/kbd.c
/branches/network/kernel/arch/sparc64/src/drivers/pci.c
/branches/network/kernel/arch/sparc64/src/drivers/scr.c
/branches/network/kernel/arch/sparc64/src/drivers/tick.c
/branches/network/kernel/arch/sparc64/src/mm/as.c
/branches/network/kernel/arch/sparc64/src/mm/cache.S
/branches/network/kernel/arch/sparc64/src/mm/frame.c
/branches/network/kernel/arch/sparc64/src/mm/page.c
/branches/network/kernel/arch/sparc64/src/mm/tlb.c
/branches/network/kernel/arch/sparc64/src/mm/tsb.c
/branches/network/kernel/arch/sparc64/src/proc/thread.c
/branches/network/kernel/arch/sparc64/src/smp/ipi.c
/branches/network/kernel/arch/sparc64/src/smp/smp.c
/branches/network/kernel/arch/sparc64/src/sparc64.c
/branches/network/kernel/arch/sparc64/src/start.S
/branches/network/kernel/arch/sparc64/src/trap/exception.c
/branches/network/kernel/arch/sparc64/src/trap/interrupt.c
/branches/network/kernel/arch/sparc64/src/trap/trap_table.S
/branches/network/kernel/genarch/Makefile.inc
/branches/network/kernel/genarch/include/fb/fb.h
/branches/network/kernel/genarch/include/fb/font-8x16.h
/branches/network/kernel/genarch/include/fb/visuals.h
/branches/network/kernel/genarch/include/ofw/ofw_tree.h
/branches/network/kernel/genarch/src/acpi/acpi.c
/branches/network/kernel/genarch/src/fb/fb.c
/branches/network/kernel/genarch/src/fb/font-8x16.c
/branches/network/kernel/genarch/src/mm/asid.c
/branches/network/kernel/genarch/src/ofw/ebus.c
/branches/network/kernel/genarch/src/ofw/fhc.c
/branches/network/kernel/genarch/src/ofw/ofw_tree.c
/branches/network/kernel/genarch/src/ofw/pci.c
/branches/network/kernel/generic/include/adt/bitmap.h
/branches/network/kernel/generic/include/align.h
/branches/network/kernel/generic/include/arch.h
/branches/network/kernel/generic/include/byteorder.h
/branches/network/kernel/generic/include/config.h
/branches/network/kernel/generic/include/console/chardev.h
/branches/network/kernel/generic/include/console/console.h
/branches/network/kernel/generic/include/console/kconsole.h
/branches/network/kernel/generic/include/ddi/ddi.h
/branches/network/kernel/generic/include/ddi/device.h
/branches/network/kernel/generic/include/ddi/irq.h
/branches/network/kernel/generic/include/debug.h
/branches/network/kernel/generic/include/errno.h
/branches/network/kernel/generic/include/fpu_context.h
/branches/network/kernel/generic/include/func.h
/branches/network/kernel/generic/include/interrupt.h
/branches/network/kernel/generic/include/ipc/ipc.h
/branches/network/kernel/generic/include/ipc/irq.h
/branches/network/kernel/generic/include/ipc/sysipc.h
/branches/network/kernel/generic/include/macros.h
/branches/network/kernel/generic/include/main/main.h
/branches/network/kernel/generic/include/memstr.h
/branches/network/kernel/generic/include/mm/buddy.h
/branches/network/kernel/generic/include/mm/frame.h
/branches/network/kernel/generic/include/mm/page.h
/branches/network/kernel/generic/include/mm/slab.h
/branches/network/kernel/generic/include/panic.h
/branches/network/kernel/generic/include/proc/program.h
/branches/network/kernel/generic/include/proc/task.h
/branches/network/kernel/generic/include/proc/thread.h
/branches/network/kernel/generic/include/stdarg.h
/branches/network/kernel/generic/include/symtab.h
/branches/network/kernel/generic/include/synch/spinlock.h
/branches/network/kernel/generic/include/syscall/syscall.h
/branches/network/kernel/generic/include/typedefs.h
/branches/network/kernel/generic/src/adt/avl.c
/branches/network/kernel/generic/src/adt/btree.c
/branches/network/kernel/generic/src/adt/hash_table.c
/branches/network/kernel/generic/src/console/chardev.c
/branches/network/kernel/generic/src/console/cmd.c
/branches/network/kernel/generic/src/console/console.c
/branches/network/kernel/generic/src/console/kconsole.c
/branches/network/kernel/generic/src/cpu/cpu.c
/branches/network/kernel/generic/src/ddi/ddi.c
/branches/network/kernel/generic/src/ddi/device.c
/branches/network/kernel/generic/src/ddi/irq.c
/branches/network/kernel/generic/src/debug/symtab.c
/branches/network/kernel/generic/src/interrupt/interrupt.c
/branches/network/kernel/generic/src/ipc/ipc.c
/branches/network/kernel/generic/src/ipc/irq.c
/branches/network/kernel/generic/src/ipc/sysipc.c
/branches/network/kernel/generic/src/lib/func.c
/branches/network/kernel/generic/src/lib/memstr.c
/branches/network/kernel/generic/src/lib/rd.c
/branches/network/kernel/generic/src/main/kinit.c
/branches/network/kernel/generic/src/main/main.c
/branches/network/kernel/generic/src/main/uinit.c
/branches/network/kernel/generic/src/main/version.c
/branches/network/kernel/generic/src/mm/as.c
/branches/network/kernel/generic/src/mm/backend_anon.c
/branches/network/kernel/generic/src/mm/backend_elf.c
/branches/network/kernel/generic/src/mm/backend_phys.c
/branches/network/kernel/generic/src/mm/buddy.c
/branches/network/kernel/generic/src/mm/frame.c
/branches/network/kernel/generic/src/mm/slab.c
/branches/network/kernel/generic/src/mm/tlb.c
/branches/network/kernel/generic/src/printf/printf_core.c
/branches/network/kernel/generic/src/printf/vprintf.c
/branches/network/kernel/generic/src/proc/program.c
/branches/network/kernel/generic/src/proc/scheduler.c
/branches/network/kernel/generic/src/proc/task.c
/branches/network/kernel/generic/src/proc/tasklet.c
/branches/network/kernel/generic/src/proc/thread.c
/branches/network/kernel/generic/src/synch/futex.c
/branches/network/kernel/generic/src/synch/rwlock.c
/branches/network/kernel/generic/src/synch/spinlock.c
/branches/network/kernel/generic/src/syscall/syscall.c
/branches/network/kernel/generic/src/sysinfo/sysinfo.c
/branches/network/kernel/generic/src/time/clock.c
/branches/network/kernel/generic/src/time/timeout.c
/branches/network/kernel/test/avltree/avltree1.def
/branches/network/kernel/test/debug/mips1.c
/branches/network/kernel/test/debug/mips1.def
/branches/network/kernel/test/fpu/fpu1.def
/branches/network/kernel/test/fpu/mips2.c
/branches/network/kernel/test/fpu/mips2.def
/branches/network/kernel/test/fpu/sse1.c
/branches/network/kernel/test/fpu/sse1.def
/branches/network/kernel/test/mm/purge1.c
/branches/network/kernel/test/mm/purge1.def
/branches/network/kernel/test/synch/rwlock4.c
/branches/network/kernel/test/synch/semaphore2.c
/branches/network/tools/config.py
/branches/network/tools/mkfat.py
/branches/network/tools/mktmpfs.py
/branches/network/uspace/Makefile
/branches/network/uspace/app/bdsh/AUTHORS
/branches/network/uspace/app/bdsh/Makefile
/branches/network/uspace/app/bdsh/README
/branches/network/uspace/app/bdsh/cmds/builtin_cmds.c
/branches/network/uspace/app/bdsh/cmds/builtins/builtin_aliases.h
/branches/network/uspace/app/bdsh/cmds/builtins/builtins.h
/branches/network/uspace/app/bdsh/cmds/builtins/cd/cd.c
/branches/network/uspace/app/bdsh/cmds/builtins/cd/cd_def.h
/branches/network/uspace/app/bdsh/cmds/builtins/cd/entry.h
/branches/network/uspace/app/bdsh/cmds/cmds.h
/branches/network/uspace/app/bdsh/cmds/mknewcmd
/branches/network/uspace/app/bdsh/cmds/mod_cmds.c
/branches/network/uspace/app/bdsh/cmds/modules/cat/cat.c
/branches/network/uspace/app/bdsh/cmds/modules/cat/cat_def.h
/branches/network/uspace/app/bdsh/cmds/modules/cat/entry.h
/branches/network/uspace/app/bdsh/cmds/modules/help/entry.h
/branches/network/uspace/app/bdsh/cmds/modules/help/help.c
/branches/network/uspace/app/bdsh/cmds/modules/help/help_def.h
/branches/network/uspace/app/bdsh/cmds/modules/ls/entry.h
/branches/network/uspace/app/bdsh/cmds/modules/ls/ls.c
/branches/network/uspace/app/bdsh/cmds/modules/ls/ls.h
/branches/network/uspace/app/bdsh/cmds/modules/ls/ls_def.h
/branches/network/uspace/app/bdsh/cmds/modules/mkdir/entry.h
/branches/network/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/branches/network/uspace/app/bdsh/cmds/modules/mkdir/mkdir_def.h
/branches/network/uspace/app/bdsh/cmds/modules/module_aliases.h
/branches/network/uspace/app/bdsh/cmds/modules/modules.h
/branches/network/uspace/app/bdsh/cmds/modules/pwd/entry.h
/branches/network/uspace/app/bdsh/cmds/modules/pwd/pwd.c
/branches/network/uspace/app/bdsh/cmds/modules/pwd/pwd_def.h
/branches/network/uspace/app/bdsh/cmds/modules/rm/entry.h
/branches/network/uspace/app/bdsh/cmds/modules/rm/rm.c
/branches/network/uspace/app/bdsh/cmds/modules/rm/rm_def.h
/branches/network/uspace/app/bdsh/cmds/modules/touch/entry.h
/branches/network/uspace/app/bdsh/cmds/modules/touch/touch.c
/branches/network/uspace/app/bdsh/cmds/modules/touch/touch_def.h
/branches/network/uspace/app/bdsh/config.h
/branches/network/uspace/app/bdsh/exec.c
/branches/network/uspace/app/bdsh/input.c
/branches/network/uspace/app/bdsh/scli.c
/branches/network/uspace/app/bdsh/util.c
/branches/network/uspace/app/bdsh/util.h
/branches/network/uspace/app/init/Makefile
/branches/network/uspace/app/init/init.c
/branches/network/uspace/app/init/version.c
/branches/network/uspace/app/klog/Makefile
/branches/network/uspace/app/klog/klog.c
/branches/network/uspace/app/tester/Makefile
/branches/network/uspace/app/tester/devmap/devmap1.c
/branches/network/uspace/app/tester/ipc/send_sync.c
/branches/network/uspace/app/tester/tester.c
/branches/network/uspace/app/tester/tester.h
/branches/network/uspace/app/tester/vfs/vfs1.c
/branches/network/uspace/app/tetris/Makefile
/branches/network/uspace/app/tetris/input.c
/branches/network/uspace/app/tetris/screen.c
/branches/network/uspace/app/tetris/screen.h
/branches/network/uspace/doc/doxygroups.h
/branches/network/uspace/lib/libc/Makefile
/branches/network/uspace/lib/libc/Makefile.toolchain
/branches/network/uspace/lib/libc/arch/amd64/Makefile.inc
/branches/network/uspace/lib/libc/arch/amd64/_link.ld.in
/branches/network/uspace/lib/libc/arch/amd64/include/syscall.h
/branches/network/uspace/lib/libc/arch/arm32/Makefile.inc
/branches/network/uspace/lib/libc/arch/arm32/_link.ld.in
/branches/network/uspace/lib/libc/arch/arm32/include/syscall.h
/branches/network/uspace/lib/libc/arch/ia32/Makefile.inc
/branches/network/uspace/lib/libc/arch/ia32/_link.ld.in
/branches/network/uspace/lib/libc/arch/ia32/include/ddi.h
/branches/network/uspace/lib/libc/arch/ia32/include/syscall.h
/branches/network/uspace/lib/libc/arch/ia32/src/syscall.S
/branches/network/uspace/lib/libc/arch/ia64/Makefile.inc
/branches/network/uspace/lib/libc/arch/ia64/_link.ld.in
/branches/network/uspace/lib/libc/arch/ia64/include/syscall.h
/branches/network/uspace/lib/libc/arch/ia64/src/entry.s
/branches/network/uspace/lib/libc/arch/ia64/src/thread_entry.s
/branches/network/uspace/lib/libc/arch/mips32/Makefile.inc
/branches/network/uspace/lib/libc/arch/mips32/_link.ld.in
/branches/network/uspace/lib/libc/arch/mips32/include/atomic.h
/branches/network/uspace/lib/libc/arch/mips32/include/syscall.h
/branches/network/uspace/lib/libc/arch/mips32eb/Makefile.inc
/branches/network/uspace/lib/libc/arch/ppc32/Makefile.inc
/branches/network/uspace/lib/libc/arch/ppc32/_link.ld.in
/branches/network/uspace/lib/libc/arch/ppc32/include/syscall.h
/branches/network/uspace/lib/libc/arch/ppc32/src/entry.s
/branches/network/uspace/lib/libc/arch/sparc64/Makefile.inc
/branches/network/uspace/lib/libc/arch/sparc64/_link.ld.in
/branches/network/uspace/lib/libc/arch/sparc64/include/syscall.h
/branches/network/uspace/lib/libc/generic/async.c
/branches/network/uspace/lib/libc/generic/ddi.c
/branches/network/uspace/lib/libc/generic/io/stream.c
/branches/network/uspace/lib/libc/generic/ipc.c
/branches/network/uspace/lib/libc/generic/libc.c
/branches/network/uspace/lib/libc/generic/smc.c
/branches/network/uspace/lib/libc/generic/string.c
/branches/network/uspace/lib/libc/generic/task.c
/branches/network/uspace/lib/libc/generic/thread.c
/branches/network/uspace/lib/libc/generic/time.c
/branches/network/uspace/lib/libc/generic/tls.c
/branches/network/uspace/lib/libc/generic/vfs/canonify.c
/branches/network/uspace/lib/libc/generic/vfs/vfs.c
/branches/network/uspace/lib/libc/include/align.h
/branches/network/uspace/lib/libc/include/async.h
/branches/network/uspace/lib/libc/include/byteorder.h
/branches/network/uspace/lib/libc/include/ctype.h
/branches/network/uspace/lib/libc/include/ddi.h
/branches/network/uspace/lib/libc/include/errno.h
/branches/network/uspace/lib/libc/include/io/stream.h
/branches/network/uspace/lib/libc/include/ipc/fb.h
/branches/network/uspace/lib/libc/include/ipc/ipc.h
/branches/network/uspace/lib/libc/include/ipc/loader.h
/branches/network/uspace/lib/libc/include/ipc/services.h
/branches/network/uspace/lib/libc/include/libc.h
/branches/network/uspace/lib/libc/include/loader/pcb.h
/branches/network/uspace/lib/libc/include/stdio.h
/branches/network/uspace/lib/libc/include/string.h
/branches/network/uspace/lib/libc/include/sys/types.h
/branches/network/uspace/lib/libc/include/syscall.h
/branches/network/uspace/lib/libc/include/task.h
/branches/network/uspace/lib/libc/include/unistd.h
/branches/network/uspace/lib/libc/include/vfs/vfs.h
/branches/network/uspace/lib/libfs/Makefile
/branches/network/uspace/lib/libfs/libfs.c
/branches/network/uspace/lib/libfs/libfs.h
/branches/network/uspace/lib/softfloat/Makefile
/branches/network/uspace/lib/softint/Makefile
/branches/network/uspace/srv/console/Makefile
/branches/network/uspace/srv/console/console.c
/branches/network/uspace/srv/console/console.h
/branches/network/uspace/srv/console/gcons.c
/branches/network/uspace/srv/console/gcons.h
/branches/network/uspace/srv/console/screenbuffer.c
/branches/network/uspace/srv/console/screenbuffer.h
/branches/network/uspace/srv/devmap/Makefile
/branches/network/uspace/srv/devmap/devmap.c
/branches/network/uspace/srv/fb/Makefile
/branches/network/uspace/srv/fb/ega.c
/branches/network/uspace/srv/fb/fb.c
/branches/network/uspace/srv/fb/fb.h
/branches/network/uspace/srv/fb/font-8x16.c
/branches/network/uspace/srv/fb/font-8x16.h
/branches/network/uspace/srv/fb/main.c
/branches/network/uspace/srv/fb/msim.c
/branches/network/uspace/srv/fb/ppm.c
/branches/network/uspace/srv/fs/fat/Makefile
/branches/network/uspace/srv/fs/fat/fat.c
/branches/network/uspace/srv/fs/fat/fat.h
/branches/network/uspace/srv/fs/fat/fat_idx.c
/branches/network/uspace/srv/fs/fat/fat_ops.c
/branches/network/uspace/srv/fs/tmpfs/Makefile
/branches/network/uspace/srv/fs/tmpfs/tmpfs.c
/branches/network/uspace/srv/fs/tmpfs/tmpfs_dump.c
/branches/network/uspace/srv/fs/tmpfs/tmpfs_ops.c
/branches/network/uspace/srv/kbd/Makefile
/branches/network/uspace/srv/kbd/generic/kbd.c
/branches/network/uspace/srv/kbd/generic/key_buffer.c
/branches/network/uspace/srv/kbd/include/kbd.h
/branches/network/uspace/srv/kbd/include/key_buffer.h
/branches/network/uspace/srv/loader/Makefile
/branches/network/uspace/srv/loader/arch/amd64/Makefile.inc
/branches/network/uspace/srv/loader/arch/amd64/_link.ld.in
/branches/network/uspace/srv/loader/arch/arm32/Makefile.inc
/branches/network/uspace/srv/loader/arch/arm32/_link.ld.in
/branches/network/uspace/srv/loader/arch/ia32/Makefile.inc
/branches/network/uspace/srv/loader/arch/ia32/_link.ld.in
/branches/network/uspace/srv/loader/arch/ia64/Makefile.inc
/branches/network/uspace/srv/loader/arch/ia64/_link.ld.in
/branches/network/uspace/srv/loader/arch/mips32/Makefile.inc
/branches/network/uspace/srv/loader/arch/mips32/_link.ld.in
/branches/network/uspace/srv/loader/arch/ppc32/Makefile.inc
/branches/network/uspace/srv/loader/arch/ppc32/_link.ld.in
/branches/network/uspace/srv/loader/arch/ppc32/ppc32.s
/branches/network/uspace/srv/loader/arch/sparc64/Makefile.inc
/branches/network/uspace/srv/loader/arch/sparc64/_link.ld.in
/branches/network/uspace/srv/loader/elf_load.c
/branches/network/uspace/srv/loader/main.c
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/nil/eth/eth.c
/branches/network/uspace/srv/net/nil/eth/eth.h
/branches/network/uspace/srv/net/nil/eth/eth_header.h
/branches/network/uspace/srv/ns/Makefile
/branches/network/uspace/srv/ns/ns.c
/branches/network/uspace/srv/pci/Makefile
/branches/network/uspace/srv/rd/Makefile
/branches/network/uspace/srv/rd/rd.c
/branches/network/uspace/srv/vfs/Makefile
/branches/network/uspace/srv/vfs/vfs.c
/branches/network/uspace/srv/vfs/vfs.h
/branches/network/uspace/srv/vfs/vfs_lookup.c
/branches/network/uspace/srv/vfs/vfs_node.c
/branches/network/uspace/srv/vfs/vfs_ops.c
/branches/network/uspace/srv/vfs/vfs_register.c
/branches/network/version
3912 5548 d 3 h mejdrech /branches/network/uspace/ Networking: documenting arp, packet and other files, spell check, code cleanup, changed implementation year, minor corrections  
/branches/network/uspace/srv/net/Doxyfile
/branches/network/uspace/doc/doxygroups.h
/branches/network/uspace/srv/net/configuration.h
/branches/network/uspace/srv/net/err.h
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/arp/arp.h
/branches/network/uspace/srv/net/il/arp/arp_header.h
/branches/network/uspace/srv/net/il/arp/arp_module.c
/branches/network/uspace/srv/net/il/arp/arp_module.h
/branches/network/uspace/srv/net/il/arp/arp_oc.h
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/il/ip/ip.h
/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/include/byteorder.h
/branches/network/uspace/srv/net/include/hardware.h
/branches/network/uspace/srv/net/include/protocols.h
/branches/network/uspace/srv/net/include/sockaddr.h
/branches/network/uspace/srv/net/include/socket.h
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/module.c
/branches/network/uspace/srv/net/modules.c
/branches/network/uspace/srv/net/modules.h
/branches/network/uspace/srv/net/netif/device.h
/branches/network/uspace/srv/net/netif/lo/lo.c
/branches/network/uspace/srv/net/netif/netif.c
/branches/network/uspace/srv/net/netif/netif.h
/branches/network/uspace/srv/net/networking/networking.c
/branches/network/uspace/srv/net/networking/startup/networking_startup.c
/branches/network/uspace/srv/net/self_test.c
/branches/network/uspace/srv/net/self_test.h
/branches/network/uspace/srv/net/sockaddr.c
/branches/network/uspace/srv/net/structures/char_map.c
/branches/network/uspace/srv/net/structures/char_map.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/measured_strings.c
/branches/network/uspace/srv/net/structures/measured_strings.h
/branches/network/uspace/srv/net/structures/packet/packet.c
/branches/network/uspace/srv/net/structures/packet/packet.h
/branches/network/uspace/srv/net/structures/packet/packet_client.c
/branches/network/uspace/srv/net/structures/packet/packet_client.h
/branches/network/uspace/srv/net/structures/packet/packet_header.h
/branches/network/uspace/srv/net/structures/packet/packet_server.c
/branches/network/uspace/srv/net/structures/packet/packet_server.h
/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
3846 5564 d 15 h mejdrech /branches/network/uspace/ Added an ARP module, assigned numbers' definitions, common functions-htons,inet_ntop and others  
/branches/network/uspace/srv/net/arp/Makefile
/branches/network/uspace/srv/net/arp/arp.c
/branches/network/uspace/srv/net/arp/arp.h
/branches/network/uspace/srv/net/arp/arp_header.h
/branches/network/uspace/srv/net/arp/arp_module.c
/branches/network/uspace/srv/net/arp/arp_module.h
/branches/network/uspace/srv/net/arp/arp_oc.h
/branches/network/uspace/srv/net/include
/branches/network/uspace/srv/net/include/byteorder.h
/branches/network/uspace/srv/net/include/ethernet_protocols.h
/branches/network/uspace/srv/net/include/hardware.h
/branches/network/uspace/srv/net/include/protocol_map.h
/branches/network/uspace/srv/net/include/protocols.h
/branches/network/uspace/srv/net/include/sockaddr.h
/branches/network/uspace/srv/net/include/socket.h
/branches/network/uspace/srv/net/ip/ip_header.h
/branches/network/uspace/srv/net/ip/ip_messages.h
/branches/network/uspace/srv/net/ip/ip_module.h
/branches/network/uspace/srv/net/netif/device.h
/branches/network/uspace/srv/net/packet_queue.c
/branches/network/uspace/srv/net/packet_queue.h
/branches/network/uspace/srv/net/sockaddr.c
/branches/network/uspace/srv/net/tcp/tcp_module.h
/branches/network/uspace/srv/net/netif/netif_device_id_type.h
/branches/network/uspace/doc/doxygroups.h
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/char_map.c
/branches/network/uspace/srv/net/char_map.h
/branches/network/uspace/srv/net/configuration.h
/branches/network/uspace/srv/net/err.h
/branches/network/uspace/srv/net/generic_char_map.h
/branches/network/uspace/srv/net/int_map.h
/branches/network/uspace/srv/net/ip/Makefile
/branches/network/uspace/srv/net/ip/ip.c
/branches/network/uspace/srv/net/ip/ip.h
/branches/network/uspace/srv/net/ip/ip_module.c
/branches/network/uspace/srv/net/measured_strings.c
/branches/network/uspace/srv/net/measured_strings.h
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/module.c
/branches/network/uspace/srv/net/modules.c
/branches/network/uspace/srv/net/modules.h
/branches/network/uspace/srv/net/netif/Makefile
/branches/network/uspace/srv/net/netif/lo.c
/branches/network/uspace/srv/net/netif/netif.c
/branches/network/uspace/srv/net/netif/netif.h
/branches/network/uspace/srv/net/networking/Makefile
/branches/network/uspace/srv/net/networking/networking.c
/branches/network/uspace/srv/net/networking_startup/networking_startup.c
/branches/network/uspace/srv/net/packet.c
/branches/network/uspace/srv/net/packet.h
/branches/network/uspace/srv/net/self_test.c
/branches/network/uspace/srv/net/tcp/Makefile
/branches/network/uspace/srv/net/tcp/tcp.c
/branches/network/uspace/srv/net/tcp/tcp.h
/branches/network/uspace/srv/net/tcp/tcp_module.c
3466 5696 d 23 h mejdrech /branches/network/ networking - basic modules and configurable build architecture  
/branches/network/uspace/srv/net
/branches/network/uspace/srv/net/arp
/branches/network/uspace/srv/net/drivers
/branches/network/uspace/srv/net/ethernet
/branches/network/uspace/srv/net/icmp
/branches/network/uspace/srv/net/ip
/branches/network/uspace/srv/net/ip/Makefile
/branches/network/uspace/srv/net/ip/ip.c
/branches/network/uspace/srv/net/ip/ip.h
/branches/network/uspace/srv/net/ip/ip_module.c
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/modules.c
/branches/network/uspace/srv/net/modules.h
/branches/network/uspace/srv/net/networking
/branches/network/uspace/srv/net/networking/Makefile
/branches/network/uspace/srv/net/networking/networking.c
/branches/network/uspace/srv/net/rarp
/branches/network/uspace/srv/net/socket
/branches/network/uspace/srv/net/tcp
/branches/network/uspace/srv/net/tcp/Makefile
/branches/network/uspace/srv/net/tcp/tcp.c
/branches/network/uspace/srv/net/tcp/tcp.h
/branches/network/uspace/srv/net/tcp/tcp_module.c
/branches/network/uspace/srv/net/udp
/branches/network/HelenOS.config
/branches/network/Makefile
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/uspace/Makefile
/branches/network/uspace/app/init/init.c
/branches/network/uspace/doc/doxygroups.h
/branches/network/uspace/lib/libc/include/ipc/services.h
3386 5714 d 23 h decky /branches/network/ add new network branch (copy of current trunk)  
/branches/network
1787 6499 d 21 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
/trunk
/trunk/boot
/trunk/kernel
/trunk/uspace
/boot/trunk
/kernel/trunk
/uspace/trunk
1740 6523 d 1 h jermar /uspace/trunk/ Changes to uspace doxygen comments.  
/uspace/trunk/doc
/uspace/trunk/doc/doxygroups.h
/uspace/trunk/console/console.c
/uspace/trunk/fb/fb.c
/uspace/trunk/kbd/arch/ia64/src/kbd.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/ns/ns.c
/uspace/trunk/pci/pci.c
/uspace/trunk/softfloat/arch/amd64/include/functions.h
/uspace/trunk/softfloat/arch/ia32/include/functions.h
/uspace/trunk/softfloat/generic/add.c
/uspace/trunk/softfloat/generic/common.c
/uspace/trunk/softfloat/generic/comparison.c
/uspace/trunk/softfloat/generic/conversion.c
/uspace/trunk/softfloat/generic/div.c
/uspace/trunk/softfloat/generic/mul.c
/uspace/trunk/softfloat/generic/other.c
/uspace/trunk/softfloat/generic/softfloat.c
/uspace/trunk/softint/generic/division.c