-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Pull requests: unikraft/unikraft
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
lib/posix-time: Provide implementation of CLOCK_THREAD_CPUTIME_ID
area/lib
Internal Unikraft Microlibrary
lang/c
Issues or PRs to do with C/C++
#1805
opened Apr 1, 2026 by
andreittr
Contributor
Loading…
4 tasks done
lib/posix-time: Provide an implementation for the times function
area/lib
Internal Unikraft Microlibrary
lang/c
Issues or PRs to do with C/C++
lib/nolibc
Only neccessary subset of libc functionality
#1804
opened Apr 1, 2026 by
andreittr
Contributor
Loading…
4 tasks done
lib/nolibc: Add declarations of get(p)pid
area/lib
Internal Unikraft Microlibrary
lib/nolibc
Only neccessary subset of libc functionality
merge
Label to trigger merge action
#1803
opened Apr 1, 2026 by
andreittr
Contributor
Loading…
4 tasks done
plan/xen/arm64: Implement PAL
arch/arm
arch/arm64
area/arch
Unikraft Architecture
area/include
Part of include/uk
area/lib
Internal Unikraft Microlibrary
area/plat
Unikraft Patform
arm/smcc
lang/c
Issues or PRs to do with C/C++
lib/posix-process
Information about system parameters
lib/syscall_shim
lib/ukdebug
lib/ukring
plat/common
Common to all platforms
plat/kvm
Unikraft for KVM
plat/xen
Unikraft for Xen
#1802
opened Apr 1, 2026 by
andreittr
Contributor
Loading…
4 tasks done
drivers/virtio: Add Internal Unikraft Microlibrary
lang/c
Issues or PRs to do with C/C++
virtio-vsock support
area/lib
#1800
opened Mar 26, 2026 by
mogasergiu
Member
Loading…
4 tasks
lib/ukpcpuvar/arch/arm64: Use CPU idx * section size not section base
area/lib
Internal Unikraft Microlibrary
area/plat
Unikraft Patform
lang/c
Issues or PRs to do with C/C++
lib/syscall_shim
plat/xen
Unikraft for Xen
#1799
opened Mar 26, 2026 by
mogasergiu
Member
Loading…
4 tasks
lib/posix-fdio: Add unit tests for I/O syscall error paths
area/lib
Internal Unikraft Microlibrary
lang/c
Issues or PRs to do with C/C++
#1798
opened Mar 21, 2026 by
kartiklolla
Loading…
3 tasks done
drivers/virtio: Add virtio-console support
area/lib
Internal Unikraft Microlibrary
lang/c
Issues or PRs to do with C/C++
lib/ukdebug
#1796
opened Mar 17, 2026 by
mogasergiu
Member
Loading…
4 tasks
lib/posix-tty: Auto-create console devices devfs entries
area/lib
Internal Unikraft Microlibrary
lang/c
Issues or PRs to do with C/C++
lib/ukdebug
#1795
opened Mar 17, 2026 by
mogasergiu
Member
Loading…
4 tasks
lib/ukprint: Add interrupt-safe printing
area/lib
Internal Unikraft Microlibrary
lang/c
Issues or PRs to do with C/C++
#1794
opened Mar 17, 2026 by
mogasergiu
Member
Loading…
4 tasks
lib/posix-fdtab: Add unit tests for fd table error paths
area/lib
Internal Unikraft Microlibrary
lang/c
Issues or PRs to do with C/C++
#1793
opened Mar 17, 2026 by
kartiklolla
Loading…
3 tasks done
lib/ukallocpool: Add batch, exhaustion and stability tests
area/lib
Internal Unikraft Microlibrary
lang/c
Issues or PRs to do with C/C++
lib/ukallocpool
#1792
opened Mar 15, 2026 by
RaduAndreiTudorica
Loading…
3 of 4 tasks
lib: Fix missing vfscore enable step in 9pfs and ramfs READMEs
area/lib
Internal Unikraft Microlibrary
lang/c
Issues or PRs to do with C/C++
lib/ramfs
lib/9pfs
9p client
#1791
opened Mar 15, 2026 by
alexDiaconuAlex
Loading…
4 tasks done
lib/ukboot: include string.h for strncpy
area/docs
Documentation
area/lib
Internal Unikraft Microlibrary
area/makefile
Part of the Unikraft Makefile build system
lang/c
Issues or PRs to do with C/C++
lib/ukboot
lib/vfscore
VFS Core Interface
#1790
opened Mar 15, 2026 by
Priyanshu87571
Loading…
docs: add instructions for running Unikraft on QEMU with Docker
area/docs
Documentation
area/lib
Internal Unikraft Microlibrary
area/makefile
Part of the Unikraft Makefile build system
lang/c
Issues or PRs to do with C/C++
lib/vfscore
VFS Core Interface
#1789
opened Mar 14, 2026 by
Priyanshu87571
Loading…
Tests/posix-sysinfo
area/lib
Internal Unikraft Microlibrary
lang/c
Issues or PRs to do with C/C++
lib/posix-sysinfo
#1788
opened Mar 14, 2026 by
Momen-MKadry
Loading…
3 of 4 tasks
Fix arm64 relro warning
area/lib
Internal Unikraft Microlibrary
area/makefile
Part of the Unikraft Makefile build system
lang/c
Issues or PRs to do with C/C++
lib/vfscore
VFS Core Interface
#1787
opened Mar 13, 2026 by
Priyanshu87571
Loading…
vfscore: fix const qualifier build warning in vfscore_ukopt_mkmp
area/lib
Internal Unikraft Microlibrary
lang/c
Issues or PRs to do with C/C++
lib/vfscore
VFS Core Interface
#1785
opened Mar 10, 2026 by
Priyanshu87571
Loading…
build: Set explicit C/C++ standard to gnu17/gnu++17
area/makefile
Part of the Unikraft Makefile build system
#1783
opened Mar 3, 2026 by
shauryarane05
Loading…
4 tasks
include/uk: fix C++ compatibility in kernel headers
area/include
Part of include/uk
area/plat
Unikraft Patform
#1781
opened Mar 3, 2026 by
harimishal1
Loading…
4 tasks done
Tests/bbuddy allocator
area/lib
Internal Unikraft Microlibrary
lang/c
Issues or PRs to do with C/C++
lib/ukallocbbuddy
#1780
opened Mar 2, 2026 by
RaduAndreiTudorica
Loading…
3 of 4 tasks
support/check-deps: add build dependency checker
area/makefile
Part of the Unikraft Makefile build system
area/support
Support scripts, tools, services.
lang/python
Issues or PRs to do with Python
#1777
opened Feb 26, 2026 by
vTusharr
Loading…
1 task
plat/kvm/x86: fix SMP boot on x86 KVM
arch/x86_64
area/plat
Unikraft Patform
lang/c
Issues or PRs to do with C/C++
plat/common
Common to all platforms
plat/kvm
Unikraft for KVM
#1776
opened Feb 24, 2026 by
niklasfemerstrand
Loading…
3 of 4 tasks
plat/kvm/x86/tscclock: Add KVM paravirtual wall clock support
area/plat
Unikraft Patform
lang/c
Issues or PRs to do with C/C++
plat/kvm
Unikraft for KVM
#1775
opened Feb 22, 2026 by
YashSuthar983
Loading…
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.