Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-24 | New errno.h standard header | Richard Braun | |
Use standard errno codes. This change also adds strerror to string.h. | |||
2018-02-24 | Don't use reserved identifiers | Richard Braun | |
2017-06-28 | kern/string: use the restrict keyword where appropriate | Richard Braun | |
2017-05-28 | kern/string: implement strncmp | Richard Braun | |
2017-05-11 | kern/string: new strchr function | Richard Braun | |
2017-02-04 | Clean up compilation | Richard Braun | |
Instead of mixing standard headers and internal redefinitions of standard types, completely rely on the compiler for what is guaranteed for a free standing environment. This results in the removal of kern/stddef.h and kern/stdint.h. The kern/types.h header is reintroduced for the different (and saner) purpose of defining types not specified in standard C, namely ssize_t for now. | |||
2012-11-08 | kern/string: implement strlcpy | Richard Braun | |
2012-11-03 | Merge lib into kern | Richard Braun | |
There are no precise enough criteria to justify the separation of these two directories. |