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
4634 5469 d 11 h pillai /branches/arm/ Fixes:
Intermittent hangs while running kernel console commands
Version strings
Overwriting of framebuffer when doing memory allocation
and small enhancements
 
/branches/arm/boot/arch/arm32/loader/main.c
/branches/arm/kernel/arch/arm32/include/drivers/gxemul.h
/branches/arm/kernel/arch/arm32/include/drivers/qemu.h
/branches/arm/kernel/arch/arm32/include/machine.h
/branches/arm/kernel/arch/arm32/src/drivers/gxemul.c
/branches/arm/kernel/arch/arm32/src/drivers/pl050.c
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
/branches/arm/kernel/arch/arm32/src/mm/frame.c
/branches/arm/kernel/generic/src/main/version.c
/branches/arm/uspace/app/init/version.c
/branches/arm/uspace/srv/kbd/arch/arm32/src/kbd_icp.c
4633 5470 d 3 h jermar /trunk/uspace/lib/libc/generic/ In fibril_switch(), make sure to reload srcf with the current fibril address
in the post-context_restore() code. Its value may be invalid after
contex_restore() due to e.g. register recycling.
 
/trunk/uspace/lib/libc/generic/fibril.c
4632 5470 d 10 h pillai /branches/arm/ capslock and shift key fixes  
/branches/arm/kernel/arch/arm32/src/drivers/pl050.c
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
/branches/arm/kernel/arch/arm32/src/exception.c
/branches/arm/kernel/genarch/src/kbd/scanc_pl050.c
/branches/arm/uspace/srv/kbd/Makefile
/branches/arm/uspace/srv/kbd/arch/arm32/src/kbd_icp.c
/branches/arm/uspace/srv/kbd/arch/arm32/src/scanc.c
4631 5471 d 13 h pillai /branches/arm/uspace/srv/kbd/arch/arm32/include/ header file  
/branches/arm/uspace/srv/kbd/arch/arm32/include/scanc.h
4630 5471 d 13 h pillai /branches/arm/kernel/genarch/include/kbd/ header file  
/branches/arm/kernel/genarch/include/kbd/scanc_pl050.h
4629 5471 d 13 h pillai /branches/arm/ Integratorcp keyboard driver and some miscellaneous changes.  
/branches/arm/kernel/arch/arm32/include/drivers/pl050.h
/branches/arm/kernel/arch/arm32/src/drivers/pl050.c
/branches/arm/kernel/genarch/include/kbd/pl050.h
/branches/arm/kernel/genarch/src/kbd/scanc_pl050.c
/branches/arm/uspace/srv/kbd/arch/arm32/include/pl050.h
/branches/arm/uspace/srv/kbd/arch/arm32/src/kbd_icp.c
/branches/arm/uspace/srv/kbd/arch/arm32/src/scanc.c
/branches/arm/kernel/arch/arm32/Makefile.inc
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
/branches/arm/kernel/genarch/Makefile.inc
/branches/arm/kernel/genarch/src/kbd/key.c
/branches/arm/uspace/srv/kbd/Makefile
4628 5472 d 14 h pillai /branches/arm/ FrameBuffer physical address fix  
/branches/arm/kernel/arch/arm32/include/drivers/qemu.h
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
/branches/arm/uspace/srv/fb/fb.c
4627 5472 d 14 h jermar /trunk/kernel/arch/mips32/include/ mips32's istate_t must respect the 8-byte stack alignment.  
/trunk/kernel/arch/mips32/include/context_offset.h
4626 5473 d 4 h svoboda /trunk/kernel/genarch/ Modify CUDA driver to state machine format, with one interrupt per byte transferred.  
/trunk/kernel/genarch/include/drivers/via-cuda/cuda.h
/trunk/kernel/genarch/src/drivers/via-cuda/cuda.c
4625 5473 d 5 h jermar /trunk/kernel/arch/ia64/ The ia64 kernel needs to handle the Data Access Rights fault.  
/trunk/kernel/arch/ia64/include/mm/tlb.h
/trunk/kernel/arch/ia64/src/ivt.S
/trunk/kernel/arch/ia64/src/mm/tlb.c
4624 5473 d 5 h jermar /trunk/kernel/genarch/src/mm/ Initialize the Accessed and Dirty bits when the page hash table is used.  
/trunk/kernel/genarch/src/mm/page_ht.c
4623 5474 d 4 h svoboda /trunk/uspace/srv/bd/ata_bd/ Prettier output from ata_bd.  
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
4622 5474 d 4 h jermar /trunk/uspace/app/init/ Do not attempt to spawn non-existing programs.  
/trunk/uspace/app/init/init.c
4621 5474 d 5 h svoboda /trunk/uspace/ Servers can return value as soon as they are up. Use this with block-device drivers to start them synchronously. Eliminate ad-hoc sleeping.  
/trunk/uspace/app/init/init.c
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
/trunk/uspace/srv/bd/file_bd/file_bd.c
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
4620 5474 d 5 h svoboda /trunk/uspace/ Allow to determine whether a task returned value before terminatign.  
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/getvc/getvc.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/task.h
/trunk/uspace/srv/ns/task.c
4619 5474 d 6 h svoboda /trunk/uspace/srv/ns/ Move fully to IPC-based tracking of task startup and termination in NS. This also gets rid of the race condition present in the previous code.  
/trunk/uspace/srv/ns/ns.c
/trunk/uspace/srv/ns/task.c
4618 5474 d 6 h svoboda /trunk/uspace/ Pass task ID to NS from loader. This prevents ID spoofing by user apps.  
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/ipc/ns.h
/trunk/uspace/srv/loader/main.c
/trunk/uspace/srv/ns/ns.c
/trunk/uspace/srv/ns/task.c
/trunk/uspace/srv/ns/task.h
4617 5474 d 10 h svoboda /trunk/uspace/ Allow task to return value (will be improved).  
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/getvc/getvc.c
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/ipc/ns.h
/trunk/uspace/lib/libc/include/task.h
/trunk/uspace/srv/ns/ns.c
/trunk/uspace/srv/ns/task.c
/trunk/uspace/srv/ns/task.h
4616 5474 d 10 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 5474 d 17 h pillai /branches/arm/kernel/arch/arm32/src/drivers/ minor qemu/integratorcp related changes  
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
4614 5475 d 6 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 5475 d 8 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 5475 d 16 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 5476 d 13 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 5478 d 6 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 5478 d 10 h decky /trunk/uspace/lib/libc/include/ipc/ remove obsolete VFS methods  
/trunk/uspace/lib/libc/include/ipc/vfs.h
4608 5478 d 11 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 5478 d 11 h jermar /trunk/uspace/lib/libc/generic/ Fix typos.  
/trunk/uspace/lib/libc/generic/malloc.c
4606 5478 d 11 h decky /trunk/uspace/lib/libc/generic/ small allocator optimization
add some comments
 
/trunk/uspace/lib/libc/generic/malloc.c
4605 5478 d 12 h decky /branches/snapshot/ add task snapshoting branch  
/branches/snapshot
4604 5479 d 9 h decky /trunk/uspace/srv/fb/ cstyle  
/trunk/uspace/srv/fb/ppm.c
4603 5479 d 9 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 5480 d 10 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 5480 d 10 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 5480 d 10 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 5480 d 10 h decky /trunk/uspace/lib/libc/include/ define just the basic memory allocator interface  
/trunk/uspace/lib/libc/include/malloc.h
4598 5480 d 10 h decky /trunk/uspace/lib/libc/ remove dlmalloc  
/trunk/uspace/lib/libc/malloc
4597 5480 d 10 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
4596 5480 d 10 h decky /trunk/uspace/srv/kbd/ avoid compiler warnings and one small bug  
/trunk/uspace/srv/kbd/ctl/pc.c
/trunk/uspace/srv/kbd/genarch/gsp.c
/trunk/uspace/srv/kbd/layout/cz.c
/trunk/uspace/srv/kbd/port/i8042.c
4595 5480 d 10 h decky /trunk/uspace/srv/console/ avoid compiler warning  
/trunk/uspace/srv/console/screenbuffer.h