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
1349 6588 d 19 h palkovsky /uspace/trunk/kbd/arch/ Added keyboard driver to amd64.  
/uspace/trunk/kbd/arch/amd64
1348 6588 d 19 h palkovsky /boot/trunk/arch/amd64/ Added keyboard driver to amd64.  
/boot/trunk/arch/amd64/Makefile.inc
/boot/trunk/arch/amd64/grub/grub.conf
1347 6588 d 19 h palkovsky /uspace/trunk/ Added keyboard support to mips.  
/uspace/trunk/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/kbd/arch/mips32/include/kbd.h
/uspace/trunk/kbd/arch/mips32/src/kbd.c
/uspace/trunk/kbd/include/arch
1346 6588 d 19 h palkovsky /kernel/trunk/generic/src/ipc/ Small updates to IPC regarding AS_SEND.  
/kernel/trunk/generic/src/ipc/sysipc.c
1345 6588 d 19 h cejka /uspace/trunk/kbd/generic/ Kbd does not accept CONNECT_TO_ME call now.  
/uspace/trunk/kbd/generic/kbd.c
1344 6588 d 20 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 6588 d 20 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 6588 d 20 h jermar /kernel/trunk/generic/ Improve comments.  
/kernel/trunk/generic/include/ipc/ipc.h
/kernel/trunk/generic/src/ipc/ipc.c
1341 6589 d 8 h cejka /kernel/trunk/generic/src/main/ Added capability to register IRQs to tasks.  
/kernel/trunk/generic/src/main/kinit.c
1340 6589 d 8 h cejka /boot/trunk/arch/ia32/ Load kbd module.  
/boot/trunk/arch/ia32/Makefile.inc
/boot/trunk/arch/ia32/grub/grub.conf
1339 6589 d 8 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 6589 d 14 h jermar /uspace/trunk/ Fix typos and comments.  
/uspace/trunk/pci/libpci/VERSION
/uspace/trunk/ns/ns.c
1337 6589 d 14 h jermar /kernel/trunk/generic/src/adt/ Remove a misleading comment.  
/kernel/trunk/generic/src/adt/hash_table.c
1336 6589 d 16 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 6589 d 17 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 6589 d 21 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 6590 d 8 h vana /kernel/trunk/ Configuration change  
/kernel/trunk/Makefile
1332 6590 d 9 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 6590 d 11 h decky /uspace/trunk/libc/arch/ppc32/include/ fix ppc32 stackarg.h  
/uspace/trunk/libc/arch/ppc32/include/stackarg.h
1330 6590 d 12 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 6590 d 12 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 6590 d 14 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 6590 d 14 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 6590 d 15 h decky /kernel/trunk/generic/src/sysinfo/ fix conding style, make it compile again  
/kernel/trunk/generic/src/sysinfo/sysinfo.c
1325 6590 d 16 h vana /kernel/trunk/generic/src/sysinfo/ sysinfo warning patch  
/kernel/trunk/generic/src/sysinfo/sysinfo.c
1324 6590 d 20 h jermar /uspace/trunk/pci/ Add GPL for reference and add modification dates into libpci to better comply with GPL.
Also, do some formatting changes in libpci.
 
/uspace/trunk/pci/COPYING
/uspace/trunk/pci/libpci/access.c
/uspace/trunk/pci/libpci/generic.c
/uspace/trunk/pci/libpci/header.h
/uspace/trunk/pci/libpci/i386-ports.c
/uspace/trunk/pci/libpci/internal.h
/uspace/trunk/pci/libpci/names.c
/uspace/trunk/pci/libpci/pci.h
/uspace/trunk/pci/libpci/sysdep.h
/uspace/trunk/pci/libpci/types.h
/uspace/trunk/pci/pci.c
1323 6590 d 20 h jermar /kernel/trunk/ Increase "timeout" for debugging spinlock so that false positive
deadlock reports are suppressed on real hardware.

Also add one HT configuration to hardware compatibility list.
 
