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
3655 5690 d 12 h jermar /trunk/kernel/ Add additional members to the irq_t structure so that an interrupt-driven driver
does not need to know how to clear the level interrupt. The z8530 was modified
in this way and is much more generic. The ns16550 driver has also been modified,
but awaits testing. The sparc64 interrupt mapping and dispatch code is now using
the new info and calls the clear-interrupt-routine itself.
 
/trunk/kernel/arch/sparc64/include/drivers/fhc.h
/trunk/kernel/arch/sparc64/include/drivers/pci.h
/trunk/kernel/arch/sparc64/src/drivers/fhc.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/pci.c
/trunk/kernel/arch/sparc64/src/trap/interrupt.c
/trunk/kernel/genarch/include/kbd/ns16550.h
/trunk/kernel/genarch/include/kbd/z8530.h
/trunk/kernel/genarch/include/ofw/ofw_tree.h
/trunk/kernel/genarch/src/kbd/ns16550.c
/trunk/kernel/genarch/src/kbd/z8530.c
/trunk/kernel/genarch/src/ofw/ebus.c
/trunk/kernel/genarch/src/ofw/fhc.c
/trunk/kernel/genarch/src/ofw/pci.c
/trunk/kernel/generic/include/ddi/irq.h
/trunk/kernel/generic/src/ddi/irq.c
3654 5690 d 14 h jermar /trunk/kernel/arch/sparc64/ After my effort yesterday, there are two rival psycho drivers.
Merge the two and remove the newer one.
 
/trunk/kernel/arch/sparc64/include/drivers/psycho.h
/trunk/kernel/arch/sparc64/src/drivers/psycho.c
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/kernel/arch/sparc64/src/drivers/pci.c
3653 5690 d 17 h jermar /trunk/uspace/srv/vfs/ Hold the namespace_rwlock during readdir().  
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_lookup.c
/trunk/uspace/srv/vfs/vfs_node.c
/trunk/uspace/srv/vfs/vfs_ops.c
3652 5690 d 19 h jermar /trunk/uspace/srv/fs/fat/ Do not clear the last byte written to a FAT file.  
/trunk/uspace/srv/fs/fat/fat_fat.c
3651 5690 d 20 h jermar /trunk/uspace/app/bdsh/cmds/modules/cp/ Nits.  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3650 5690 d 20 h jermar /trunk/uspace/app/bdsh/cmds/modules/cp/ Several fixes for cp.  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3649 5691 d 10 h jermar /trunk/kernel/arch/sparc64/src/drivers/ More work on the psycho driver.  
/trunk/kernel/arch/sparc64/src/drivers/psycho.c
3648 5691 d 10 h jermar /trunk/kernel/generic/include/ Add host2uintX_t_{le|be} macros to the kernel's byteorder.  
/trunk/kernel/generic/include/byteorder.h
3647 5691 d 11 h jermar /trunk/kernel/arch/sparc64/ Improvized Psycho driver.  
/trunk/kernel/arch/sparc64/include/drivers/psycho.h
/trunk/kernel/arch/sparc64/src/drivers/psycho.c
/trunk/kernel/arch/sparc64/Makefile.inc
3646 5691 d 13 h jermar /trunk/kernel/ Initial support for interrupt driven driver for ns16550.  
/trunk/kernel/Makefile
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/genarch/include/kbd/ns16550.h
/trunk/kernel/genarch/src/kbd/ns16550.c
/trunk/kernel/kernel.config
3645 5691 d 21 h post /trunk/uspace/app/bdsh/cmds/modules/cp/ cp: Fix counter if verbose, remove debug printfs  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3644 5691 d 22 h svoboda /trunk/uspace/dist/ Add text file for filesystem testing.  
/trunk/uspace/dist/readme
3643 5691 d 22 h post /trunk/uspace/app/bdsh/cmds/modules/cp/ cp: fix type mis-match  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3642 5691 d 22 h post /trunk/uspace/app/bdsh/cmds/modules/cp/ make copy_file() deal with files with zero length  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3641 5691 d 22 h post /trunk/uspace/app/bdsh/cmds/modules/cp/ cp: don't return CMD_FAILURE for zero length files  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3640 5691 d 23 h post /trunk/uspace/app/bdsh/cmds/modules/cp/ Implement a rudamentary 'cp' for testing write()  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3639 5693 d 12 h svoboda /trunk/uspace/srv/fb/ Fix framebuffer breakage introduced in r3635.  
/trunk/uspace/srv/fb/Makefile
3638 5694 d 10 h jermar /trunk/uspace/srv/fs/fat/ Implement fat_unlink().  
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_dentry.c
/trunk/uspace/srv/fs/fat/fat_dentry.h
/trunk/uspace/srv/fs/fat/fat_idx.c
/trunk/uspace/srv/fs/fat/fat_ops.c
3637 5694 d 10 h jermar /trunk/uspace/srv/fs/fat/ Fix the bogus assert().  
/trunk/uspace/srv/fs/fat/fat_fat.c
3636 5694 d 10 h jermar /trunk/uspace/srv/fs/fat/ Propagate VFS_DESTROY to fat_destroy().  
/trunk/uspace/srv/fs/fat/fat.c
3635 5694 d 12 h vana /trunk/ IA64: Userspace I/O support  
/trunk/kernel/arch/ia64/include/mm/page.h
/trunk/kernel/arch/ia64/include/mm/tlb.h
/trunk/kernel/arch/ia64/include/proc/task.h
/trunk/kernel/arch/ia64/src/ddi/ddi.c
/trunk/kernel/arch/ia64/src/drivers/ega.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/mm/tlb.c
/trunk/kernel/generic/include/adt/bitmap.h
/trunk/uspace/lib/libc/arch/ia64/Makefile.inc
/trunk/uspace/srv/fb/Makefile
3634 5694 d 20 h jermar /trunk/uspace/srv/fs/fat/ Consider "prd" and "prd." to be the same FAT dentry names.  
/trunk/uspace/srv/fs/fat/fat_dentry.c
/trunk/uspace/srv/fs/fat/fat_dentry.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3633 5695 d 10 h jermar /trunk/uspace/srv/fs/fat/ When creating a new directory node, allocate the first cluster for it.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3632 5695 d 10 h jermar /trunk/uspace/srv/fs/fat/ fat_alloc_clusters() fixes.  
/trunk/uspace/srv/fs/fat/fat_fat.c
3631 5695 d 11 h jermar /trunk/kernel/arch/ia32/src/ The IA-32 manual is very secretive about the fact that the SYSENTER instruction
disables interrupts (I found only one evidence of this in the instruction's
pseudo code). The sysenter_handler needs to reenable the interrupts in order to
preserve the preemptive nature of the kernel.
 
