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
2227 6278 d 13 h decky /trunk/kernel/ start shutdown infrastructure  
/trunk/kernel/generic/src/main/shutdown.c
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/src/pm.c
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/ia32/src/pm.c
/trunk/kernel/arch/ia32xen/src/ia32xen.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/ppc32/src/drivers/cuda.c
/trunk/kernel/arch/ppc64/src/ppc64.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/kernel/generic/include/arch.h
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/kernel.config
2226 6278 d 13 h decky /trunk/contrib/conf/ MIPS boot image has grown  
/trunk/contrib/conf/msim.conf
2225 6278 d 13 h decky /trunk/kernel/arch/mips32/ the bss and common sections have to be in .data output section to be properly generated in the binary image
(this might break IRIX, but it is already unmaintaned)
 
/trunk/kernel/arch/mips32/_link.ld.in
2224 6278 d 19 h decky /trunk/kernel/generic/src/console/ detach joined thread  
/trunk/kernel/generic/src/console/cmd.c
2223 6278 d 19 h decky /trunk/kernel/generic/src/ add mcall0 command (calling a function on each CPU)  
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/main/kinit.c
2222 6278 d 22 h decky /trunk/kernel/ map kernel pages explicitly as writable (this solves compatibility issues with Intel Core 2)
make VESA framebuffer initialization more robust
 
/trunk/kernel/arch/amd64/src/boot/boot.S
/trunk/kernel/arch/amd64/src/mm/page.c
/trunk/kernel/arch/ia32/src/boot/boot.S
/trunk/kernel/arch/ia32/src/mm/page.c
/trunk/kernel/arch/ia32/src/smp/smp.c
/trunk/kernel/arch/ia32xen/src/smp/smp.c
/trunk/kernel/arch/ppc32/src/mm/page.c
/trunk/kernel/arch/ppc64/src/mm/page.c
/trunk/kernel/genarch/src/acpi/acpi.c
/trunk/kernel/generic/src/mm/page.c
2221 6279 d 0 h decky /trunk/kernel/arch/ia32/src/boot/ fix typo in comment  
/trunk/kernel/arch/ia32/src/boot/boot.S
2220 6279 d 0 h decky /trunk/kernel/arch/ia32/src/boot/ check for PSE support, add error message on PSE not present
make initial mapping explicitly writeable, turn PAE explicitly off (just in case)
 
/trunk/kernel/arch/ia32/src/boot/boot.S
2219 6279 d 1 h decky /trunk/kernel/arch/amd64/src/boot/ add error message on no long mode support  
/trunk/kernel/arch/amd64/src/boot/boot.S
2218 6279 d 20 h decky /trunk/kernel/ support the possibility to send EOI or Interrupt Acknowledgement
prior to processing the interrupt
(this is essential on some architectures to prevent preemption deadlock)
 
/trunk/kernel/arch/amd64/src/interrupt.c
/trunk/kernel/arch/ia32/src/drivers/i8254.c
/trunk/kernel/arch/ia32/src/interrupt.c
/trunk/kernel/arch/ia32/src/smp/apic.c
/trunk/kernel/arch/ia32xen/src/interrupt.c
/trunk/kernel/arch/ppc32/src/interrupt.c
/trunk/kernel/arch/ppc64/src/interrupt.c
/trunk/kernel/generic/include/ddi/irq.h
/trunk/kernel/generic/src/ddi/irq.c
2217 6279 d 21 h jermar /trunk/kernel/arch/ia32/src/smp/ On SMP amd64 and ia32 systems, release the irq->lock
before calling clock() from the interrupt handler.
This is important for maintaining kernel preemption
since no preemption can take place while a spinlock
is held.
 
/trunk/kernel/arch/ia32/src/smp/apic.c
2216 6279 d 23 h decky /trunk/ make thread ID 64 bit (task ID is 64 bit already)
cleanup thread syscalls
 
