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
/
fb
/
main.c
@ 2897
– Rev 3718
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
3718
5894 d 6 h
svoboda
/trunk/
Ski framebuffer driver.
3707
5896 d 20 h
decky
/trunk/
kconsole is optional
kernel & uspace framebuffer rewrite with speedups (some things are slightly broken yet)
3672
5907 d 19 h
jermar
/trunk/
Merge sparc branch to trunk.
3234
6039 d 0 h
decky
/trunk/
reintroduce support for MSIM text console in user space
3086
6093 d 0 h
decky
/trunk/uspace/srv/fb/
disable kernel console output for now
(this breaks some archs)
2637
6274 d 19 h
cejka
/trunk/
Extended IPC_M_CONNECT_TO_ME to use 3 user defined parameters.
Phone identifier is passed in ARG5.
2619
6288 d 18 h
jermar
/trunk/
Modify ipc_answer_*() to make use of all six syscall arguments. The recommended
means of answering calls is via the ipc_answer_m() macros (where m denotes the
number of return arguments) that automatically decide between the fast register
version or the slow universal version of ipc_answer().
2479
6439 d 2 h
jermar
/trunk/
New, better-structured, directory layout for uspace.
2141
6526 d 16 h
jermar
/trunk/
The Ultimate Solution To Illegal Virtual Aliases.
It is better to avoid them completely than to fight them.
Switch the sparc64 port to 16K pages. The TLBs and TSBs
continue to operate with 8K pages only. Page tables and
other generic parts operate with 16K pages.
Because the MMU doesn't support 16K directly, each 16K
page is emulated by a pair of 8K pages. With 16K pages,
illegal aliases cannot be created in 16K D-cache.
2071
6595 d 19 h
jermar
/trunk/
(c) versus (C)
2025
6632 d 16 h
jermar
/trunk/
Coding style fixes.
2015
6634 d 19 h
jermar
/trunk/
Rework support for virtually indexed cache.
Instead of repeatedly flushing the data cache, which was a huge overkill, refuse to create an illegal address alias
in the kernel (again) and allocate appropriate page color in userspace instead. Extend the detection also to
SYS_PHYSMEM_MAP syscall.
Add support for tracking physical memory areas mappable by SYS_PHYSMEM_MAP.
Lots of coding style changes.
1787
6785 d 21 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1561
6823 d 3 h
palkovsky
/uspace/trunk/fb/
Fixed incorrect compiling of fb for different archs.
1560
6823 d 3 h
vana
/uspace/trunk/
fb make changes neaded by ega driver and console switching by function keys
1547
6824 d 0 h
palkovsky
/uspace/trunk/
AS_AREA_CACHEABLE not needed anymore for sharing.
Added icons to console.
1505
6825 d 2 h
palkovsky
/uspace/trunk/
Added mmap, munmap calls.
Added possibility to access framebuffer using shared memory.
1493
6825 d 15 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
6825 d 16 h
palkovsky
/uspace/trunk/
Added very preliminary support for console on architectures
that do not support framebuffer.