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
4616 5442 d 0 h brambora /branches/snapshot/ Added functions for storing task checkpoint to udebug interface.
Added uspace task chkpnt that launches the snapshot creation.
 
/branches/snapshot/kernel/generic/include/udebug/udebug.h
/branches/snapshot/kernel/generic/include/udebug/udebug_ops.h
/branches/snapshot/kernel/generic/src/udebug/udebug_ipc.c
/branches/snapshot/kernel/generic/src/udebug/udebug_ops.c
/branches/snapshot/uspace/app/chkpnt/checkpoint.c
/branches/snapshot/uspace/lib/libc/generic/udebug.c
/branches/snapshot/uspace/lib/libc/include/udebug.h
4615 5442 d 7 h pillai /branches/arm/kernel/arch/arm32/src/drivers/ minor qemu/integratorcp related changes  
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
4614 5442 d 20 h rimsky /branches/sparc/kernel/arch/sparc64/ Waking CPUs up on sun4v. Weird errors occur when accessing the THE structure.  
/branches/sparc/kernel/arch/sparc64/include/asm.h
/branches/sparc/kernel/arch/sparc64/src/smp/sun4v/smp.c
/branches/sparc/kernel/arch/sparc64/src/sun4v/start.S
4613 5442 d 22 h brambora /branches/snapshot/ Initial commit. Empty checkpoint.c added plus a Makefile.  
/branches/snapshot/uspace/app/chkpnt
/branches/snapshot/uspace/app/chkpnt/Makefile
/branches/snapshot/uspace/app/chkpnt/checkpoint.c
/branches/snapshot/boot/arch/ia32/Makefile.inc
/branches/snapshot/uspace/Makefile
4612 5443 d 6 h pillai /branches/arm/kernel/arch/arm32/ Improvements on timer and interrupt handling  
/branches/arm/kernel/arch/arm32/include/drivers/qemu.h
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
4611 5444 d 3 h jermar /trunk/uspace/lib/libblock/ Make the libblock cache behave more like a cache and fix some bugs
present in the previously unused code paths.
 
/trunk/uspace/lib/libblock/libblock.c
4610 5445 d 20 h svoboda /trunk/ Kernel Mac ADB keyboard driver revived.  
/trunk/kernel/genarch/include/kbrd/scanc_mac.h
/trunk/kernel/genarch/src/kbrd/scanc_mac.c
/trunk/HelenOS.config
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/genarch/Makefile.inc
/trunk/kernel/genarch/include/drivers/via-cuda/cuda.h
/trunk/kernel/genarch/src/drivers/via-cuda/cuda.c
/trunk/kernel/genarch/src/kbrd/kbrd.c
4609 5446 d 0 h decky /trunk/uspace/lib/libc/include/ipc/ remove obsolete VFS methods  
/trunk/uspace/lib/libc/include/ipc/vfs.h
4608 5446 d 1 h jermar /trunk/uspace/ Statically allocated stat structure will do.  
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/srv/fs/devfs/devfs_ops.c
4607 5446 d 1 h jermar /trunk/uspace/lib/libc/generic/ Fix typos.  
/trunk/uspace/lib/libc/generic/malloc.c
4606 5446 d 1 h decky /trunk/uspace/lib/libc/generic/ small allocator optimization
add some comments
 
