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
1465 6616 d 11 h cejka /uspace/trunk/ Support for reading from stdin.
Getchar() implemented.
 
/uspace/trunk/console/console.c
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/io/io.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/io/io.h
/uspace/trunk/libc/include/io/stream.h
/uspace/trunk/libc/include/stdio.h
/uspace/trunk/libc/include/unistd.h
1464 6616 d 12 h palkovsky /uspace/trunk/libc/include/ Added pseudo-synchronous message sending.  
/uspace/trunk/libc/include/async.h
1463 6616 d 12 h palkovsky /uspace/trunk/libc/ Added asynchronous waiting on ipc_async_send, when kernel limits
are reached. It works better in test_time.
 
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/libc/include/async.h
1462 6616 d 13 h palkovsky /uspace/trunk/ Changed according to as_area_send/recv change.  
/uspace/trunk/libc/generic/time.c
/uspace/trunk/ns/ns.c
1461 6616 d 13 h palkovsky /kernel/trunk/generic/ Slightly changed semantics of AS_AREA_SEND/RECV.  
/kernel/trunk/generic/include/ipc/ipc.h
/kernel/trunk/generic/src/ipc/sysipc.c
/kernel/trunk/generic/src/mm/as.c
1460 6616 d 14 h jermar /kernel/trunk/generic/ Reference counting for futexes.  
/kernel/trunk/generic/include/proc/task.h
/kernel/trunk/generic/include/synch/futex.h
/kernel/trunk/generic/src/proc/task.c
/kernel/trunk/generic/src/synch/futex.c
1459 6617 d 3 h palkovsky /uspace/trunk/console/ Fix bad answering in console.  
/uspace/trunk/console/console.c
1458 6617 d 5 h palkovsky /kernel/trunk/ Added console support to gxemul.
Wider information in thread list.
 
/kernel/trunk/arch/mips32/src/mips32.c
/kernel/trunk/contrib/conf/gxemul.sh
/kernel/trunk/generic/src/proc/thread.c
1457 6617 d 5 h jermar /kernel/trunk/generic/src/time/ Project missed_clock_ticks also on thread timeslice and run queue relink counter.  
/kernel/trunk/generic/src/time/clock.c
1456 6617 d 8 h decky /boot/trunk/arch/amd64/ create ISO image instead of floppy image (for AMD64)  
/boot/trunk/arch/amd64/grub/menu.lst
/boot/trunk/arch/amd64/grub/stage2_eltorito
/boot/trunk/arch/amd64/grub/grub.conf
/boot/trunk/arch/amd64/grub/grub.img.gz
/boot/trunk/arch/amd64/Makefile.inc
1455 6617 d 8 h decky /kernel/trunk/contrib/conf/ update Simics 2 configuration  
/kernel/trunk/contrib/conf/simics.conf
1454 6617 d 8 h decky /boot/trunk/arch/ia32/ create ISO image instead of floppy image  
/boot/trunk/arch/ia32/grub/menu.lst
/boot/trunk/arch/ia32/grub/stage2_eltorito
/boot/trunk/arch/ia32/grub/grub.conf
/boot/trunk/arch/ia32/grub/grub.img.gz
/boot/trunk/arch/ia32/Makefile.inc
1453 6617 d 9 h palkovsky /uspace/trunk/ Modified console to use new async framework.  
/uspace/trunk/console/console.c
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/time.c
1452 6617 d 10 h palkovsky /uspace/trunk/libc/ Added some additional functionality.  
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/unistd.h
1451 6617 d 16 h cejka /uspace/trunk/ Basic support for console driver.
Does not provide separate screens yet.
TODO: fix many unhandled states.
 
/uspace/trunk/console/console.h
/uspace/trunk/console/Makefile
/uspace/trunk/console/console.c
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/fb.h
/uspace/trunk/kbd/Makefile
/uspace/trunk/kbd/arch/ia32/include/kbd.h
/uspace/trunk/kbd/arch/ia32/src/kbd.c
/uspace/trunk/kbd/arch/mips32/include/kbd.h
/uspace/trunk/kbd/arch/mips32/src/kbd.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/kbd/generic/key_buffer.c
/uspace/trunk/kbd/include/kbd.h
/uspace/trunk/kbd/include/key_buffer.h
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/io/stream.h
1450 6617 d 16 h cejka /boot/trunk/arch/amd64/ Amd64 boot support for console driver.  
/boot/trunk/arch/amd64/Makefile.inc
/boot/trunk/arch/amd64/grub/grub.conf
1449 6618 d 10 h palkovsky /uspace/trunk/ Started porting tetris.  
/uspace/trunk/libc/include/sys/time.h
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/time.h
/uspace/trunk/tetris/Makefile
/uspace/trunk/tetris/tetris.c
/uspace/trunk/tetris/tetris.h
1448 6618 d 10 h palkovsky /kernel/trunk/generic/src/syscall/ Better SYS_IO  
/kernel/trunk/generic/src/syscall/syscall.c
1447 6618 d 13 h cejka /uspace/trunk/ Removed printf calls from fb.  
/uspace/trunk/console/console.c
/uspace/trunk/fb/fb.c
/uspace/trunk/kbd/generic/kbd.c
1446 6618 d 13 h cejka /boot/trunk/arch/ia32/ Console module added to grub loader for ia32.  
/boot/trunk/arch/ia32/Makefile.inc
/boot/trunk/arch/ia32/grub/grub.conf
1445 6618 d 13 h cejka /uspace/trunk/ First attempt to uspace console. Not working yet.  
/uspace/trunk/console
/uspace/trunk/console/Makefile
/uspace/trunk/console/console.c
/uspace/trunk/Makefile
/uspace/trunk/fb/fb.c
/uspace/trunk/init/init.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/kbd/include/kbd.h
/uspace/trunk/libc/include/ipc/services.h
1444 6618 d 14 h cejka /uspace/trunk/libc/generic/io/ Fixed wrong doxygen formating.  
/uspace/trunk/libc/generic/io/printf_core.c
1443 6618 d 14 h palkovsky /uspace/trunk/libc/generic/ Allow NULL callback on async call.  
/uspace/trunk/libc/generic/ipc.c
1442 6618 d 21 h palkovsky /uspace/trunk/libc/generic/ Fixed bad order when reading time.  
/uspace/trunk/libc/generic/time.c
1441 6619 d 3 h palkovsky /uspace/trunk/ Added support for async_wait_timeout.  
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/async.h
1440 6619 d 3 h palkovsky /kernel/trunk/generic/include/ Added error code for timeouts.  
/kernel/trunk/generic/include/errno.h
1439 6619 d 5 h palkovsky /uspace/trunk/libc/generic/ Correct realtime clock communication  
/uspace/trunk/libc/generic/time.c
1438 6619 d 5 h palkovsky /kernel/trunk/generic/ Correct realtime clock communication.  
/kernel/trunk/generic/include/print.h
/kernel/trunk/generic/src/time/clock.c
1437 6619 d 6 h jermar /kernel/trunk/generic/src/mm/ Fix used_space_insert() to correctly service an empty used_space B+tree.  
/kernel/trunk/generic/src/mm/as.c
1436 6619 d 7 h jermar /kernel/trunk/generic/src/mm/ Fight TLB inconsistency by proper placing of tlb_shootdown_start() and tlb_shootdown_finalize() in as.c.  
/kernel/trunk/generic/src/mm/as.c
1435 6619 d 9 h palkovsky /uspace/trunk/ Rough implementation of gettimeofday.
IPC_M_RECV_AS doesn't allow us to specify additional user parametrs. That
doesn't seem to be very configurable :-/
 
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/time.h
/uspace/trunk/init/init.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/include/ipc/services.h
/uspace/trunk/ns/ns.c
1434 6619 d 9 h palkovsky /kernel/trunk/ Added 'realtime' clock interface.
Added some asm macros as memory barriers.
Added drift computing for mips platform.
 
/kernel/trunk/arch/ia32/include/barrier.h
/kernel/trunk/arch/mips32/include/barrier.h
/kernel/trunk/arch/mips32/include/cp0.h
/kernel/trunk/arch/mips32/src/interrupt.c
/kernel/trunk/arch/mips32/src/mips32.c
/kernel/trunk/generic/include/time/clock.h
/kernel/trunk/generic/src/ipc/sysipc.c
/kernel/trunk/generic/src/main/main.c
/kernel/trunk/generic/src/mm/as.c
/kernel/trunk/generic/src/time/clock.c
1433 6619 d 12 h jermar /kernel/trunk/generic/src/time/ Fix critical bug in timeout processing introduced several hours ago.  
/kernel/trunk/generic/src/time/clock.c
1432 6619 d 15 h jermar /kernel/trunk/arch/mips32/src/ Load four userspace tasks on mips32.  
/kernel/trunk/arch/mips32/src/mips32.c
1431 6619 d 16 h jermar /kernel/trunk/generic/ Add missed_clock_ticks to CPU structure so that clock() can detect missed timer interrupts.
Architectures are required to support this in order to make time keeping accurate.
 
/kernel/trunk/generic/include/cpu.h
/kernel/trunk/generic/src/time/clock.c
1430 6619 d 17 h jermar /uspace/trunk/ Sync with kernel.
Make map_physmem() pass address space area flags instead of boolean switch.

Try to map fb memory with caching enabled.
 
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/generic/ddi.c
/uspace/trunk/libc/include/ddi.h
1429 6619 d 17 h jermar /kernel/trunk/generic/ Make ddi_physmem_map() accept address space area flags instead of writable switch.
Thus even these types of address space areas can turn caching on, if it is desired.
 
/kernel/trunk/generic/include/ddi/ddi_arg.h
/kernel/trunk/generic/src/ddi/ddi.c
1428 6620 d 4 h palkovsky /kernel/trunk/generic/ Added 256K slab, so that AMD can boot (until ELF loader is fixed).
Added AS_AREA_RECV so that the caller can receive AS_AREA.
 
/kernel/trunk/generic/include/ipc/ipc.h
/kernel/trunk/generic/include/mm/as.h
/kernel/trunk/generic/include/mm/slab.h
/kernel/trunk/generic/src/ipc/sysipc.c
/kernel/trunk/generic/src/mm/as.c
/kernel/trunk/generic/src/mm/slab.c
1427 6620 d 5 h palkovsky /uspace/trunk/ Added functions to async framework for reasonable sending asynchronous
messages.
 
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/psthread.c
/uspace/trunk/libc/generic/thread.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/psthread.h
/uspace/trunk/libc/include/thread.h
1426 6620 d 5 h jermar /kernel/trunk/generic/src/mm/ Support for sharing address space areas backed up by ELF image.  
/kernel/trunk/generic/src/mm/backend_anon.c
/kernel/trunk/generic/src/mm/backend_elf.c