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
1529 6576 d 13 h palkovsky /boot/trunk/arch/ Added tetris to ia32 and amd64  
/boot/trunk/arch/amd64/Makefile.inc
/boot/trunk/arch/amd64/grub/menu.lst
/boot/trunk/arch/ia32/Makefile.inc
/boot/trunk/arch/ia32/grub/menu.lst
1528 6576 d 13 h palkovsky /uspace/trunk/ Made tetris compile and somewhat run.
Slightly better console.
 
/uspace/trunk/Makefile
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
/uspace/trunk/console/gcons.h
/uspace/trunk/libc/include/err.h
/uspace/trunk/libc/include/io/stream.h
/uspace/trunk/tetris/screen.c
/uspace/trunk/tetris/tetris.c
1527 6576 d 14 h jermar /kernel/trunk/contrib/conf/ Enable loading of kbd userspace driver in Ski sample configuration file.  
/kernel/trunk/contrib/conf/ski.conf
1526 6576 d 14 h cejka /uspace/trunk/console/ Some doxygen comments added.  
/uspace/trunk/console/console.c
/uspace/trunk/console/screenbuffer.c
1525 6576 d 15 h cejka /uspace/trunk/console/ Added doxygen comments.
Console now supports SET_STYLE call.
 
/uspace/trunk/console/console.c
/uspace/trunk/console/console.h
/uspace/trunk/console/screenbuffer.c
/uspace/trunk/console/screenbuffer.h
1524 6576 d 15 h palkovsky /uspace/trunk/tetris/ More porting, awaiting 2 functions of console.  
/uspace/trunk/tetris/screen.c
/uspace/trunk/tetris/screen.h
/uspace/trunk/tetris/tetris.c
1523 6576 d 15 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
1522 6576 d 15 h palkovsky /uspace/trunk/console/ Added slighyly graphical console.  
/uspace/trunk/console/gcons.h
/uspace/trunk/console/Makefile
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
1521 6576 d 16 h cejka /uspace/trunk/console/ Console sends its size now.  
/uspace/trunk/console/console.c
/uspace/trunk/console/console.h
1520 6576 d 16 h cejka /uspace/trunk/console/ Fixed bugs in console.  
/uspace/trunk/console/console.c
1519 6576 d 16 h palkovsky /uspace/trunk/ Slowly porting tetris screen... not yet done.  
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/io/stream.h
/uspace/trunk/tetris/screen.c
1518 6576 d 17 h palkovsky /uspace/trunk/ Changed recommended way of asynchronous communication.  
/uspace/trunk/console/gcons.c
/uspace/trunk/console/console.c
/uspace/trunk/console/console.h
/uspace/trunk/init/init.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/include/ipc/ipc.h
1517 6576 d 17 h cejka /uspace/trunk/console/ Support for switch to kernel console.  
/uspace/trunk/console/console.c
1516 6576 d 17 h cejka /uspace/trunk/console/ Fixed bugs in shared buffer.  
/uspace/trunk/console/console.c
1515 6576 d 18 h palkovsky /uspace/trunk/fb/ Don't move cursor on draw_text_data  
/uspace/trunk/fb/fb.c
1514 6576 d 18 h cejka /uspace/trunk/console/ Inserted forgotten FB_SET_STYLE.  
/uspace/trunk/console/console.c
1513 6576 d 18 h palkovsky /uspace/trunk/fb/ Fixed mistake in draw_data.  
/uspace/trunk/fb/fb.c
1512 6576 d 18 h cejka /uspace/trunk/console/ Console support for communication with fb via shared memory.  
/uspace/trunk/console/console.c
1511 6576 d 18 h palkovsky /kernel/trunk/arch/ Remove __address from include file included by uspace  
/kernel/trunk/arch/amd64/include/mm/as.h
/kernel/trunk/arch/ia32/include/mm/as.h
/kernel/trunk/arch/ia64/include/mm/as.h
/kernel/trunk/arch/mips32/include/mm/as.h
/kernel/trunk/arch/ppc32/include/mm/as.h
/kernel/trunk/arch/ppc64/include/mm/as.h
/kernel/trunk/arch/sparc64/include/mm/as.h
1510 6576 d 18 h palkovsky /uspace/trunk/libc/generic/ mmap workaroung  
/uspace/trunk/libc/generic/mmap.c
1509 6576 d 19 h palkovsky /uspace/trunk/ Reworked styles in framebuffer.  
/uspace/trunk/console/screenbuffer.h
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/generic/as.c
1508 6576 d 19 h vana /uspace/trunk/ Ia64 uspace keuboard uspace part  
/uspace/trunk/kbd/arch/ia64
/uspace/trunk/kbd/arch/ia64/include
/uspace/trunk/kbd/arch/ia64/include/kbd.h
/uspace/trunk/kbd/arch/ia64/src
/uspace/trunk/kbd/arch/ia64/src/kbd.c
/uspace/trunk/Makefile
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/stdio.h
1507 6576 d 19 h vana /kernel/trunk/ IA64 uspace keyboard kernel part  
/kernel/trunk/arch/ia64/include/arch.h
/kernel/trunk/arch/ia64/include/interrupt.h
/kernel/trunk/arch/ia64/include/ski/ski.h
/kernel/trunk/arch/ia64/src/ia64.c
/kernel/trunk/arch/ia64/src/interrupt.c
/kernel/trunk/arch/ia64/src/ski/ski.c
/kernel/trunk/generic/include/ipc/irq.h
/kernel/trunk/generic/src/ipc/irq.c
1506 6576 d 19 h cejka /uspace/trunk/console/ Fixed ipc_call_sync calling bug.  
/uspace/trunk/console/console.c
1505 6576 d 19 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
1504 6576 d 19 h cejka /uspace/trunk/ Some console bugfixes.  
/uspace/trunk/console/console.c
/uspace/trunk/kbd/arch/ia32/src/kbd.c
1503 6576 d 20 h jermar /uspace/trunk/libc/ Sync with last kernel commit (the ability to specify whether a sleep is interruptible or not).  
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/futex.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/libc/include/futex.h
1502 6576 d 20 h jermar /kernel/trunk/ Replace nonblocking argument of waitq_sleep_timeout with flags that specify mode of operation.
Now a flag can be used to specify interruptible sleep.
Modify waitq_interrupt_sleep() to only interrupt threads that used this flag.
O
 
