Subversion Repositories HelenOS-historic

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
534 6724 d 14 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
533 6724 d 14 h bondari /SPARTAN/trunk/ Buddy allocator for physical memory complete implementation.
Tested on IA32, AMD64, MIPS32. RWLock Test #5 is not passed.
NOTE: Other architectures could be broken (but should not be)
 
532 6724 d 14 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
531 6725 d 13 h jermar /kernel/trunk/arch/sparc64/include/mm/ sparc64 work.
MMU ASI & virtual addresses definitions.
 
530 6725 d 23 h jermar /kernel/trunk/arch/sparc64/include/mm/ sparc64 work.
TTE (Translation Table Entry) type definitions.
 
529 6726 d 18 h jermar /kernel/trunk/arch/sparc64/ sparc64 work.
Add dummy trap tables.
 
528 6727 d 13 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 6727 d 20 h jermar /kernel/trunk/ saprc64 work.
Perform leaf-procedure optimization for context_save and context_restore.
 
526 6727 d 20 h jermar /kernel/trunk/ sparc64 work.
No need to save/restore local registers.
 
525 6727 d 23 h jermar /kernel/trunk/arch/sparc64/ sparc64 work.
Add stack.h.
 
524 6729 d 20 h jermar /kernel/trunk/generic/include/ sort.h was actually written by Sergey Bondari.  
523 6730 d 18 h jermar /kernel/trunk/ Clean up.  
522 6730 d 21 h vana /kernel/trunk/arch/ia64/src/ski/ Comment update  
521 6730 d 21 h vana /kernel/trunk/arch/ia64/ Coding style patch.  
520 6731 d 12 h vana /kernel/trunk/arch/ia64/ Lost files from last commit.  
519 6731 d 12 h vana /kernel/trunk/arch/ia64/ Keyboard support for ski (ia64 emulator)  
518 6732 d 11 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 6733 d 11 h jermar /kernel/trunk/ Implement basic kernel console command recognition.
Commands without arguments are now recognized.
 
516 6734 d 15 h jermar /kernel/trunk/ Add VMware Workstation 5.5 to SMP compatibility list.  
515 6734 d 15 h jermar /kernel/trunk/ SMP cleanup continued.
Add nice type for IO APIC ID register.
Replace some magic numbers with more descriptive macros.
 
514 6735 d 9 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 6735 d 17 h jermar /kernel/trunk/arch/ia32/ APIC code cleanup.  
512 6735 d 20 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 6736 d 10 h jermar /kernel/trunk/ Enable dummy kconsole for ia32 and amd64 (UP mode works).  
510 6736 d 10 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 6736 d 12 h jermar /kernel/trunk/ Basic keyboard support for mips32 (msim).  
508 6736 d 13 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 6736 d 15 h decky /kernel/trunk/arch/ia32/include/boot/ revert bug in multiboot flags  
506 6736 d 15 h decky /kernel/trunk/ preparation for init task loading  
505 6736 d 17 h decky /uspace/trunk/libc/ forgotten stuff  
504 6736 d 17 h decky /uspace/trunk/ uspace work  
503 6736 d 17 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 6736 d 18 h decky /uspace/trunk/ break up uspace into separate parts  
501 6736 d 19 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
500 6736 d 21 h decky /uspace/trunk/ uspace build scripts  
499 6736 d 21 h decky /uspace/trunk/libc/ uspace basic syscall framework  
498 6736 d 21 h decky /uspace/trunk/libc/arch/ uspace MIPS entry points  
497 6736 d 21 h decky /uspace/trunk/libc/arch/mips32/ libc MIPS arch sources  
496 6736 d 22 h decky /uspace/trunk/ uspace building  
495 6736 d 22 h decky /uspace/trunk/libc/ uspace work