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
/
lib
/
libc
/
include
/
errno.h
@ 4671
– Rev 4601
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
4601
5602 d 9 h
decky
/trunk/uspace/lib/libc/
small fixes and coding style changes related to the new memory allocator
4479
5629 d 5 h
decky
/trunk/uspace/lib/libc/include/
add error constant from VFS
cleanup
3756
5785 d 13 h
svoboda
/trunk/uspace/
Some ANSI C stream functions (stdio).
3628
5821 d 8 h
jermar
/trunk/uspace/
Add somewhat functional fat_link().
3530
5847 d 9 h
jermar
/trunk/uspace/
Setup communication parameters with the block device in block_init(). The file
system now doesn't know anything about the communication with the block device.
Rename blockread() to block_read(). The boot block is now read only once. The file
system can get access it using the block_bb_get() function.
2762
6080 d 7 h
jermar
/trunk/uspace/lib/libc/include/
Add the definition of the EXDEV error code.
2755
6087 d 0 h
jermar
/trunk/uspace/
Add support for relative paths: chdir() and getcwd().
2734
6101 d 10 h
jermar
/trunk/uspace/
Support for close().
2733
6101 d 10 h
jermar
/trunk/uspace/
Add TMPFS support for destroying leaf links in the file system namespace.
2705
6123 d 2 h
jermar
/trunk/uspace/
More elegant, flexible and complete version of tmpfs_lookup.
2479
6340 d 11 h
jermar
/trunk/
New, better-structured, directory layout for uspace.
2071
6497 d 4 h
jermar
/trunk/
(c) versus (C)
1866
6632 d 4 h
jermar
/trunk/uspace/
Indentation and formatting facelift for libc.
Libc headers now have C99 compliant guards.
1787
6687 d 6 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1653
6721 d 5 h
cejka
/uspace/trunk/
Doxygen comments.
985
6806 d 8 h
palkovsky
/uspace/trunk/libc/
Added malloc implementation.