issues
search
hawkw
/
mycelium
🍄 an alleged 'operating system'
https://mycelium.elizas.website
MIT License
548
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`cordyceps::MpscQueue` could probably use `NonNull::dangling` as the stub node
#489
hawkw
closed
1 month ago
1
maitake `Clock` could be a trait if the global clock was double-indirected
#488
hawkw
opened
1 month ago
2
feat(x86_64): make raw IDT methods public
#487
hawkw
closed
1 month ago
0
chore(maitake): use stdlib `pin!` and `poll_fn`
#486
hawkw
opened
2 months ago
0
docs: link to changelogs in published crate READMEs
#485
hawkw
closed
2 months ago
0
change custom link section to support apple mach-o format
#484
spookyvision
opened
3 months ago
1
maitake: fix rust-lang/miri#3780, actually run Miri on CI
#483
hawkw
closed
3 months ago
0
feat(maitake-sync): `mutex-traits` integration
#482
hawkw
closed
3 months ago
14
feat(maitake-sync): rename `EnqueueWait` to `Subscribe`
#481
hawkw
closed
4 months ago
0
[maitake-sync]: Provide "is_closed" methods for WaitCell/WaitMap/WaitQueue
#480
jamesmunns
closed
4 months ago
0
Add `wait_for` and `wait_for_value` to WaitCell and WaitQueue
#479
jamesmunns
closed
4 months ago
4
Address lint ambiguous_wide_pointer_comparisons
#478
jamesmunns
opened
4 months ago
2
maitake: decouple timer granularity from clock granularity
#477
hawkw
opened
8 months ago
0
bitfield: impl FromBits for NonZeroU{n}
#476
hawkw
opened
9 months ago
0
improve maitake timer wheel
#475
hawkw
closed
8 months ago
0
fix maitake timer inaccuracy
#474
hawkw
closed
8 months ago
2
maitake_sync: add a bunch of new APIs to locks
#473
hawkw
closed
10 months ago
0
feat(maitake-sync): add `spin::RwLock`
#472
hawkw
closed
10 months ago
0
maitake-sync: add fair spinlock
#471
hawkw
opened
10 months ago
0
maitake-sync: add spin RwLock
#470
hawkw
closed
10 months ago
0
clippy checks on nightly fail due to bootloader build issues
#469
hawkw
opened
10 months ago
0
chore: update nightly to 2024-01-20
#468
hawkw
closed
10 months ago
0
feat(bitfield): add `u128` support
#467
hawkw
closed
12 months ago
0
bitfield: add `u128` support
#466
hawkw
closed
12 months ago
0
chore(CI): update actions/checkout to v4
#465
hawkw
closed
12 months ago
0
`WaitMap` could have a mechanism to wake a waiter but immediately requeue it
#464
hawkw
opened
12 months ago
3
docs: hobby project disclaimer for published libs
#463
hawkw
closed
1 year ago
0
feat(maitake): introduce a separate `maitake-sync` crate
#462
hawkw
closed
1 year ago
0
chore(deps): bump embedded-graphics from 0.7.1 to 0.8.1
#461
dependabot[bot]
opened
1 year ago
0
chore(deps): bump tokio-test from 0.4.2 to 0.4.3
#460
dependabot[bot]
opened
1 year ago
0
test(maitake): add more stuff to task size test
#459
hawkw
closed
1 year ago
0
feat(maitake): dequeue one task at a time in scheduler
#458
devsnek
closed
1 year ago
1
chore(deps): bump pin-project from 1.0.12 to 1.1.3
#457
dependabot[bot]
closed
1 year ago
0
feat(maitake): add `WaitCell::subscribe` and `poll_wait`
#456
hawkw
closed
1 year ago
1
add WaitCell::subscribe future
#455
hawkw
closed
1 year ago
0
chore: skip `style`/`refac` commits in changelog
#454
hawkw
closed
1 year ago
0
fix(maitake): handle spurious `WaitCell` polls
#453
hawkw
closed
1 year ago
1
refac: use `enum_from_bits!` where appropriate
#452
hawkw
closed
1 year ago
0
docs(bitfield): replace tables with bulleted lists
#451
hawkw
closed
1 year ago
0
feat(bitfield): add `enum_from_bits!` macro
#450
hawkw
closed
1 year ago
0
`WaitCell::wait` does not tolerate spurious polls
#449
hawkw
closed
1 year ago
0
chore(deps): bump pin-project from 1.0.12 to 1.1.2
#448
dependabot[bot]
closed
1 year ago
1
chore(deps): bump vergen from 7.5.1 to 8.2.3
#447
dependabot[bot]
opened
1 year ago
0
James/recheck reschedule
#446
jamesmunns
closed
1 year ago
1
Add a test subscriber guard to properly capture tracing messages
#445
jamesmunns
closed
1 year ago
0
Actually hold on to the test subscriber
#444
jamesmunns
closed
1 year ago
2
bitfield: derive `FromBits` for `repr(uN)` enums
#443
hawkw
closed
1 year ago
1
deallocate tasks when dropping a scheduler
#442
hawkw
opened
1 year ago
3
feat(maitake): return next deadline from `Timer::advance`
#441
hawkw
closed
1 year ago
0
maitake::time: public API for getting the time until the next deadline in the wheel
#440
hawkw
closed
1 year ago
0
Next