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
3065 5918 d 5 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 5918 d 5 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 5918 d 5 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 5918 d 5 h decky /trunk/kernel/generic/src/proc/ proper printf formatting  
/trunk/kernel/generic/src/proc/scheduler.c
3061 5918 d 5 h decky /trunk/kernel/generic/src/main/ debugging output of kernel initialization  
/trunk/kernel/generic/src/main/main.c
3060 5918 d 5 h decky /trunk/kernel/generic/src/main/ run init tasks after they are all loaded  
/trunk/kernel/generic/src/main/kinit.c
3059 5918 d 5 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 5918 d 5 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 5918 d 5 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 5918 d 5 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 5918 d 5 h decky /trunk/kernel/generic/src/interrupt/ proper printf formatting  
/trunk/kernel/generic/src/interrupt/interrupt.c
3054 5918 d 5 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 5918 d 5 h decky /trunk/kernel/ add CONFIG_EDEBUG
remove klog
 
/trunk/kernel/Makefile
3052 5918 d 6 h decky /trunk/boot/arch/ RAM disk / filesystem support  
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/amd64/grub/menu.lst
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia32/grub/menu.lst
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
3051 5918 d 8 h decky /trunk/kernel/ remove ARM machine option
add CONFIG_EDEBUG option
 
/trunk/kernel/kernel.config
3050 5918 d 8 h decky /trunk/uspace/lib/libc/generic/ empty line remove  
/trunk/uspace/lib/libc/generic/async.c
3049 5918 d 8 h decky /trunk/uspace/lib/libc/generic/ empty line remove  
/trunk/uspace/lib/libc/generic/fibril.c
3048 5918 d 8 h decky /trunk/uspace/lib/libfs/ fix typo  
/trunk/uspace/lib/libfs/libfs.c
3047 5918 d 8 h decky /trunk/uspace/dist/ filesystem template  
/trunk/uspace/dist
/trunk/uspace/dist/etc
/trunk/uspace/dist/etc/inittab
/trunk/uspace/dist/sbin
3046 5918 d 20 h decky /trunk/tools/ recursive TMPFS image  
/trunk/tools/mktmpfs.py
3045 5918 d 20 h decky /trunk/ remove ARM machine choice  
/trunk/HelenOS.config
3044 5918 d 23 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 5918 d 23 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 5919 d 7 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 5919 d 7 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
3039 5919 d 8 h svoboda /trunk/uspace/lib/libc/arch/mips32/include/ Fix register constraints in mips32 libc atomic_add()  
/trunk/uspace/lib/libc/arch/mips32/include/atomic.h
3038 5919 d 11 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 5922 d 5 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
3028 5922 d 6 h decky /trunk/ cleanup scripts  
/trunk/HelenOS.config
/trunk/tools/fix_symlinks.sh
/trunk/tools/mktmpfs.py
/trunk/uspace/srv/pci/update-ids
3027 5922 d 6 h decky /trunk/boot/ finish unifying pack script  
/trunk/boot/arch/ia64/loader/_link.ld.in
/trunk/boot/arch/mips32/loader/_link.ld.in.binary
/trunk/boot/arch/mips32/loader/_link.ld.in.ecoff
/trunk/boot/arch/sparc64/loader/_link.ld.in
/trunk/boot/arch/ia64/loader/pack
/trunk/boot/arch/mips32/loader/_link.ld.in
/trunk/boot/arch/sparc64/loader/pack
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/arm32/loader/_link.ld.in
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/ppc32/loader/_link.ld.in
/trunk/boot/arch/ppc64/loader/Makefile
/trunk/boot/arch/ppc64/loader/_link.ld.in
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/boot/tools/pack.py
3024 5923 d 4 h decky /trunk/boot/arch/ use unified pack script by arm32  
/trunk/boot/arch/arm32/loader/_link.ld.in
/trunk/boot/arch/arm32/loader/pack
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/arm32/loader/main.c
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/ppc64/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
3023 5923 d 5 h decky /trunk/boot/ unify pack script  
/trunk/boot/arch/mips32/loader/_link.ld.in
/trunk/boot/arch/ppc32/loader/_link.ld.in
/trunk/boot/arch/ppc64/loader/_link.ld.in
/trunk/boot/tools/pack.py
/trunk/boot/arch/mips32/loader/pack
/trunk/boot/arch/ppc32/loader/pack
/trunk/boot/arch/ppc64/loader/pack
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/mips32/loader/main.c
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/ppc32/loader/main.c
/trunk/boot/arch/ppc64/loader/Makefile
/trunk/boot/arch/ppc64/loader/main.c
3021 5923 d 20 h decky /trunk/tools/ add support for page size alignment  
/trunk/tools/mktmpfs.py
3020 5923 d 23 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
3019 5924 d 3 h decky /trunk/tools/ add RD header  
/trunk/tools/mktmpfs.py
3017 5924 d 3 h decky /trunk/tools/ update scripts  
/trunk/tools/fix_symlinks.sh
/trunk/tools/mktmpfs.py
/trunk/tools/cygwin_symlink_patch.sh
/trunk/tools/config.py
3007 5926 d 1 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
3003 5927 d 0 h jermar /trunk/uspace/lib/libfs/ More of the preivous commit.  
/trunk/uspace/lib/libfs/libfs.c
3002 5927 d 0 h jermar /trunk/uspace/lib/libfs/ Optimize conditions in libfs_lookup(). Perform primitive comparisons in the
left-hand subexpression and potentially expensive calls to libfs operations in
the right-hand subexpression.
 
/trunk/uspace/lib/libfs/libfs.c
2958 5933 d 22 h jermar /trunk/uspace/srv/ Make VFS_MOUNT call even when mounting the root file system.  
/trunk/uspace/srv/fs/tmpfs/tmpfs.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/vfs/vfs_ops.c