/trunk/kernel/arch/ia32/src/asm.S
3630 5696 d 14 h svoboda /trunk/uspace/lib/libc/include/ Get rid of meaningless voodo in tolower()/toupper().  
/trunk/uspace/lib/libc/include/ctype.h
3629 5696 d 16 h jermar /trunk/uspace/srv/fs/fat/ When syncing a FAT node, do not skip attributes.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3628 5696 d 16 h jermar /trunk/uspace/ Add somewhat functional fat_link().  
/trunk/uspace/lib/libc/include/errno.h
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_dentry.c
/trunk/uspace/srv/fs/fat/fat_dentry.h
/trunk/uspace/srv/fs/fat/fat_idx.c
/trunk/uspace/srv/fs/fat/fat_ops.c
3627 5696 d 16 h jermar /trunk/uspace/lib/libc/include/ Add toupper().  
/trunk/uspace/lib/libc/include/ctype.h
3626 5696 d 16 h vana /trunk/kernel/ Classic TLB shootdown support on ia64  
/trunk/kernel/arch/ia64/include/cpu.h
/trunk/kernel/arch/ia64/include/interrupt.h
/trunk/kernel/arch/ia64/src/interrupt.c
/trunk/kernel/arch/ia64/src/smp/smp.c
/trunk/kernel/generic/src/mm/tlb.c
3625 5696 d 20 h jermar /trunk/uspace/ libfs operation link() should return standard error code instead of mere
true/false.
 
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
3624 5696 d 21 h svoboda /branches/tracing/kernel/ Move debbuging-related as functions to a separate module.  
/branches/tracing/kernel/generic/include/mm/as_debug.h
/branches/tracing/kernel/generic/src/mm/as_debug.c
/branches/tracing/kernel/Makefile
/branches/tracing/kernel/generic/include/mm/as.h
/branches/tracing/kernel/generic/src/mm/as.c
3623 5696 d 21 h svoboda /branches/tracing/ Merge latest trunk changes into tracing.  
/branches/tracing/boot/arch/ia64/loader/gefi/HelenOS/hello.c
/branches/tracing/kernel/arch/ia64/include/bootinfo.h
/branches/tracing/kernel/arch/ia64/src/mm/frame.c
/branches/tracing/kernel/arch/ia64/src/smp/smp.c
/branches/tracing/kernel/generic/include/ipc/kbox.h
/branches/tracing/kernel/generic/include/proc/task.h
/branches/tracing/kernel/generic/include/udebug/udebug.h
/branches/tracing/kernel/generic/src/ipc/kbox.c
/branches/tracing/kernel/generic/src/proc/task.c
/branches/tracing/kernel/generic/src/proc/thread.c
/branches/tracing/kernel/generic/src/syscall/syscall.c
/branches/tracing/kernel/generic/src/udebug/udebug.c
/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
/branches/tracing/uspace/srv/fs/fat/fat.h
/branches/tracing/uspace/srv/fs/fat/fat_idx.c
/branches/tracing/uspace/srv/fs/fat/fat_ops.c
3622 5696 d 21 h svoboda /trunk/kernel/generic/include/udebug/ Remove unused debugging task state.  
/trunk/kernel/generic/include/udebug/udebug.h
3621 5696 d 21 h jermar /trunk/uspace/srv/fs/fat/ Add implementation of fat_destroy_node() and fat_destroy().  
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3620 5696 d 21 h svoboda /trunk/kernel/generic/ Move stuff related to kbox to a separate struct.  
/trunk/kernel/generic/include/ipc/kbox.h
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/src/ipc/kbox.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/udebug/udebug_ipc.c
3619 5697 d 0 h vana /trunk/kernel/arch/ia64/src/smp/ IA64:smp.c Remove not important logs  
/trunk/kernel/arch/ia64/src/smp/smp.c
3618 5697 d 10 h rimsky /branches/sparc/ Support for framebuffers, where the first pixel is mapped to a different address than the OBP 'reg' property claims. Cleanup, comments, C-style.  
/branches/sparc/boot/arch/sparc64/loader/main.c
/branches/sparc/boot/genarch/ofw.c
/branches/sparc/boot/genarch/ofw_tree.c
/branches/sparc/kernel/arch/sparc64/include/mm/cache_spec.h
/branches/sparc/kernel/arch/sparc64/include/mm/tlb.h
/branches/sparc/kernel/arch/sparc64/src/console.c
/branches/sparc/kernel/arch/sparc64/src/cpu/cpu.c
/branches/sparc/kernel/arch/sparc64/src/drivers/scr.c
/branches/sparc/kernel/arch/sparc64/src/drivers/sgcn.c
/branches/sparc/kernel/arch/sparc64/src/mm/tlb.c
/branches/sparc/kernel/arch/sparc64/src/smp/smp.c
/branches/sparc/kernel/arch/sparc64/src/start.S
/branches/sparc/kernel/genarch/include/fb/fb.h
/branches/sparc/kernel/genarch/src/fb/fb.c
/branches/sparc/kernel/genarch/src/ofw/ofw_tree.c
/branches/sparc/usiii.simics
/branches/sparc/uspace/srv/fb/serial_console.c
/branches/sparc/uspace/srv/fb/serial_console.h
/branches/sparc/uspace/srv/fb/sgcn.c
/branches/sparc/uspace/srv/kbd/arch/sparc64/src/sgcn.c
3617 5697 d 15 h svoboda /trunk/kernel/generic/ Fix race that allowed Udebug to report THREAD_B events for threads already reported with THREAD_READ.  
/trunk/kernel/generic/include/udebug/udebug.h
/trunk/kernel/generic/src/proc/thread.c
/trunk/kernel/generic/src/udebug/udebug.c
3616 5697 d 15 h vana /trunk/ IA64 correctly find CPU wakeup vector from SAL & EFI memory map support  
/trunk/boot/arch/ia64/loader/gefi/HelenOS/hello.c
/trunk/kernel/arch/ia64/include/bootinfo.h
/trunk/kernel/arch/ia64/src/mm/frame.c