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
/
app
/
tester
/
console
/
console1.c
@ 4015
– Rev 4602
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
4602
5605 d 1 h
decky
/trunk/uspace/app/tester/
tester framework rewrite (go from a menu-driven interface to command-line interface)
4541
5619 d 19 h
svoboda
/trunk/uspace/
Stdio stream buffering (only for writing a.t.m.) Issue: Do we need two moving delimiters (head, tail) to recover from error or is one moving data delimiter enough, like in the current implementation? (Where the buffer must be drained as a whole, cannot do it part at a time.
4496
5631 d 0 h
decky
/trunk/uspace/
be more pedantic about undefined function prototypes (to avoid memory access traps)
add missing header files
4487
5631 d 21 h
decky
/trunk/uspace/app/tester/
update for latest I/O changes
(some tests are not 100% working yet, will be solved soon)
3767
5785 d 3 h
svoboda
/trunk/uspace/
Console color support overhaul. Create C library console interface.
3747
5790 d 21 h
svoboda
/trunk/uspace/
Put console IPC method numbers under libc.
3746
5791 d 2 h
svoboda
/trunk/uspace/app/tester/
Add console color test to tester.