/kernel/trunk/doc/arch/amd64
/kernel/trunk/doc/arch/ia32
/kernel/trunk/generic/src/synch/spinlock.c
1322 6590 d 20 h vana /kernel/trunk/generic/src/sysinfo/ memory deallocation fix in sysinfo syscall handlers  
/kernel/trunk/generic/src/sysinfo/sysinfo.c
1321 6590 d 20 h vana /kernel/trunk/generic/ force return 0 if no valid pointer in sysinfo syscall  
/kernel/trunk/generic/include/sysinfo/sysinfo.h
/kernel/trunk/generic/src/sysinfo/sysinfo.c
1320 6590 d 21 h vana /uspace/trunk/libc/ sysinfo uspace interface  
/uspace/trunk/libc/generic/sysinfo.c
/uspace/trunk/libc/include/sysinfo.h
/uspace/trunk/libc/Makefile
1319 6590 d 21 h vana /uspace/trunk/libc/ uspace strcmp  
/uspace/trunk/libc/generic/string.c
/uspace/trunk/libc/include/string.h
1318 6591 d 9 h vana /kernel/trunk/ Sysinfo userspace interface  
/kernel/trunk/arch/ia32/src/drivers/vesa.c
/kernel/trunk/genarch/src/fb/fb.c
/kernel/trunk/generic/include/syscall/syscall.h
/kernel/trunk/generic/include/sysinfo/sysinfo.h
/kernel/trunk/generic/src/syscall/syscall.c
/kernel/trunk/generic/src/sysinfo/sysinfo.c
1317 6591 d 11 h vana /kernel/trunk/ System information tools  
/kernel/trunk/generic/include/sysinfo
/kernel/trunk/generic/include/sysinfo/sysinfo.h
/kernel/trunk/generic/src/sysinfo
/kernel/trunk/generic/src/sysinfo/sysinfo.c
/kernel/trunk/test/sysinfo
/kernel/trunk/test/sysinfo/test.c
/kernel/trunk/Makefile
/kernel/trunk/genarch/src/fb/fb.c
/kernel/trunk/kernel.config
1316 6591 d 12 h jermar /kernel/trunk/genarch/src/fb/ Forgotten in last commit... improve frame buffer speed by buffering blank line.  
/kernel/trunk/genarch/src/fb/fb.c
1315 6591 d 12 h jermar /kernel/trunk/generic/ Improve framebuffer speed by buffering blank line.  
/kernel/trunk/generic/include/config.h
/kernel/trunk/generic/src/main/main.c
1314 6591 d 13 h cejka /uspace/trunk/libc/ Added limits.h with max and min values for integer types.
Added a few string functions.
 
/uspace/trunk/libc/arch/amd64/include/limits.h
/uspace/trunk/libc/arch/ia32/include/limits.h
/uspace/trunk/libc/arch/ia64/include/limits.h
/uspace/trunk/libc/arch/mips32/include/limits.h
/uspace/trunk/libc/arch/mips32eb/include/limits.h
/uspace/trunk/libc/arch/ppc32/include/limits.h
/uspace/trunk/libc/include/limits.h
/uspace/trunk/libc/generic/string.c
/uspace/trunk/libc/include/ctype.h
/uspace/trunk/libc/include/string.h
1313 6591 d 17 h jermar /kernel/trunk/ Do not report possible deadlock on fb_lock.
This issue was causing troubles in connection
with slow framebuffer in simulated environment
when false positives triggered an infinite
recursion of attempts to report deadlock on
fb_lock using printf() and fb_putchar().
 
/kernel/trunk/arch/ia32/src/drivers/vesa.c
/kernel/trunk/genarch/include/fb/fb.h
/kernel/trunk/generic/src/synch/spinlock.c
1312 6592 d 12 h palkovsky /kernel/trunk/genarch/src/fb/ Fixed incorrect tabulator in framebuffer (could write outside framebuffer
memory).
 
/kernel/trunk/genarch/src/fb/fb.c
1311 6592 d 14 h jermar /kernel/trunk/arch/ia32/src/drivers/ Fix number of frames allocated for VESA frame buffer in the singular
case when the frame buffer size is below FRAME_SIZE.
 
/kernel/trunk/arch/ia32/src/drivers/vesa.c
1310 6592 d 16 h jermar /kernel/trunk/ Change coding style in vesa.c and do some minor changes.  
/kernel/trunk/arch/ia32/include/vesa.h
/kernel/trunk/arch/ia32/src/drivers/vesa.c
/kernel/trunk/generic/include/bitops.h