Age | Commit message (Expand) | Author |
---|---|---|
2021-11-24 | Kernel+UE+LibC: Remove unused dbgputch syscall | Ben Wiederhake |
2021-10-23 | LibC: Add definition for FOPEN_MAX | Jean-Baptiste Boric |
2021-08-14 | Kernel+LibC: Share definitions for stdio.h | Andreas Kling |
2021-08-14 | Kernel+LibC: Share definitions for unistd.h | Andreas Kling |
2021-06-21 | LibC: Add P_tmpdir macro | Daniel Bertalan |
2021-05-09 | LibC: Implement vscanf | Gunnar Beutner |
2021-04-29 | LibC: Implement fgetc_unlocked(), fread_unlocked() and getc_unlocked() | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-28 | LibC: Implement asprintf() and vasprintf() | Andreas Kling |
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-02-20 | AK+LibC: Remove dbgprintf() :^) | Andreas Kling |
2021-02-08 | AK: Clean up includes around printf/vdbgprintf | Ben Wiederhake |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |