Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4469 5442 d 23 h decky /trunk/uspace/lib/libc/generic/ avoid compiler warning  
4403 5457 d 23 h svoboda /trunk/uspace/lib/libc/generic/ pio_enable() was not allocating address space properly (unless sz <= PAGE_SIZE).  
4148 5520 d 8 h decky /trunk/ as kernel little brother drivers are not needed anymore, the device numbers do not have to be correlated between kernel and uspace in any way
introduce new syscall sys_device_assign_devno() for generating system-wide unique device numbers for uspace
 
4024 5534 d 20 h jermar /trunk/uspace/lib/libc/ PIO functions for uspace.  
3986 5536 d 22 h jermar /trunk/uspace/lib/libc/ Introduce pio_enable() libc call.  
2479 6154 d 5 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6310 d 22 h jermar /trunk/ (c) versus (C)  
2012 6352 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 6445 d 22 h jermar /trunk/uspace/ Indentation and formatting facelift for libc.
Libc headers now have C99 compliant guards.
 
1863 6448 d 22 h jermar /trunk/ Allow architectures to decide between inlined and not inlined version of syscall wrapper.
Implement inlined syscall wrapper for sparc64.
 
1787 6501 d 0 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1719 6525 d 22 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 6534 d 23 h cejka /uspace/trunk/ Doxygen comments.  
1493 6540 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 6545 d 9 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 6571 d 0 h palkovsky /uspace/trunk/ Changed interrupt_control to preemption_control.  
1254 6574 d 7 h jermar /uspace/trunk/libc/ Fix name of SYS_IOSPACE_ENABLE in uspace.  
1213 6581 d 1 h palkovsky /uspace/trunk/libc/ Added uspace call to enable/disable interrupts.  
1192 6589 d 9 h jermar /uspace/trunk/libc/ Userspace support for SYS_ENABLE_IOSPACE syscall.  
1180 6590 d 10 h jermar /uspace/trunk/libc/ Userspace support for SYS_MAP_PHYSMEM syscall.