Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4451 5482 d 15 h decky /trunk/kernel/generic/include/ rename the macro to be consistent with LOWER32/UPPER32 and add 64b typecast
(how much fun with a single macro :))
 
4450 5482 d 18 h svoboda /trunk/kernel/generic/include/ Parethesize args in MERGE_LOHI32 macro.  
4449 5482 d 21 h decky /trunk/kernel/generic/include/ fix stupid typo (thx Matthieu Gueguen)  
4448 5483 d 3 h decky /trunk/kernel/generic/ add very simple implementation of task destruction notification
(which will be later used for waiting on a task)
 
4124 5564 d 8 h decky /trunk/kernel/generic/include/ allow inclusion from assembler files  
3920 5587 d 21 h decky /trunk/kernel/generic/include/ add min3 and max3 macros  
3838 5605 d 7 h decky /trunk/kernel/ make RANDI a generic macro  
3710 5650 d 23 h decky /trunk/ resurrect kernel logo  
3229 5793 d 9 h jermar /trunk/kernel/generic/include/ Improve definition of generic macros.  
3228 5793 d 16 h decky /trunk/ physical memory detection in MSIM (discontinous regions supported)
remove Sgi Indy (ARC) support -- it was unmaintaned, untested for years and without uspace support
 
2725 5965 d 6 h decky /trunk/kernel/ remove config.memory_size, get_memory_size() and memory_init.{c|d}
the amount of available memory can be calculated from the sizes of the zones
add FRAMES2SIZE, SIZE2KB and SIZE2MB functions/macros (code readability)
 
2712 5970 d 6 h decky /trunk/kernel/ prettyprint output  
2572 6089 d 15 h jermar /trunk/kernel/ Remove duplicit implementation of strlen() in kernel, rename is_digit(),
is_white() and co. to their standard names (e.g. isdigit(), isspace()) and
remove duplicit implementation of isdigit(). Fix cstyle in kernel printf()
implementation.
 
2089 6339 d 7 h decky /trunk/ huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes
 
2071 6350 d 0 h jermar /trunk/ (c) versus (C)  
2048 6382 d 1 h jermar /trunk/ Formatting and indentation changes.  
2001 6399 d 21 h jermar /trunk/kernel/ Indentation and comment fixes.  
1855 6491 d 5 h jermar /trunk/kernel/ sparc64 work.

Fix bug introduced in revision 1852. When fixing CWP,
the input registers of the current window (i.e. output
registers of the window belonging to the interrupted
context) must be preserved. Preserve those registers
in memory. Sure there exist more efficient ways how to
copy the inputs.

Simplify before_thread_runs_arch(), resp. after_thread_ran_arch(),
and make them install, resp. uninstall, DTLB locked mapping for
eventual userspace window buffer.
 
1812 6527 d 6 h decky /trunk/kernel/ move macro and cleanup  
1787 6540 d 2 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1780 6547 d 3 h jermar /kernel/trunk/ Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).  
1702 6568 d 6 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1070 6656 d 10 h jermar /kernel/trunk/ More checks for address space area conflicts.  
1063 6656 d 20 h palkovsky /kernel/trunk/ Add support for more then 2GB of address space for AMD64.  
534 6759 d 0 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6759 d 1 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
518 6766 d 21 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 6767 d 21 h jermar /kernel/trunk/ Implement basic kernel console command recognition.
Commands without arguments are now recognized.