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
1445 6558 d 11 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 6558 d 11 h cejka /uspace/trunk/libc/generic/io/ Fixed wrong doxygen formating.  
/uspace/trunk/libc/generic/io/printf_core.c
1443 6558 d 11 h palkovsky /uspace/trunk/libc/generic/ Allow NULL callback on async call.  
/uspace/trunk/libc/generic/ipc.c
1442 6558 d 18 h palkovsky /uspace/trunk/libc/generic/ Fixed bad order when reading time.  
/uspace/trunk/libc/generic/time.c
1441 6559 d 1 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 6559 d 1 h palkovsky /kernel/trunk/generic/include/ Added error code for timeouts.  
/kernel/trunk/generic/include/errno.h
1439 6559 d 2 h palkovsky /uspace/trunk/libc/generic/ Correct realtime clock communication  
/uspace/trunk/libc/generic/time.c
1438 6559 d 2 h palkovsky /kernel/trunk/generic/ Correct realtime clock communication.  
/kernel/trunk/generic/include/print.h
/kernel/trunk/generic/src/time/clock.c
1437 6559 d 3 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 6559 d 4 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 6559 d 6 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 6559 d 6 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 6559 d 9 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 6559 d 13 h jermar /kernel/trunk/arch/mips32/src/ Load four userspace tasks on mips32.  
/kernel/trunk/arch/mips32/src/mips32.c
1431 6559 d 13 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 6559 d 14 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 6559 d 14 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 6560 d 1 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 6560 d 2 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 6560 d 2 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

Show All