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
4223 5553 d 6 h decky /trunk/kernel/ represent special keystrokes (cursor arrows, page up/down, delete, etc.) as appropriate Unicode characters
do not parse ANSI control sequences in kconsole, but in serial line driver
 
4212 5553 d 14 h decky /trunk/kernel/generic/ cleanup and extend string functions according to agreed conventions  
4209 5554 d 1 h svoboda /trunk/kernel/generic/ Consider character display width somewhat. Explain naming scheme.  
4208 5554 d 2 h svoboda /trunk/kernel/generic/ Return error code from chr_encode() rather than boolean.  
4207 5555 d 2 h svoboda /trunk/kernel/ strlen() -> str_size().  
4205 5555 d 3 h svoboda /trunk/kernel/generic/ str_lsize(), str_length(), wstr_length().  
4200 5555 d 23 h svoboda /trunk/kernel/generic/ Start converting string functions according to the terminology agreed upon.  
4179 5563 d 7 h decky /trunk/kernel/generic/ more Unicode functions  
4175 5563 d 18 h decky /trunk/kernel/generic/ UTF-8 decoding routine  
4014 5584 d 9 h decky /trunk/ cstyle  
4013 5584 d 23 h svoboda /trunk/kernel/generic/ Didn't need strrcpy() afterall. Also remove strcpy() since strncpy() is better.  
4012 5584 d 23 h svoboda /trunk/ Task names should only contain base names of commands. Also add 'boot:' prefix for binaries loaded by the kernel.  
4011 5585 d 0 h svoboda /trunk/kernel/ String functions should be declared in string.h (and implemented in string.c) in the kernel.