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
4070 5587 d 13 h rimsky /trunk/ SGCN driver modified to reflect the new keyboard driver architecture. Making the Serengeti bootable image smaller by not including some servers/applications.  
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/arch/sparc64/include/drivers/sgcn.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/port/sgcn.c
4067 5590 d 8 h jermar /trunk/uspace/srv/kbd/ Fix typo in i460GX  
/trunk/uspace/srv/kbd/Makefile
4061 5590 d 16 h svoboda /trunk/uspace/srv/kbd/ Constructing parser machines for tty keyboards by hand is a pain. Let the machine do it -- let's nuke some ants.  
/trunk/uspace/srv/kbd/genarch
/trunk/uspace/srv/kbd/genarch/gsp.c
/trunk/uspace/srv/kbd/genarch/stroke.c
/trunk/uspace/srv/kbd/include/gsp.h
/trunk/uspace/srv/kbd/include/stroke.h
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/ctl/gxe_fb.c
/trunk/uspace/srv/kbd/ctl/pc.c
/trunk/uspace/srv/kbd/ctl/stty.c
/trunk/uspace/srv/kbd/ctl/sun.c
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/kbd_ctl.h
4049 5591 d 9 h svoboda /trunk/uspace/srv/kbd/ Do not create obsolete symlinks.  
/trunk/uspace/srv/kbd/Makefile
4044 5591 d 13 h svoboda /trunk/ Userspace driver for ski keyboard port.  
/trunk/uspace/srv/kbd/port/ski.c
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/uspace/srv/kbd/Makefile
4037 5592 d 21 h decky /trunk/uspace/lib/libc/generic/ connect to the loader in a blocking way  
/trunk/uspace/lib/libc/generic/loader.c
4036 5592 d 22 h decky /trunk/uspace/srv/kbd/layout/ cstyle  
/trunk/uspace/srv/kbd/layout/us_dvorak.c
4035 5593 d 8 h svoboda /trunk/uspace/srv/kbd/layout/ Update Dvorak layout.  
/trunk/uspace/srv/kbd/layout/us_dvorak.c
4033 5593 d 8 h svoboda /trunk/uspace/app/tetris/ Tetris must ignore key releases.  
/trunk/uspace/app/tetris/input.c
4028 5594 d 14 h jermar /trunk/ Fix typo.  
/trunk/kernel/arch/ia64/include/asm.h
/trunk/uspace/lib/libc/arch/ia64/include/ddi.h
4026 5595 d 8 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 5595 d 8 h jermar /trunk/uspace/srv/fb/ Use PIO in uspace EGA driver.  
/trunk/uspace/srv/fb/ega.c
4024 5595 d 8 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
4019 5595 d 13 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
4014 5595 d 18 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
4012 5596 d 8 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
4010 5596 d 13 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 5596 d 13 h decky /trunk/uspace/srv/devmap/ support for pending (blocking) device lookups
cleanup & cstyle
 
/trunk/uspace/srv/devmap/devmap.c
4008 5596 d 13 h decky /trunk/uspace/srv/ns/ add support for pending (blocking) connections to services
cleanup & cstyle
 
/trunk/uspace/srv/ns/ns.c
4007 5596 d 13 h decky /trunk/uspace/srv/fs/ blocking connection to VFS  
/trunk/uspace/srv/fs/fat/fat.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.c
4006 5596 d 13 h decky /trunk/uspace/srv/fb/ cstyle  
/trunk/uspace/srv/fb/ega.c
4005 5596 d 13 h decky /trunk/uspace/srv/rd/ blocking connection to device mapper  
/trunk/uspace/srv/rd/rd.c
4004 5596 d 13 h decky /trunk/uspace/srv/console/ blocking connection to keyboard and video services  
/trunk/uspace/srv/console/console.c
4003 5596 d 13 h decky /trunk/uspace/srv/kbd/generic/ blocking connection to cir_service  
/trunk/uspace/srv/kbd/generic/kbd.c
4002 5596 d 13 h decky /trunk/uspace/lib/libc/ add IPC_FLAG_BLOCKING for generic IPC blocking operations
add ipc_connect_me_to_blocking() for blocking connections
mount() has new flags argument
get_cons_phone() -> get_console_phone()
add common console_wait()
simplify vfs_connect() using blocking connection
add blocking support for device_get_handle()
swap VFS_MOUNT arguments, and blocking mount support
 
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/generic/ipc.c
/trunk/uspace/lib/libc/generic/kbd.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/async.h
/trunk/uspace/lib/libc/include/io/stream.h
/trunk/uspace/lib/libc/include/ipc/ipc.h
/trunk/uspace/lib/libc/include/ipc/services.h
/trunk/uspace/lib/libc/include/vfs/vfs.h
4001 5596 d 13 h decky /trunk/uspace/lib/libblock/ blocking connection  
/trunk/uspace/lib/libblock/libblock.c
4000 5596 d 13 h decky /trunk/uspace/app/tester/devmap/ blocking connection  
/trunk/uspace/app/tester/devmap/devmap1.c
3999 5596 d 13 h decky /trunk/uspace/app/tester/vfs/ add flag  
/trunk/uspace/app/tester/vfs/vfs1.c
3998 5596 d 13 h decky /trunk/uspace/app/init/ remove console_wait() (this will be moved to libc)
mount only a single root filesystem, use IPC_FLAG_BLOCKING
 
/trunk/uspace/app/init/init.c
3997 5596 d 13 h decky /trunk/uspace/app/tetris/ get_cons_phone() -> get_console_phone()  
/trunk/uspace/app/tetris/input.c
3996 5596 d 13 h decky /trunk/uspace/app/klog/ remove console_wait() (this will be moved to libc)  
/trunk/uspace/app/klog/klog.c
3986 5597 d 10 h jermar /trunk/uspace/lib/libc/ Introduce pio_enable() libc call.  
/trunk/uspace/lib/libc/arch/ia32/include/ddi.h
/trunk/uspace/lib/libc/generic/ddi.c
/trunk/uspace/lib/libc/include/ddi.h
3983 5597 d 16 h svoboda /trunk/ task_set_name() syscall so that we can have names (for userspace-loaded) tasks again.  
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/proc/program.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/task.h
/trunk/uspace/srv/loader/main.c
3980 5598 d 15 h svoboda /trunk/uspace/app/bdsh/ The command line should ignore Tab.  
/trunk/uspace/app/bdsh/input.c
3979 5599 d 8 h jermar /trunk/uspace/app/init/ Spawn OBIO driver from init.  
/trunk/uspace/app/init/init.c
3978 5599 d 10 h jermar /trunk/ Userspace driver for OBIO. This will make it possible to clear interrupts from
user space on UltraSPARC IIi and systems with Psycho. Not tested.
 
/trunk/uspace/srv/obio
/trunk/uspace/srv/obio/obio.c
/trunk/uspace/srv/obio/fhc.c
/trunk/boot/arch/sparc64/loader/Makefile
/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/uspace/Makefile
/trunk/uspace/lib/libc/include/ipc/services.h
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/obio/Makefile
3977 5599 d 13 h jermar /trunk/uspace/srv/fhc/ Add the word 'controller'.  
/trunk/uspace/srv/fhc/fhc.c
3976 5599 d 13 h jermar /trunk/uspace/srv/fhc/ Update comments.  
/trunk/uspace/srv/fhc/fhc.c
3969 5601 d 9 h jermar /trunk/ Add simple userspace FHC driver.
Modify the z8530 userspace driver
to send BUS_CLEAR_INTERRUPT
notification to the FHC driver.
 
/trunk/uspace/lib/libc/include/ipc/bus.h
/trunk/uspace/srv/fhc
/trunk/uspace/srv/fhc/Makefile
/trunk/uspace/srv/fhc/fhc.c
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/arch/sparc64/src/drivers/fhc.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/uspace/Makefile
/trunk/uspace/app/init/init.c
/trunk/uspace/lib/libc/include/ipc/services.h
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/kbd.h
/trunk/uspace/srv/kbd/port/z8530.c
3961 5604 d 15 h jermar /trunk/ Unbreak sparc64.
Due to the lack of userspace bus drivers for the z8530 and ns16550,
we are currently handling exactly one interrupt from these devices
in userspace.
 
/trunk/kernel/arch/sparc64/include/drivers/z8530.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/kernel/genarch/include/kbd/z8530.h
/trunk/kernel/genarch/src/kbd/z8530.c
/trunk/uspace/srv/kbd/port/z8530.c