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
3067 5896 d 8 h decky /trunk/kernel/generic/include/ LOG, LOG_EXEC() macros (used if CONFIG_EDEBUG is set)
cosmetic changes
 
/trunk/kernel/generic/include/debug.h
/trunk/kernel/generic/include/panic.h
3066 5896 d 8 h decky /trunk/kernel/generic/include/ common types are same on all platforms  
/trunk/kernel/generic/include/typedefs.h
3065 5896 d 8 h decky /trunk/kernel/generic/src/console/ remove original klog
permanent kernel cyclic log buffer
proper printf formatting
 
/trunk/kernel/generic/src/console/klog.c
/trunk/kernel/generic/src/console/chardev.c
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/console.c
3064 5896 d 8 h decky /trunk/kernel/generic/src/syscall/ change SYS_IO semantics
add SYS_TASK_SPAWN
proper printf formatting
 
/trunk/kernel/generic/src/syscall/syscall.c
3063 5896 d 8 h decky /trunk/kernel/generic/src/proc/ support for SYS_SPAWN syscall
proper printf formatting
change the way init tasks are created
 
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/proc/thread.c
3062 5896 d 8 h decky /trunk/kernel/generic/src/proc/ proper printf formatting  
/trunk/kernel/generic/src/proc/scheduler.c
3061 5896 d 8 h decky /trunk/kernel/generic/src/main/ debugging output of kernel initialization  
/trunk/kernel/generic/src/main/main.c
3060 5896 d 8 h decky /trunk/kernel/generic/src/main/ run init tasks after they are all loaded  
/trunk/kernel/generic/src/main/kinit.c
3059 5896 d 8 h decky /trunk/kernel/generic/src/ proper printf formatting  
/trunk/kernel/generic/src/debug/symtab.c
/trunk/kernel/generic/src/synch/rwlock.c
/trunk/kernel/generic/src/synch/spinlock.c
3058 5896 d 8 h decky /trunk/kernel/generic/src/ proper printf formatting, remove non-standard 'z' modifier  
/trunk/kernel/generic/src/adt/btree.c
/trunk/kernel/generic/src/printf/printf_core.c
/trunk/kernel/generic/src/printf/vprintf.c
3057 5896 d 8 h decky /trunk/kernel/generic/src/mm/ proper printf formatting  
/trunk/kernel/generic/src/mm/as.c
/trunk/kernel/generic/src/mm/buddy.c
/trunk/kernel/generic/src/mm/frame.c
/trunk/kernel/generic/src/mm/slab.c
3056 5896 d 8 h decky /trunk/kernel/generic/src/ proper printf formatting & coding style  
/trunk/kernel/generic/src/cpu/cpu.c
/trunk/kernel/generic/src/lib/func.c
/trunk/kernel/generic/src/lib/memstr.c
/trunk/kernel/generic/src/lib/objc_ext.c
/trunk/kernel/generic/src/sysinfo/sysinfo.c
3055 5896 d 8 h decky /trunk/kernel/generic/src/interrupt/ proper printf formatting  
/trunk/kernel/generic/src/interrupt/interrupt.c
3054 5896 d 8 h decky /trunk/kernel/generic/src/ipc/ proper printf formatting  
/trunk/kernel/generic/src/ipc/ipc.c
/trunk/kernel/generic/src/ipc/sysipc.c
3053 5896 d 8 h decky /trunk/kernel/ add CONFIG_EDEBUG
remove klog
 
/trunk/kernel/Makefile
3051 5896 d 10 h decky /trunk/kernel/ remove ARM machine option
add CONFIG_EDEBUG option
 
/trunk/kernel/kernel.config
3044 5897 d 2 h jermar /trunk/kernel/arch/amd64/ Some inline functions in memstr.h seem to be of uncertain origin (amd64).
Replace either with built-in functions or with generic functions.
 
/trunk/kernel/arch/amd64/src/asm_utils.S
3043 5897 d 2 h jermar /trunk/kernel/arch/ia32/ Some inline functions in memstr.h seem to be of uncertain origin (ia32).
Replace either with built-in functions or with generic functions.
 
