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
1344 6577 d 21 h cejka /uspace/trunk/kbd/ Comments update.
Fix problem with multiple buffered callers awaiting key.
 
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/kbd/generic/key_buffer.c
/uspace/trunk/kbd/include/key_buffer.h
1343 6577 d 21 h jermar /uspace/trunk/ Add services.h to codify service numbers.
Assign codes for PCI, keyboard and frame buffer services.

Rename ipc_answer() to ipc_answer_fast() and add the basic
slower variant and call it ipc_answer(). Add some doxygen comments.

Remove unused bits from the libpci library.
 
/uspace/trunk/libipc/include/services.h
/uspace/trunk/init/init.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/libipc/generic/ipc.c
/uspace/trunk/libipc/include/ipc.h
/uspace/trunk/ns/ns.c
/uspace/trunk/pci/libpci/pci.h
/uspace/trunk/pci/pci.c
1342 6577 d 21 h jermar /kernel/trunk/generic/ Improve comments.  
/kernel/trunk/generic/include/ipc/ipc.h
/kernel/trunk/generic/src/ipc/ipc.c
1341 6578 d 9 h cejka /kernel/trunk/generic/src/main/ Added capability to register IRQs to tasks.  
/kernel/trunk/generic/src/main/kinit.c
1340 6578 d 9 h cejka /boot/trunk/arch/ia32/ Load kbd module.  
/boot/trunk/arch/ia32/Makefile.inc
/boot/trunk/arch/ia32/grub/grub.conf
1339 6578 d 9 h cejka /uspace/trunk/ Uspace keyboard handler for ia32.  
/uspace/trunk/kbd
/uspace/trunk/kbd/Makefile
/uspace/trunk/kbd/arch
/uspace/trunk/kbd/arch/ia32
/uspace/trunk/kbd/arch/ia32/include
/uspace/trunk/kbd/arch/ia32/include/kbd.h
/uspace/trunk/kbd/arch/ia32/src
/uspace/trunk/kbd/arch/ia32/src/kbd.c
/uspace/trunk/kbd/arch/mips32
/uspace/trunk/kbd/arch/mips32/include
/uspace/trunk/kbd/arch/mips32/include/kbd.h
/uspace/trunk/kbd/arch/mips32/src
/uspace/trunk/kbd/arch/mips32/src/kbd.c
/uspace/trunk/kbd/generic
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/kbd/generic/key_buffer.c
/uspace/trunk/kbd/include
/uspace/trunk/kbd/include/arch
/uspace/trunk/kbd/include/kbd.h
/uspace/trunk/kbd/include/key_buffer.h
/uspace/trunk/Makefile
/uspace/trunk/init/Makefile
/uspace/trunk/init/init.c
1338 6578 d 15 h jermar /uspace/trunk/ Fix typos and comments.  
/uspace/trunk/pci/libpci/VERSION
/uspace/trunk/ns/ns.c
1337 6578 d 15 h jermar /kernel/trunk/generic/src/adt/ Remove a misleading comment.  
/kernel/trunk/generic/src/adt/hash_table.c
1336 6578 d 17 h jermar /uspace/trunk/ Implement simple connect_me_to in NS.
Disambigue the term phoneid by creating new term in_phone_hash,
which in fact represents kernel address of the phone sending the
message.
 
/uspace/trunk/libadt/generic/hash_table.c
/uspace/trunk/libipc/generic/ipc.c
/uspace/trunk/libipc/include/ipc.h
/uspace/trunk/ns/ns.c
/uspace/trunk/pci/pci.c
1335 6578 d 19 h jermar /uspace/trunk/ Simple registration of services at NS.  
/uspace/trunk/libadt/include/hash_table.h
/uspace/trunk/ns/Makefile
/uspace/trunk/ns/ns.c
/uspace/trunk/pci/Makefile
/uspace/trunk/pci/pci.c
1334 6578 d 23 h jermar /kernel/trunk/ Force mips32 frame buffer access to be always big endian.

Fix vmaxlma.c warning when building ia64.
 
/kernel/trunk/arch/mips32/Makefile.inc
/kernel/trunk/contrib/arch/ia64/vmaxlma.c
/kernel/trunk/genarch/src/fb/fb.c
1333 6579 d 9 h vana /kernel/trunk/ Configuration change  
/kernel/trunk/Makefile
1332 6579 d 10 h palkovsky /kernel/trunk/ Added support for more processes in mips.  
/kernel/trunk/arch/mips32/src/mips32.c
/kernel/trunk/contrib/conf/gxemul.sh
/kernel/trunk/contrib/conf/msim.conf
1331 6579 d 12 h decky /uspace/trunk/libc/arch/ppc32/include/ fix ppc32 stackarg.h  
/uspace/trunk/libc/arch/ppc32/include/stackarg.h
1330 6579 d 13 h palkovsky /uspace/trunk/ Added support to IPC for sharing pages. Remove old calls as_area_send/accept,
modify tests.
 
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/as.c
/uspace/trunk/libc/include/as.h
/uspace/trunk/libipc/generic/ipc.c
/uspace/trunk/libipc/include/ipc.h
/uspace/trunk/ns/ns.c
1329 6579 d 13 h palkovsky /kernel/trunk/generic/ Added support to IPC for simple page sharing.  
/kernel/trunk/generic/include/ipc/ipc.h
/kernel/trunk/generic/include/mm/as.h
/kernel/trunk/generic/include/syscall/syscall.h
/kernel/trunk/generic/src/ipc/sysipc.c
/kernel/trunk/generic/src/mm/as.c
/kernel/trunk/generic/src/syscall/syscall.c
1328 6579 d 15 h decky /kernel/trunk/arch/ppc32/src/ ppc32: TLB manipulation stub  
/kernel/trunk/arch/ppc32/src/dummy.s
/kernel/trunk/arch/ppc32/src/mm/tlb.c
/kernel/trunk/arch/ppc32/src/proc/scheduler.c
1327 6579 d 15 h decky /kernel/trunk/ split framebuffer initialization and sysinfo registration  
/kernel/trunk/arch/ia32/src/drivers/vesa.c
/kernel/trunk/arch/ppc32/include/console.h
/kernel/trunk/arch/ppc32/src/console.c
/kernel/trunk/arch/ppc32/src/ppc32.c
/kernel/trunk/genarch/include/fb/fb.h
/kernel/trunk/genarch/src/fb/fb.c
/kernel/trunk/generic/include/syscall/syscall.h
1326 6579 d 16 h decky /kernel/trunk/generic/src/sysinfo/ fix conding style, make it compile again  
/kernel/trunk/generic/src/sysinfo/sysinfo.c
1325 6579 d 17 h vana /kernel/trunk/generic/src/sysinfo/ sysinfo warning patch  
/kernel/trunk/generic/src/sysinfo/sysinfo.c

Show All