Subversion Repositories HelenOS-historic

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
1781 6508 d 9 h jermar /uspace/trunk/ Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).  
/uspace/trunk/libc/arch/amd64/include/config.h
/uspace/trunk/libc/arch/amd64/include/faddr.h
/uspace/trunk/libc/arch/ia32/include/config.h
/uspace/trunk/libc/arch/ia32/include/faddr.h
/uspace/trunk/libc/arch/ia64/include/config.h
/uspace/trunk/libc/arch/ia64/include/faddr.h
/uspace/trunk/libc/arch/mips32/include/config.h
/uspace/trunk/libc/arch/mips32/include/faddr.h
/uspace/trunk/libc/arch/ppc32/include/config.h
/uspace/trunk/libc/arch/ppc32/include/faddr.h
/uspace/trunk/libc/arch/ppc64/include/config.h
/uspace/trunk/libc/arch/ppc64/include/faddr.h
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/arch/amd64/include/context_offset.h
/uspace/trunk/libc/arch/amd64/include/limits.h
/uspace/trunk/libc/arch/amd64/include/types.h
/uspace/trunk/libc/arch/ia32/include/types.h
/uspace/trunk/libc/arch/ia64/include/psthread.h
/uspace/trunk/libc/arch/ia64/include/types.h
/uspace/trunk/libc/arch/mips32/include/types.h
/uspace/trunk/libc/arch/ppc32/include/types.h
/uspace/trunk/libc/arch/ppc64/include/types.h
/uspace/trunk/libc/generic/psthread.c
/uspace/trunk/libc/generic/thread.c
/uspace/trunk/libc/include/ipc/fb.h
/uspace/trunk/libc/include/types.h
/uspace/trunk/libc/include/unistd.h
1707 6527 d 6 h palkovsky /uspace/trunk/ Added mouse input. Still missing support in console and framebuffer.  
/uspace/trunk/kbd/arch/ia32/src/mouse.c
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
/uspace/trunk/console/gcons.h
/uspace/trunk/fb/fb.c
/uspace/trunk/kbd/Makefile
/uspace/trunk/kbd/arch/ia32/src/kbd.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/kbd/include/kbd.h
/uspace/trunk/kbd/include/keys.h
/uspace/trunk/libc/include/ipc/fb.h
1672 6534 d 3 h palkovsky /uspace/trunk/ Fast uspace scrolling using double buffering.  
/uspace/trunk/console/console.c
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/include/ipc/fb.h
1653 6535 d 7 h cejka /uspace/trunk/ Doxygen comments.  
/uspace/trunk/init/init.c
/uspace/trunk/init/init.h
/uspace/trunk/init/version.c
/uspace/trunk/init/version.h
/uspace/trunk/ipcc/ipcc.c
/uspace/trunk/klog/klog.c
/uspace/trunk/libc/generic/as.c
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/cap.c
/uspace/trunk/libc/generic/ddi.c
/uspace/trunk/libc/generic/err.c
/uspace/trunk/libc/generic/futex.c
/uspace/trunk/libc/generic/io/io.c
/uspace/trunk/libc/generic/io/printf.c
/uspace/trunk/libc/generic/io/printf_core.c
/uspace/trunk/libc/generic/io/snprintf.c
/uspace/trunk/libc/generic/io/sprintf.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/generic/io/vprintf.c
/uspace/trunk/libc/generic/io/vsnprintf.c
/uspace/trunk/libc/generic/io/vsprintf.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/libc/generic/libadt/hash_table.c
/uspace/trunk/libc/generic/libadt/list.c
/uspace/trunk/libc/generic/libc.c
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/generic/psthread.c
/uspace/trunk/libc/generic/stdlib.c
/uspace/trunk/libc/generic/string.c
/uspace/trunk/libc/generic/sysinfo.c
/uspace/trunk/libc/generic/task.c
/uspace/trunk/libc/generic/thread.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/align.h
/uspace/trunk/libc/include/as.h
/uspace/trunk/libc/include/assert.h
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/atomic.h
/uspace/trunk/libc/include/cap.h
/uspace/trunk/libc/include/ctype.h
/uspace/trunk/libc/include/ddi.h
/uspace/trunk/libc/include/endian.h
/uspace/trunk/libc/include/err.h
/uspace/trunk/libc/include/errno.h
/uspace/trunk/libc/include/futex.h
/uspace/trunk/libc/include/io/io.h
/uspace/trunk/libc/include/io/printf_core.h
/uspace/trunk/libc/include/io/stream.h
/uspace/trunk/libc/include/ipc/fb.h
/uspace/trunk/libc/include/ipc/ipc.h
/uspace/trunk/libc/include/ipc/ns.h
/uspace/trunk/libc/include/ipc/services.h
/uspace/trunk/libc/include/libadt/fifo.h
/uspace/trunk/libc/include/libadt/hash_table.h
/uspace/trunk/libc/include/libadt/list.h
/uspace/trunk/libc/include/libc.h
/uspace/trunk/libc/include/limits.h
/uspace/trunk/libc/include/malloc.h
/uspace/trunk/libc/include/psthread.h
/uspace/trunk/libc/include/stdarg.h
/uspace/trunk/libc/include/stddef.h
/uspace/trunk/libc/include/stdint.h
/uspace/trunk/libc/include/stdio.h
/uspace/trunk/libc/include/stdlib.h
/uspace/trunk/libc/include/string.h
/uspace/trunk/libc/include/sys/mman.h
/uspace/trunk/libc/include/sys/time.h
/uspace/trunk/libc/include/sys/types.h
/uspace/trunk/libc/include/sysinfo.h
/uspace/trunk/libc/include/task.h
/uspace/trunk/libc/include/thread.h
/uspace/trunk/libc/include/time.h
/uspace/trunk/libc/include/types.h
/uspace/trunk/libc/include/unistd.h
/uspace/trunk/softfloat/generic/common.c
/uspace/trunk/softint/generic/division.c
/uspace/trunk/softint/include/division.h
/uspace/trunk/tetris/input.c
/uspace/trunk/tetris/input.h
/uspace/trunk/tetris/pathnames.h
/uspace/trunk/tetris/scores.c
/uspace/trunk/tetris/scores.h
/uspace/trunk/tetris/screen.c
/uspace/trunk/tetris/screen.h
/uspace/trunk/tetris/shapes.c
/uspace/trunk/tetris/tetris.c
/uspace/trunk/tetris/tetris.h
1646 6535 d 12 h palkovsky /uspace/trunk/ Added animation to fb, fb running status shown.  
/uspace/trunk/console/anim_1.ppm
/uspace/trunk/console/anim_2.ppm
/uspace/trunk/console/anim_3.ppm
/uspace/trunk/console/anim_4.ppm
/uspace/trunk/console/Makefile
/uspace/trunk/console/cons_kernel.ppm
/uspace/trunk/console/gcons.c
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/include/ipc/fb.h
1558 6538 d 15 h palkovsky /uspace/trunk/ Console graphics update.
Slight speed improvement on console redraw.
 
