Age | Commit message (Expand) | Author |
2020-05-30 | AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED() | Andreas Kling |
2020-05-29 | Meta: Add a script check the presence of "#pragma once" in header files | Emanuele Torre |
2020-05-29 | Kernel+Userland: Support remounting filesystems :^) | Sergey Bugaev |
2020-05-29 | Kernel: Support read-only filesystem mounts | Sergey Bugaev |
2020-05-29 | Kernel+LibC: Move O_* and MS_* flags to UnixTypes.h | Sergey Bugaev |
2020-05-28 | LibC: run clang-format on getopt.h to remove tab characters | Emanuele Torre |
2020-05-28 | LibC: Add a O_CLOEXEC mode element to fopen() | AnotherTest |
2020-05-26 | AK: Rename FileSystemPath -> LexicalPath | Sergey Bugaev |
2020-05-26 | LibC: Ensure abort() doesn't return | Sergey Bugaev |
2020-05-26 | LibC: Mark _exit() as noreturn | Sergey Bugaev |
2020-05-26 | LibC: Remove endless loop after abort() call | Sergey Bugaev |
2020-05-23 | LibC: Move ssize_t from <stddef.h> to <sys/types.h> | Andreas Kling |
2020-05-23 | Kernel+LibC: Fix various build issues introduced by ssize_t | Andreas Kling |
2020-05-23 | Kernel+LibC: Let's say that off_t is a ssize_t | Andreas Kling |
2020-05-23 | LibC: Declare ssize_t in a platform-agnostic way | Andreas Kling |
2020-05-22 | LibC: Add (empty) netinet/tcp.h back | Linus Groh |
2020-05-22 | LibC: Sync file position when dropping read ahead buffer | Sergey Bugaev |
2020-05-20 | Revert "AK+LibC: Move non-placement new/delete into LibC" | Andreas Kling |
2020-05-20 | Revert "LibC: Implement Itanium C++ ABI for static variable guards" | Andreas Kling |
2020-05-20 | Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem" | Andreas Kling |
2020-05-20 | LibC: Claim some copyright for stdio | Sergey Bugaev |
2020-05-20 | LibC: Handle fgets(size = 0) | Sergey Bugaev |
2020-05-20 | Build: Include headers from LibC, LibM, and LibPthread with -isystem | Andrew Kaster |
2020-05-20 | LibC: Implement Itanium C++ ABI for static variable guards | Andrew Kaster |
2020-05-20 | AK+LibC: Move non-placement new/delete into LibC | Andrew Kaster |
2020-05-20 | LibC: Rewrite stdio | Sergey Bugaev |
2020-05-20 | Kernel+LibC: Switch isatty() to use a fcntl() | Sergey Bugaev |
2020-05-17 | LibC: Don't let ctype isfoo() helpers access array out of bounds | Andreas Kling |
2020-05-17 | Kernel + LibC: Handle running processes in do_waitid() | AnotherTest |
2020-05-16 | Kernel: Absorb LibBareMetal back into the kernel | Andreas Kling |
2020-05-16 | Kernel: Remove now-unused KernelInfoPage.h | Andreas Kling |
2020-05-16 | Kernel: Remove sys$getdtablesize() | Andreas Kling |
2020-05-16 | Kernel: Remove the "kernel info page" used for fast gettimeofday() | Andreas Kling |
2020-05-15 | LibC: Fix execvp() errno | Sergey Bugaev |
2020-05-14 | Build: Switch to CMake :^) | Sergey Bugaev |
2020-05-12 | LibC: Always assign the offset pointer to endptr in strto{u,}ll() | AnotherTest |
2020-05-11 | LibC: Implement strtoull correctly | Ben Wiederhake |
2020-05-11 | LibC: Use more flexible digit parsing code, deduplicate | Ben Wiederhake |
2020-05-11 | LibC: Implement new strtod, accurate up to 8 eps | Ben Wiederhake |
2020-05-11 | LibC: Add minimal <netinet/ip.h> | Yonatan Goldschmidt |
2020-05-11 | LibC: Add missing <sys/time.h> include in <utmp.h> | Yonatan Goldschmidt |
2020-05-11 | LibC: Add inet_aton, based on inet_pton | Yonatan Goldschmidt |
2020-05-11 | Kernel+LibC: Add AF_MAX | Yonatan Goldschmidt |
2020-05-11 | LibC: Return nullptr in fgets for size=0 | Yonatan Goldschmidt |
2020-05-10 | LibC: Fix get{sock,peer}name to match their kernel-side prototypes | Yonatan Goldschmidt |
2020-05-09 | Meta: Add script to enforce license headers & run it on Travis | Linus Groh |
2020-05-07 | LibC: Log calls to getrusage | Itamar |
2020-05-05 | LibC: Remove ASSERT_NOT_REACHED in getrusage | Itamar |
2020-05-02 | LibC: added F_SETLK and SO_TYPE defs | Ed Rochenski |
2020-04-30 | AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros | Andreas Kling |