Age | Commit message (Expand) | Author |
---|---|---|
2019-10-13 | Kernel: Use word-sized entropy as much as possible in syscall | Calvin Buckley |
2019-10-13 | LibC: add arc4random* using new getrandom syscall | Calvin Buckley |
2019-10-13 | LibC: Add some wchar functions | Calvin Buckley |
2019-10-03 | LibC: Misc additions | Sergey Bugaev |
2019-09-27 | LibC: Make div() and ldiv() behave according to the C standard | Andreas Kling |
2019-09-27 | LibC: Make system() behave according to POSIX | Andreas Kling |
2019-09-14 | LibC: Implement mkdtemp library function | Mauri de Souza Nunes |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-08-24 | LibC: Fix strtol() handling of invalid characters | Andreas Kling |
2019-08-17 | LibC: Fix strtol() not populating `endptr' for valid strings | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |