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
3063 5880 d 15 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 5880 d 16 h decky /trunk/kernel/generic/src/proc/ proper printf formatting  
/trunk/kernel/generic/src/proc/scheduler.c
3061 5880 d 16 h decky /trunk/kernel/generic/src/main/ debugging output of kernel initialization  
/trunk/kernel/generic/src/main/main.c
3060 5880 d 16 h decky /trunk/kernel/generic/src/main/ run init tasks after they are all loaded  
/trunk/kernel/generic/src/main/kinit.c
3059 5880 d 16 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 5880 d 16 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 5880 d 16 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 5880 d 16 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 5880 d 16 h decky /trunk/kernel/generic/src/interrupt/ proper printf formatting  
/trunk/kernel/generic/src/interrupt/interrupt.c
3054 5880 d 16 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 5880 d 16 h decky /trunk/kernel/ add CONFIG_EDEBUG
remove klog
 
/trunk/kernel/Makefile
3051 5880 d 18 h decky /trunk/kernel/ remove ARM machine option
add CONFIG_EDEBUG option
 
/trunk/kernel/kernel.config
3044 5881 d 9 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 5881 d 10 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 5881 d 17 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 5881 d 18 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 5881 d 21 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 5884 d 15 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 5886 d 10 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 5888 d 11 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 5899 d 12 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 5899 d 21 h decky /trunk/kernel/generic/include/proc/ cs change  
/trunk/kernel/generic/include/proc/tasklet.h
2916 5902 d 11 h jermar /trunk/kernel/generic/src/ More formatting changes.  
/trunk/kernel/generic/src/synch/waitq.c
/trunk/kernel/generic/src/time/timeout.c
2914 5902 d 12 h jermar /trunk/kernel/generic/src/synch/ Formatting improvements.  
/trunk/kernel/generic/src/synch/waitq.c
2909 5902 d 14 h jermar /trunk/kernel/generic/src/synch/ timeouted vs. timed out  
/trunk/kernel/generic/src/synch/waitq.c
2907 5902 d 15 h jermar /trunk/kernel/generic/src/proc/ Improve comment for thread_create().  
/trunk/kernel/generic/src/proc/thread.c
2861 5928 d 11 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 5929 d 10 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 5935 d 14 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 5939 d 19 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 5941 d 10 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 5942 d 10 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 5945 d 20 h jermar /trunk/kernel/generic/src/proc/ Fix typo ALV tree vs. AVL tree.  
/trunk/kernel/generic/src/proc/thread.c
2784 5956 d 9 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 5956 d 10 h jermar /trunk/kernel/arch/amd64/src/cpu/ Fix cstyle.  
/trunk/kernel/arch/amd64/src/cpu/cpu.c
2781 5960 d 17 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
2780 5960 d 18 h cejka /trunk/ Fixed broken context_offset.h symlinks for mips32eb and ia32xen.  
/trunk/kernel/arch/ia32xen/include/context_offset.h
/trunk/uspace/lib/libc/arch/mips32eb/include/context_offset.h
2779 5960 d 18 h cejka /trunk/ Context saving/restoring macros used for mips32.  
/trunk/uspace/lib/libc/arch/mips32/include/context_offset.h
/trunk/kernel/arch/mips32/include/context_offset.h
/trunk/kernel/arch/mips32/src/context.S
/trunk/uspace/lib/libc/arch/mips32/src/fibril.S
2777 5960 d 20 h cejka /trunk/ Unified context handling code for amd64.  
/trunk/uspace/lib/libc/arch/amd64/include/context_offset.h
/trunk/kernel/arch/amd64/include/context_offset.h
/trunk/kernel/arch/amd64/src/context.S
/trunk/uspace/lib/libc/arch/amd64/src/fibril.S
2775 5960 d 21 h cejka /trunk/kernel/arch/ia32/src/ Added missing ia32/context.S from last commit.  
/trunk/kernel/arch/ia32/src/context.S
/trunk/kernel/arch/ia32/src/context.s