|
4d333f94bc
|
feat(userspace/apps/test/utest): add TestProcess function for executing test programs
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-02-21 02:58:30 +02:00 |
|
|
d1c504f9a6
|
feat(userspace/apps/sys/init): handle termination signals for graceful shutdown
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-02-21 02:55:29 +02:00 |
|
|
b3e0b30147
|
refactor(tests): remove obsolete SIMD and web test files
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-02-21 02:47:12 +02:00 |
|
|
2c2e7d9de3
|
build(userspace): update vscode launch configuration and Makefiles for utest and libc_test
Easier to debug
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-02-21 02:37:48 +02:00 |
|
|
2ae18af9a0
|
feat(userspace/apps/test/libc_test): add more tests
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-02-19 18:53:54 +02:00 |
|
|
e61b5824db
|
refactor(userspace/apps/test/libc_test): remove deprecated string test files
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-02-15 15:35:28 +02:00 |
|
|
ade1c77361
|
userspace/test: add web server test program
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-02-14 02:11:30 +02:00 |
|
|
3e656854bc
|
userspace/test: implement more tests in libc_test
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-02-13 01:14:11 +02:00 |
|
|
a1b040360c
|
userspace/apps/sys: add uname command
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-02-12 02:50:27 +02:00 |
|
|
23a17fae00
|
userspace/init: dummy code
Build OS / Build Cross-Compiler & Toolchain (push) Successful in 1h46m32s
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 4m27s
Build OS / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Failing after 6m13s
Build OS / Build amd64 (push) Failing after 14m44s
Build OS / Build i386 (push) Failing after 16m28s
Build OS / Build aarch64 (push) Failing after 11m17s
Build OS / Build arm (push) Failing after 15m17s
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-28 12:26:53 +02:00 |
|
|
d7bccb6948
|
userspace: add sh program
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-28 12:25:36 +02:00 |
|
|
1b55332027
|
userspace/libc_test: add test functions for various libc components
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-28 11:42:28 +02:00 |
|
|
cbe651d2da
|
userspace/libc_test: add native build target and default toolchain configuration
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-28 11:37:45 +02:00 |
|
|
9c9f5549d7
|
userspace/libc_test: add VSCode snippets and workspace configuration
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-28 11:37:10 +02:00 |
|
|
c2412fe710
|
userspace/libc_test: add return statement to main function
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-27 23:31:34 +02:00 |
|
|
f5a813380b
|
userspace/utest: comment out build and linking commands in Makefile
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-27 23:28:22 +02:00 |
|
|
b54a32ba7a
|
userspace: add stub libc test program
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-27 23:20:54 +02:00 |
|
|
1c5c0b524e
|
userspace: update Makefiles
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-26 23:28:10 +02:00 |
|
|
62e482facb
|
fix: correct project name references in license headers
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-25 00:20:34 +02:00 |
|
|
4ced264c3c
|
userspace: simplify SIMD test application assembly code
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-24 23:57:15 +02:00 |
|
|
a25c5f4a96
|
userspace: add SIMD test application
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-24 22:40:38 +02:00 |
|
|
2bb997597e
|
refactor: Fix build on i386
CodeQL Advanced / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Has been cancelled
Deploy Documentation / Deploy Documentation to GitHub Pages (push) Has been cancelled
Build OS / Build Cross-Compiler & Toolchain (push) Has been cancelled
Build OS / Build amd64 (push) Has been cancelled
Build OS / Build i386 (push) Has been cancelled
Build OS / Build aarch64 (push) Has been cancelled
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-07 17:49:37 +02:00 |
|
|
6dae34debd
|
userspace: Rewrite everything
Everything.
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-04 06:27:54 +02:00 |
|
EnderIce2
|
8b026175bb
|
chore: Update makefiles
https://stackoverflow.com/a/17845120/9352057
Signed-off-by: EnderIce2 <enderice2@users.noreply.github.com>
|
2024-12-11 04:48:16 +02:00 |
|
EnderIce2
|
7948d0c6e5
|
chore: Update makefiles & macros
|
2024-11-29 04:24:27 +02:00 |
|
EnderIce2
|
ce4ebaf6c5
|
Remove submodule
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 1m14s
Build OS / Build Cross-Compiler & Toolchain (push) Failing after 1m2s
Build OS / Build GNU-EFI (push) Failing after 7s
Build OS / Analyze with CodeQL (cpp) (push) Has been skipped
Build OS / Build amd64 (push) Has been skipped
Build OS / Build i386 (push) Has been skipped
Build OS / Build aarch64 (push) Has been skipped
|
2024-11-20 05:49:33 +02:00 |
|
EnderIce2
|
ad09129401
|
Merge remote-tracking branch 'Userspace/master'
|
2024-11-20 05:02:06 +02:00 |
|