February 28, 19 |
01:07 |
Re: [Minios-devel] [UNIKRAFT PATCHv6 04/23] plat: Clean up kernel image symbols |
Justin He (Arm Technology China) |
|
February 27, 19 |
18:22 |
Re: [Minios-devel] Preparing for Xen Project GSoC applications : Deadline Feb 6 |
Lars Kurth |
|
13:21 |
Re: [Minios-devel] [UNIKRAFT PATCHv6 09/23] plat/kvm: Correct invalid indent character for Arm64 |
Sharan Santhanam |
|
13:03 |
Re: [Minios-devel] [UNIKRAFT PATCHv6 08/23] plat/common: Add referred source code URL for cache operation |
Sharan Santhanam |
|
12:21 |
Re: [Minios-devel] [UNIKRAFT PATCHv6 06/23] plat/common: Clean and invalidate D-Cache only when boot for Arm64 |
Sharan Santhanam |
|
10:41 |
Re: [Minios-devel] [UNIKRAFT PATCHv6 04/23] plat: Clean up kernel image symbols |
Sharan Santhanam |
|
09:00 |
Re: [Minios-devel] [UNIKRAFT PATCHv6 02/23] plat/include: Use macro-ed helper to simplify ioreg_read/write for Arm64 |
Justin He (Arm Technology China) |
|
February 26, 19 |
16:04 |
Re: [Minios-devel] [UNIKRAFT PATCHv6 02/23] plat/include: Use macro-ed helper to simplify ioreg_read/write for Arm64 |
Sharan Santhanam |
|
02:07 |
Re: [Minios-devel] [UNIKRAFT PATCHv6 02/23] plat/include: Use macro-ed helper to simplify ioreg_read/write for Arm64 |
Justin He (Arm Technology China) |
|
01:32 |
Re: [Minios-devel] [UNIKRAFT PATCHv6 00/23] Follow up patches for Arm64 support series#1/5 |
Justin He (Arm Technology China) |
|
February 25, 19 |
18:36 |
Re: [Minios-devel] Preparing for Xen Project GSoC applications : Deadline Feb 6 |
Lars Kurth |
|
12:40 |
Re: [Minios-devel] [UNIKRAFT PATCHv6 00/23] Follow up patches for Arm64 support series#1/5 |
Sharan Santhanam |
|
12:38 |
Re: [Minios-devel] [UNIKRAFT PATCHv6 02/23] plat/include: Use macro-ed helper to simplify ioreg_read/write for Arm64 |
Sharan Santhanam |
|
February 22, 19 |
14:15 |
[Minios-devel] [UNIKRAFT PATCH 7/7] lib/nolibc: Implement clock_gettime() |
Florian Schmidt |
|
14:15 |
[Minios-devel] [UNIKRAFT PATCH 6/7] lib/nolibc: Implement gettimeofday() |
Florian Schmidt |
|
14:15 |
[Minios-devel] [UNIKRAFT PATCH 5/7] plat: Add declaration of ukplat_wall_clock() to time.h |
Florian Schmidt |
|
14:15 |
[Minios-devel] [UNIKRAFT PATCH 3/7] plat/xen: Implement ukplat_wall_clock() for x86 |
Florian Schmidt |
|
14:13 |
[Minios-devel] [UNIKRAFT PATCH 4/7] plat/xen: Dummy implementation of ukplat_wall_clock() for arm32 |
Florian Schmidt |
|
14:12 |
[Minios-devel] [UNIKRAFT PATCH 2/7] plat/linuxu: Implement ukplat_wall_clock() |
Florian Schmidt |
|
14:12 |
[Minios-devel] [UNIKRAFT PATCH 1/7] plat/kvm: Rename ukplat_clock_wall() to ukplat_wall_clock() |
Florian Schmidt |
|
14:12 |
[Minios-devel] [UNIKRAFT PATCH 0/7] Expose wallclock time |
Florian Schmidt |
|
13:16 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 5/8] lib/uksched: Add support for waiting threads |
Florian Schmidt |
|
11:10 |
Re: [Minios-devel] [UNIKRAFT PATCH 1/1] support/build: Add support for the tar.xz and .txz format |
Florian Schmidt |
|
08:28 |
[Minios-devel] [UNIKRAFT] Add Solo5 platform support to unikraft |
Haibo Xu (Arm Technology China) |
|
06:24 |
[Minios-devel] [UNIKRAFT PATCHv6 20/23] plat/kvm: arm64: Support build L3 table for large image size |
Jia He |
|
06:23 |
[Minios-devel] [UNIKRAFT PATCHv6 23/23] plat/kvm: arm64: Remove superfluous blank line |
Jia He |
|
06:23 |
[Minios-devel] [UNIKRAFT PATCHv6 21/23] plat/kvm: arm64: Remove needless semicolons in assembly |
Jia He |
|
06:23 |
[Minios-devel] [UNIKRAFT PATCHv6 22/23] plat/kvm: arm64: Ensure there is no stall data in cache when boot |
Jia He |
|
06:23 |
[Minios-devel] [UNIKRAFT PATCHv6 19/23] plat/kvm: arm64: Build L3 page table for range greater than 2MB |
Jia He |
|
06:23 |
[Minios-devel] [UNIKRAFT PATCHv6 18/23] plat/kvm: arm64: Calculate pagetable size dynamically by image size |
Jia He |
|
06:23 |
[Minios-devel] [UNIKRAFT PATCHv6 16/23] plat/kvm: Invalidate D-Cache that may have been modified for Arm64 |
Jia He |
|
06:23 |
[Minios-devel] [UNIKRAFT PATCHv6 13/23] plat/kvm: Remove redundant space while entering trap for Arm |
Jia He |
|
06:23 |
[Minios-devel] [UNIKRAFT PATCHv6 15/23] plat/kvm: Rename pagetable.S to pagetable64.S for Arm64 |
Jia He |
|
06:23 |
[Minios-devel] [UNIKRAFT PATCHv6 14/23] plat/kvm: Force align the stack pointer for Arm64 EL1 exceptions |
Jia He |
|
06:23 |
[Minios-devel] [UNIKRAFT PATCHv6 17/23] plat/kvm: arm64: Clear pagetable memory with boot stack |
Jia He |
|
06:22 |
[Minios-devel] [UNIKRAFT PATCHv6 12/23] plat/kvm: Add __TRAP_STACK_SIZE for stack pointer while exiting trap |
Jia He |
|
06:22 |
[Minios-devel] [UNIKRAFT PATCHv6 11/23] arch/include: Add a _regs member to save origial stack pointer |
Jia He |
|
06:22 |
[Minios-devel] [UNIKRAFT PATCHv6 10/23] plat/kvm: Get VIRT_BITS from id_aa64mmfr0_el1.PARange for Arm64 |
Jia He |
|
06:22 |
[Minios-devel] [UNIKRAFT PATCHv6 03/23] plat/common: Move global variables defined in link scripts to a header |
Jia He |
|
06:22 |
[Minios-devel] [UNIKRAFT PATCHv6 09/23] plat/kvm: Correct invalid indent character for Arm64 |
Jia He |
|
06:22 |
[Minios-devel] [UNIKRAFT PATCHv6 07/23] plat/common: Use correct dsb operation flag for Arm64 |
Jia He |
|
06:22 |
[Minios-devel] [UNIKRAFT PATCHv6 06/23] plat/common: Clean and invalidate D-Cache only when boot for Arm64 |
Jia He |
|
06:22 |
[Minios-devel] [UNIKRAFT PATCHv6 02/23] plat/include: Use macro-ed helper to simplify ioreg_read/write for Arm64 |
Jia He |
|
06:22 |
[Minios-devel] [UNIKRAFT PATCHv6 04/23] plat: Clean up kernel image symbols |
Jia He |
|
06:22 |
[Minios-devel] [UNIKRAFT PATCHv6 05/23] plat/common: Remove earlycloberr from SYSREG_READ32 for Arm64 |
Jia He |
|
06:22 |
[Minios-devel] [UNIKRAFT PATCHv6 08/23] plat/common: Add referred source code URL for cache operation |
Jia He |
|
06:22 |
[Minios-devel] [UNIKRAFT PATCHv6 01/23] build: Remove the check of '--enable-default-pie' in Makefile.uk |
Jia He |
|
06:22 |
[Minios-devel] [UNIKRAFT PATCHv6 00/23] Follow up patches for Arm64 support series#1/5 |
Jia He |
|
01:18 |
Re: [Minios-devel] [UNIKRAFT PATCHv5 04/23] plat: Clean up kernel image symbols |
Justin He (Arm Technology China) |
|
February 21, 19 |
14:42 |
[Minios-devel] Unikraft 0.3 Iapetus Release |
Simon Kuenzer |
|
11:46 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 5/8] lib/uksched: Add support for waiting threads |
Costin Lupu |
|
11:22 |
Re: [Minios-devel] [UNIKRAFT/HELLOWORLD PATCH] Use $(MAKE) for invoking make |
Florian Schmidt |
|
11:17 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 8/8] lib/uksched: Minor refinements |
Costin Lupu |
|
11:07 |
[Minios-devel] [UNIKRAFT/HELLOWORLD PATCH] Use $(MAKE) for invoking make |
Simon Kuenzer |
|
10:59 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 3/8] lib/uksched: Introduce thread attributes |
Florian Schmidt |
|
10:57 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 3/8] lib/uksched: Introduce thread attributes |
Florian Schmidt |
|
10:12 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 5/8] lib/uksched: Add support for waiting threads |
Costin Lupu |
|
10:11 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 3/8] lib/uksched: Introduce thread attributes |
Costin Lupu |
|
10:10 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 3/8] lib/uksched: Introduce thread attributes |
Costin Lupu |
|
02:06 |
Re: [Minios-devel] [UNIKRAFT PATCHv5 00/23] Follow up patches for Arm64 support series#1/5 |
Justin He (Arm Technology China) |
|
February 20, 19 |
17:47 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 5/6] lib/ramfs: fix debug printouts |
Simon Kuenzer |
|
17:46 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 4/6] lib/ramfs: adapt imported ramfs to Unikraft |
Simon Kuenzer |
|
17:42 |
Re: [Minios-devel] [UNIKRAFT PATCH] lib/vfscore: fix memory leak at sys_write |
Simon Kuenzer |
|
17:40 |
[Minios-devel] [UNIKRAFT PATCH] lib/vfscore: fix memory leak at sys_write |
Yuri Volchkov |
|
17:32 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 5/6] lib/ramfs: fix debug printouts |
Yuri Volchkov |
|
16:00 |
[Minios-devel] [UNIKRAFT PATCH v3 6/6] lib/ramfs: fix style issues |
Yuri Volchkov |
|
16:00 |
[Minios-devel] [UNIKRAFT PATCH v3 4/6] lib/ramfs: adapt imported ramfs to Unikraft |
Yuri Volchkov |
|
15:58 |
[Minios-devel] [UNIKRAFT PATCH v3 5/6] lib/ramfs: fix debug printouts |
Yuri Volchkov |
|
15:58 |
[Minios-devel] [UNIKRAFT PATCH v3 3/6] lib/ramfs: update license header for imported files |
Yuri Volchkov |
|
15:58 |
[Minios-devel] [UNIKRAFT PATCH v3 2/6] lib/ramfs: tabify imported ramfs code |
Yuri Volchkov |
|
15:58 |
[Minios-devel] [UNIKRAFT PATCH v3 1/6] lib/ramfs: initial import from OSv |
Yuri Volchkov |
|
15:58 |
[Minios-devel] [UNIKRAFT PATCH v3 0/6] Import ramfs from OSv |
Yuri Volchkov |
|
15:25 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 4/6] lib/ramfs: adapt imported ramfs to Unikraft |
Yuri Volchkov |
|
14:33 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 6/6] lib/ramfs: fix style issues |
Simon Kuenzer |
|
14:33 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 4/6] lib/ramfs: adapt imported ramfs to Unikraft |
Simon Kuenzer |
|
14:32 |
Re: [Minios-devel] [UNIKRAFT PATCH] lib/vfscore: Introduce `vfscore_put_file` |
Yuri Volchkov |
|
14:32 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 5/6] lib/ramfs: fix debug printouts |
Simon Kuenzer |
|
14:23 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 3/6] lib/ramfs: update license header for imported files |
Simon Kuenzer |
|
14:22 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 2/6] lib/ramfs: tabify imported ramfs code |
Simon Kuenzer |
|
14:20 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 1/6] lib/ramfs: initial import from OSv |
Simon Kuenzer |
|
14:00 |
Re: [Minios-devel] [UNIKRAFT/LWIP PATCH v2] sockets: Adopt to updated vfscore |
Sharan Santhanam |
|
13:39 |
[Minios-devel] [UNIKRAFT/LWIP PATCH v2] sockets: Adopt to updated vfscore |
Simon Kuenzer |
|
13:34 |
[Minios-devel] [UNIKRAFT PATCH] lib/vfscore: Introduce `vfscore_put_file` |
Simon Kuenzer |
|
11:58 |
Re: [Minios-devel] [UNIKRAFT PATCHv5 00/23] Follow up patches for Arm64 support series#1/5 |
Sharan Santhanam |
|
11:52 |
Re: [Minios-devel] [UNIKRAFT PATCHv5 04/23] plat: Clean up kernel image symbols |
Sharan Santhanam |
|
February 19, 19 |
18:04 |
Re: [Minios-devel] [UNIKRAFT PATCH v2] lib/nolibc: Provide stdbool.h |
Sharan Santhanam |
|
15:50 |
[Minios-devel] [UNIKRAFT PATCH v2] lib/nolibc: Provide stdbool.h |
Simon Kuenzer |
|
12:59 |
Re: [Minios-devel] [UNIKRAFT PATCH v4 13/22] lib/vfscore: introduce fget, fdrop, fdalloc |
Sharan Santhanam |
|
12:44 |
Re: [Minios-devel] [UNIKRAFT PATCH v4 11/22] lib/vfscore: introduce UK_FS_REGISTER |
Sharan Santhanam |
|
12:34 |
Re: [Minios-devel] [UNIKRAFT PATCH v4 10/22] lib/vfscore: add utility funcs&defs to support imported |
Sharan Santhanam |
|
12:22 |
Re: [Minios-devel] [UNIKRAFT PATCH v4 09/22] lib/vfscore: use Unikraft types and functions |
Sharan Santhanam |
|
09:53 |
[Minios-devel] Changes to Xen Project websites: xenproject.org & blog.xenproject.org |
Lars Kurth |
|
08:52 |
Re: [Minios-devel] [UNIKRAFT PATCH] lib/nolibc: Provide stdbool.h |
Simon Kuenzer |
|
February 18, 19 |
18:01 |
Re: [Minios-devel] [UNIKRAFT PATCH] lib/nolibc: Provide stdbool.h |
Sharan Santhanam |
|
17:22 |
Re: [Minios-devel] [UNIKRAFT/LWIP PATCH] sockets: Adopt to updated vfscore |
Sharan Santhanam |
|
15:04 |
[Minios-devel] [UNIKRAFT PATCH] lib/nolibc: Provide stdbool.h |
Simon Kuenzer |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 22/22] lib/vfscore: remove sys prefix from vfs api functions |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 21/22] lib/vfscore: re-implement stdio and enable new code |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 20/22] lib/nolibc: add prototypes for functions from vfscore |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 19/22] lib/vfscore: add main constructor |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 18/22] lib/vfscore: fix compiler complains |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 17/22] lib/vfscore: add necessary internal prototypes |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 16/22] lib/vfscore: introduce fdclose |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 15/22] lib/vfscore: remove _KERNEL ifdefs |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 14/22] lib/vfscore: add necessary field in vfscore_file |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 13/22] lib/vfscore: introduce fget, fdrop, fdalloc |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 12/22] lib/vfscore: prefix exported functions |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 11/22] lib/vfscore: introduce UK_FS_REGISTER |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 10/22] lib/vfscore: add utility funcs&defs to support imported |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 09/22] lib/vfscore: use Unikraft types and functions |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 08/22] lib/vfscore: use Unikraft includes |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 05/22] lib/vfscore: tabify imported vfs code |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 07/22] lib/vfscore: remove obvious c++isms and irrelevant code |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 06/22] lib/vfscore: update license header for imported files |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 04/22] lib/vfscore: Initial import of OSv vfs |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 03/22] lib/nolibc: adapt mount.h to Unikraft |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 00/22] import vfs from OSv |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 02/22] lib/nolibc: import mount.h |
Yuri Volchkov |
|
14:55 |
[Minios-devel] [UNIKRAFT PATCH v4 01/22] include/uk: introduce __weak_alias macro |
Yuri Volchkov |
|
14:32 |
[Minios-devel] [UNIKRAFT/LWIP PATCH] sockets: Adopt to updated vfscore |
Simon Kuenzer |
|
13:28 |
Re: [Minios-devel] [UNIKRAFT PATCH] plat/linuxu: Acknowledge all interrupts on controller |
Sharan Santhanam |
|
12:58 |
[Minios-devel] [UNIKRAFT PATCH] plat/linuxu: Acknowledge all interrupts on controller |
Simon Kuenzer |
|
12:52 |
Re: [Minios-devel] [UNIKRAFT PATCH] plat/kvm: Acknowledge all interrupts |
Sharan Santhanam |
|
12:43 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 23/23] lib/vfscore: remove sys prefix from vfs api functions |
Simon Kuenzer |
|
12:41 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 22/23] lib/vfscore: re-implement stdio and enable new code |
Simon Kuenzer |
|
12:40 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 21/23] lib/nolibc: add prototypes for functions from vfscore |
Simon Kuenzer |
|
12:39 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 20/23] lib/vfscore: add main constructor |
Simon Kuenzer |
|
12:26 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 19/23] lib/vfscore: fix compiler complains |
Simon Kuenzer |
|
12:26 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 18/23] lib/vfscore: add necessary internal prototypes |
Simon Kuenzer |
|
12:25 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 17/23] lib/vfscore: introduce fdclose |
Simon Kuenzer |
|
12:25 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 16/23] lib/vfscore: remove _KERNEL ifdefs |
Simon Kuenzer |
|
12:25 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 15/23] lib/vfscore: add necessary field in vfscore_file |
Simon Kuenzer |
|
12:19 |
Re: [Minios-devel] [UNIKRAFT/LWIP PATCH] uknetdev_output: Fix loop iterator |
Simon Kuenzer |
|
09:30 |
[Minios-devel] [UNIKRAFT/LWIP PATCH] uknetdev_output: Fix loop iterator |
Florian Schmidt |
|
February 17, 19 |
18:47 |
[Minios-devel] [UNIKRAFT PATCH] plat/kvm: Acknowledge all interrupts |
Simon Kuenzer |
|
February 13, 19 |
13:37 |
Re: [Minios-devel] [UNIKRAFT PATCH] build: Add HAVE_NW_STACK feature symbol |
Sharan Santhanam |
|
13:36 |
[Minios-devel] [UNIKRAFT PATCH] build: Add HAVE_NW_STACK feature symbol |
Simon Kuenzer |
|
13:34 |
Re: [Minios-devel] [UNIKRAFT PATCH v2] plat/xen: CPU definition for Arm32 |
Sharan Santhanam |
|
13:07 |
Re: [Minios-devel] [UNIKRAFT PATCH v2] plat/xen: Split emergency and hypervisor console |
Sharan Santhanam |
|
13:07 |
[Minios-devel] [UNIKRAFT PATCH v2] plat/xen: CPU definition for Arm32 |
Simon Kuenzer |
|
12:26 |
[Minios-devel] [UNIKRAFT PATCH v2] plat/xen: Split emergency and hypervisor console |
Simon Kuenzer |
|
10:49 |
Re: [Minios-devel] [UNIKRAFT PATCH] lib/ukdebug: Align hexdump with print system |
Sharan Santhanam |
|
February 12, 19 |
22:43 |
Re: [Minios-devel] [UNIKRAFT PATCH 1/2] plat/xen: Split emergency and hypervisor console |
Simon Kuenzer |
|
22:35 |
Re: [Minios-devel] [UNIKRAFT PATCH] lib/ukboot: include uk/essentials.h in weak_main |
Simon Kuenzer |
|
22:27 |
[Minios-devel] [UNIKRAFT PATCH] lib/ukboot: include uk/essentials.h in weak_main |
Yuri Volchkov |
|
22:14 |
Re: [Minios-devel] [UNIKRAFT PATCH 2/2] plat/xen: CPU definition for Arm32 |
Simon Kuenzer |
|
18:27 |
Re: [Minios-devel] [UNIKRAFT PATCH] plat/xen: Arm32, x86_64: Unify linker scripts |
Sharan Santhanam |
|
18:25 |
Re: [Minios-devel] [UNIKRAFT PATCH 2/2] plat/xen: CPU definition for Arm32 |
Sharan Santhanam |
|
17:48 |
Re: [Minios-devel] [UNIKRAFT PATCH 1/2] plat/xen: Split emergency and hypervisor console |
Sharan Santhanam |
|
17:36 |
Re: [Minios-devel] [UNIKRAFT PATCH v2] plat/xen: Grant table support as menu option |
Sharan Santhanam |
|
17:31 |
Re: [Minios-devel] [UNIKRAFT PATCH] build: Notice user when to do `make clean` |
Sharan Santhanam |
|
17:27 |
Re: [Minios-devel] [UNIKRAFT PATCH v2] plat/xen: arm: Initialize the bss section to 0 |
Sharan Santhanam |
|
17:07 |
[Minios-devel] [UNIKRAFT PATCH] lib/ukdebug: Align hexdump with print system |
Simon Kuenzer |
|
16:09 |
[Minios-devel] [UNIKRAFT PATCH v2] plat/xen: Grant table support as menu option |
Simon Kuenzer |
|
15:20 |
Re: [Minios-devel] [UNIKRAFT PATCH 2/2] plat/common: Add cpu.h for Arm32 |
Sharan Santhanam |
|
14:36 |
Re: [Minios-devel] [UNIKRAFT PATCH v2] plat/xen: Grant table support as menu option |
Simon Kuenzer |
|
14:24 |
Re: [Minios-devel] [UNIKRAFT PATCH v2] plat/xen: Grant table support as menu option |
Sharan Santhanam |
|
14:21 |
[Minios-devel] [UNIKRAFT PATCH] plat/xen: Arm32, x86_64: Unify linker scripts |
Simon Kuenzer |
|
13:03 |
[Minios-devel] [UNIKRAFT PATCH v2] plat/xen: arm: Initialize the bss section to 0 |
Simon Kuenzer |
|
February 11, 19 |
18:30 |
Re: [Minios-devel] [UNIKRAFT PATCH] plat/kvm: Disconnect console options from ukdebug |
Sharan Santhanam |
|
18:11 |
Re: [Minios-devel] [UNIKRAFT/LIBLWIP PATCH 3/5] Netif driver for libuknetdev devices |
Sharan Santhanam |
|
18:05 |
Re: [Minios-devel] [UNIKRAFT/LIBLWIP PATCH 2/5] Update to lwIP 2.1.2 |
Simon Kuenzer |
|
18:04 |
Re: [Minios-devel] [UNIKRAFT/LIBLWIP PATCH 5/5] Netif status print callback |
Sharan Santhanam |
|
18:02 |
Re: [Minios-devel] [UNIKRAFT/LIBLWIP PATCH 3/5] Netif driver for libuknetdev devices |
Simon Kuenzer |
|
17:56 |
Re: [Minios-devel] [UNIKRAFT/LIBLWIP PATCH 4/5] Attach uknetdev netifs during boot |
Sharan Santhanam |
|
17:42 |
Re: [Minios-devel] [UNIKRAFT/LIBLWIP PATCH 3/5] Netif driver for libuknetdev devices |
Sharan Santhanam |
|
17:01 |
[Minios-devel] [UNIKRAFT PATCH] build: Notice user when to do `make clean` |
Simon Kuenzer |
|
16:43 |
Re: [Minios-devel] [UNIKRAFT PATCH] support: don't throw error message when not in a git repo |
Simon Kuenzer |
|
16:29 |
Re: [Minios-devel] [UNIKRAFT/LIBLWIP PATCH 2/5] Update to lwIP 2.1.2 |
Sharan Santhanam |
|
16:18 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 14/23] lib/vfscore: keep vnode locked during drele call |
Yuri Volchkov |
|
16:16 |
Re: [Minios-devel] [UNIKRAFT PATCH 2/2] lib/ukboot: move weak main in separate sub-lib |
Sharan Santhanam |
|
16:09 |
Re: [Minios-devel] [UNIKRAFT PATCH] build: mark LTO as experimental |
Simon Kuenzer |
|
14:59 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 13/23] lib/vfscore: introduce fget, fdrop, fdalloc |
Yuri Volchkov |
|
14:59 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 11/23] lib/vfscore: introduce UK_FS_REGISTER |
Yuri Volchkov |
|
14:58 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 10/23] lib/vfscore: add utility funcs&defs to support imported |
Yuri Volchkov |
|
14:53 |
[Minios-devel] [UNIKRAFT PATCH 1/2] plat/xen: Split emergency and hypervisor console |
Simon Kuenzer |
|
14:53 |
[Minios-devel] [UNIKRAFT PATCH 2/2] plat/xen: CPU definition for Arm32 |
Simon Kuenzer |
|
14:53 |
[Minios-devel] [UNIKRAFT PATCH 0/2] plat/xen: Make Arm32 build again |
Simon Kuenzer |
|
14:48 |
[Minios-devel] [UNIKRAFT PATCH v2] plat/xen: Grant table support as menu option |
Simon Kuenzer |
|
14:06 |
Re: [Minios-devel] [UNIKRAFT/LIBLWIP PATCH 1/5] Add .gitignore |
Sharan Santhanam |
|
13:25 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 14/23] lib/vfscore: keep vnode locked during drele call |
Sharan Santhanam |
|
February 08, 19 |
17:51 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 13/23] lib/vfscore: introduce fget, fdrop, fdalloc |
Sharan Santhanam |
|
15:19 |
[Minios-devel] [UNIKRAFT PATCH 1/2] arch/arm: Correct source paths in libarmmath |
Simon Kuenzer |
|
15:19 |
[Minios-devel] [UNIKRAFT PATCH 2/2] plat/common: Add cpu.h for Arm32 |
Simon Kuenzer |
|
15:19 |
[Minios-devel] [UNIKRAFT PATCH 0/2] plat/linuxu: Make Arm32 build again. |
Simon Kuenzer |
|
15:06 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 12/23] lib/vfscore: prefix exported functions |
Sharan Santhanam |
|
14:46 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 11/23] lib/vfscore: introduce UK_FS_REGISTER |
Sharan Santhanam |
|
14:31 |
[Minios-devel] [UNIKRAFT PATCH v2 6/6] lib/ramfs: fix style issues |
Yuri Volchkov |
|
14:31 |
[Minios-devel] [UNIKRAFT PATCH v2 4/6] lib/ramfs: adapt imported ramfs to Unikraft |
Yuri Volchkov |
|
14:31 |
[Minios-devel] [UNIKRAFT PATCH v2 5/6] lib/ramfs: fix debug printouts |
Yuri Volchkov |
|
14:31 |
[Minios-devel] [UNIKRAFT PATCH v2 3/6] lib/ramfs: update license header for imported files |
Yuri Volchkov |
|
14:31 |
[Minios-devel] [UNIKRAFT PATCH v2 2/6] lib/ramfs: tabify imported ramfs code |
Yuri Volchkov |
|
14:31 |
[Minios-devel] [UNIKRAFT PATCH v2 1/6] lib/ramfs: initial import from OSv |
Yuri Volchkov |
|
14:31 |
[Minios-devel] [UNIKRAFT PATCH v2 0/6] Import ramfs from OSv |
Yuri Volchkov |
|
14:03 |
[Minios-devel] [UNIKRAFT PATCH] plat/xen: Grant table support as menu option |
Simon Kuenzer |
|
13:36 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 10/23] lib/vfscore: add utility funcs&defs to support imported |
Sharan Santhanam |
|
12:19 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 09/23] lib/vfscore: use Unikraft types and functions |
Sharan Santhanam |
|
10:41 |
[Minios-devel] [UNIKRAFT PATCH] plat/kvm: Disconnect console options from ukdebug |
Simon Kuenzer |
|
February 07, 19 |
23:01 |
[Minios-devel] [UNIKRAFT/LIBLWIP PATCH 5/5] Netif status print callback |
Simon Kuenzer |
|
23:01 |
[Minios-devel] [UNIKRAFT/LIBLWIP PATCH 3/5] Netif driver for libuknetdev devices |
Simon Kuenzer |
|
23:01 |
[Minios-devel] [UNIKRAFT/LIBLWIP PATCH 4/5] Attach uknetdev netifs during boot |
Simon Kuenzer |
|
23:01 |
[Minios-devel] [UNIKRAFT/LIBLWIP PATCH 2/5] Update to lwIP 2.1.2 |
Simon Kuenzer |
|
23:01 |
[Minios-devel] [UNIKRAFT/LIBLWIP PATCH 1/5] Add .gitignore |
Simon Kuenzer |
|
23:01 |
[Minios-devel] [UNIKRAFT/LIBLWIP PATCH 0/5] lwip 2.1.2 and uknetdev support |
Simon Kuenzer |
|
15:29 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 08/23] lib/vfscore: use Unikraft includes |
Sharan Santhanam |
|
14:14 |
Re: [Minios-devel] [UNIKRAFT PATCH v3 01/23] include/uk: introduce __weak_alias macro |
Sharan Santhanam |
|
14:04 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 08/23] lib/vfscore: use Unikraft includes |
Yuri Volchkov |
|
14:03 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 01/23] include/uk: introduce __weak_alias macro |
Yuri Volchkov |
|
14:00 |
[Minios-devel] [UNIKRAFT PATCH v3 23/23] lib/vfscore: remove sys prefix from vfs api functions |
Yuri Volchkov |
|
14:00 |
[Minios-devel] [UNIKRAFT PATCH v3 22/23] lib/vfscore: re-implement stdio and enable new code |
Yuri Volchkov |
|
14:00 |
[Minios-devel] [UNIKRAFT PATCH v3 21/23] lib/nolibc: add prototypes for functions from vfscore |
Yuri Volchkov |
|
14:00 |
[Minios-devel] [UNIKRAFT PATCH v3 19/23] lib/vfscore: fix compiler complains |
Yuri Volchkov |
|
14:00 |
[Minios-devel] [UNIKRAFT PATCH v3 20/23] lib/vfscore: add main constructor |
Yuri Volchkov |
|
14:00 |
[Minios-devel] [UNIKRAFT PATCH v3 18/23] lib/vfscore: add necessary internal prototypes |
Yuri Volchkov |
|
14:00 |
[Minios-devel] [UNIKRAFT PATCH v3 17/23] lib/vfscore: introduce fdclose |
Yuri Volchkov |
|
14:00 |
[Minios-devel] [UNIKRAFT PATCH v3 16/23] lib/vfscore: remove _KERNEL ifdefs |
Yuri Volchkov |
|
14:00 |
[Minios-devel] [UNIKRAFT PATCH v3 15/23] lib/vfscore: add necessary field in vfscore_file |
Yuri Volchkov |
|
14:00 |
[Minios-devel] [UNIKRAFT PATCH v3 13/23] lib/vfscore: introduce fget, fdrop, fdalloc |
Yuri Volchkov |
|
14:00 |
[Minios-devel] [UNIKRAFT PATCH v3 14/23] lib/vfscore: keep vnode locked during drele call |
Yuri Volchkov |
|
14:00 |
[Minios-devel] [UNIKRAFT PATCH v3 12/23] lib/vfscore: prefix exported functions |
Yuri Volchkov |
|
14:00 |
[Minios-devel] [UNIKRAFT PATCH v3 10/23] lib/vfscore: add utility funcs&defs to support imported |
Yuri Volchkov |
|
14:00 |
[Minios-devel] [UNIKRAFT PATCH v3 11/23] lib/vfscore: introduce UK_FS_REGISTER |
Yuri Volchkov |
|
13:59 |
[Minios-devel] [UNIKRAFT PATCH v3 09/23] lib/vfscore: use Unikraft types and functions |
Yuri Volchkov |
|
13:59 |
[Minios-devel] [UNIKRAFT PATCH v3 08/23] lib/vfscore: use Unikraft includes |
Yuri Volchkov |
|
13:59 |
[Minios-devel] [UNIKRAFT PATCH v3 05/23] lib/vfscore: tabify imported vfs code |
Yuri Volchkov |
|
13:59 |
[Minios-devel] [UNIKRAFT PATCH v3 07/23] lib/vfscore: remove obvious c++isms and irrelevant code |
Yuri Volchkov |
|
13:59 |
[Minios-devel] [UNIKRAFT PATCH v3 06/23] lib/vfscore: update license header for imported files |
Yuri Volchkov |
|
13:59 |
[Minios-devel] [UNIKRAFT PATCH v3 04/23] lib/vfscore: Initial import of OSv vfs |
Yuri Volchkov |
|
13:59 |
[Minios-devel] [UNIKRAFT PATCH v3 03/23] lib/nolibc: adapt mount.h to Unikraft |
Yuri Volchkov |
|
13:59 |
[Minios-devel] [UNIKRAFT PATCH v3 01/23] include/uk: introduce __weak_alias macro |
Yuri Volchkov |
|
13:59 |
[Minios-devel] [UNIKRAFT PATCH v3 02/23] lib/nolibc: import mount.h |
Yuri Volchkov |
|
13:59 |
[Minios-devel] [UNIKRAFT PATCH v3 00/23] import vfs from OSv |
Yuri Volchkov |
|
13:15 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 08/23] lib/vfscore: use Unikraft includes |
Sharan Santhanam |
|
12:17 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 07/23] lib/vfscore: remove obvious c++isms and irrelevant code |
Sharan Santhanam |
|
February 06, 19 |
17:40 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 05/23] lib/vfscore: tabify imported vfs code |
Sharan Santhanam |
|
17:29 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 06/23] lib/vfscore: update license header for imported files |
Sharan Santhanam |
|
17:25 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 05/23] lib/vfscore: tabify imported vfs code |
Sharan Santhanam |
|
16:50 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 01/23] include/uk: introduce __weak_alias macro |
Sharan Santhanam |
|
16:34 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 04/23] lib/vfscore: Initial import of OSv vfs |
Sharan Santhanam |
|
16:28 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 01/23] include/uk: introduce __weak_alias macro |
Yuri Volchkov |
|
16:16 |
Re: [Minios-devel] [UNIKRAFT PATCH 2/2] lib/ukboot: move weak main in separate sub-lib |
Yuri Volchkov |
|
16:14 |
[Minios-devel] [UNIKRAFT PATCH] build: mark LTO as experimental |
Yuri Volchkov |
|
14:41 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 03/23] lib/nolibc: adapt mount.h to Unikraft |
Yuri Volchkov |
|
14:35 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 03/23] lib/nolibc: adapt mount.h to Unikraft |
Sharan Santhanam |
|
14:00 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 02/23] lib/nolibc: import mount.h |
Sharan Santhanam |
|
13:18 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 01/23] include/uk: introduce __weak_alias macro |
Sharan Santhanam |
|
12:04 |
Re: [Minios-devel] [UNIKRAFT PATCH 0/6] Import ramfs from OSv |
Yuri Volchkov |
|
10:42 |
[Minios-devel] [UNIKRAFT PATCH 5/6] lib/ramfs: fix debug printouts |
Yuri Volchkov |
|
10:42 |
[Minios-devel] [UNIKRAFT PATCH 6/6] lib/ramfs: fix style issues |
Yuri Volchkov |
|
10:42 |
[Minios-devel] [UNIKRAFT PATCH 4/6] lib/ramfs: adapt imported ramfs to Unikraft |
Yuri Volchkov |
|
10:42 |
[Minios-devel] [UNIKRAFT PATCH 3/6] lib/ramfs: update license header for imported files |
Yuri Volchkov |
|
10:42 |
[Minios-devel] [UNIKRAFT PATCH 2/6] lib/ramfs: tabify imported ramfs code |
Yuri Volchkov |
|
10:42 |
[Minios-devel] [UNIKRAFT PATCH 1/6] lib/ramfs: initial import from OSv |
Yuri Volchkov |
|
10:42 |
[Minios-devel] [UNIKRAFT PATCH 0/6] Import ramfs from OSv |
Yuri Volchkov |
|
10:42 |
[Minios-devel] [UNIKRAFT PATCH 6/6] lib/ramfs: fix style issues |
Yuri Volchkov |
|
10:42 |
[Minios-devel] [UNIKRAFT PATCH 5/6] lib/ramfs: fix debug printouts |
Yuri Volchkov |
|
10:42 |
[Minios-devel] [UNIKRAFT PATCH 3/6] lib/ramfs: update license header for imported files |
Yuri Volchkov |
|
10:42 |
[Minios-devel] [UNIKRAFT PATCH 4/6] lib/ramfs: adapt imported ramfs to Unikraft |
Yuri Volchkov |
|
10:42 |
[Minios-devel] [UNIKRAFT PATCH 2/6] lib/ramfs: tabify imported ramfs code |
Yuri Volchkov |
|
10:42 |
[Minios-devel] [UNIKRAFT PATCH 1/6] lib/ramfs: initial import from OSv |
Yuri Volchkov |
|
10:42 |
[Minios-devel] [UNIKRAFT PATCH 0/6] Import ramfs from OSv |
Yuri Volchkov |
|
10:13 |
Re: [Minios-devel] [UNIKRAFT PATCH 2/2] lib/ukboot: move weak main in separate sub-lib |
Sharan Santhanam |
|
February 05, 19 |
17:35 |
Re: [Minios-devel] [UNIKRAFT PATCH 1/2] build: limit gcc version to 6.1 if LTO is enabled |
Sharan Santhanam |
|
14:32 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 3/3] build: `print-libs`, `print-objs`, `print-srcs` depend on `.config` |
Sharan Santhanam |
|
14:11 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 2/3] build: `print-vars` target is a `null_targets` |
Sharan Santhanam |
|
13:51 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 1/3] build: `distclean`, `properclean` independent of `.config` |
Sharan Santhanam |
|
12:57 |
Re: [Minios-devel] [UNIKRAFT PATCH v2 6/8] lib/uksched: Revisit thread exiting logic |
Florian Schmidt |
|
10:12 |
Re: [Minios-devel] [UNIKRAFT/NEWLIB PATCH] Add missing include to time.c |
Felipe Huici |
|
February 04, 19 |
14:45 |
[Minios-devel] [UNIKRAFT PATCH v2 16/23] lib/vfscore: remove _KERNEL ifdefs |
Yuri Volchkov |
|
14:44 |
[Minios-devel] [UNIKRAFT PATCH v2 12/23] lib/vfscore: prefix exported functions |
Yuri Volchkov |
|
14:44 |
[Minios-devel] [UNIKRAFT PATCH v2 06/23] lib/vfscore: update license header for imported files |
Yuri Volchkov |
|
14:44 |
[Minios-devel] [UNIKRAFT PATCH v2 22/23] lib/vfscore: re-implement stdio and enable new code |
Yuri Volchkov |
|
14:44 |
[Minios-devel] [UNIKRAFT PATCH v2 19/23] lib/vfscore: fix compiler complains |
Yuri Volchkov |
|
14:44 |
[Minios-devel] [UNIKRAFT PATCH v2 17/23] lib/vfscore: introduce fdclose |
Yuri Volchkov |
|
14:44 |
[Minios-devel] [UNIKRAFT PATCH v2 16/23] lib/vfscore: remove _KERNEL ifdefs |
Yuri Volchkov |
|
14:43 |
[Minios-devel] [UNIKRAFT PATCH v2 13/23] lib/vfscore: introduce fget, fdrop, fdalloc |
Yuri Volchkov |
|
14:43 |
[Minios-devel] [UNIKRAFT PATCH v2 11/23] lib/vfscore: introduce UK_FS_REGISTER |
Yuri Volchkov |
|
14:43 |
[Minios-devel] [UNIKRAFT PATCH v2 05/23] lib/vfscore: tabify imported vfs code |
Yuri Volchkov |
|
14:43 |
[Minios-devel] [UNIKRAFT PATCH v2 07/23] lib/vfscore: remove obvious c++isms and irrelevant code |
Yuri Volchkov |
|
14:43 |
[Minios-devel] [UNIKRAFT PATCH v2 02/23] lib/nolibc: import mount.h |
Yuri Volchkov |
|
14:40 |
[Minios-devel] [UNIKRAFT PATCH v2 21/23] lib/nolibc: add prototypes for functions from vfscore |
Yuri Volchkov |
|
14:40 |
[Minios-devel] [UNIKRAFT PATCH v2 23/23] lib/vfscore: remove sys prefix from vfs api functions |
Yuri Volchkov |
|
14:40 |
[Minios-devel] [UNIKRAFT PATCH v2 22/23] lib/vfscore: re-implement stdio and enable new code |
Yuri Volchkov |
|
14:40 |
[Minios-devel] [UNIKRAFT PATCH v2 20/23] lib/vfscore: add main constructor |
Yuri Volchkov |
|
14:40 |
[Minios-devel] [UNIKRAFT PATCH v2 19/23] lib/vfscore: fix compiler complains |
Yuri Volchkov |
|
14:40 |
[Minios-devel] [UNIKRAFT PATCH v2 18/23] lib/vfscore: add necessary internal prototypes |
Yuri Volchkov |
|
14:40 |
[Minios-devel] [UNIKRAFT PATCH v2 17/23] lib/vfscore: introduce fdclose |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 08/23] lib/vfscore: use Unikraft includes |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 15/23] lib/vfscore: add necessary field in vfscore_file |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 02/23] lib/nolibc: import mount.h |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 00/23] import vfs from OSv |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 14/23] lib/vfscore: keep vnode locked during drele call |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 13/23] lib/vfscore: introduce fget, fdrop, fdalloc |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 11/23] lib/vfscore: introduce UK_FS_REGISTER |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 09/23] lib/vfscore: use Unikraft types and functions |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 10/23] lib/vfscore: add utility funcs&defs to support imported |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 07/23] lib/vfscore: remove obvious c++isms and irrelevant code |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 05/23] lib/vfscore: tabify imported vfs code |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 04/23] lib/vfscore: Initial import of OSv vfs |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 03/23] lib/nolibc: adapt mount.h to Unikraft |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 01/23] include/uk: introduce __weak_alias macro |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 23/23] lib/vfscore: remove sys prefix from vfs api functions |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 21/23] lib/nolibc: add prototypes for functions from vfscore |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 20/23] lib/vfscore: add main constructor |
Yuri Volchkov |
|
14:39 |
[Minios-devel] [UNIKRAFT PATCH v2 18/23] lib/vfscore: add necessary internal prototypes |
Yuri Volchkov |
|
14:38 |
[Minios-devel] [UNIKRAFT PATCH v2 15/23] lib/vfscore: add necessary field in vfscore_file |
Yuri Volchkov |
|
14:38 |
[Minios-devel] [UNIKRAFT PATCH v2 14/23] lib/vfscore: keep vnode locked during drele call |
Yuri Volchkov |
|
14:38 |
[Minios-devel] [UNIKRAFT PATCH v2 12/23] lib/vfscore: prefix exported functions |
Yuri Volchkov |
|
14:38 |
[Minios-devel] [UNIKRAFT PATCH v2 10/23] lib/vfscore: add utility funcs&defs to support imported |
Yuri Volchkov |
|
14:38 |
[Minios-devel] [UNIKRAFT PATCH v2 09/23] lib/vfscore: use Unikraft types and functions |
Yuri Volchkov |
|
14:38 |
[Minios-devel] [UNIKRAFT PATCH v2 08/23] lib/vfscore: use Unikraft includes |
Yuri Volchkov |
|
14:38 |
[Minios-devel] [UNIKRAFT PATCH v2 06/23] lib/vfscore: update license header for imported files |
Yuri Volchkov |
|
14:38 |
[Minios-devel] [UNIKRAFT PATCH v2 04/23] lib/vfscore: Initial import of OSv vfs |
Yuri Volchkov |
|
14:38 |
[Minios-devel] [UNIKRAFT PATCH v2 03/23] lib/nolibc: adapt mount.h to Unikraft |
Yuri Volchkov |
|
14:38 |
[Minios-devel] [UNIKRAFT PATCH v2 01/23] include/uk: introduce __weak_alias macro |
Yuri Volchkov |
|
14:38 |
[Minios-devel] [UNIKRAFT PATCH v2 00/23] import vfs from OSv |
Yuri Volchkov |
|
February 01, 19 |
09:34 |
Re: [Minios-devel] [UNIKRAFT PATCH 3/3] lib/nolibc/string: fix checkpatch issues in strlcpy and strlcat |
Sharan Santhanam |
|
09:33 |
Re: [Minios-devel] [UNIKRAFT PATCH 2/3] lib/nolibc/string: import strlcpy and strlcat from musl |
Sharan Santhanam |
|
03:16 |
Re: [Minios-devel] [UNIKRAFT PATCHv5 00/23] Follow up patches for Arm64 support series#1/5 |
Jia He |
|