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
4524 5507 d 16 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 5507 d 16 h decky /trunk/uspace/lib/libc/generic/io/ remove obsolete terminology  
/trunk/uspace/lib/libc/generic/io/vprintf.c
4522 5507 d 16 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 5507 d 16 h decky /trunk/uspace/app/klog/ remove serialization (it is not needed here)  
/trunk/uspace/app/klog/klog.c
4520 5507 d 16 h jermar /trunk/uspace/srv/vfs/ Synchronize access to pending_req.  
/trunk/uspace/srv/vfs/vfs_ops.c
4519 5507 d 20 h decky /trunk/uspace/srv/vfs/ remove yet another serialization which is not needed anymore  
/trunk/uspace/srv/vfs/vfs_lookup.c
4518 5508 d 12 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 5508 d 13 h jermar /trunk/uspace/lib/libc/ Include fibril synchronization primitives in libc build.  
/trunk/uspace/lib/libc/Makefile
4516 5508 d 13 h jermar /trunk/uspace/lib/libc/ Add simple synchronization primitives to be used with fibrils.
Provided are mutexes and dummy rwlocks.
 
/trunk/uspace/lib/libc/generic/fibril_sync.c
/trunk/uspace/lib/libc/include/fibril_sync.h
4515 5509 d 0 h decky /trunk/uspace/app/tetris/ slightly cleanup the horrible mess of tetris
introduce colors
 
/trunk/uspace/app/tetris/pathnames.h
/trunk/uspace/app/tetris/input.c
/trunk/uspace/app/tetris/input.h
/trunk/uspace/app/tetris/scores.c
/trunk/uspace/app/tetris/scores.h
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/app/tetris/screen.h
/trunk/uspace/app/tetris/shapes.c
/trunk/uspace/app/tetris/tetris.c
/trunk/uspace/app/tetris/tetris.h
4514 5509 d 0 h decky /trunk/uspace/lib/libc/ simple implementation of fdopen() and rewind()  
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/include/stdio.h
4513 5509 d 15 h jermar /trunk/uspace/lib/libc/generic/ Nit.  
/trunk/uspace/lib/libc/generic/fibril.c
4512 5509 d 15 h decky /trunk/uspace/lib/libc/generic/io/ cstyle  
/trunk/uspace/lib/libc/generic/io/io.c
4511 5509 d 15 h svoboda /trunk/uspace/lib/libc/generic/io/ getchar() and fgetc() are traditionally supposed to flush stdout and stderr.  
/trunk/uspace/lib/libc/generic/io/io.c
4510 5509 d 17 h jermar /trunk/uspace/lib/libc/generic/ A little bit of cleanup and a remedy for great confusion introduced in revision 2483.  
/trunk/uspace/lib/libc/generic/async.c
/trunk/uspace/lib/libc/generic/fibril.c
4509 5509 d 21 h decky /trunk/uspace/ rename libadt -> adt  
/trunk/uspace/lib/libc/generic/adt
/trunk/uspace/lib/libc/include/adt
/trunk/uspace/lib/libc/generic/libadt
/trunk/uspace/lib/libc/include/libadt
/trunk/uspace/app/trace/ipcp.c
/trunk/uspace/app/trace/proto.c
/trunk/uspace/app/trace/proto.h
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/adt/hash_table.c
/trunk/uspace/lib/libc/generic/adt/list.c
/trunk/uspace/lib/libc/generic/async.c
/trunk/uspace/lib/libc/generic/fibril.c
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/generic/ipc.c
/trunk/uspace/lib/libc/include/adt/hash_table.h
/trunk/uspace/lib/libc/include/fibril.h
/trunk/uspace/lib/libc/include/ipc/devmap.h
/trunk/uspace/lib/libc/include/stdio.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/fs/devfs/devfs_ops.c
/trunk/uspace/srv/fs/fat/fat_idx.c
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/genarch/gsp.c
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/gsp.h
/trunk/uspace/srv/ns/clonable.c
/trunk/uspace/srv/ns/service.c
/trunk/uspace/srv/ns/task.c
/trunk/uspace/srv/vfs/vfs.c
/trunk/uspace/srv/vfs/vfs.h
/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
4508 5509 d 22 h decky /trunk/uspace/lib/libc/ keep a list of open files to support proper cleanup  
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/stdio.h
/trunk/uspace/lib/libc/include/vfs/vfs.h
4507 5511 d 12 h svoboda /trunk/ Primitive ATA disk driver that you can use in Qemu (read only).  
/trunk/uspace/srv/bd/ata_bd
/trunk/uspace/srv/bd/ata_bd/Makefile
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/ia32/Makefile.inc
/trunk/uspace/Makefile
4504 5512 d 22 h decky /trunk/ group fhc and obio under a common directory  
/trunk/uspace/srv/cir
/trunk/uspace/srv/cir/fhc
/trunk/uspace/srv/cir/obio
/trunk/uspace/srv/fhc
/trunk/uspace/srv/obio
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/Makefile
/trunk/uspace/srv/cir/fhc/Makefile
/trunk/uspace/srv/cir/obio/Makefile
4497 5513 d 17 h decky /trunk/uspace/srv/console/ no not disturb console initialization by connections  
/trunk/uspace/srv/console/console.c

Show All