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
4550 5478 d 4 h jermar /trunk/uspace/lib/libblock/ Disk I/O should be serialized until libblock switches to fibril synchronization.  
/trunk/uspace/lib/libblock/libblock.c
4549 5479 d 2 h svoboda /trunk/uspace/ Fix assorted warnings and tiny glitches.  
/trunk/uspace/app/init/init.c
/trunk/uspace/app/tester/stdio/stdio2.c
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libc/generic/devmap.c
/trunk/uspace/srv/fb/ppm.c
4548 5479 d 4 h svoboda /trunk/uspace/srv/fb/ Fix signedness issues and warnings in fb.  
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/fb.c
4547 5479 d 4 h svoboda /trunk/uspace/srv/loader/ Suppress warnings in loader.  
/trunk/uspace/srv/loader/arch/ia32/ia32.s
/trunk/uspace/srv/loader/elf_load.c
/trunk/uspace/srv/loader/main.c
4546 5479 d 4 h svoboda /trunk/uspace/srv/bd/ata_bd/ Improve ATA cmd regs block definition to suppress warnings.  
/trunk/uspace/srv/bd/ata_bd/ata_bd.h
4545 5479 d 5 h svoboda /trunk/uspace/srv/bd/ Get rid of warnings (size_t is enough for block size).  
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
/trunk/uspace/srv/bd/file_bd/file_bd.c
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
4544 5479 d 6 h svoboda /trunk/uspace/app/getvc/ Replace one hack with another.  
/trunk/uspace/app/getvc/getvc.c
4543 5480 d 2 h jermar /trunk/uspace/app/getvc/ Flush stdout before spawning shell.  
/trunk/uspace/app/getvc/getvc.c
4542 5480 d 3 h jermar /trunk/uspace/ Handle pending input using only one fibril.
Relax serialization in console, keep your fingers crossed.
Do not create a new "pending" fibril after each received call.
 
/trunk/uspace/lib/libc/generic/async.c
/trunk/uspace/lib/libc/include/async.h
/trunk/uspace/srv/console/console.c
4541 5480 d 3 h svoboda /trunk/uspace/ Stdio stream buffering (only for writing a.t.m.) Issue: Do we need two moving delimiters (head, tail) to recover from error or is one moving data delimiter enough, like in the current implementation? (Where the buffer must be drained as a whole, cannot do it part at a time.  
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/tester/console/console1.c
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/include/stdio.h
4540 5480 d 4 h jermar /trunk/uspace/srv/devmap/ Handle pending lookups using only one fibril.  
/trunk/uspace/srv/devmap/devmap.c
4539 5480 d 5 h jermar /trunk/uspace/srv/vfs/ Handle pending mounts using only one fibril.  
/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
4538 5480 d 6 h svoboda /trunk/uspace/srv/console/ Revert clandestine removal of delayed cursor position update by c4456.  
/trunk/uspace/srv/console/console.c
4536 5481 d 10 h svoboda /trunk/uspace/app/init/ Display type of root filesystem and root device upon boot.  
/trunk/uspace/app/init/init.c
4535 5481 d 12 h jermar /trunk/uspace/lib/libc/ On condvar signal/broadcast, dequeue the waiting fibril from the waiters list.
Add FIBRIL_CONDVAR_INITIALIZE.
 
/trunk/uspace/lib/libc/generic/fibril_sync.c
/trunk/uspace/lib/libc/include/fibril_sync.h
4534 5482 d 6 h svoboda /trunk/uspace/srv/bd/file_bd/ Add forgotten files.  
/trunk/uspace/srv/bd/file_bd
/trunk/uspace/srv/bd/file_bd/Makefile
/trunk/uspace/srv/bd/file_bd/file_bd.c
4533 5482 d 7 h svoboda /trunk/ File-backed block device driver (file_bd).  
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/Makefile
4532 5482 d 12 h svoboda /trunk/uspace/srv/bd/ata_bd/ Write support in ata_bd. Not used, not tested.  
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
4531 5482 d 15 h svoboda /trunk/uspace/srv/bd/ata_bd/ Use named constants.  
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
/trunk/uspace/srv/bd/ata_bd/ata_bd.h
4530 5482 d 15 h svoboda /trunk/uspace/srv/bd/ata_bd/ Move type declarations to a header file.  
/trunk/uspace/srv/bd/ata_bd/ata_bd.h
/trunk/uspace/srv/bd/ata_bd/ata_bd.c

Show All