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)
/
branches
/
dd
/
uspace
/
lib
/
libc
/
generic
/
vfs
– Rev 4688
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4688
5570 d 2 h
trochtova
/branches/dd/
dd branch synchronized with trunk (revision 4687)
4668
5580 d 18 h
trochtova
/branches/dd/
dd branch synchronized with trunk (revision 4667)
4537
5621 d 5 h
trochtova
/branches/dd/
dd branch synchronized with trunk (revision 4536)
4420
5646 d 1 h
trochtova
/branches/dd/
dd branch synchronized with trunk (revision 4419)
4296
5680 d 21 h
trochtova
/branches/dd/
dd branch synchronized with trunk (revision 4295)
4055
5720 d 1 h
trochtova
/branches/dd/
changes in trunk (rev 4054) merged into dd branch
3022
6003 d 3 h
decky
/branches/dd/
device drivers branch
2771
6081 d 17 h
jermar
/trunk/uspace/lib/libc/generic/vfs/
Simplify the libc procedure needed to convert a user-supplied path to an
absolute canonical path.
2763
6083 d 21 h
jermar
/trunk/uspace/
Support for rename().
2761
6085 d 3 h
jermar
/trunk/uspace/lib/libc/generic/vfs/
mkdir() and _unlink() should return the real return code.
2755
6090 d 14 h
jermar
/trunk/uspace/
Add support for relative paths: chdir() and getcwd().
2753
6090 d 17 h
jermar
/trunk/uspace/
Move canonify() to libc so that it can be used also on the libc side.