aboutsummaryrefslogtreecommitdiff
path: root/core/os
Commit message (Expand)AuthorAgeFilesLines
...
* | | Comment out `open_buffered`gingerBill2024-08-042-56/+27
* | | Remove `temp` parametergingerBill2024-08-041-8/+4
* | | Mock out `open_buffered`gingerBill2024-08-043-10/+150
* | | Only swap if there was an arenagingerBill2024-08-041-2/+4
* | | Allow for nested `temp_allocator()` calls to flip between arenas on `TEMP_ALL...gingerBill2024-08-043-12/+30
* | | Add `@(require_results)`gingerBill2024-08-0414-133/+297
* | | Add stubs for `flush` on platforms that didn't have itgingerBill2024-08-048-6/+38
* | | Update core/os/os2/process.odingingerBill2024-08-041-1/+1
* | | Update core/os/os_darwin.odingingerBill2024-08-041-1/+1
* | | Fix replace typogingerBill2024-08-041-1/+1
* | | Add `read_entire_file_or_err` and `write_entire_file_or_err`gingerBill2024-08-041-31/+51
* | | Move errors to where appropriategingerBill2024-08-045-12/+13
* | | Improve `_error_string` for LinuxgingerBill2024-08-043-24/+167
* | | Correct `EOF` valuegingerBill2024-08-043-7/+2
* | | Add extra cases for `flush`gingerBill2024-08-041-1/+1
* | | Add read_at/write_at to missing platformsgingerBill2024-08-046-19/+99
* | | Move error stuff to `errors.odin`gingerBill2024-08-042-49/+159
* | | Fix typo; remove unneeded castsgingerBill2024-08-046-118/+118
* | | Fix replace typogingerBill2024-08-041-2/+2
* | | Correct os errors for darwingingerBill2024-08-041-226/+253
* | | Begin mapping `os.Error` in the rest of the codebasegingerBill2024-08-047-184/+199
* | | `Errno` -> `Error`gingerBill2024-08-0414-215/+215
* | | Try to map to `General_Error` where possiblegingerBill2024-08-048-7/+103
* | | More clean ups of ERROR_NONE and `!= nil` usagegingerBill2024-08-0415-297/+224
* | | Clean up `err != nil` usagegingerBill2024-08-045-33/+21
* | | Clean up error handlinggingerBill2024-08-0415-135/+118
* | | Begin mocking out for other errorsgingerBill2024-08-042-19/+46
* | | Fix copy-replace errorsgingerBill2024-08-045-14/+14
* | | Use `union #shared_nil` for `os.Error`gingerBill2024-08-0413-63/+71
* | | Begin converting `os.Errno` to be a `nil`-able type as a transition periodgingerBill2024-08-0417-681/+1160
* | | Add aliasgingerBill2024-08-041-1/+3
* | | fix readir_r link name for netbsdLaytan Laats2024-08-031-1/+1
* | | fix os.read_dir with symlinksLaytan Laats2024-08-034-229/+15
* | | [os2] Add missing temp_file implementation for LinuxRoland Kovacs2024-07-301-4/+7
* | | General clean up of `os2.read_directory` for WindowsgingerBill2024-07-245-19/+42
| |/ |/|
* | Improve `os2.read_directory`gingerBill2024-07-244-42/+30
* | Add missing attributegingerBill2024-07-241-1/+1
* | Begin cleaning up `os2.read_directory`gingerBill2024-07-244-84/+187
* | Remove dead codegingerBill2024-07-241-4/+0
* | Better handling of allocatorsgingerBill2024-07-246-31/+37
* | Add `inode` to `os2.Stat`gingerBill2024-07-243-1/+7
|/
* fix build comment in os_freestandingLaytan Laats2024-07-231-2/+2
* Implement `init_long_path_support`gingerBill2024-07-233-8/+28
* Use `SHFileOperationW` for `remove_all` on WindowsgingerBill2024-07-233-60/+32
* Mock out os2.remove_all for WindowsgingerBill2024-07-233-12/+103
* Begin work on os2/dir.odingingerBill2024-07-2311-49/+286
* Minor clean upsgingerBill2024-07-232-9/+3
* Begin mocking out the linux stuff on os2gingerBill2024-07-236-68/+126
* Add utility calls to os2gingerBill2024-07-232-0/+20
* Merge pull request #3940 from flysand7/os2-handle-inheritancegingerBill2024-07-195-7/+19
|\