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
4408 5518 d 23 h svoboda /trunk/uspace/app/bdsh/ Add 'bdd' shell command (block device dump) for testing block device drivers.  
/trunk/uspace/app/bdsh/cmds/modules/bdd
/trunk/uspace/app/bdsh/cmds/modules/bdd/bdd.c
/trunk/uspace/app/bdsh/cmds/modules/bdd/bdd.h
/trunk/uspace/app/bdsh/cmds/modules/bdd/bdd_def.h
/trunk/uspace/app/bdsh/cmds/modules/bdd/entry.h
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/bdsh/cmds/modules/modules.h
4407 5518 d 23 h jermar /trunk/ Add IPC_M_CONNECTION_CLONE and IPC_M_CONNECT_ME.  
/trunk/kernel/generic/include/ipc/ipc.h
/trunk/kernel/generic/include/ipc/ipcrsc.h
/trunk/kernel/generic/src/ipc/ipcrsc.c
/trunk/kernel/generic/src/ipc/kbox.c
/trunk/kernel/generic/src/ipc/sysipc.c
/trunk/uspace/lib/libc/generic/async.c
4406 5518 d 23 h jermar /trunk/uspace/srv/vfs/ Remove unused and non-functional code.  
/trunk/uspace/srv/vfs/vfs.c
4405 5518 d 23 h jermar /trunk/kernel/generic/src/ipc/ Do not test the same condition twice.  
/trunk/kernel/generic/src/ipc/ipc.c
4404 5518 d 23 h jermar /trunk/uspace/lib/libc/generic/ Fix ipc_forward_slow().  
/trunk/uspace/lib/libc/generic/ipc.c
4403 5519 d 2 h svoboda /trunk/uspace/lib/libc/generic/ pio_enable() was not allocating address space properly (unless sz <= PAGE_SIZE).  
/trunk/uspace/lib/libc/generic/ddi.c
4402 5520 d 0 h decky /trunk/ remove the confusing "Improved support for hyperthreading" configuration option  
/trunk/HelenOS.config
/trunk/defaults/amd64/Makefile.config
/trunk/defaults/ia32/Makefile.config
/trunk/kernel/arch/amd64/include/atomic.h
/trunk/kernel/arch/ia32/include/atomic.h
/trunk/kernel/arch/ia32/src/atomic.S
4401 5520 d 1 h svoboda /trunk/uspace/ C binding for devmap. Gets rid of duplicate code.  
/trunk/uspace/lib/libc/generic/devmap.c
/trunk/uspace/lib/libc/include/devmap.h
/trunk/uspace/app/tester/devmap/devmap1.c
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/ipc/devmap.h
/trunk/uspace/lib/libc/include/vfs/vfs.h
/trunk/uspace/srv/rd/rd.c
/trunk/uspace/srv/vfs/vfs.h
4400 5520 d 3 h svoboda /trunk/uspace/ Rename ramdisk protocol -> block device protocol.  
/trunk/uspace/lib/libc/include/ipc/bd.h
/trunk/uspace/srv/rd/rd.h
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/srv/rd/rd.c
4399 5520 d 23 h trochtova /branches/dd/uspace/srv/pci/ Directory structure fix.  
/branches/dd/uspace/srv/pci/Makefile
/branches/dd/uspace/srv/pci/main.c
/branches/dd/uspace/srv/pci/pci.c
/branches/dd/uspace/srv/pci/pci.h
/branches/dd/uspace/srv/pci/pci_bus.h
/branches/dd/uspace/srv/pci/pci_conf.h
/branches/dd/uspace/srv/pci/pci_regs.h
/branches/dd/uspace/srv/pci/psycho.c
/branches/dd/uspace/srv/pci/libpci
/branches/dd/uspace/srv/pci/pci
4398 5520 d 23 h trochtova /branches/dd/uspace/ Fragments of pci bus driver.  
/branches/dd/uspace/srv/pci
/branches/dd/uspace/srv/pci/libpci
/branches/dd/uspace/srv/pci/pci
/branches/dd/uspace/srv/pci/pci/Makefile
/branches/dd/uspace/srv/pci/pci/main.c
/branches/dd/uspace/srv/pci/pci/pci.c
/branches/dd/uspace/srv/pci/pci/pci.h
/branches/dd/uspace/srv/pci/pci/pci_bus.h
/branches/dd/uspace/srv/pci/pci/pci_conf.h
/branches/dd/uspace/srv/pci/pci/pci_regs.h
/branches/dd/uspace/srv/pci/pci/psycho.c
/branches/dd/uspace/app/init/init.c
/branches/dd/uspace/lib/libc/arch/sparc64/include/ddi.h
4397 5521 d 2 h rimsky /trunk/kernel/arch/sparc64/src/mm/ TLB demap optimalization for US3.  
/trunk/kernel/arch/sparc64/src/mm/tlb.c
4396 5521 d 10 h mejdrech /branches/network/uspace/srv/net/il/arp/ Net: ARP build fix  
/branches/network/uspace/srv/net/il/arp/arp.c
4395 5522 d 0 h mejdrech /branches/network/uspace/srv/net/structures/packet/ Net: *packet addresses length equals the previously stored length, *packet server clears the packets (bzero)  
/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
4394 5522 d 0 h mejdrech /branches/network/uspace/srv/net/il/arp/ Net: ARP +packet queue processing, *packet reuse fix, *improved processing error checks  
/branches/network/uspace/srv/net/il/arp/arp.c
4393 5522 d 11 h svoboda /branches/tracing/ Sync definition of ia32 istate in debugger with the kernel.  
/branches/tracing/kernel/arch/amd64/include/interrupt.h
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
/branches/tracing/uspace/app/debug/arch/ia32/include/types.h
/branches/tracing/uspace/app/debug/arch/ia32/src/ia32.c
4392 5522 d 12 h svoboda /branches/tracing/kernel/arch/ia32/include/ Add the symlink.  
/branches/tracing/kernel/arch/ia32/include/breakpoint.h
4391 5522 d 12 h svoboda /branches/tracing/kernel/arch/ Kernel breakpoint handler for amd64 (not working yet).  
/branches/tracing/kernel/arch/amd64/include/breakpoint.h
/branches/tracing/kernel/arch/amd64/src/breakpoint.c
/branches/tracing/kernel/arch/ia32/include/breakpoint.h
/branches/tracing/kernel/arch/amd64/Makefile.inc
/branches/tracing/kernel/arch/amd64/include/interrupt.h
/branches/tracing/kernel/arch/amd64/src/amd64.c
4390 5522 d 22 h svoboda /branches/tracing/ Start porting debugger to amd64 (not done yet).  
/branches/tracing/kernel/arch/amd64/include/drivers
/branches/tracing/uspace/app/debug/arch/amd64
/branches/tracing/uspace/app/debug/arch/amd64/Makefile.inc
/branches/tracing/uspace/app/debug/arch/amd64/include
/branches/tracing/uspace/app/debug/arch/amd64/include/types.h
/branches/tracing/uspace/app/debug/arch/amd64/src
/branches/tracing/uspace/app/debug/arch/amd64/src/amd64.c
/branches/tracing/boot/arch/amd64/Makefile.inc
/branches/tracing/kernel/arch/amd64/include/cpu.h
/branches/tracing/kernel/arch/amd64/src/debugger.c
/branches/tracing/uspace/app/debug/cmd.c
/branches/tracing/uspace/app/debug/main.c
4389 5523 d 0 h svoboda /branches/dynload/ Merge trunk changes up to r4388 to dynload.  
/branches/dynload/uspace/app/bdsh/cmds/modules/mount
/branches/dynload/uspace/app/bdsh/cmds/modules/mv
/branches/dynload/uspace/app/tester/ipc/ping_pong.c
/branches/dynload/uspace/app/tester/ipc/ping_pong.def
/branches/dynload/kernel/arch/ia64/src/drivers/ski.c
/branches/dynload/kernel/generic/src/ipc/kbox.c
/branches/dynload/kernel/generic/src/main/main.c
/branches/dynload/kernel/generic/src/syscall/syscall.c
/branches/dynload/kernel/generic/src/udebug/udebug.c
/branches/dynload/kernel/generic/src/udebug/udebug_ops.c
/branches/dynload/tools/mkfat.py
/branches/dynload/uspace/app/bdsh/Makefile
/branches/dynload/uspace/app/bdsh/cmds/modules/cat/cat.c
/branches/dynload/uspace/app/bdsh/cmds/modules/module_aliases.h
/branches/dynload/uspace/app/bdsh/cmds/modules/modules.h
/branches/dynload/uspace/app/tester/Makefile
/branches/dynload/uspace/app/tester/tester.c
/branches/dynload/uspace/app/tester/tester.h
/branches/dynload/uspace/app/trace/trace.c
/branches/dynload/uspace/lib/libc/generic/async.c
/branches/dynload/uspace/lib/libc/generic/io/stream.c
/branches/dynload/uspace/lib/libc/include/io/stream.h
/branches/dynload/uspace/lib/libc/include/string.h
/branches/dynload/uspace/lib/libfs/libfs.c
/branches/dynload/uspace/lib/libfs/libfs.h
/branches/dynload/uspace/srv/console/console.c
/branches/dynload/uspace/srv/fs/fat/fat.h
/branches/dynload/uspace/srv/fs/fat/fat_dentry.c
/branches/dynload/uspace/srv/fs/fat/fat_dentry.h
/branches/dynload/uspace/srv/fs/fat/fat_ops.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/rd/rd.c
/branches/dynload/uspace/srv/vfs/vfs.h
/branches/dynload/uspace/srv/vfs/vfs_file.c
/branches/dynload/uspace/srv/vfs/vfs_ops.c

Show All