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
4669 5403 d 12 h pillai /trunk/ ARM port for development board integratorcp(ARM926EJ core module).  
4649 5416 d 2 h svoboda /trunk/uspace/srv/kbd/layout/ Fix comments.  
4644 5417 d 3 h svoboda /trunk/ Method for getting console color capabilities. Use to fix invisible tetris pieces.  
4623 5425 d 3 h svoboda /trunk/uspace/srv/bd/ata_bd/ Prettier output from ata_bd.  
4621 5425 d 4 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 5425 d 4 h svoboda /trunk/uspace/ Allow to determine whether a task returned value before terminatign.  
4619 5425 d 5 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 5425 d 5 h svoboda /trunk/uspace/ Pass task ID to NS from loader. This prevents ID spoofing by user apps.  
4617 5425 d 8 h svoboda /trunk/uspace/ Allow task to return value (will be improved).  
4608 5429 d 9 h jermar /trunk/uspace/ Statically allocated stat structure will do.  
4604 5430 d 8 h decky /trunk/uspace/srv/fb/ cstyle  
4596 5431 d 9 h decky /trunk/uspace/srv/kbd/ avoid compiler warnings and one small bug  
4595 5431 d 9 h decky /trunk/uspace/srv/console/ avoid compiler warning  
4594 5431 d 9 h decky /trunk/uspace/srv/fb/ avoid possible segfault  
4593 5432 d 8 h decky /trunk/uspace/srv/vfs/ avoid unaligned memory access  
4591 5432 d 8 h decky /trunk/uspace/ add support for creating null devices on demand  
4587 5433 d 3 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 5433 d 5 h jermar /trunk/uspace/ Add libfs_stat() and let FAT and TMPFS use it.  
4585 5433 d 6 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 5433 d 11 h jermar /trunk/uspace/ Separate the VFS input and output protocols.  

Show All