Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1575 6599 d 12 h cejka /uspace/trunk/ Support for console show/hide cursor.
Tetris without cursor.
 
/uspace/trunk/console/console.c
/uspace/trunk/console/console.h
/uspace/trunk/console/screenbuffer.c
/uspace/trunk/console/screenbuffer.h
/uspace/trunk/tetris/screen.c
1574 6599 d 13 h palkovsky /uspace/trunk/console/ Don't let processes connect to kernel console.  
/uspace/trunk/console/console.c
1573 6599 d 13 h palkovsky /kernel/trunk/generic/ Renamed some things in IPC to be consistent.
Added ipc reporting to kconsole.
 
/kernel/trunk/generic/include/ipc/ipc.h
/kernel/trunk/generic/src/console/cmd.c
/kernel/trunk/generic/src/ipc/ipc.c
/kernel/trunk/generic/src/ipc/ipcrsc.c
/kernel/trunk/generic/src/ipc/irq.c
/kernel/trunk/generic/src/ipc/sysipc.c
/kernel/trunk/generic/src/proc/task.c
1572 6599 d 14 h palkovsky /uspace/trunk/console/ Move slyly kernel console to F12.  
/uspace/trunk/console/console.h
1571 6599 d 14 h jermar /kernel/trunk/generic/ thread_join_timeout() and thread_detach() implementation.
Needs more thorough testing.
 
/kernel/trunk/generic/include/proc/thread.h
/kernel/trunk/generic/src/proc/scheduler.c
/kernel/trunk/generic/src/proc/thread.c
1570 6599 d 14 h vana /kernel/trunk/arch/ia64/src/ski/ Ia64 keyboard extension  
/kernel/trunk/arch/ia64/src/ski/ski.c
1569 6599 d 14 h vana /uspace/trunk/kbd/arch/ia64/src/ Ia64 function keys support  
/uspace/trunk/kbd/arch/ia64/src/kbd.c
1568 6599 d 15 h palkovsky /kernel/trunk/generic/ Slightly remodelled ipc hangups to facilitate correct cleanup.
Doc updates for frame allocator.
 
