Age | Commit message (Expand) | Author |
---|---|---|
2021-08-14 | Kernel+LibC: Share definitions in fcntl.h and sys/types.h | Andreas Kling |
2021-07-20 | Kernel+LibC: Implement fcntl(2) advisory locks | Peter Elliott |
2021-05-14 | Kernel+LibC: Add fstatat | Mart G |
2021-05-12 | Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0 | sin-ack |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-11 | LibC: Move S_* defines into <fcntl.h> | Gunnar Beutner |
2021-03-27 | LibC: Define F_GETLK | Jelle Raaijmakers |
2021-03-27 | LibC: Add S_I{READ,WRITE,EXEC} macro aliases for BSD compatibility | Andreas Kling |
2021-01-12 | LibC+Everywhere: Remove open_with_path_length() in favor of open() | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |