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
4010 5639 d 14 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 5639 d 14 h decky /trunk/uspace/srv/devmap/ support for pending (blocking) device lookups
cleanup & cstyle
 
/trunk/uspace/srv/devmap/devmap.c
4008 5639 d 14 h decky /trunk/uspace/srv/ns/ add support for pending (blocking) connections to services
cleanup & cstyle
 
/trunk/uspace/srv/ns/ns.c
4007 5639 d 14 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 5639 d 14 h decky /trunk/uspace/srv/fb/ cstyle  
/trunk/uspace/srv/fb/ega.c
4005 5639 d 14 h decky /trunk/uspace/srv/rd/ blocking connection to device mapper  
/trunk/uspace/srv/rd/rd.c
4004 5639 d 14 h decky /trunk/uspace/srv/console/ blocking connection to keyboard and video services  
/trunk/uspace/srv/console/console.c
4003 5639 d 14 h decky /trunk/uspace/srv/kbd/generic/ blocking connection to cir_service  
/trunk/uspace/srv/kbd/generic/kbd.c
4002 5639 d 14 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 5639 d 14 h decky /trunk/uspace/lib/libblock/ blocking connection  
/trunk/uspace/lib/libblock/libblock.c
4000 5639 d 14 h decky /trunk/uspace/app/tester/devmap/ blocking connection  
/trunk/uspace/app/tester/devmap/devmap1.c
3999 5639 d 14 h decky /trunk/uspace/app/tester/vfs/ add flag  
/trunk/uspace/app/tester/vfs/vfs1.c
3998 5639 d 14 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 5639 d 14 h decky /trunk/uspace/app/tetris/ get_cons_phone() -> get_console_phone()  
/trunk/uspace/app/tetris/input.c
3996 5639 d 14 h decky /trunk/uspace/app/klog/ remove console_wait() (this will be moved to libc)  
/trunk/uspace/app/klog/klog.c
3995 5639 d 15 h decky /trunk/kernel/generic/src/main/ lower startup sleep (with proper explanation)  
/trunk/kernel/generic/src/main/kinit.c
3994 5639 d 18 h decky /trunk/kernel/genarch/src/drivers/ega/ make sure the EGA framebuffer is initialized with proper attributes  
/trunk/kernel/genarch/src/drivers/ega/ega.c
3988 5640 d 10 h svoboda /trunk/kernel/generic/src/proc/ Fix misaligned columns (whoops).  
/trunk/kernel/generic/src/proc/task.c
3987 5640 d 11 h svoboda /trunk/kernel/ Read command line for multiboot modules on ia32 and copy it to task name. Other arches will need to initialize task names in the init structure to an empty string.  
/trunk/kernel/arch/amd64/src/boot/boot.S
/trunk/kernel/arch/ia32/src/boot/cboot.c
/trunk/kernel/generic/include/config.h
/trunk/kernel/generic/src/main/kinit.c
/trunk/kernel/generic/src/proc/task.c
3986 5640 d 11 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

Show All