Migrate tracker

dlmalloc
alexis 2022-04-06 21:51:11 -06:00
parent e641df672d
commit 8c52e57c3c
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# A6 issues
**THIS FILE IS OBSOLETE! USE THE GITEA ISSUE TRACKER**
This file is the A6 issue tracker. To add an issue to it, see the
[Adding Issues](#adding-issues) section.
@ -13,17 +15,17 @@ This file is the A6 issue tracker. To add an issue to it, see the
- FEATURE — Features needing implementation
- DOC — Documentation needing written
## Open issues
## Migrated to Gitea tracker
| Number | Category | Description |
|-------------|----------|-------------|
| [@22040100] | FEATURE | Support both 68000 and 68010 (can we detect at runtime?) |
| @22022021 | FEATURE | Several newlib build issues in the makefile |
| @22022022 | UBUG | Get all kprintf out of malloc so it's fully userspace |
| @22040400 | FEATURE | Add triggered maskblock (not polled in scheduler until poked by a data source) |
| @22022022 | FEATURE | Implement userspace asserts in malloc (and kernel panic on assert) |
| @22022023 | REFACTOR | Tidy up the proclocal defines in malloc |
| [@22040500] | REFACTOR | Kill maskblock! |
| @22040400 | FEATURE | Add triggered maskblock (not polled in scheduler until poked by a data source) |
| @22022023 | REFACTOR | Tidy up the proclocal defines in malloc |
| @22040302 | FEATURE | Implement child processes and `A6_SYSMSG_CHILD` |
| @22040304 | FEATURE | Various missing format strings, need snprintf |
| @22022024 | FEATURE | tmpfs read/write |

View File

@ -22,7 +22,9 @@ for use in embedded M68k computers. Some characteristics:
The documentation takes the form of Markdown files located in this source
tree; it can be viewed [here](0-DOCS/0-DOCS.md).
The [issue tracker](0-ISSUES/0-ISSUES.md) also lives in the source tree.
Issues are managed in Gitea now, but the
[old issue tracker](0-ISSUES/0-ISSUES.md) has issues that were closed prior to
this migration.
## License/copyright