Age | Commit message (Expand) | Author |
---|---|---|
2021-05-14 | LibC: Do not include errno.h inside unistd.h | Jean-Baptiste Boric |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-16 | LibCore+LibIPC: Add IPC coder for Core::DateTime | Timothy Flynn |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-14 | Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC | Andreas Kling |
2021-02-13 | LibIPC: Oops, fix busted dbgln() format string (thanks, checker!) | Andreas Kling |
2021-02-13 | LibIPC: Make received file descriptors close-on-exec by default | Andreas Kling |
2021-01-16 | LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class | Andreas Kling |
2021-01-14 | LibIPC: Close received IPC::File fd's by default unless taken | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |