Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4685 5392 d 23 h jermar /trunk/ Fix 16bpp modes.  
4684 5393 d 22 h svoboda /trunk/ Even more warnings.  
4683 5393 d 23 h svoboda /trunk/uspace/srv/pci/ Fix trigraphs warning.  
4682 5394 d 1 h svoboda /trunk/uspace/ Fix warnings in Bdsh and PCI lib.  
4680 5394 d 2 h svoboda /trunk/uspace/ Fix some warnings.  
4676 5396 d 1 h jermar /trunk/ RGB conversion functions should work with a well-defined pixel format.  
4669 5399 d 8 h pillai /trunk/ ARM port for development board integratorcp(ARM926EJ core module).  
4649 5411 d 23 h svoboda /trunk/uspace/srv/kbd/layout/ Fix comments.  
4644 5412 d 23 h svoboda /trunk/ Method for getting console color capabilities. Use to fix invisible tetris pieces.  
4623 5420 d 23 h svoboda /trunk/uspace/srv/bd/ata_bd/ Prettier output from ata_bd.  
4621 5421 d 0 h svoboda /trunk/uspace/ Servers can return value as soon as they are up. Use this with block-device drivers to start them synchronously. Eliminate ad-hoc sleeping.  
4620 5421 d 0 h svoboda /trunk/uspace/ Allow to determine whether a task returned value before terminatign.  
4619 5421 d 1 h svoboda /trunk/uspace/srv/ns/ Move fully to IPC-based tracking of task startup and termination in NS. This also gets rid of the race condition present in the previous code.  
4618 5421 d 1 h svoboda /trunk/uspace/ Pass task ID to NS from loader. This prevents ID spoofing by user apps.  
4617 5421 d 5 h svoboda /trunk/uspace/ Allow task to return value (will be improved).  
4608 5425 d 6 h jermar /trunk/uspace/ Statically allocated stat structure will do.  
4604 5426 d 4 h decky /trunk/uspace/srv/fb/ cstyle  
4596 5427 d 5 h decky /trunk/uspace/srv/kbd/ avoid compiler warnings and one small bug  
4595 5427 d 5 h decky /trunk/uspace/srv/console/ avoid compiler warning  
4594 5427 d 5 h decky /trunk/uspace/srv/fb/ avoid possible segfault  
4593 5428 d 4 h decky /trunk/uspace/srv/vfs/ avoid unaligned memory access  
4591 5428 d 5 h decky /trunk/uspace/ add support for creating null devices on demand  
4587 5428 d 23 h jermar /trunk/uspace/ Implement stat() and VFS_IN_STAT.
Modify bdsh() to use stat() during ls.
In devfs, allow lookups that don't
specify one of L_FILE and L_DIRECTORY.
 
4586 5429 d 1 h jermar /trunk/uspace/ Add libfs_stat() and let FAT and TMPFS use it.  
4585 5429 d 2 h jermar /trunk/uspace/ Introduce VFS_IN_FSTAT and VFS_OUT_STAT.
Provide libc fstat() and devfs_stat().
This functionality replaces VFS_IN_NODE
and VFS_IN/OUT_DEVICE. FAT and TMPFS
still do not implement this and VFS_IN_STAT
and stat() need implementation as well.
 
4584 5429 d 7 h jermar /trunk/uspace/ Separate the VFS input and output protocols.  
4583 5429 d 8 h svoboda /trunk/uspace/ Fix chaos in block library.  
4572 5430 d 23 h svoboda /trunk/uspace/ Allow libblock to operate in write-through mode. With 'wtcache' mount option, FAT sets write-through mode on the cache.  
4571 5431 d 5 h jermar /trunk/uspace/srv/console/ Do not use the pending mechanism in console.  
4570 5431 d 5 h jermar /trunk/uspace/srv/devmap/ Do not use the pending mechanism in devmap.  
4567 5431 d 15 h jermar /trunk/uspace/srv/vfs/ Use condvar broadcast instead of signal when registering a new file system.  
4566 5431 d 23 h jermar /trunk/uspace/srv/vfs/ Do not use the "pending" fibril mechanism in VFS  
4564 5434 d 2 h svoboda /trunk/uspace/srv/bd/rd/ Use rwlock instead of futex for ramdisk.  
4563 5435 d 0 h jermar /trunk/uspace/srv/vfs/ Remove an obsolete comment.  
4562 5435 d 1 h jermar /trunk/uspace/srv/fs/ Endpoint file systems should terminate the connection fibril when VFS closes the connection.  
4561 5435 d 7 h decky /trunk/uspace/srv/fs/devfs/ avoid races during access to the shared hash table  
4557 5437 d 1 h svoboda /trunk/uspace/srv/bd/ Use fibril synchronization in bd drivers. Use per-disk locks.  
4555 5439 d 22 h jermar /trunk/uspace/srv/vfs/ Finish converting VFS to fibril synchronization.  
4554 5439 d 22 h jermar /trunk/uspace/srv/fs/fat/ Strange left-over.  
4552 5439 d 22 h jermar /trunk/uspace/srv/fs/fat/ Use fibril synchronization in FAT.