| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reset n before stderr path too | Laytan Laats | 2024-10-05 | 1 | -0/+1 |
| * | add unsupported check in process test | Laytan | 2024-10-04 | 1 | -0/+6 |
| * | enable test on bsds | Laytan Laats | 2024-10-03 | 1 | -14/+4 |
| * | fix os2.process_exec on non-windows and add a smoke test | Laytan Laats | 2024-10-03 | 1 | -0/+28 |
| * | fix `os.read_dir` closing the given file descriptor | Laytan Laats | 2024-08-12 | 1 | -2/+4 |
| * | Fix typo. | Jeroen van Rijn | 2024-08-08 | 1 | -1/+1 |
| * | Rename package to test_core_os to fit with the rest of test_* | Jeroen van Rijn | 2024-08-08 | 1 | -1/+1 |
| * | Allow symlink test to work irrespective of git settings. | Jeroen van Rijn | 2024-08-08 | 2 | -15/+40 |
| * | Begin mapping `os.Error` in the rest of the codebase | gingerBill | 2024-08-04 | 1 | -4/+4 |
| * | fix os.read_dir with symlinks | Laytan Laats | 2024-08-03 | 4 | -0/+36 |
| * | utilize `odin test -all-packages` instead of (make/bat) scripts for running t... | Laytan Laats | 2024-06-07 | 1 | -10/+0 |
| * | Use `WIFEXITED()` and `WEXITSTATUS()` on Unix `system()` exit code | gitlost | 2022-03-24 | 1 | -0/+10 |