/trunk/kernel/arch/ia32/src/asm.S
3041 5897 d 10 h svoboda /trunk/kernel/arch/ia32/include/ Fix register-constraint typo in ia32 memstr.h and add two '&'s for symmetry's sake. (None were really causing trouble)  
/trunk/kernel/arch/ia32/include/memstr.h
3040 5897 d 10 h svoboda /trunk/kernel/arch/amd64/include/ Fix register-constraint typo in amd64 memstr.h and add two '&'s for symmetry's sake. (None were really causing trouble)  
/trunk/kernel/arch/amd64/include/memstr.h
3038 5897 d 13 h svoboda /trunk/kernel/arch/mips32/include/ Fix missing earlyclobber-register constraints in mips32 atomic_add(), causing panic when gcc put %0 and %1 to the same register.  
/trunk/kernel/arch/mips32/include/atomic.h
3029 5900 d 8 h decky /trunk/kernel/generic/ fix kernel ramdisk support  
/trunk/kernel/generic/include/lib/rd.h
/trunk/kernel/generic/src/lib/rd.c
/trunk/kernel/generic/src/main/kinit.c
3020 5902 d 2 h jermar /trunk/kernel/generic/ Turn phone->lock into mutex.  
/trunk/kernel/generic/include/ipc/ipc.h
/trunk/kernel/generic/src/ipc/ipc.c
/trunk/kernel/generic/src/ipc/sysipc.c
3007 5904 d 4 h jermar /trunk/ Improve linking and loading of boot ELF images.
(Contributed by Jiri Svoboda)
 
/trunk/kernel/generic/src/lib/elf.c
/trunk/kernel/generic/src/mm/backend_elf.c
/trunk/uspace/lib/libc/arch/amd64/_link.ld.in
/trunk/uspace/lib/libc/arch/arm32/_link.ld.in
/trunk/uspace/lib/libc/arch/ia32/_link.ld.in
/trunk/uspace/lib/libc/arch/ia64/_link.ld.in
/trunk/uspace/lib/libc/arch/mips32/_link.ld.in
/trunk/uspace/lib/libc/arch/ppc32/_link.ld.in
/trunk/uspace/lib/libc/arch/ppc64/_link.ld.in
/trunk/uspace/lib/libc/arch/sparc64/_link.ld.in
2934 5915 d 4 h jermar /trunk/ Do not attempt to malloc() zero bytes of memory during VFS_READ at end of file.  
/trunk/kernel/generic/src/ipc/sysipc.c
/trunk/uspace/app/tester/vfs/vfs1.c
2926 5915 d 13 h decky /trunk/kernel/generic/include/proc/ cs change  
/trunk/kernel/generic/include/proc/tasklet.h
2916 5918 d 4 h jermar /trunk/kernel/generic/src/ More formatting changes.  
/trunk/kernel/generic/src/synch/waitq.c
/trunk/kernel/generic/src/time/timeout.c
2914 5918 d 4 h jermar /trunk/kernel/generic/src/synch/ Formatting improvements.  
/trunk/kernel/generic/src/synch/waitq.c
2909 5918 d 7 h jermar /trunk/kernel/generic/src/synch/ timeouted vs. timed out  
/trunk/kernel/generic/src/synch/waitq.c
2907 5918 d 7 h jermar /trunk/kernel/generic/src/proc/ Improve comment for thread_create().  
/trunk/kernel/generic/src/proc/thread.c
2861 5944 d 3 h cejka /trunk/ Used common macro for context saving on ppc64.  
/trunk/uspace/lib/libc/arch/ppc64/include/context_offset.h
/trunk/kernel/arch/ppc32/include/context_offset.h
/trunk/kernel/arch/ppc64/include/context_offset.h
/trunk/kernel/arch/ppc64/src/context.S
/trunk/uspace/lib/libc/arch/ppc64/src/fibril.S
2860 5945 d 3 h cejka /trunk/ Context handling unified for sparc64.  
/trunk/uspace/lib/libc/arch/sparc64/include/context_offset.h
/trunk/kernel/arch/sparc64/include/context_offset.h
/trunk/kernel/arch/sparc64/src/context.S
/trunk/uspace/lib/libc/arch/sparc64/src/fibril.S
2830 5951 d 6 h jermar /trunk/ Add (c) and the modified BSD license to the config system.  
/trunk/HelenOS.config
/trunk/boot/boot.config
/trunk/kernel/kernel.config
/trunk/tools/config.py
/trunk/uspace/uspace.config
2802 5955 d 12 h jermar /trunk/kernel/generic/ Fix initialization of answerbox->task in ipc_answerbox_init.
Contributed by Jiri Svoboda.
 
