Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4581 5425 d 3 h mejdrech /branches/network/ Net: synchronized with trunk rev.4580  
4153 5526 d 2 h mejdrech /branches/network/ Networking: merged with trunk changes  
3386 5722 d 5 h decky /branches/network/ add new network branch (copy of current trunk)  
2227 6235 d 15 h decky /trunk/kernel/ start shutdown infrastructure  
2096 6305 d 4 h decky /trunk/kernel/generic/include/ move thread_t to thread.h  
2089 6306 d 8 h decky /trunk/ huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes
 
2081 6312 d 9 h decky /trunk/kernel/generic/include/ another typedefs to anonymous structs  
2071 6317 d 1 h jermar /trunk/ (c) versus (C)  
1901 6430 d 6 h jermar /trunk/kernel/ Make SMP related parts of main.c more generic.
Move initialization of local APIC to architecture specific code.
Add arch_post_cpu_init() to support the above.
 
1881 6444 d 8 h jermar /trunk/ sparc64 work:
- find a CPU node and read its clock_frequency attribute
- implement asm_delay_loop()
- set TICK_COMPARE register according to processor frequency
- small improvements at random places

OpenFirmware work:
- two new functions for walking the device tree

Generic boot loader work:
- added basic string functions

Usual pile of indentation and formatting fixes.
 
1839 6482 d 5 h decky /trunk/kernel/generic/ finish security context isolation  
1820 6489 d 22 h decky /trunk/kernel/generic/ initial security context support  
1819 6489 d 23 h decky /trunk/kernel/generic/include/ formatting changes  
1787 6507 d 3 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1702 6535 d 7 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1223 6586 d 9 h jermar /kernel/trunk/ Make ia64 and sparc64 compile again.
Fix ia64 to set up inits in arch_pre_main().
 
1170 6598 d 5 h vana /kernel/trunk/ Stack size definition macro definition fix  
1139 6610 d 3 h jermar /kernel/trunk/generic/include/ Fix comments.  
703 6686 d 9 h jermar /kernel/trunk/ Memory management work.
- vm.* -> as.* (as like address space is, imho, more fitting)
- Don't do TLB shootdown on vm_install(). Some architectures only need to call tlb_invalidate_asid().
- Don't allocate all frames for as_area in as_area_create(), but let them be allocated on-demand by as_page_fault().
- Add high-level page fault handler as_page_fault().
- Add as_area_load_mapping().
 
651 6710 d 21 h decky /kernel/trunk/ remove arch/$ARCH/boot where not needed, change global Makefile accordingly
remove early_mapping() (breaks ppc32 for now)
change early heap initialization (required for init to work)
 

Show All