Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
531 6869 d 5 h jermar /kernel/trunk/arch/sparc64/include/mm/ sparc64 work.
MMU ASI & virtual addresses definitions.
 
530 6869 d 15 h jermar /kernel/trunk/arch/sparc64/include/mm/ sparc64 work.
TTE (Translation Table Entry) type definitions.
 
529 6870 d 9 h jermar /kernel/trunk/arch/sparc64/ sparc64 work.
Add dummy trap tables.
 
528 6871 d 5 h jermar /kernel/trunk/ sparc64 work.
The context_save/context_restore needed two other improvements.
First, storing of %fp because of window_fills.
Second, flushing all active windows before CONTEXT_LOAD to make CWP - 1 the overlap window.
 
527 6871 d 12 h jermar /kernel/trunk/ saprc64 work.
Perform leaf-procedure optimization for context_save and context_restore.
 
526 6871 d 12 h jermar /kernel/trunk/ sparc64 work.
No need to save/restore local registers.
 
525 6871 d 15 h jermar /kernel/trunk/arch/sparc64/ sparc64 work.
Add stack.h.
 
524 6873 d 12 h jermar /kernel/trunk/generic/include/ sort.h was actually written by Sergey Bondari.  
523 6874 d 9 h jermar /kernel/trunk/ Clean up.  
522 6874 d 13 h vana /kernel/trunk/arch/ia64/src/ski/ Comment update  
521 6874 d 13 h vana /kernel/trunk/arch/ia64/ Coding style patch.  
520 6875 d 4 h vana /kernel/trunk/arch/ia64/ Lost files from last commit.  
519 6875 d 4 h vana /kernel/trunk/arch/ia64/ Keyboard support for ski (ia64 emulator)  
518 6876 d 3 h jermar /kernel/trunk/ Improve kconsole's support for recognition of commands with arguments.
Implement ARG_TYPE_STRING.
Add 'describe' command.
Move kconsole.c to generic/src/console.
Move kconsole.h to generic/include/console.
 
517 6877 d 3 h jermar /kernel/trunk/ Implement basic kernel console command recognition.
Commands without arguments are now recognized.
 
516 6878 d 7 h jermar /kernel/trunk/ Add VMware Workstation 5.5 to SMP compatibility list.  
515 6878 d 7 h jermar /kernel/trunk/ SMP cleanup continued.
Add nice type for IO APIC ID register.
Replace some magic numbers with more descriptive macros.
 
514 6879 d 1 h jermar /kernel/trunk/arch/ia32/ More SMP cleanup.
Suddenly, keyboard started to work on SMP under Simics.
Still not functional on Bochs (will consult Bochs people).
Doxygen style comments for apic.c.
 
513 6879 d 8 h jermar /kernel/trunk/arch/ia32/ APIC code cleanup.  
512 6879 d 12 h jermar /kernel/trunk/ SMP work.
Add madt_irq_to_pin().
Make ksmp() use virtual irq_to_pin() function, which makes better sence for ACPI configurations.
 
511 6880 d 1 h jermar /kernel/trunk/ Enable dummy kconsole for ia32 and amd64 (UP mode works).  
510 6880 d 2 h jermar /kernel/trunk/ Add chardev_t.
This type is meant to abstract any input character device such as keyboard, serial port etc.
Add stdin.
Add dummy kconsole.
 
509 6880 d 4 h jermar /kernel/trunk/ Basic keyboard support for mips32 (msim).  
508 6880 d 5 h jermar /kernel/trunk/ Basic keyboard support for ia32.
For some reason, keyoboard looks dead on SMP.

Make kinit() print "kinit..." strings in longer intervals.
 
507 6880 d 7 h decky /kernel/trunk/arch/ia32/include/boot/ revert bug in multiboot flags  
506 6880 d 7 h decky /kernel/trunk/ preparation for init task loading  
505 6880 d 8 h decky /uspace/trunk/libc/ forgotten stuff  
504 6880 d 9 h decky /uspace/trunk/ uspace work  
503 6880 d 9 h jermar /kernel/trunk/ Rename arch_late_init() to arch_pre_smp_init().
Add arch_post_smp_init().
Enable IRQ_KBD on ia-32 (doesn't work on Bochs SMP, works on Bochs UP).
 
502 6880 d 10 h decky /uspace/trunk/ break up uspace into separate parts  
501 6880 d 11 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
500 6880 d 12 h decky /uspace/trunk/ uspace build scripts  
499 6880 d 13 h decky /uspace/trunk/libc/ uspace basic syscall framework  
498 6880 d 13 h decky /uspace/trunk/libc/arch/ uspace MIPS entry points  
497 6880 d 13 h decky /uspace/trunk/libc/arch/mips32/ libc MIPS arch sources  
496 6880 d 14 h decky /uspace/trunk/ uspace building  
495 6880 d 14 h decky /uspace/trunk/libc/ uspace work  
494 6881 d 3 h jermar /SPARTAN/trunk/genarch/ Remove genarch/{src|include}/firmware.  
493 6881 d 3 h jermar /SPARTAN/trunk/ Move genarch/{src|include}/firmware/ofw to genarch/{src|include}/ofw.  
492 6881 d 3 h jermar /SPARTAN/trunk/ Rename map_page_to_frame() to page_mapping_insert() and find_mapping() to page_mapping_find().
New names should make it more apparent that these two belong together.