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
4027 5594 d 15 h svoboda /trunk/ Init task names for arm32.  
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/arm32/loader/main.c
/trunk/boot/arch/arm32/loader/main.h
/trunk/kernel/arch/arm32/include/arch.h
/trunk/kernel/arch/arm32/src/arm32.c
4026 5594 d 15 h jermar /trunk/ Make the kbd port drivers platform neutral by using PIO functions.
The kernel now supplies the physical address and the kernel virtual address.
 
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/uspace/srv/kbd/port/i8042.c
/trunk/uspace/srv/kbd/port/i8042.h
/trunk/uspace/srv/kbd/port/ns16550.c
/trunk/uspace/srv/kbd/port/z8530.c
4025 5594 d 15 h jermar /trunk/uspace/srv/fb/ Use PIO in uspace EGA driver.  
/trunk/uspace/srv/fb/ega.c
4024 5594 d 15 h jermar /trunk/uspace/lib/libc/ PIO functions for uspace.  
/trunk/uspace/lib/libc/arch/arm32/include/ddi.h
/trunk/uspace/lib/libc/arch/mips32/include/ddi.h
/trunk/uspace/lib/libc/arch/ppc32/include/ddi.h
/trunk/uspace/lib/libc/arch/sparc64/include/ddi.h
/trunk/uspace/lib/libc/arch/ia32/include/ddi.h
/trunk/uspace/lib/libc/arch/ia64/include/ddi.h
/trunk/uspace/lib/libc/generic/ddi.c
/trunk/uspace/lib/libc/include/sys/types.h
4023 5594 d 17 h svoboda /trunk/kernel/arch/ Unify arch_pre_main() comments.  
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/arch/sparc64/src/sparc64.c
4022 5594 d 17 h svoboda /trunk/ Move multiboot parsing to genarch/*/multiboot and adapt it for use with both ia32 and amd64. Multiboot info parsing now supported on amd64, too.  
/trunk/kernel/genarch/include/multiboot
/trunk/kernel/genarch/include/multiboot/multiboot.h
/trunk/kernel/genarch/src/multiboot
/trunk/kernel/genarch/src/multiboot/multiboot.c
/trunk/kernel/arch/ia32/include/boot/multiboot.h
/trunk/HelenOS.config
/trunk/kernel/arch/amd64/include/arch.h
/trunk/kernel/arch/amd64/include/boot/boot.h
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/amd64/src/boot/boot.S
/trunk/kernel/arch/ia32/include/arch.h
/trunk/kernel/arch/ia32/include/boot/boot.h
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/genarch/Makefile.inc
4021 5594 d 18 h jermar /trunk/kernel/ There is no need to define ioport{8,16,32}_t types for each architecture separately.  
/trunk/kernel/arch/amd64/include/asm.h
/trunk/kernel/arch/amd64/include/types.h
/trunk/kernel/arch/arm32/include/asm.h
/trunk/kernel/arch/arm32/include/types.h
/trunk/kernel/arch/ia32/include/asm.h
/trunk/kernel/arch/ia32/include/types.h
/trunk/kernel/arch/ia64/include/asm.h
/trunk/kernel/arch/ia64/include/types.h
/trunk/kernel/arch/mips32/include/asm.h
/trunk/kernel/arch/mips32/include/types.h
/trunk/kernel/arch/ppc32/include/asm.h
/trunk/kernel/arch/ppc32/include/types.h
/trunk/kernel/arch/sparc64/include/types.h
/trunk/kernel/genarch/include/drivers/ega/ega.h
/trunk/kernel/generic/include/typedefs.h
4020 5594 d 18 h svoboda /trunk/kernel/generic/src/main/ 'init:' instead of 'boot:'  
/trunk/kernel/generic/src/main/kinit.c
4019 5594 d 21 h decky /trunk/uspace/srv/fs/fat/ make sure the unions are packed (fixes FAT on arm32)  
/trunk/uspace/srv/fs/fat/fat_dentry.h
4018 5594 d 22 h decky /trunk/kernel/arch/arm32/ better inline assembler readability using the new symbolic syntax  
/trunk/kernel/arch/arm32/include/asm.h
/trunk/kernel/arch/arm32/include/atomic.h
/trunk/kernel/arch/arm32/include/barrier.h
/trunk/kernel/arch/arm32/include/mm/page.h
/trunk/kernel/arch/arm32/include/regutils.h
/trunk/kernel/arch/arm32/src/cpu/cpu.c
/trunk/kernel/arch/arm32/src/exception.c
/trunk/kernel/arch/arm32/src/mm/page_fault.c
/trunk/kernel/arch/arm32/src/mm/tlb.c
/trunk/kernel/arch/arm32/src/userspace.c
4017 5594 d 22 h decky /trunk/kernel/arch/amd64/ better inline assembler readability using the new symbolic syntax  
/trunk/kernel/arch/amd64/include/asm.h
/trunk/kernel/arch/amd64/include/atomic.h
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/amd64/src/cpu/cpu.c
/trunk/kernel/arch/amd64/src/fpu_context.c
/trunk/kernel/arch/amd64/src/userspace.c
4016 5594 d 23 h decky /trunk/kernel/ better inline assembler readability using the new symbolic syntax  
/trunk/kernel/arch/ia32/include/asm.h
/trunk/kernel/arch/ia32/include/atomic.h
/trunk/kernel/arch/ia32/include/barrier.h
/trunk/kernel/arch/ia32/include/cpuid.h
/trunk/kernel/arch/ia32/src/cpu/cpu.c
/trunk/kernel/arch/ia32/src/fpu_context.c
/trunk/kernel/arch/ia32/src/interrupt.c
/trunk/kernel/arch/ia32/src/pm.c
/trunk/kernel/arch/ia32/src/userspace.c
/trunk/kernel/test/fpu/sse1.c
4015 5595 d 1 h decky /trunk/kernel/arch/ia32/ rename ia32_cboot() to arch_pre_main() and move it to ia32.c (to be in line with other platforms)  
/trunk/kernel/arch/ia32/include/boot/multiboot.h
/trunk/kernel/arch/ia32/include/boot/cboot.h
/trunk/kernel/arch/ia32/src/boot/cboot.c
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/ia32/include/arch.h
/trunk/kernel/arch/ia32/include/boot/boot.h
/trunk/kernel/arch/ia32/src/boot/boot.S
/trunk/kernel/arch/ia32/src/ia32.c
4014 5595 d 1 h decky /trunk/ cstyle  
/trunk/kernel/arch/ia32/src/boot/cboot.c
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/lib/string.c
/trunk/kernel/generic/src/main/kinit.c
/trunk/uspace/srv/loader/main.c
4013 5595 d 15 h svoboda /trunk/kernel/generic/ Didn't need strrcpy() afterall. Also remove strcpy() since strncpy() is better.  
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/lib/string.c
/trunk/kernel/generic/src/proc/task.c
4012 5595 d 16 h svoboda /trunk/ Task names should only contain base names of commands. Also add 'boot:' prefix for binaries loaded by the kernel.  
/trunk/kernel/arch/ia32/src/boot/cboot.c
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/lib/string.c
/trunk/kernel/generic/src/main/kinit.c
/trunk/uspace/srv/loader/main.c
4011 5595 d 17 h svoboda /trunk/kernel/ String functions should be declared in string.h (and implemented in string.c) in the kernel.  
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/lib/string.c
/trunk/kernel/Makefile
/trunk/kernel/arch/ia32/src/boot/cboot.c
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/pci.c
/trunk/kernel/arch/sparc64/src/drivers/scr.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/kernel/genarch/src/ofw/ebus.c
/trunk/kernel/genarch/src/ofw/fhc.c
/trunk/kernel/genarch/src/ofw/ofw_tree.c
/trunk/kernel/genarch/src/ofw/pci.c
/trunk/kernel/generic/include/func.h
/trunk/kernel/generic/include/memstr.h
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/debug/symtab.c
/trunk/kernel/generic/src/lib/func.c
/trunk/kernel/generic/src/lib/memstr.c
/trunk/kernel/generic/src/printf/printf_core.c
/trunk/kernel/generic/src/proc/task.c
4010 5595 d 21 h decky /trunk/uspace/srv/vfs/ support for pending (blocking) mounts (waiting for the presence of the filesystem implementation)
the mount point and filesystem type arguments of VFS_MOUNT were swapped, the IPC_M_PING was eliminated
small cleanups
 
/trunk/uspace/srv/vfs/vfs.c
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_ops.c
/trunk/uspace/srv/vfs/vfs_register.c
4009 5595 d 21 h decky /trunk/uspace/srv/devmap/ support for pending (blocking) device lookups
cleanup & cstyle
 
/trunk/uspace/srv/devmap/devmap.c
4008 5595 d 21 h decky /trunk/uspace/srv/ns/ add support for pending (blocking) connections to services
cleanup & cstyle
 
/trunk/uspace/srv/ns/ns.c

Show All