Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4337 6269 d 0 h svoboda /branches/dynload/ Merge changes in trunk up to r3741 to dynload.  
3674 6413 d 22 h svoboda /branches/dynload/ Merge latest trunk changes to dynload.  
3403 6496 d 9 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
3150 6586 d 7 h svoboda /branches/dynload/ Merge trunk changes up to r3090 into dynload (still broken)  
2927 6618 d 10 h decky /branches/dynload/ added dynload branch  
2637 6781 d 0 h cejka /trunk/ Extended IPC_M_CONNECT_TO_ME to use 3 user defined parameters.
Phone identifier is passed in ARG5.
 
2619 6794 d 22 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 6945 d 6 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2141 7032 d 20 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 7101 d 23 h jermar /trunk/ (c) versus (C)  
2025 7138 d 21 h jermar /trunk/ Coding style fixes.  
2015 7141 d 0 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 7292 d 2 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1561 7329 d 7 h palkovsky /uspace/trunk/fb/ Fixed incorrect compiling of fb for different archs.  
1560 7329 d 8 h vana /uspace/trunk/ fb make changes neaded by ega driver and console switching by function keys  
1547 7330 d 5 h palkovsky /uspace/trunk/ AS_AREA_CACHEABLE not needed anymore for sharing.
Added icons to console.
 
1505 7331 d 6 h palkovsky /uspace/trunk/ Added mmap, munmap calls.
Added possibility to access framebuffer using shared memory.
 
1493 7331 d 20 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 7331 d 21 h palkovsky /uspace/trunk/ Added very preliminary support for console on architectures
that do not support framebuffer.