Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4688 5395 d 17 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4687)  
4668 5406 d 9 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4667)  
4537 5446 d 20 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4536)  
4296 5506 d 12 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4295)  
4221 5519 d 17 h trochtova /branches/dd/ Added missing file.  
4201 5521 d 18 h trochtova /branches/dd/ changes in trunk (rev 4200) merged into dd branch  
4055 5545 d 16 h trochtova /branches/dd/ changes in trunk (rev 4054) merged into dd branch  
4014 5550 d 17 h decky /trunk/ cstyle  
4013 5551 d 7 h svoboda /trunk/kernel/generic/ Didn't need strrcpy() afterall. Also remove strcpy() since strncpy() is better.  
4012 5551 d 7 h svoboda /trunk/ Task names should only contain base names of commands. Also add 'boot:' prefix for binaries loaded by the kernel.  
4011 5551 d 8 h svoboda /trunk/kernel/ String functions should be declared in string.h (and implemented in string.c) in the kernel.