/uspace/trunk/console/cons_has_data.ppm
/uspace/trunk/console/cons_idle.ppm
/uspace/trunk/console/cons_kernel.ppm
/uspace/trunk/console/cons_selected.ppm
/uspace/trunk/console/gcons.c
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/include/ipc/fb.h
1552 6539 d 8 h palkovsky /uspace/trunk/ Added nice kernel console switching, currently works on fb devices.  
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
/uspace/trunk/console/gcons.h
/uspace/trunk/console/screenbuffer.h
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/ipc/fb.h
1547 6539 d 11 h palkovsky /uspace/trunk/ AS_AREA_CACHEABLE not needed anymore for sharing.
Added icons to console.
 
/uspace/trunk/console/helenos.ppm
/uspace/trunk/console/nameic.ppm
/uspace/trunk/fb/ppm.c
/uspace/trunk/fb/ppm.h
/uspace/trunk/kbd/arch/mips32eb
/uspace/trunk/console/Makefile
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
/uspace/trunk/fb/Makefile
/uspace/trunk/fb/ega.c
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/main.c
/uspace/trunk/fb/main.h
/uspace/trunk/libc/arch/amd64/Makefile.inc
/uspace/trunk/libc/arch/ia32/Makefile.inc
/uspace/trunk/libc/arch/ia64/Makefile.inc
/uspace/trunk/libc/arch/mips32/Makefile.inc
/uspace/trunk/libc/arch/mips32eb/Makefile.inc
/uspace/trunk/libc/arch/ppc32/Makefile.inc
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/ipc/fb.h
/uspace/trunk/libc/include/sys/mman.h
/uspace/trunk/ns/ns.c
1523 6540 d 8 h cejka /uspace/trunk/ Console support for flush.  
/uspace/trunk/console/console.c
/uspace/trunk/console/console.h
/uspace/trunk/libc/include/ipc/fb.h
1505 6540 d 12 h palkovsky /uspace/trunk/ Added mmap, munmap calls.
Added possibility to access framebuffer using shared memory.
 
/uspace/trunk/fb/main.h
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/include/sys/mman.h
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/main.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/arch/amd64/include/types.h
/uspace/trunk/libc/arch/ia32/include/types.h
/uspace/trunk/libc/arch/ia64/include/types.h
/uspace/trunk/libc/arch/mips32/include/types.h
/uspace/trunk/libc/arch/ppc32/include/types.h
/uspace/trunk/libc/arch/ppc64/include/types.h
/uspace/trunk/libc/generic/as.c
/uspace/trunk/libc/include/ipc/fb.h
1486 6541 d 11 h palkovsky /uspace/trunk/ Added most of required functionality to framebuffer.  
/uspace/trunk/fb/fb.c
/uspace/trunk/init/init.c
/uspace/trunk/libc/include/ipc/fb.h
1485 6541 d 12 h palkovsky /uspace/trunk/ Big framebuffer changes, currently not integrated with console.  
/uspace/trunk/Makefile
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/fb.h
/uspace/trunk/libc/generic/string.c
/uspace/trunk/libc/include/ipc/fb.h
/uspace/trunk/libc/include/string.h
1366 6556 d 5 h decky /uspace/trunk/ code cleanup (somebody should read the coding style guide)
remove __DONT_OPEN_STDIO__ (this has to be done in a different way, ppc32 linker segfaults on initiating extern variable)
remove deprecated libipc stuff
 
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/generic/io/io.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/generic/libc.c
/uspace/trunk/libc/include/io/stream.h
/uspace/trunk/libc/include/ipc/fb.h
/uspace/trunk/ns/ns.c
1363 6557 d 2 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)
 
/uspace/trunk/fb
/uspace/trunk/fb/Makefile
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/fb.h
/uspace/trunk/fb/font-8x16.c
/uspace/trunk/fb/font-8x16.h
/uspace/trunk/fb/helenos.xbm
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/io/stream.h
/uspace/trunk/libc/include/ipc/fb.h
/uspace/trunk/libfb
/uspace/trunk/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/Makefile.toolchain
/uspace/trunk/libc/generic/as.c
/uspace/trunk/libc/generic/io/io.c
/uspace/trunk/libc/generic/libc.c
/uspace/trunk/libc/include/as.h
/uspace/trunk/libc/include/ipc/services.h
/uspace/trunk/ns/ns.c