Alexander Jung

Results 92 issues of Alexander Jung

This patch series introduces the posix-socket microlibrary within the Unikraft core in order to facilitate the use of multiple POSIX-compliant socket implementations which target specific AF family numbers. This library...

kind/enhancement
area/lib
topic/posix
lib/posix-socket
lib/nolibc
new/library
lang/c

### Feature request summary This issue tracks adding additional checks to the Unikraft build system for all required software (and minimum/maximum versions of those software) to compile a Unikarft unikernel....

kind/enhancement
good-first-issue
area/makefile
topic/build

This series introduces a port of FreeBSD's and DPDK's buf_ring.{h,c} implementation for use within Unikraft available as a primitive through macronization. This simple ring buffer can be used for message...

kind/enhancement
topic/primitive
lib/ukring (deprecated)

### Feature request summary This issue tracks adding linting, formatting and ub-checks to the `checkpatch.pl` script in aim of providing consistent Rust code within the Unikraft core.

kind/enhancement

### Describe the bug During the construction of `app-nginx`, a build warning occurs which finds implicit declaration of function `uk_syscall_r_getpid` in `killpg` of `uksignal`. ### Steps to reproduce See pipeline...

topic/build
lib/uksignal
topic/syscall
kind/build-warning

Before the switch to Github, all code which was upstreamed was manually checked with [`checkpatch.pl`](https://github.com/unikraft/unikraft/blob/staging/support/scripts/checkpatch.pl). This meant that some patches/commits may have been run against checkpatch, but we cannot be...

kind/enhancement
kind/proposal
area/support

This PR adds a new showcase to the [Hugo showcase](https://gohugo.io/showcase/) page. We use Hugo along with the [Unikraft build system](https://github.com/unikraft/unikraft) and [NGINX Unikraft unikernel](https://github.com/unikraft/app-nginx) to generate the [Unikraft open source...

Showcase

I've stumbled unto the situation where I am using sub commands as a primary mechanism to interact with an application. This means that the `rootCmd` performs no particular action at...

There seems to be a problem with parsing both root- and sub-commands together. I've put together this example which illustrates the in-ability to parse sub commands and their flags when...

This commit replaces the now deprecated `configs.HookState` struct with `*specs.State` structure in aim of achieving compatibility with the latest version of runc and libcontainer (as of this commit, v1.0.0-rc92). Signed-off-by:...