Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4581 5444 d 17 h mejdrech /branches/network/ Net: synchronized with trunk rev.4580  
4327 5508 d 3 h mejdrech /branches/network/ Net: *merged with trunk 4326, +ne2k irq debug  
4263 5523 d 16 h mejdrech /branches/network/ Net: merged with trunk:4261  
4153 5545 d 16 h mejdrech /branches/network/ Networking: merged with trunk changes  
3386 5741 d 19 h decky /branches/network/ add new network branch (copy of current trunk)  
3097 5832 d 16 h decky /trunk/kernel/ resurrect klog  
2089 6325 d 22 h decky /trunk/ huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes
 
2071 6336 d 15 h jermar /trunk/ (c) versus (C)  
1888 6461 d 18 h jermar /trunk/ C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
 
1787 6526 d 17 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1780 6533 d 18 h jermar /kernel/trunk/ Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).  
1702 6554 d 21 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1474 6567 d 13 h palkovsky /kernel/trunk/ Added syscall that lets kernel regain access to keyboard.  
601 6738 d 16 h palkovsky /kernel/trunk/ Added some readline functionality to kconsole.
Arrows editing, history, tab completion.
 
575 6740 d 11 h palkovsky /kernel/trunk/ Added generic exc_register/exc_dispatch functions,
copied from ia32 architecture. Currently only mips32 uses them.

The chardev_t can now be both input & output device (was
needed for serial driver).

Broken other architectures - ia64, sparc, powerpc will not compile.

Mips32 supports input on all msim, gxemul, indy(tested emulation
in gxemul, loses characters), simics. Simics serial line
is done using polling, I was unable to make it produce
an interrupt when the key was pressed.
 
534 6745 d 16 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6745 d 16 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
517 6754 d 13 h jermar /kernel/trunk/ Implement basic kernel console command recognition.
Commands without arguments are now recognized.
 
510 6757 d 12 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.