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
/
tracing
/
uspace
/
srv
/
fb
/
Makefile
@ 3759
– Rev 4692
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
4692
5552 d 10 h
svoboda
/branches/tracing/
Merge trunk changes up to r4686.
4377
5652 d 9 h
svoboda
/branches/tracing/
Merge latest trunk changes to tracing. (i.e. revs 3684:4374, huge). This time hopefully the real thing.
3675
5809 d 7 h
svoboda
/branches/tracing/
Merge latest trunk changes to tracing.
3597
5824 d 7 h
svoboda
/branches/tracing/
Merge latest trunk changes into tracing.
3425
5889 d 19 h
svoboda
/branches/tracing/
Merge latest trunk changes into tracing (broken)
3424
5890 d 7 h
svoboda
/branches/tracing/
Merge trunk changes up to r3180 into tracing
2787
6062 d 13 h
decky
/branches/tracing/
add dynamic linking, debugging and tracing branch
2479
6340 d 16 h
jermar
/trunk/
New, better-structured, directory layout for uspace.
2071
6497 d 9 h
jermar
/trunk/
(c) versus (C)
1871
6630 d 20 h
jermar
/trunk/
Replace FB_BIG_ENDIAN with FB_INVERT_ENDIAN.
Omit tests for architecture endianness in deciding framebuffer endianness.
1787
6687 d 11 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1561
6724 d 16 h
palkovsky
/uspace/trunk/fb/
Fixed incorrect compiling of fb for different archs.
1560
6724 d 17 h
vana
/uspace/trunk/
fb make changes neaded by ega driver and console switching by function keys
1547
6725 d 14 h
palkovsky
/uspace/trunk/
AS_AREA_CACHEABLE not needed anymore for sharing.
Added icons to console.
1493
6727 d 5 h
palkovsky
/uspace/trunk/
Added support ega framebuffer.
Removed taskid parameter from map_physmem. The same effect
can (and should) be performed using IPC.
1490
6727 d 6 h
palkovsky
/uspace/trunk/
Added very preliminary support for console on architectures
that do not support framebuffer.
1397
6738 d 9 h
palkovsky
/uspace/trunk/fb/
Fixed bad colors in mips framebuffer.
1367
6742 d 7 h
decky
/uspace/trunk/
create special entry point for drivers (don't initialize I/O)
1363
6743 d 5 h
vana
/uspace/trunk/
Earliest version of Userspace Framebuffer driver, with stream support in libc.
Also Virtual framebuffers made as split on main fb and its usage by streams
(please test it and report)