Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
1496 6578 d 19 h jermar /kernel/trunk/contrib/conf/ ski.conf for 4 ELF images.
kbd is commented out.
 
/kernel/trunk/contrib/conf/ski.conf
1495 6578 d 19 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 6578 d 19 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 6578 d 19 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 6578 d 20 h palkovsky /uspace/trunk/fb/ Added more functions to console emulation through sysio.  
/uspace/trunk/fb/sysio.c
1491 6578 d 21 h palkovsky /kernel/trunk/contrib/conf/ Msim configuration to load necessary modules to make it 'work' again.  
/kernel/trunk/contrib/conf/msim.conf
1490 6578 d 21 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
1489 6578 d 22 h palkovsky /uspace/trunk/ Added integration of console & fb.
Added ipc_call_async_3 call.
 
/uspace/trunk/console/console.c
/uspace/trunk/fb/fb.c
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/libc/include/ipc/ipc.h
1488 6579 d 2 h vana /kernel/trunk/arch/ia64/include/ Lost file  
/kernel/trunk/arch/ia64/include/asm.h
1487 6579 d 4 h cejka /uspace/trunk/console/ Support for multiple virtual consoles with separated screens.
Only test version implemented.
 
/uspace/trunk/console/screenbuffer.c
/uspace/trunk/console/screenbuffer.h
/uspace/trunk/console/Makefile
/uspace/trunk/console/console.c
1486 6579 d 4 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 6579 d 5 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
1484 6579 d 5 h palkovsky /kernel/trunk/generic/include/ Added EINVAL error code.  
/kernel/trunk/generic/include/errno.h
1483 6579 d 6 h jermar /kernel/trunk/generic/src/ Implement recursive function for deallocating the whole B+tree.
Make use of this function in address space management.
 
/kernel/trunk/generic/src/adt/btree.c
/kernel/trunk/generic/src/mm/as.c
1482 6579 d 6 h vana /kernel/trunk/arch/ia64/src/drivers/ Misseed clock ticks counting  
/kernel/trunk/arch/ia64/src/drivers/it.c
1481 6579 d 9 h cejka /uspace/trunk/ Console stores unsatisfied getchar requests and handle them after keypress.
Fifo modified to be usable as structure member.
 
/uspace/trunk/console/console.c
/uspace/trunk/libc/include/libadt/fifo.h
1480 6579 d 10 h palkovsky /kernel/trunk/arch/ppc32/ Added ability to process external interrupts to ppc.  
/kernel/trunk/arch/ppc32/include/drivers/pic.h
/kernel/trunk/arch/ppc32/src/drivers/pic.c
/kernel/trunk/arch/ppc32/Makefile.inc
/kernel/trunk/arch/ppc32/include/drivers/cuda.h
/kernel/trunk/arch/ppc32/include/interrupt.h
/kernel/trunk/arch/ppc32/src/drivers/cuda.c
/kernel/trunk/arch/ppc32/src/exception.S
/kernel/trunk/arch/ppc32/src/interrupt.c
/kernel/trunk/arch/ppc32/src/ppc32.c
1479 6579 d 13 h decky /boot/trunk/arch/ppc32/loader/ more debugging  
/boot/trunk/arch/ppc32/loader/asm.S
/boot/trunk/arch/ppc32/loader/debug.inc
1478 6579 d 14 h decky /boot/trunk/ ppc32 bootloader debugging facility  
/boot/trunk/arch/ppc32/loader/debug.inc
/boot/trunk/Makefile
/boot/trunk/arch/ppc32/Makefile.inc
/boot/trunk/arch/ppc32/loader/Makefile
/boot/trunk/arch/ppc32/loader/asm.S
/boot/trunk/arch/ppc32/loader/asm.h
/boot/trunk/arch/ppc32/loader/main.c
/boot/trunk/arch/ppc32/loader/regname.h
/boot/trunk/boot.config
1477 6579 d 15 h decky /kernel/trunk/arch/ cleanup  
/kernel/trunk/arch/amd64/include/drivers/i8254.h
/kernel/trunk/arch/amd64/include/drivers/i8259.h
/kernel/trunk/arch/amd64/include/drivers/vesa.h
/kernel/trunk/arch/ia32/include/drivers/i8254.h
/kernel/trunk/arch/ia32/include/drivers/i8259.h
/kernel/trunk/arch/ia32/include/drivers/vesa.h
/kernel/trunk/arch/amd64/include/i8254.h
/kernel/trunk/arch/amd64/include/i8259.h
/kernel/trunk/arch/amd64/include/vesa.h
/kernel/trunk/arch/ia32/include/i8254.h
/kernel/trunk/arch/ia32/include/i8259.h
/kernel/trunk/arch/ia32/include/vesa.h
/kernel/trunk/arch/amd64/src/amd64.c
/kernel/trunk/arch/amd64/src/interrupt.c
/kernel/trunk/arch/ia32/src/drivers/i8254.c
/kernel/trunk/arch/ia32/src/drivers/i8259.c
/kernel/trunk/arch/ia32/src/drivers/vesa.c
/kernel/trunk/arch/ia32/src/ia32.c
/kernel/trunk/arch/ia32/src/interrupt.c
/kernel/trunk/arch/ia32/src/smp/smp.c

Show All