/trunk/kernel/arch/amd64/include/types.h
/trunk/kernel/arch/arm32/include/types.h
/trunk/kernel/arch/ia32/include/types.h
/trunk/kernel/arch/ia32xen/include/types.h
/trunk/kernel/arch/ia64/include/types.h
/trunk/kernel/arch/mips32/include/types.h
/trunk/kernel/arch/ppc32/include/types.h
/trunk/kernel/arch/ppc64/include/types.h
/trunk/kernel/arch/sparc64/include/types.h
/trunk/kernel/generic/include/interrupt.h
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/include/proc/thread.h
/trunk/kernel/generic/src/adt/btree.c
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/ipc/ipc.c
/trunk/kernel/generic/src/proc/scheduler.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/proc/thread.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/kernel/test/fpu/fpu1.c
/trunk/kernel/test/fpu/mips2.c
/trunk/kernel/test/fpu/sse1.c
/trunk/kernel/test/mm/falloc2.c
/trunk/kernel/test/mm/slab1.c
/trunk/kernel/test/mm/slab2.c
/trunk/kernel/test/synch/rwlock3.c
/trunk/kernel/test/synch/rwlock4.c
/trunk/kernel/test/synch/semaphore2.c
/trunk/kernel/test/thread/thread1.c
/trunk/uspace/libc/generic/thread.c
/trunk/uspace/libc/include/thread.h
/trunk/uspace/tester/thread/thread1.c
2211 6280 d 1 h decky /trunk/kernel/generic/src/synch/ reflect the renaming of printflock to printf_lock  
/trunk/kernel/generic/src/synch/spinlock.c
2210 6280 d 1 h decky /trunk/ use more useful values  
/trunk/kernel/test/thread/thread1.c
/trunk/uspace/tester/thread/thread1.c
2209 6280 d 1 h decky /trunk/uspace/ use futex instead of pthread serialization
synchronize only output to stdout
cleanup
 
/trunk/uspace/kbd/generic/key_buffer.c
/trunk/uspace/libc/generic/io/io.c
/trunk/uspace/libc/generic/io/printf.c
/trunk/uspace/libc/generic/io/printf_core.c
/trunk/uspace/libc/generic/io/vprintf.c
/trunk/uspace/libc/generic/io/vsnprintf.c
/trunk/uspace/libc/generic/io/vsprintf.c
/trunk/uspace/libc/include/async.h
2208 6280 d 1 h decky /trunk/kernel/generic/ use spinlock only on console output, not other print functions
cleanup
 
/trunk/kernel/generic/include/print.h
/trunk/kernel/generic/include/printf/printf_core.h
/trunk/kernel/generic/src/printf/printf_core.c
/trunk/kernel/generic/src/printf/snprintf.c
/trunk/kernel/generic/src/printf/vprintf.c
/trunk/kernel/generic/src/printf/vsnprintf.c
/trunk/kernel/generic/src/printf/vsprintf.c
2193 6281 d 4 h decky /trunk/uspace/tester/ reimplement all tests from original ipcc
(cleanup needed)
 
/trunk/uspace/tester/fault
/trunk/uspace/tester/fault/fault1.c
/trunk/uspace/tester/fault/fault1.def
/trunk/uspace/tester/fault/fault2.c
/trunk/uspace/tester/fault/fault2.def
/trunk/uspace/tester/ipc/answer.c
/trunk/uspace/tester/ipc/answer.def
/trunk/uspace/tester/ipc/hangup.c
/trunk/uspace/tester/ipc/hangup.def
/trunk/uspace/tester/ipc/send_async.c
/trunk/uspace/tester/ipc/send_async.def
/trunk/uspace/tester/ipc/send_sync.c
/trunk/uspace/tester/ipc/send_sync.def
/trunk/uspace/tester/Makefile
/trunk/uspace/tester/tester.c
/trunk/uspace/tester/tester.h
2192 6281 d 5 h decky /trunk/uspace/libc/arch/sparc64/include/ fix uspace atomic_add according kernel code  
/trunk/uspace/libc/arch/sparc64/include/atomic.h
2188 6281 d 5 h decky /trunk/ new user space testing framework (unfinished)  
/trunk/uspace/tester/ipc
/trunk/uspace/tester/ipc/connect.c
/trunk/uspace/tester/ipc/connect.def
/trunk/uspace/tester/ipc/register.c
/trunk/uspace/tester/ipc/register.def
/trunk/uspace/tester/print
/trunk/uspace/tester/print/print1.c
/trunk/uspace/tester/print/print1.def
/trunk/uspace/tester/tester.h
/trunk/uspace/tester/thread
/trunk/uspace/tester/thread/thread1.c
/trunk/uspace/tester/thread/thread1.def
/trunk/kernel/test/print/print1.c
/trunk/uspace/libc/generic/thread.c
/trunk/uspace/libc/generic/time.c
/trunk/uspace/libc/include/thread.h
/trunk/uspace/libc/include/unistd.h
/trunk/uspace/tester/Makefile
/trunk/uspace/tester/tester.c
2187 6281 d 6 h decky /trunk/kernel/generic/ add syscall for getting current thread ID  
/trunk/kernel/generic/include/proc/thread.h
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/proc/thread.c
/trunk/kernel/generic/src/syscall/syscall.c

Show All