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
4542 5489 d 19 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 5489 d 19 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 5489 d 20 h jermar /trunk/uspace/srv/devmap/ Handle pending lookups using only one fibril.  
/trunk/uspace/srv/devmap/devmap.c
4539 5489 d 22 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 5489 d 22 h svoboda /trunk/uspace/srv/console/ Revert clandestine removal of delayed cursor position update by c4456.  
/trunk/uspace/srv/console/console.c
4536 5491 d 3 h svoboda /trunk/uspace/app/init/ Display type of root filesystem and root device upon boot.  
/trunk/uspace/app/init/init.c
4535 5491 d 5 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 5491 d 23 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 5492 d 0 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 5492 d 5 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 5492 d 7 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 5492 d 8 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
4529 5492 d 20 h svoboda /trunk/uspace/srv/bd/ata_bd/ Properly support two disks per ATA controller. Fake (Qemu-only) check whether disk is present. Only create device nodes for detected disks.  
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
4528 5492 d 21 h svoboda /trunk/uspace/ Use 'fibril_local' modifier for fibril-local variables instead of '__thread'. Since it is decalred in fibril.h, it need not begin with '__'.  
/trunk/uspace/lib/libc/arch/arm32/include/tls.h
/trunk/uspace/lib/libc/generic/async.c
/trunk/uspace/lib/libc/generic/fibril.c
/trunk/uspace/lib/libc/include/fibril.h
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/vfs/vfs_file.c
4527 5493 d 0 h jermar /trunk/uspace/lib/libc/ Condition variables for fibrils.  
/trunk/uspace/lib/libc/generic/fibril_sync.c
/trunk/uspace/lib/libc/include/fibril_sync.h
4526 5493 d 21 h jermar /trunk/uspace/lib/libc/ Implement readers-writer locks for fibrils.  
/trunk/uspace/lib/libc/generic/fibril_sync.c
/trunk/uspace/lib/libc/include/fibril.h
/trunk/uspace/lib/libc/include/fibril_sync.h
4525 5494 d 19 h svoboda /trunk/uspace/srv/fb/ Fix coordinate issues in EGA fb.  
/trunk/uspace/srv/fb/ega.c
4524 5494 d 22 h decky /trunk/uspace/srv/devmap/ get back fine-grained locking (which was removed in commit 4458), but this time with proper fibril synchronization  
/trunk/uspace/srv/devmap/devmap.c
4523 5494 d 22 h decky /trunk/uspace/lib/libc/generic/io/ remove obsolete terminology  
/trunk/uspace/lib/libc/generic/io/vprintf.c
4522 5494 d 22 h decky /trunk/uspace/lib/libc/ remove obsolete comment
cstyle
 
/trunk/uspace/lib/libc/generic/fibril.c
/trunk/uspace/lib/libc/include/fibril_sync.h

Show All