Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4605 6164 d 7 h decky /branches/snapshot/ add task snapshoting branch  
4413 6207 d 8 h decky /trunk/uspace/ add space before $@  
4412 6207 d 10 h decky /trunk/uspace/srv/ remove obsolete reference to libipc  
3882 6304 d 0 h decky /trunk/uspace/ cleanup configuration
code cleanup
 
3803 6327 d 2 h decky /trunk/ configuration system overhaul (requires newt)  
3785 6340 d 0 h svoboda /trunk/uspace/srv/fb/ Fix framebuffer colors on ARM.  
3718 6359 d 11 h svoboda /trunk/ Ski framebuffer driver.  
3699 6364 d 9 h svoboda /trunk/uspace/ Clean .o files in individual makefiles.  
3672 6373 d 0 h jermar /trunk/ Merge sparc branch to trunk.  
3639 6382 d 0 h svoboda /trunk/uspace/srv/fb/ Fix framebuffer breakage introduced in r3635.  
3635 6383 d 0 h vana /trunk/ IA64: Userspace I/O support  
3568 6400 d 9 h svoboda /trunk/uspace/ Always include Makefile.config instead of passing ARCH and COMPILER to child make on the command line. Allows running make on individual apps and allows more configuration options.  
3234 6504 d 5 h decky /trunk/ reintroduce support for MSIM text console in user space  
3201 6528 d 7 h svoboda /trunk/uspace/ Do not disassemble needlessly.  
3081 6558 d 5 h decky /trunk/uspace/srv/ remove __entry_driver entry points  
2479 6904 d 7 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 7061 d 0 h jermar /trunk/ (c) versus (C)  
1871 7194 d 11 h jermar /trunk/ Replace FB_BIG_ENDIAN with FB_INVERT_ENDIAN.
Omit tests for architecture endianness in deciding framebuffer endianness.
 
1787 7251 d 2 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1561 7288 d 8 h palkovsky /uspace/trunk/fb/ Fixed incorrect compiling of fb for different archs.  
1560 7288 d 8 h vana /uspace/trunk/ fb make changes neaded by ega driver and console switching by function keys  
1547 7289 d 6 h palkovsky /uspace/trunk/ AS_AREA_CACHEABLE not needed anymore for sharing.
Added icons to console.
 
1493 7290 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 7290 d 21 h palkovsky /uspace/trunk/ Added very preliminary support for console on architectures
that do not support framebuffer.
 
1397 7302 d 0 h palkovsky /uspace/trunk/fb/ Fixed bad colors in mips framebuffer.  
1367 7305 d 23 h decky /uspace/trunk/ create special entry point for drivers (don't initialize I/O)  
1363 7306 d 21 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)