Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1624 6629 d 0 h palkovsky /uspace/trunk/libc/arch/ppc32/src/ Fixed incorrect TLS in ppc32.  
/uspace/trunk/libc/arch/ppc32/src/thread.c
1623 6629 d 0 h cejka /uspace/trunk/libc/generic/io/ Simple doxygen comments for printf functions.  
/uspace/trunk/libc/generic/io/printf.c
/uspace/trunk/libc/generic/io/snprintf.c
/uspace/trunk/libc/generic/io/sprintf.c
/uspace/trunk/libc/generic/io/vprintf.c
/uspace/trunk/libc/generic/io/vsnprintf.c
/uspace/trunk/libc/generic/io/vsprintf.c
1622 6629 d 2 h vana /uspace/trunk/kbd/arch/mips32/src/ F - keys in msim  
/uspace/trunk/kbd/arch/mips32/src/kbd.c
1621 6629 d 4 h vana /kernel/trunk/arch/ia64/ itanium faulting task kill  
/kernel/trunk/arch/ia64/include/interrupt.h
/kernel/trunk/arch/ia64/src/interrupt.c
/kernel/trunk/arch/ia64/src/mm/tlb.c
1620 6629 d 4 h decky /boot/trunk/arch/ppc32/loader/ update boot loader API  
/boot/trunk/arch/ppc32/loader/main.c
/boot/trunk/arch/ppc32/loader/main.h
/boot/trunk/arch/ppc32/loader/ofw.c
/boot/trunk/arch/ppc32/loader/ofw.h
1619 6629 d 4 h decky /kernel/trunk/ basic ppc32 keyboard  
/kernel/trunk/Makefile
/kernel/trunk/arch/ppc32/include/boot/boot.h
/kernel/trunk/arch/ppc32/include/drivers/cuda.h
/kernel/trunk/arch/ppc32/src/drivers/cuda.c
/kernel/trunk/arch/ppc32/src/ppc32.c
1618 6629 d 4 h vana /uspace/trunk/ipcc/ Unaligned userspace test  
/uspace/trunk/ipcc/ipcc.c
1617 6629 d 4 h cejka /uspace/trunk/libc/generic/io/ Printf return value fix ported from kernel to uspace.  
/uspace/trunk/libc/generic/io/printf_core.c
/uspace/trunk/libc/generic/io/vsnprintf.c
1616 6629 d 5 h palkovsky /uspace/trunk/ Fixed console disconnect.
Added serialization to printf.
 
/uspace/trunk/console/console.c
/uspace/trunk/klog/klog.c
/uspace/trunk/libc/generic/io/printf_core.c
1615 6629 d 5 h jermar /kernel/trunk/arch/mips32/src/ mips32 version of alignment-safe memcpy.  
/kernel/trunk/arch/mips32/src/asm.S
1614 6629 d 5 h palkovsky /uspace/trunk/libc/generic/ Fixed bad TLS BSS initialization.  
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/psthread.c
/uspace/trunk/libc/generic/thread.c
1613 6629 d 5 h palkovsky /kernel/trunk/generic/src/console/ Fixed klog to use correct vsnprintf.  
/kernel/trunk/generic/src/console/klog.c
1612 6629 d 5 h jermar /kernel/trunk/generic/src/lib/ Generic version of memcpy that is resistent towards unaligned memory accesses.  
/kernel/trunk/generic/src/lib/memstr.c
1611 6629 d 6 h jermar /kernel/trunk/arch/ia64/src/ ia64 memcpy that is unaligned pointer resistent.  
/kernel/trunk/arch/ia64/src/asm.S
1610 6629 d 6 h palkovsky /uspace/trunk/ Revised ipc. Now it is preferrable to use only functions from async.h, they
take care of correct buffering, waiting for answers etc.
 
