aboutsummaryrefslogtreecommitdiff
path: root/core/os/os2/stat.odin
Commit message (Expand)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-117/+0
* More conflicts during rebaseJeroen van Rijn7 days1-0/+4
* Add `File_Stream` to replace `io.Stream`+`Fstat_Callback` within `os2`gingerBill2025-11-141-2/+5
* Document the rest of `os2`.gingerBill2025-10-311-5/+29
* Change to `Permissions` bit_set from relying on octal numbering for os2gingerBill2025-10-311-1/+1
* Remove TEMP_ALLOCATOR_GUARD wrapperLucas Perlind2025-05-081-2/+2
* os2: Resolve temp allocator collisionsLucas Perlind2025-05-081-4/+4
* Decouple usage of `filepath` from `os2`Feoramund2025-03-211-2/+1
* Add missing allocator in `os2.file_info_clone`Feoramund2025-03-021-1/+1
* os2: initial implementation for Darwin&BSDs, process API is only thing incomp...Laytan Laats2024-08-141-2/+2
* General clean up of `os2.read_directory` for WindowsgingerBill2024-07-241-2/+2
* Improve `os2.read_directory`gingerBill2024-07-241-1/+1
* Begin cleaning up `os2.read_directory`gingerBill2024-07-241-1/+11
* Add `inode` to `os2.Stat`gingerBill2024-07-241-0/+3
* Begin work on os2/dir.odingingerBill2024-07-231-2/+2
* Add utility calls to os2gingerBill2024-07-231-0/+18
* [os2]: Split file type from mode bitsflysand72024-07-181-2/+3
* Use `fstat` on `os2.File` directlygingerBill2024-07-141-3/+5
* Add `Fstat_Callback` for `File.user_fstat`gingerBill2024-05-141-0/+5
* Add `@(require_results)` everywhere in os2gingerBill2024-05-141-0/+4
* Use long-form names and alias with short-form UNIX-like namesgingerBill2024-01-291-6/+7
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Update error handling for os2 on windowsgingerBill2022-05-121-5/+6
* Begin mocking os2 for windows out moregingerBill2022-05-051-3/+3
* Go to a `File` based approach over `Handle` basedgingerBill2022-05-051-2/+2
* Strip semicolonsgingerBill2021-09-191-7/+7
* Mockup of the new `package os` interface (incomplete and non-functioning)gingerBill2021-04-141-0/+42