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
4536 5487 d 7 h svoboda /trunk/uspace/app/init/ Display type of root filesystem and root device upon boot.  
/trunk/uspace/app/init/init.c
4535 5487 d 9 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 5488 d 3 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 5488 d 4 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 5488 d 10 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 5488 d 12 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 5488 d 13 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 5489 d 0 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 5489 d 2 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 5489 d 4 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 5490 d 1 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 5491 d 0 h svoboda /trunk/uspace/srv/fb/ Fix coordinate issues in EGA fb.  
/trunk/uspace/srv/fb/ega.c
4524 5491 d 3 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 5491 d 3 h decky /trunk/uspace/lib/libc/generic/io/ remove obsolete terminology  
/trunk/uspace/lib/libc/generic/io/vprintf.c
4522 5491 d 3 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
4521 5491 d 3 h decky /trunk/uspace/app/klog/ remove serialization (it is not needed here)  
/trunk/uspace/app/klog/klog.c
4520 5491 d 3 h jermar /trunk/uspace/srv/vfs/ Synchronize access to pending_req.  
/trunk/uspace/srv/vfs/vfs_ops.c
4519 5491 d 7 h decky /trunk/uspace/srv/vfs/ remove yet another serialization which is not needed anymore  
/trunk/uspace/srv/vfs/vfs_lookup.c
4518 5491 d 23 h jermar /trunk/uspace/srv/vfs/ Make VFS use the new synchronization for fibrils. Now there should be no (or
only secondary) fibril serialization. Code reorganized not to hold the phone
lock during async_wait_for() in most cases. Tested on ia32. On amd64, VFS
crashes, but I think it is an unrelated problem.
 
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_file.c
/trunk/uspace/srv/vfs/vfs_lookup.c
/trunk/uspace/srv/vfs/vfs_node.c
/trunk/uspace/srv/vfs/vfs_ops.c
/trunk/uspace/srv/vfs/vfs_register.c
4517 5492 d 0 h jermar /trunk/uspace/lib/libc/ Include fibril synchronization primitives in libc build.  
/trunk/uspace/lib/libc/Makefile

Show All