/uspace/trunk/fb/helenos.xbm
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
/uspace/trunk/fb/fb.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/klog/klog.c
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/libc/generic/psthread.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/ipc/ipc.h
/uspace/trunk/libc/include/psthread.h
/uspace/trunk/tetris/screen.c
1609 6629 d 8 h decky /kernel/trunk/arch/ppc32/ generalize ppc32 exception handling  
/kernel/trunk/arch/ppc32/include/interrupt.h
/kernel/trunk/arch/ppc32/include/mm/page.h
/kernel/trunk/arch/ppc32/src/exception.S
/kernel/trunk/arch/ppc32/src/interrupt.c
/kernel/trunk/arch/ppc32/src/mm/page.c
1608 6629 d 8 h decky /uspace/trunk/ dummy ppc32 keyboard  
/uspace/trunk/kbd/arch/ppc32
/uspace/trunk/kbd/arch/ppc32/include
/uspace/trunk/kbd/arch/ppc32/include/kbd.h
/uspace/trunk/kbd/arch/ppc32/src
/uspace/trunk/kbd/arch/ppc32/src/kbd.c
/uspace/trunk/Makefile
1607 6629 d 8 h decky /boot/trunk/arch/ppc32/loader/ ppc32 sync  
/boot/trunk/arch/ppc32/loader/Makefile
1606 6629 d 8 h decky /kernel/trunk/arch/ppc32/src/drivers/ dummy ppc32 keyboard  
/kernel/trunk/arch/ppc32/src/drivers/cuda.c
1605 6629 d 9 h cejka /kernel/trunk/generic/src/printf/ Another kernel printf return value fix.  
/kernel/trunk/generic/src/printf/vsnprintf.c
1604 6629 d 9 h cejka /kernel/trunk/ Fixed printf return value.  
/kernel/trunk/generic/src/printf/printf_core.c
/kernel/trunk/generic/src/printf/vsnprintf.c
/kernel/trunk/test/print/print1/test.c
1603 6629 d 10 h vana /uspace/trunk/kbd/arch/ia32/src/ '?' character bug fix  
/uspace/trunk/kbd/arch/ia32/src/kbd.c
1602 6629 d 11 h decky /boot/trunk/arch/ppc32/loader/ add ipcc and klog to ppc32  
/boot/trunk/arch/ppc32/loader/Makefile
1601 6629 d 12 h jermar /kernel/trunk/ Support loading up to 8 userspace images on ia64.  
/kernel/trunk/arch/ia64/src/ia64.c
/kernel/trunk/contrib/conf/ski.conf
1600 6629 d 12 h jermar /kernel/trunk/generic/src/proc/ Prevent task killing of kernel by returning EPERM on such a request.  
/kernel/trunk/generic/src/proc/task.c
1599 6629 d 12 h palkovsky /kernel/trunk/generic/src/mm/ Blacklist first frame to avoid problems with allocator.  
/kernel/trunk/generic/src/mm/frame.c
1598 6629 d 13 h palkovsky /boot/trunk/arch/ Added ipcc and klog to amd64 and ia32 architectures.  
/boot/trunk/arch/amd64/Makefile.inc
/boot/trunk/arch/amd64/grub/menu.lst
/boot/trunk/arch/ia32/Makefile.inc
/boot/trunk/arch/ia32/grub/menu.lst
1597 6629 d 13 h palkovsky /kernel/trunk/ Added possibility to interrupt task at exit from interrupt routine.  
/kernel/trunk/arch/sparc64/include/interrupt.h
/kernel/trunk/generic/src/interrupt/interrupt.c
/kernel/trunk/generic/src/proc/task.c
/kernel/trunk/generic/src/syscall/syscall.c
1596 6629 d 13 h palkovsky /uspace/trunk/ Added basic klog.
Added ipc tester.
TODO: add serializing functions to psthread, so that the lines in klog won't intermix.
 
/uspace/trunk/ipcc
/uspace/trunk/ipcc/Makefile
/uspace/trunk/ipcc/ipcc.c
/uspace/trunk/klog
/uspace/trunk/klog/Makefile
/uspace/trunk/klog/klog.c
/uspace/trunk/Makefile
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/ipc/services.h
/uspace/trunk/ns/ns.c
1595 6629 d 14 h palkovsky /kernel/trunk/ Added kernel circular buffer klog.
Added automatic killing of tasks raising inappropriate exceptions.
TODO: Fix vsnprintf return value(and behaviour according to specs) and remove workaround in klog.
 