/trunk/uspace/lib/libc/generic/malloc.c
4605 5446 d 2 h decky /branches/snapshot/ add task snapshoting branch  
/branches/snapshot
4604 5446 d 23 h decky /trunk/uspace/srv/fb/ cstyle  
/trunk/uspace/srv/fb/ppm.c
4603 5446 d 23 h mejdrech /branches/network/ Net: + basic echo application, only SOCK_DGRAM  
/branches/network/uspace/srv/net/app
/branches/network/uspace/srv/net/app/echo
/branches/network/uspace/srv/net/app/echo/Makefile
/branches/network/uspace/srv/net/app/echo/echo.c
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/contrib/conf/qemu.sh
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/include/socket.h
/branches/network/uspace/srv/net/net/start/netstart.c
/branches/network/uspace/srv/net/socket/Makefile
/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/tl/udp/udp.c
4602 5448 d 0 h decky /trunk/uspace/app/tester/ tester framework rewrite (go from a menu-driven interface to command-line interface)  
/trunk/uspace/app/tester/print/print2.c
/trunk/uspace/app/tester/print/print2.def
/trunk/uspace/app/tester/print/print3.c
/trunk/uspace/app/tester/print/print3.def
/trunk/uspace/app/tester/devmap
/trunk/uspace/app/tester/ipc/answer.c
/trunk/uspace/app/tester/ipc/answer.def
/trunk/uspace/app/tester/ipc/hangup.c
/trunk/uspace/app/tester/ipc/hangup.def
/trunk/uspace/app/tester/ipc/send_async.c
/trunk/uspace/app/tester/ipc/send_async.def
/trunk/uspace/app/tester/ipc/send_sync.c
/trunk/uspace/app/tester/ipc/send_sync.def
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tester/console/console1.c
/trunk/uspace/app/tester/fault/fault1.c
/trunk/uspace/app/tester/fault/fault2.c
/trunk/uspace/app/tester/ipc/connect.c
/trunk/uspace/app/tester/ipc/ping_pong.c
/trunk/uspace/app/tester/ipc/register.c
/trunk/uspace/app/tester/loop/loop1.c
/trunk/uspace/app/tester/print/print1.c
/trunk/uspace/app/tester/print/print1.def
/trunk/uspace/app/tester/print/print4.c
/trunk/uspace/app/tester/stdio/stdio1.c
/trunk/uspace/app/tester/stdio/stdio2.c
/trunk/uspace/app/tester/tester.c
/trunk/uspace/app/tester/tester.h
/trunk/uspace/app/tester/thread/thread1.c
/trunk/uspace/app/tester/vfs/vfs1.c
4601 5448 d 0 h decky /trunk/uspace/lib/libc/ small fixes and coding style changes related to the new memory allocator  
/trunk/uspace/lib/libc/generic/errno.c
/trunk/uspace/lib/libc/include/adt/gcdlcm.h
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/arch/ia64/Makefile.inc
/trunk/uspace/lib/libc/generic/as.c
/trunk/uspace/lib/libc/generic/async.c
/trunk/uspace/lib/libc/generic/getopt.c
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/generic/mman.c
/trunk/uspace/lib/libc/include/async.h
/trunk/uspace/lib/libc/include/bitops.h
/trunk/uspace/lib/libc/include/errno.h
/trunk/uspace/lib/libc/include/getopt.h
/trunk/uspace/lib/libc/include/macros.h
/trunk/uspace/lib/libc/include/mem.h
/trunk/uspace/lib/libc/include/stdio.h
/trunk/uspace/lib/libc/include/stdlib.h
/trunk/uspace/lib/libc/include/unistd.h
/trunk/uspace/lib/libc/include/vfs/vfs.h
4600 5448 d 0 h decky /trunk/uspace/lib/libc/generic/ implement simple first-fit memory allocator
(modified from original code by Petr Tuma, used under permission)
 
/trunk/uspace/lib/libc/generic/malloc.c
4599 5448 d 0 h decky /trunk/uspace/lib/libc/include/ define just the basic memory allocator interface  
/trunk/uspace/lib/libc/include/malloc.h
4598 5448 d 0 h decky /trunk/uspace/lib/libc/ remove dlmalloc  
/trunk/uspace/lib/libc/malloc
4597 5448 d 0 h decky /trunk/uspace/app/tester/mm/ memory allocator test
(modified from original code by Tomas Bures and Lubomir Bulej, used under permission)
 
/trunk/uspace/app/tester/mm
/trunk/uspace/app/tester/mm/malloc1.c
/trunk/uspace/app/tester/mm/malloc1.def

Show All