/kernel/trunk/generic/include/ipc/ipc.h
/kernel/trunk/generic/include/proc/task.h
/kernel/trunk/generic/src/ipc/ipc.c
/kernel/trunk/generic/src/ipc/ipcrsc.c
/kernel/trunk/generic/src/ipc/sysipc.c
/kernel/trunk/generic/src/mm/frame.c
1567 6599 d 15 h palkovsky /uspace/trunk/ Fixed errors made by last commit.  
/uspace/trunk/console/console.c
/uspace/trunk/fb/fb.c
1566 6599 d 15 h cejka /uspace/trunk/kbd/arch/ia32/src/ Fixed problem with big chars on ia32.  
/uspace/trunk/kbd/arch/ia32/src/kbd.c
1565 6599 d 16 h vana /uspace/trunk/fb/ Next some coding style changes  
/uspace/trunk/fb/ega.c
1564 6599 d 16 h vana /uspace/trunk/fb/ Coding style repair  
/uspace/trunk/fb/ega.c
1563 6599 d 16 h palkovsky /uspace/trunk/console/ Small untested fixes in console.  
/uspace/trunk/console/console.c
1562 6599 d 16 h vana /uspace/trunk/fb/ Ega scrolling and screen saving  
/uspace/trunk/fb/ega.c
/uspace/trunk/fb/fb.c
1561 6599 d 18 h palkovsky /uspace/trunk/fb/ Fixed incorrect compiling of fb for different archs.  
/uspace/trunk/fb/Makefile
/uspace/trunk/fb/main.c
1560 6599 d 18 h vana /uspace/trunk/ fb make changes neaded by ega driver and console switching by function keys  
/uspace/trunk/console/console.c
/uspace/trunk/fb/Makefile
/uspace/trunk/fb/main.c
/uspace/trunk/kbd/arch/ia32/src/kbd.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/kbd/generic/key_buffer.c
/uspace/trunk/kbd/include/key_buffer.h
1559 6599 d 19 h palkovsky /uspace/trunk/fb/ Fixed error in FB on scrolling.  
/uspace/trunk/fb/fb.c
1558 6599 d 19 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
1557 6600 d 8 h palkovsky /uspace/trunk/console/ Fixed bad state changing.  
/uspace/trunk/console/gcons.c
1556 6600 d 8 h palkovsky /uspace/trunk/console/ Changed kernel icon.  
/uspace/trunk/console/cons_kernel.ppm
1555 6600 d 8 h palkovsky /uspace/trunk/ Completed graphical console.  
/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/Makefile
/uspace/trunk/console/console.c
/uspace/trunk/console/console.h
/uspace/trunk/console/gcons.c
/uspace/trunk/console/gcons.h
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/ppm.c
/uspace/trunk/fb/ppm.h
1554 6600 d 9 h jermar /kernel/trunk/generic/src/mm/ Improve comment in slab.c.  
/kernel/trunk/generic/src/mm/slab.c
1553 6600 d 13 h palkovsky /uspace/trunk/console/ Fix forgotten define change.  
/uspace/trunk/console/screenbuffer.c
1552 6600 d 13 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
1551 6600 d 14 h vana /uspace/trunk/ Ega cursor movement support  
/uspace/trunk/fb/ega.c
/uspace/trunk/tetris/screen.c
1550 6600 d 15 h jermar /kernel/trunk/generic/src/mm/ Remove left over piece of code for increasing reference count in ELF backend.  
/kernel/trunk/generic/src/mm/backend_elf.c
1549 6600 d 16 h vana /kernel/trunk/generic/src/adt/ Bitmap functions patch  
/kernel/trunk/generic/src/adt/bitmap.c
1548 6600 d 16 h vana /kernel/trunk/arch/ia64/src/ From/to kernel console switching on ia64  
/kernel/trunk/arch/ia64/src/ia64.c
1547 6600 d 16 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
1546 6600 d 16 h jermar /kernel/trunk/generic/src/mm/ Add reference to shared frames of ELF image backed address space area.  
/kernel/trunk/generic/src/mm/backend_elf.c
1545 6600 d 16 h jermar /kernel/trunk/generic/src/mm/ Add reference to shared frames of anonymous address space area.  
/kernel/trunk/generic/src/mm/backend_anon.c
1544 6600 d 17 h palkovsky /kernel/trunk/generic/ Slightly better behaviour with caching on memory sharing.  
/kernel/trunk/generic/include/errno.h
/kernel/trunk/generic/src/mm/as.c
1543 6600 d 20 h palkovsky /kernel/trunk/doc/ Note about mips bug making tetris to fail.  
/kernel/trunk/doc/BUGS_FOUND
1542 6600 d 22 h palkovsky /uspace/trunk/fb/ Fix sysio until unaligned copy_to_uspace works.  
/uspace/trunk/fb/sysio.c
1541 6600 d 22 h jermar /kernel/trunk/ Modify ia64 to load 6 userspace tasks.
Tetris however makes the kernel fault on unaligned memory access in copy_from_uspace.
 
/kernel/trunk/arch/ia64/src/ia64.c
/kernel/trunk/contrib/conf/ski.conf
1540 6600 d 22 h jermar /kernel/trunk/arch/ia32/src/smp/ Fix programming of local APIC timer to interrupt the processor
in the proper relation to HZ. (Was hardcoded to be each 1ms,
but should have been each 10ms).
 
/kernel/trunk/arch/ia32/src/smp/apic.c
1539 6600 d 23 h cejka /kernel/trunk/generic/src/mm/ Fixed warning about unused variable in non-debug mode.  
/kernel/trunk/generic/src/mm/backend_phys.c
1538 6601 d 5 h palkovsky /uspace/trunk/ Tetris now works on mips on gxemul on both console & framebuffer.
It doesn't work in msim, but it seems to be msim bug this time.
 
/uspace/trunk/libc/generic/string.c
/uspace/trunk/tetris/tetris.c
1537 6601 d 6 h palkovsky /kernel/trunk/ Added tetris to  
/kernel/trunk/arch/mips32/src/mips32.c
/kernel/trunk/contrib/conf/gxemul.sh
/kernel/trunk/contrib/conf/msim.conf
1536 6601 d 6 h palkovsky /uspace/trunk/ Fixed some weird bugs (I wonder how this COULD even work on the other platforms).  
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/tetris/Makefile