/kernel/trunk/generic/include/console/klog.h
/kernel/trunk/generic/src/console/klog.c
/kernel/trunk/Makefile
/kernel/trunk/arch/amd64/include/interrupt.h
/kernel/trunk/arch/amd64/src/interrupt.c
/kernel/trunk/arch/amd64/src/mm/page.c
/kernel/trunk/arch/ia32/include/interrupt.h
/kernel/trunk/arch/ia32/src/interrupt.c
/kernel/trunk/arch/ia32/src/mm/page.c
/kernel/trunk/arch/ia64/include/interrupt.h
/kernel/trunk/arch/ia64/src/interrupt.c
/kernel/trunk/arch/mips32/include/arg.h
/kernel/trunk/arch/mips32/include/exception.h
/kernel/trunk/arch/mips32/src/exception.c
/kernel/trunk/arch/mips32/src/mm/tlb.c
/kernel/trunk/arch/ppc32/include/exception.h
/kernel/trunk/arch/ppc32/src/interrupt.c
/kernel/trunk/arch/ppc64/include/exception.h
/kernel/trunk/arch/sparc64/include/interrupt.h
/kernel/trunk/generic/include/interrupt.h
/kernel/trunk/generic/include/ipc/irq.h
/kernel/trunk/generic/include/ipc/sysipc.h
/kernel/trunk/generic/include/proc/thread.h
/kernel/trunk/generic/include/stackarg.h
/kernel/trunk/generic/include/stdarg.h
/kernel/trunk/generic/src/interrupt/interrupt.c
/kernel/trunk/generic/src/ipc/ipc.c
/kernel/trunk/generic/src/ipc/irq.c
/kernel/trunk/generic/src/ipc/sysipc.c
/kernel/trunk/generic/src/main/main.c
/kernel/trunk/generic/src/proc/thread.c
1594 6629 d 20 h jermar /kernel/trunk/generic/src/mm/ Never ever walk a B+tree as you destroy it. Or vice versa.  
/kernel/trunk/generic/src/mm/as.c
1593 6629 d 21 h jermar /kernel/trunk/generic/src/synch/ When interrupted from sleep, pending timeouts must be unregistered.  
/kernel/trunk/generic/src/synch/waitq.c
1592 6629 d 22 h palkovsky /uspace/trunk/console/ Added correct disconnect handling.  
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
/uspace/trunk/console/gcons.h
1591 6629 d 23 h palkovsky /kernel/trunk/generic/ Small updates to ipc.  
/kernel/trunk/generic/include/ipc/ipc.h
/kernel/trunk/generic/src/ipc/ipc.c
/kernel/trunk/generic/src/ipc/irq.c
/kernel/trunk/generic/src/ipc/sysipc.c
1590 6630 d 1 h cejka /uspace/trunk/tetris/ Tetris has now a new menu.
Hiscore table added.
 
/uspace/trunk/tetris/scores.c
/uspace/trunk/tetris/scores.h
/uspace/trunk/tetris/screen.c
/uspace/trunk/tetris/screen.h
/uspace/trunk/tetris/tetris.c
1589 6630 d 2 h jermar /kernel/trunk/generic/src/ Improve comments regarding liveliness of threads and tasks.  
/kernel/trunk/generic/src/ddi/ddi.c
/kernel/trunk/generic/src/proc/task.c
/kernel/trunk/generic/src/proc/thread.c
1588 6630 d 3 h jermar /kernel/trunk/generic/src/ In task_kill(), remove the task from the tasks_btree before proceeding.
Thus, when the kernel finds the task in the tasks_btree and locks it before
releasing tasks_lock, it is guaranteed that the task will not be destroyed
until the lock is held. If the kernel needs to unlock the task, do some operation
and lock it again, it should increase its refcount before doing so. In that case,
when releasing the lock, it must decrement the refcount and if it reaches
zero, it must call task_destroy().
 
/kernel/trunk/generic/src/ddi/ddi.c
/kernel/trunk/generic/src/proc/task.c
/kernel/trunk/generic/src/security/cap.c
1587 6630 d 4 h jermar /kernel/trunk/ task_destroy() implementation, fixes in as_destroy() and task_kill().
This is the first version of HelenOS that would perform complete cleanup leading from thread to destruction of address space.
 
/kernel/trunk/arch/amd64/src/proc/task.c
/kernel/trunk/arch/ia32/src/proc/task.c
/kernel/trunk/arch/ia64/include/proc/task.h
/kernel/trunk/arch/mips32/include/proc/task.h
/kernel/trunk/arch/ppc32/include/proc/task.h
/kernel/trunk/arch/ppc64/include/proc/task.h
/kernel/trunk/arch/sparc64/include/proc/task.h
/kernel/trunk/generic/include/proc/task.h
/kernel/trunk/generic/src/mm/as.c
/kernel/trunk/generic/src/proc/task.c
1586 6630 d 7 h jermar /kernel/trunk/generic/src/synch/ futex_cleanup() implementation.  
/kernel/trunk/generic/src/synch/futex.c
1585 6630 d 7 h jermar /kernel/trunk/generic/ Kill task when its main thread exits.  
/kernel/trunk/generic/include/proc/task.h
/kernel/trunk/generic/src/proc/task.c
/kernel/trunk/generic/src/proc/thread.c