issues
search
nuta
/
kerla
A new operating system kernel with Linux binary compatibility written in Rust.
Other
3.35k
stars
87
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Data layout compile error.
#169
commitcompanion
opened
1 month ago
6
docs: Fix minor spelling and grammar issues
#168
anholt
closed
1 month ago
0
Fix argument passing to scripts being interpreted with '#!' shebang lines
#167
anholt
closed
1 month ago
0
C integration test design
#166
anholt
opened
1 month ago
2
Get CI testing working again and prevent future bit-rot
#165
anholt
closed
1 month ago
0
marked semihosting_halt function unsafe
#163
kitcatier
opened
1 year ago
0
fix missing svg link
#162
h4sh5
closed
1 year ago
1
build(deps): bump crossbeam-utils from 0.8.5 to 0.8.8
#160
dependabot[bot]
closed
2 years ago
0
Fixes for Rust's stabilized features
#159
nuta
closed
2 years ago
0
[Closes #107] Wrap `SpinLock<SignalDelivery>` in `Arc<>`
#158
michalfita
closed
2 years ago
1
[Closes #106] Hold `Arc<SpinLock<OpenedFileTable>>` instead of just `SpinLock<>`
#157
michalfita
closed
2 years ago
1
build(deps): bump x86 from 0.44.0 to 0.47.0
#156
dependabot[bot]
closed
2 years ago
4
Update the toolchain version
#155
nuta
closed
2 years ago
1
build(deps): bump goblin from 0.4.3 to 0.5.1
#154
dependabot[bot]
closed
2 years ago
0
Implement kill system call
#153
bayedieng
closed
2 years ago
3
[Closes #117] Replaces `kerla_utils::bitmap` with `bitvec::BitArray`
#152
michalfita
closed
2 years ago
1
build(deps): bump x86 from 0.44.0 to 0.46.0
#151
dependabot[bot]
closed
2 years ago
1
[Resolves #142] Add lifetimes to VAddr & PAddr
#150
michalfita
opened
2 years ago
1
build(deps): bump x86 from 0.44.0 to 0.45.0
#149
dependabot[bot]
closed
2 years ago
1
[Fix #147] Repairs use of stabilized `bitvec`
#148
michalfita
closed
2 years ago
1
Bumped `bitvec` don't pass build invoked with `make check`
#147
michalfita
closed
2 years ago
0
build(deps): bump hashbrown from 0.11.2 to 0.12.0
#146
dependabot[bot]
closed
2 years ago
0
build(deps): bump bitvec from 0.22.3 to 1.0.0
#145
dependabot[bot]
closed
2 years ago
0
build(deps): bump x86 from 0.43.0 to 0.44.0
#144
dependabot[bot]
closed
2 years ago
0
Allow specifying multiple interrupt handlers for the same IRQ number
#143
nuta
closed
2 years ago
0
Add lifetime to `PAddr` and `VAddr`
#142
nuta
opened
2 years ago
0
alloc_pages: Return OwnedPages to prevent memory leaks
#141
nuta
closed
2 years ago
0
x64: Fix memory leaks in a process internal buffers
#140
nuta
closed
2 years ago
0
Support saving kernel crash logs using boot2dump
#139
nuta
closed
2 years ago
0
x64: Dump some important registers on an unsupported exception
#138
nuta
closed
2 years ago
0
allocator: Fill allocated pages with zeroes by default
#137
nuta
closed
2 years ago
0
x64: Fill an XSAVE area with zeroes
#136
nuta
closed
2 years ago
0
net: Fix for dhcp=off
#135
nuta
closed
2 years ago
0
/proc/metrics: Expose the monotonic clock
#134
nuta
closed
2 years ago
0
virtio: Support legacy virtio devices
#133
nuta
closed
2 years ago
0
net: Fix a memory leak
#132
nuta
closed
2 years ago
0
virtio: Fix a bug in used descriptors GC
#131
nuta
closed
2 years ago
0
downcast: Take a reference instead of the ownership
#130
nuta
closed
2 years ago
0
Add rust-toolchain.toml
#129
nuta
closed
2 years ago
0
testing: Refactor Dockerfile
#128
nuta
closed
2 years ago
0
build: Allow specifying extra kernel parameters through $(CMDLINE)
#127
nuta
closed
2 years ago
0
Implement /proc/metrics
#126
nuta
closed
2 years ago
0
Use yapf for formatting python scripts
#125
nuta
closed
2 years ago
0
Re-disable interrupts after handling an interrupt
#124
nuta
closed
2 years ago
0
Make network parameters and allowed PCI devices configurable via cmdline
#123
nuta
closed
2 years ago
0
initramfs: Implement file size
#122
nuta
closed
2 years ago
0
Kill a process immediately if its parent ignores SIGCHLD
#121
nuta
closed
2 years ago
0
Support freeing pages
#120
nuta
closed
2 years ago
0
Implement exit_group(2) syscall
#119
nuta
closed
2 years ago
0
Implement shutdown(2)
#118
nuta
closed
2 years ago
0
Next