Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4537 6031 d 9 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4536)  
4420 6056 d 5 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4419)  
4156 6119 d 3 h trochtova /branches/dd/ changes in trunk (rev 4155) merged into dd branch  
4055 6130 d 5 h trochtova /branches/dd/ changes in trunk (rev 4054) merged into dd branch  
3022 6413 d 7 h decky /branches/dd/ device drivers branch  
2479 6754 d 5 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6910 d 22 h jermar /trunk/ (c) versus (C)  
2012 6952 d 20 h jermar /trunk/ Eliminate confusion between SYS_MAP_PHYSMEM and sys_physmem_map.
The syscall is to be called SYS_PHYSMEM_MAP from now on and the functions that participate in its implementation are
called *physmem_map().
 
1866 7045 d 22 h jermar /trunk/uspace/ Indentation and formatting facelift for libc.
Libc headers now have C99 compliant guards.
 
1863 7048 d 21 h jermar /trunk/ Allow architectures to decide between inlined and not inlined version of syscall wrapper.
Implement inlined syscall wrapper for sparc64.
 
1787 7101 d 0 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1719 7125 d 21 h decky /uspace/trunk/ big code cleanup, compile with -Wall -Werror to enforce better coding
there is currently one warning that requires attention, please review
 
1653 7134 d 23 h cejka /uspace/trunk/ Doxygen comments.  
1493 7140 d 18 h palkovsky /uspace/trunk/ Added support ega framebuffer.
Removed taskid parameter from map_physmem. The same effect
can (and should) be performed using IPC.
 
1430 7145 d 8 h jermar /uspace/trunk/ Sync with kernel.
Make map_physmem() pass address space area flags instead of boolean switch.

Try to map fb memory with caching enabled.
 
1279 7171 d 0 h palkovsky /uspace/trunk/ Changed interrupt_control to preemption_control.  
1254 7174 d 7 h jermar /uspace/trunk/libc/ Fix name of SYS_IOSPACE_ENABLE in uspace.  
1213 7181 d 0 h palkovsky /uspace/trunk/libc/ Added uspace call to enable/disable interrupts.  
1192 7189 d 9 h jermar /uspace/trunk/libc/ Userspace support for SYS_ENABLE_IOSPACE syscall.  
1180 7190 d 10 h jermar /uspace/trunk/libc/ Userspace support for SYS_MAP_PHYSMEM syscall.