/trunk/kernel/generic/include/ipc/ipc.h
/trunk/kernel/generic/src/ipc/ipc.c
/trunk/kernel/generic/src/proc/task.c
2797 5957 d 3 h jermar /trunk/kernel/ Each architecture should only announce its endianity.
The conversion macros should be defined only once.
 
/trunk/kernel/arch/amd64/include/byteorder.h
/trunk/kernel/arch/arm32/include/byteorder.h
/trunk/kernel/arch/ia32/include/byteorder.h
/trunk/kernel/arch/ia64/include/byteorder.h
/trunk/kernel/arch/mips32/include/byteorder.h
/trunk/kernel/arch/mips32/src/drivers/arc.c
/trunk/kernel/arch/ppc32/include/byteorder.h
/trunk/kernel/arch/ppc64/include/byteorder.h
/trunk/kernel/arch/sparc64/include/byteorder.h
/trunk/kernel/generic/include/byteorder.h
/trunk/kernel/generic/src/debug/symtab.c
/trunk/kernel/generic/src/lib/rd.c
2794 5958 d 3 h jermar /trunk/kernel/ Add macros for byte swapping of uint16_t's.  
/trunk/kernel/arch/amd64/include/byteorder.h
/trunk/kernel/arch/arm32/include/byteorder.h
/trunk/kernel/arch/ia32/include/byteorder.h
/trunk/kernel/arch/ia64/include/byteorder.h
/trunk/kernel/arch/mips32/include/byteorder.h
/trunk/kernel/arch/ppc32/include/byteorder.h
/trunk/kernel/arch/ppc64/include/byteorder.h
/trunk/kernel/arch/sparc64/include/byteorder.h
/trunk/kernel/generic/include/byteorder.h
2790 5961 d 13 h jermar /trunk/kernel/generic/src/proc/ Fix typo ALV tree vs. AVL tree.  
/trunk/kernel/generic/src/proc/thread.c
2784 5972 d 1 h jermar /trunk/kernel/arch/ Fortify ia32 and amd64 kernels against mallicious uspace applications that set
DF prior to entering the kernel. For AMD64 syscalls, we don't use the CLD
instruction, but make use of the SFMASK MSR instead. Simics works fine with
it, but QEMU seems to have a problem.
 
/trunk/kernel/arch/amd64/include/cpu.h
/trunk/kernel/arch/amd64/src/asm_utils.S
/trunk/kernel/arch/amd64/src/boot/boot.S
/trunk/kernel/arch/amd64/src/syscall.c
/trunk/kernel/arch/ia32/src/asm.S
/trunk/kernel/arch/ia32/src/boot/boot.S
2783 5972 d 2 h jermar /trunk/kernel/arch/amd64/src/cpu/ Fix cstyle.  
/trunk/kernel/arch/amd64/src/cpu/cpu.c
2781 5976 d 10 h cejka /trunk/ Unified context saving/restoring macros in ppc32.  
/trunk/uspace/lib/libc/arch/ppc32/include/context_offset.h
/trunk/kernel/arch/ppc32/include/context_offset.h
/trunk/kernel/arch/ppc32/src/context.S
/trunk/uspace/lib/libc/arch/ppc32/src/fibril.S