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
3661 5664 d 16 h vana /trunk/ IA64: repair similators support  
/trunk/uspace/srv/kbd/arch/ia64/include/lkbd.h
/trunk/uspace/srv/kbd/arch/ia64/include/scanc.h
/trunk/uspace/srv/kbd/arch/ia64/src/lkbd.c
/trunk/uspace/srv/kbd/arch/ia64/src/mouse.c
/trunk/uspace/srv/kbd/arch/ia64/src/scanc.c
/trunk/boot/arch/ia64/loader/gefi/HelenOS/hello.c
/trunk/boot/arch/ia64/loader/main.c
/trunk/kernel/arch/ia64/include/bootinfo.h
/trunk/kernel/arch/ia64/include/drivers/kbd.h
/trunk/kernel/arch/ia64/include/interrupt.h
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/interrupt.c
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/kernel/arch/ia64/src/smp/smp.c
/trunk/kernel/genarch/src/kbd/i8042.c
/trunk/kernel/kernel.config
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/arch/ia64/src/kbd.c
3660 5664 d 20 h jermar /trunk/uspace/srv/fs/fat/ Create "." and ".." entries on FAT.  
/trunk/uspace/srv/fs/fat/fat_dentry.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3659 5665 d 1 h vana /trunk/kernel/arch/ia64/src/ Fix changed param order to ns16550_init function call  
/trunk/kernel/arch/ia64/src/ia64.c
3658 5665 d 1 h svoboda /trunk/uspace/lib/libc/include/ipc/ Fix copy-and-paste error.  
/trunk/uspace/lib/libc/include/ipc/loader.h
3657 5665 d 1 h vana /trunk/ Legacy IRQ support, uspace NS16550 support, some minor changes  
/trunk/boot/arch/ia64/loader/gefi/HelenOS/mkimage.c
/trunk/kernel/arch/ia64/include/drivers/kbd.h
/trunk/uspace/lib/libc/arch/ia64/include/ddi.h
/trunk/uspace/lib/libc/arch/ia64/src/ddi.c
/trunk/kernel/Makefile
/trunk/kernel/arch/ia64/include/interrupt.h
/trunk/kernel/arch/ia64/src/drivers/ega.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/interrupt.c
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/kernel/genarch/src/kbd/ns16550.c
/trunk/kernel/generic/src/ipc/irq.c
/trunk/kernel/kernel.config
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/kbd/arch/ia64/src/kbd.c
3656 5665 d 2 h jermar /trunk/uspace/srv/fs/fat/ The number of the first sector in the FAT node structure must be in the host
endianess.
 
/trunk/uspace/srv/fs/fat/fat_fat.c
3655 5665 d 17 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 5665 d 20 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 5665 d 22 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 5666 d 0 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 5666 d 1 h jermar /trunk/uspace/app/bdsh/cmds/modules/cp/ Nits.  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3650 5666 d 1 h jermar /trunk/uspace/app/bdsh/cmds/modules/cp/ Several fixes for cp.  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3649 5666 d 15 h jermar /trunk/kernel/arch/sparc64/src/drivers/ More work on the psycho driver.  
/trunk/kernel/arch/sparc64/src/drivers/psycho.c
3648 5666 d 15 h jermar /trunk/kernel/generic/include/ Add host2uintX_t_{le|be} macros to the kernel's byteorder.  
/trunk/kernel/generic/include/byteorder.h
3647 5666 d 17 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 5666 d 18 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 5667 d 2 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 5667 d 3 h svoboda /trunk/uspace/dist/ Add text file for filesystem testing.  
/trunk/uspace/dist/readme
3643 5667 d 4 h post /trunk/uspace/app/bdsh/cmds/modules/cp/ cp: fix type mis-match  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3642 5667 d 4 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

Show All