aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'master' into netbsdAndreas T Jonsson2024-05-1331-322/+2173
| |\ \ \ \ \ \
| * | | | | | | Minor code cleanupAndreas T Jonsson2024-05-102-8/+8
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Removed dead codeAndreas T Jonsson2024-05-101-2/+1
| * | | | | | Merge branch 'master' into netbsdAndreas T Jonsson2024-05-1044-373/+2211
| |\ \ \ \ \ \
| * | | | | | | Changed target data layoutAndreas T Jonsson2024-05-101-1/+1
| * | | | | | | Fixed invalid alignmentAndreas T Jonsson2024-05-101-9/+9
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merged with masterAndreas T Jonsson2024-05-0270-788/+1564
| |\ \ \ \ \ \
| * | | | | | | Added missing core:sys/info package for NetBSDAndreas T Jonsson2024-04-262-4/+52
| * | | | | | | Should pass 0 as the rest of futex argumentsAndreas T Jonsson2024-04-251-4/+4
| * | | | | | | Merge branch 'master' into netbsdAndreas T Jonsson2024-04-25111-927/+6788
| |\ \ \ \ \ \ \
| * | | | | | | | Switched to native futex on NetBSDAndreas T Jonsson2024-04-254-171/+58
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Fixed potential memory leakAndreas T Jonsson2024-04-251-1/+1
| * | | | | | | Implemented absolute_path_from_handle for NetBSDAndreas T Jonsson2024-04-251-2/+20
| * | | | | | | Added missing build tags in coreAndreas T Jonsson2024-04-252-4/+5
| * | | | | | | Use PHYSMEM64 on NetBSDAndreas T Jonsson2024-04-221-1/+9
| * | | | | | | Added build tagAndreas T Jonsson2024-04-222-3/+3
| * | | | | | | Fixed bug report information for NetBSDAndreas T Jonsson2024-04-191-4/+8
| * | | | | | | Make the linter happyAndreas T Jonsson2024-04-193-13/+10
| * | | | | | | More std lib fixesAndreas T Jonsson2024-04-194-6/+6
| * | | | | | | Added some libc bindings for NetBSDAndreas T Jonsson2024-04-184-4/+4
| * | | | | | | Fixed concurrency issueAndreas T Jonsson2024-04-181-2/+2
| * | | | | | | Updated core lib and did cleanupAndreas T Jonsson2024-04-185-6/+14
| * | | | | | | Fixed link warningsAndreas T Jonsson2024-04-173-16/+22
| * | | | | | | Added thread nameAndreas T Jonsson2024-04-171-6/+4
| * | | | | | | Initial commit of NetBSD portAndreas T Jonsson2024-04-1620-17/+1154
* | | | | | | | Add `Fstat_Callback` for `File.user_fstat`gingerBill2024-05-142-1/+7
* | | | | | | | Add missing `@(require_results)`gingerBill2024-05-141-0/+1
* | | | | | | | Fix typogingerBill2024-05-141-2/+2
* | | | | | | | Add comment state to prefer `virtual.Arena` over `runtime.Arena`gingerBill2024-05-141-0/+1
* | | | | | | | Delete dead codegingerBill2024-05-141-7/+0
* | | | | | | | Remove all uses of `context` stuff in os2gingerBill2024-05-147-47/+57
* | | | | | | | Add `@(require_results)` everywhere in os2gingerBill2024-05-1413-39/+85
* | | | | | | | Move utility stuff to `internal_util.odin`gingerBill2024-05-142-84/+84
* | | | | | | | Mock out `temp_file.odin` stuffgingerBill2024-05-1410-34/+194
* | | | | | | | Use internal `temp_allocator()`gingerBill2024-05-142-25/+52
* | | | | | | | Clean up allocator stuff into `allocators.odin`gingerBill2024-05-148-76/+75
* | | | | | | | Fix #3586gingerBill2024-05-141-20/+21
* | | | | | | | Fix #3587gingerBill2024-05-141-1/+28
* | | | | | | | Attempt at fixing #3588gingerBill2024-05-141-0/+2
* | | | | | | | Make `..` ranges a complete error rather than a warning now.gingerBill2024-05-131-1/+1
* | | | | | | | Extra check for `field` being `nullptr`gingerBill2024-05-131-4/+6
* | | | | | | | Correct `core:intrinsics` to `base:intrinsics`gingerBill2024-05-137-7/+7
* | | | | | | | Make `core:runtime` etc a warning, and an error with `-vet`gingerBill2024-05-132-3/+27
* | | | | | | | If only warnings exist on `print_all_errors`, next time it is called, clear t...gingerBill2024-05-131-0/+15
* | | | | | | | Fix hanging on `thread.join` for windows where the thread had not been `start`edgingerBill2024-05-131-1/+2
* | | | | | | | Fix #3554gingerBill2024-05-131-2/+2
* | | | | | | | Fix #3577gingerBill2024-05-131-2/+2
* | | | | | | | Fix #3516gingerBill2024-05-131-0/+11
* | | | | | | | Fix #3569gingerBill2024-05-131-1/+1
* | | | | | | | Merge pull request #3572 from Feoramund/fix-unix-nonstart-thread-stallgingerBill2024-05-132-2/+19
|\ \ \ \ \ \ \ \