/kernel/trunk/arch/ia32/src/smp/smp.c
/kernel/trunk/generic/include/ipc/ipc.h
/kernel/trunk/generic/include/proc/thread.h
/kernel/trunk/generic/include/synch/condvar.h
/kernel/trunk/generic/include/synch/futex.h
/kernel/trunk/generic/include/synch/mutex.h
/kernel/trunk/generic/include/synch/rwlock.h
/kernel/trunk/generic/include/synch/semaphore.h
/kernel/trunk/generic/include/synch/synch.h
/kernel/trunk/generic/include/synch/waitq.h
/kernel/trunk/generic/src/ipc/ipc.c
/kernel/trunk/generic/src/ipc/sysipc.c
/kernel/trunk/generic/src/proc/thread.c
/kernel/trunk/generic/src/synch/condvar.c
/kernel/trunk/generic/src/synch/futex.c
/kernel/trunk/generic/src/synch/mutex.c
/kernel/trunk/generic/src/synch/rwlock.c
/kernel/trunk/generic/src/synch/semaphore.c
/kernel/trunk/generic/src/synch/waitq.c
1501 6576 d 21 h palkovsky /uspace/trunk/ Allocation function for allocating free areas for mmap, map_physmem etc.  
/uspace/trunk/fb/ega.c
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/generic/as.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/align.h
/uspace/trunk/libc/include/as.h
/uspace/trunk/ns/ns.c
1500 6576 d 22 h palkovsky /uspace/trunk/ Added blinking cursor.  
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/sysio.c
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/include/async.h
1499 6576 d 23 h cejka /uspace/trunk/ Fix cursor position.
Do not rewrite active console on switch to it.
 
/uspace/trunk/console/console.c
/uspace/trunk/kbd/generic/kbd.c
1498 6577 d 0 h palkovsky /uspace/trunk/fb/ Doc updates.  
/uspace/trunk/fb/ega.c
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/sysio.c
1497 6577 d 0 h cejka /uspace/trunk/ Another console improvement.  
/uspace/trunk/console/console.c
/uspace/trunk/console/screenbuffer.c
/uspace/trunk/libc/generic/io/stream.c
1496 6577 d 8 h jermar /kernel/trunk/contrib/conf/ ski.conf for 4 ELF images.
kbd is commented out.
 
/kernel/trunk/contrib/conf/ski.conf
1495 6577 d 8 h jermar /kernel/trunk/ Remove three infinite loops introduced yesterday :-)

Make ia64 ready to load 5 ELF images.
 
/kernel/trunk/arch/ia64/Makefile.inc
/kernel/trunk/arch/ia64/src/ia64.c
/kernel/trunk/generic/src/mm/as.c
1494 6577 d 8 h palkovsky /kernel/trunk/generic/ Removes unnecessary parameter for map_physmem syscall.  
/kernel/trunk/generic/include/ddi/ddi.h
/kernel/trunk/generic/src/ddi/ddi.c
1493 6577 d 8 h palkovsky /uspace/trunk/ Added support ega framebuffer.
Removed taskid parameter from map_physmem. The same effect
can (and should) be performed using IPC.
 
/uspace/trunk/fb/ega.c
/uspace/trunk/fb/ega.h
/uspace/trunk/fb/Makefile
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/main.c
/uspace/trunk/libc/generic/ddi.c
/uspace/trunk/libc/include/ddi.h
/uspace/trunk/ns/ns.c
1492 6577 d 9 h palkovsky /uspace/trunk/fb/ Added more functions to console emulation through sysio.  
/uspace/trunk/fb/sysio.c
1491 6577 d 10 h palkovsky /kernel/trunk/contrib/conf/ Msim configuration to load necessary modules to make it 'work' again.  
/kernel/trunk/contrib/conf/msim.conf
1490 6577 d 10 h palkovsky /uspace/trunk/ Added very preliminary support for console on architectures
that do not support framebuffer.
 
/uspace/trunk/fb/main.c
/uspace/trunk/fb/sysio.c
/uspace/trunk/fb/sysio.h
/uspace/trunk/console/console.c
/uspace/trunk/fb/Makefile
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/fb.h
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/async.h