Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4687 5423 d 3 h jermar /tags/0.4.1/ Tag 0.4.1  
4496 5483 d 7 h decky /trunk/uspace/ be more pedantic about undefined function prototypes (to avoid memory access traps)
add missing header files
 
4473 5484 d 5 h decky /trunk/uspace/lib/libc/generic/ avoid compiler warning  
3732 5646 d 4 h svoboda /trunk/uspace/lib/libc/ Get rid of some warnings.  
3731 5646 d 4 h svoboda /trunk/uspace/lib/libc/ Separate memxxx() functions into mem.c.  
3730 5646 d 5 h svoboda /trunk/uspace/lib/libc/generic/ Replace BSD strtok() and strtok_r() with our own.  
3729 5646 d 7 h svoboda /trunk/uspace/lib/libc/generic/ Re-implement memmove(), which was totally broken.  
3728 5646 d 7 h svoboda /trunk/uspace/lib/libc/generic/ Faster memset() implementation in C library.  
3727 5646 d 8 h svoboda /trunk/uspace/lib/libc/generic/ Rewrite memcpy() in C library. Now copies congruent blocks fast, not just aligned blocks.  
3427 5744 d 14 h post /trunk/uspace/lib/libc/ Added strtok() and strtok_r() to userspace libc  
3274 5781 d 9 h jermar /trunk/ memcpy(), memmove() and similar functions return dst instead of src.
Fix all implementations, including those in assembly. ppc32 assembly
version didn't seem to be affected by this.
 
3271 5781 d 15 h jermar /trunk/uspace/lib/libc/ Add tolower() and stricmp().  
3261 5782 d 2 h jermar /trunk/uspace/lib/libc/generic/ Cstyle for string.c  
3238 5792 d 7 h jermar /trunk/uspace/lib/libc/ Add strdup(), contributed by Tim Post.  
2754 5941 d 23 h jermar /trunk/uspace/lib/libc/ Add strcat().  
2640 6023 d 0 h cejka /trunk/uspace/lib/libc/ Function strncmp() added to libc.  
2541 6099 d 11 h jermar /trunk/uspace/ Header cleanup.
Move off_t, size_t and ssize_t into sys/types.h.
Get rid off the non-standard and dummy types.h.
 
2479 6195 d 10 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2072 6352 d 2 h jermar /trunk/uspace/libc/ Add bcmp() to libc.  
2071 6352 d 3 h jermar /trunk/ (c) versus (C)  

Show All