HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
trunk
/
uspace
/
srv/
@ 4360
– Rev 4685
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
4685
5572 d 0 h
jermar
/trunk/
Fix 16bpp modes.
4684
5572 d 23 h
svoboda
/trunk/
Even more warnings.
4683
5572 d 23 h
svoboda
/trunk/uspace/srv/pci/
Fix trigraphs warning.
4682
5573 d 2 h
svoboda
/trunk/uspace/
Fix warnings in Bdsh and PCI lib.
4680
5573 d 2 h
svoboda
/trunk/uspace/
Fix some warnings.
4676
5575 d 2 h
jermar
/trunk/
RGB conversion functions should work with a well-defined pixel format.
4669
5578 d 8 h
pillai
/trunk/
ARM port for development board integratorcp(ARM926EJ core module).
4649
5590 d 23 h
svoboda
/trunk/uspace/srv/kbd/layout/
Fix comments.
4644
5592 d 0 h
svoboda
/trunk/
Method for getting console color capabilities. Use to fix invisible tetris pieces.
4623
5599 d 23 h
svoboda
/trunk/uspace/srv/bd/ata_bd/
Prettier output from ata_bd.
4621
5600 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
5600 d 1 h
svoboda
/trunk/uspace/
Allow to determine whether a task returned value before terminatign.
4619
5600 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
5600 d 2 h
svoboda
/trunk/uspace/
Pass task ID to NS from loader. This prevents ID spoofing by user apps.
4617
5600 d 5 h
svoboda
/trunk/uspace/
Allow task to return value (will be improved).
4608
5604 d 6 h
jermar
/trunk/uspace/
Statically allocated stat structure will do.
4604
5605 d 4 h
decky
/trunk/uspace/srv/fb/
cstyle
4596
5606 d 6 h
decky
/trunk/uspace/srv/kbd/
avoid compiler warnings and one small bug
4595
5606 d 6 h
decky
/trunk/uspace/srv/console/
avoid compiler warning
4594
5606 d 6 h
decky
/trunk/uspace/srv/fb/
avoid possible segfault
4593
5607 d 5 h
decky
/trunk/uspace/srv/vfs/
avoid unaligned memory access
4591
5607 d 5 h
decky
/trunk/uspace/
add support for creating null devices on demand
4587
5607 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
5608 d 2 h
jermar
/trunk/uspace/
Add libfs_stat() and let FAT and TMPFS use it.
4585
5608 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
5608 d 7 h
jermar
/trunk/uspace/
Separate the VFS input and output protocols.
4583
5608 d 9 h
svoboda
/trunk/uspace/
Fix chaos in block library.
4572
5610 d 0 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
5610 d 6 h
jermar
/trunk/uspace/srv/console/
Do not use the pending mechanism in console.
4570
5610 d 6 h
jermar
/trunk/uspace/srv/devmap/
Do not use the pending mechanism in devmap.
4567
5610 d 16 h
jermar
/trunk/uspace/srv/vfs/
Use condvar broadcast instead of signal when registering a new file system.
4566
5611 d 0 h
jermar
/trunk/uspace/srv/vfs/
Do not use the "pending" fibril mechanism in VFS
4564
5613 d 3 h
svoboda
/trunk/uspace/srv/bd/rd/
Use rwlock instead of futex for ramdisk.
4563
5614 d 1 h
jermar
/trunk/uspace/srv/vfs/
Remove an obsolete comment.
4562
5614 d 1 h
jermar
/trunk/uspace/srv/fs/
Endpoint file systems should terminate the connection fibril when VFS closes the connection.
4561
5614 d 7 h
decky
/trunk/uspace/srv/fs/devfs/
avoid races during access to the shared hash table
4557
5616 d 2 h
svoboda
/trunk/uspace/srv/bd/
Use fibril synchronization in bd drivers. Use per-disk locks.
4555
5618 d 23 h
jermar
/trunk/uspace/srv/vfs/
Finish converting VFS to fibril synchronization.
4554
5618 d 23 h
jermar
/trunk/uspace/srv/fs/fat/
Strange left-over.
4552
5618 d 23 h
jermar
/trunk/uspace/srv/fs/fat/
Use fibril synchronization in FAT.