|
961ff9ff6f
|
proc: implement proper TLS for i686
|
2024-11-18 00:05:52 +02:00 |
|
|
e0e39d2f23
|
proc/WIP: better handling for TLS
|
2024-11-17 23:32:07 +02:00 |
|
|
17eca4c0c0
|
libc: basic pthread spawn/join
|
2024-11-15 23:18:04 +02:00 |
|
|
465fc53e02
|
libc: libc++ works
|
2024-11-15 20:37:59 +02:00 |
|
|
bc6a5b115c
|
libc: better support for c++ builds
|
2024-11-15 11:14:08 +02:00 |
|
|
98ea969675
|
ld: call global constructors
|
2024-11-15 11:13:41 +02:00 |
|
|
6dc77143b0
|
mm: add flags to map_memory
|
2024-11-14 16:24:45 +02:00 |
|
|
c65b06fadb
|
libc: setenv/putenv/unsetenv/getenv
|
2024-11-14 12:20:15 +02:00 |
|
|
e2ef677b4a
|
ld: rework dynamic loader, proper pie binaries
|
2024-11-14 03:08:39 +02:00 |
|
|
a9f4a958de
|
libc: improve allocator behavior
|
2024-11-13 22:46:11 +02:00 |
|
|
088659ce6c
|
libc: proper linkage for setjmp/longjmp
|
2024-11-13 21:36:50 +02:00 |
|
|
9e187a4e94
|
libc: add openlibm, hide compiler_builtins in static lib
|
2024-11-13 15:58:29 +02:00 |
|
|
0b9f1c0fac
|
libc: finish most header stubs
|
2024-11-12 20:28:26 +02:00 |
|
|
c957a603e0
|
libc: more header stubs
|
2024-11-12 17:50:38 +02:00 |
|
|
312deb8a56
|
libc: dynamic libc
|
2024-11-12 17:07:06 +02:00 |
|
|
457e82d2e3
|
libc: add pwd.h, dirent.h, fcntl.h, setjmp.h, signal.h
|
2024-11-12 12:19:56 +02:00 |
|
|
4519e5385a
|
libc: setup args/env
|
2024-11-12 11:14:29 +02:00 |
|
|
0a904a21fe
|
libc: ctype.h, most of stdio.h, string.h
|
2024-11-12 11:01:39 +02:00 |
|
|
98862b1e49
|
libc/wip: add code to install ygglibc
|
2024-11-11 23:50:38 +02:00 |
|
|
e0600c2bf6
|
libc: basic ygglibc with stubs
|
2024-11-11 15:19:36 +02:00 |
|
|
cdf9243962
|
user: enable dyn-loader
|
2024-11-06 20:58:31 +02:00 |
|
|
c71984e83e
|
refactor: fix warnings
|
2024-11-06 20:05:45 +02:00 |
|
|
2479702baf
|
vfs/rsh: better pipes, piped command execution in rsh
|
2024-11-06 19:40:27 +02:00 |
|
|
a707a6e5f1
|
rsh: move to tcp instead of udp
|
2024-11-06 11:05:15 +02:00 |
|
|
b668add453
|
vfs: add pidfd
|
2024-11-06 10:45:21 +02:00 |
|
|
968ce321da
|
netutils: better HTTP library
|
2024-11-04 16:29:09 +02:00 |
|
|
a8a6192627
|
rsh: better server modularity
|
2024-11-02 20:22:53 +02:00 |
|
|
f0fdeb1004
|
rsh: implement signature verification
|
2024-11-02 19:17:32 +02:00 |
|
|
80e6658f55
|
rsh: add logging, aes-256-cbc and ciphersuite negotiation
|
2024-11-02 14:22:01 +02:00 |
|
|
99c1dd51ae
|
rsh: implement dumb kex+aes256
|
2024-11-02 01:00:42 +02:00 |
|
|
3e605b3b11
|
rsh: better protocol handling
|
2024-11-01 18:44:41 +02:00 |
|
|
ae5aae7fb4
|
user: add a basic cryptography tool
|
2024-11-01 15:32:19 +02:00 |
|
|
e43b7ee44b
|
net: stubs for more socket options
|
2024-11-01 01:33:18 +02:00 |
|
|
3639d64649
|
refactor: move to rust 1.84.0-nightly + implement disable_aslr
|
2024-10-31 22:54:58 +02:00 |
|
|
1a975af1e9
|
Add remote shell
|
2024-10-31 13:14:07 +02:00 |
|
|
9bcea091ff
|
maint: update userspace deps
|
2024-10-30 21:15:26 +02:00 |
|
|
83c1cc6120
|
refactor: switch to workspace dependencies where possible
|
2024-10-30 21:13:41 +02:00 |
|
|
2ce2b470fa
|
i686: implement TLS and relocations
|
2024-10-27 12:35:46 +02:00 |
|
|
0436381b33
|
arch: aarch64 fp context save, proper single-step
|
2024-10-27 06:46:25 +02:00 |
|
|
0daf7c677c
|
i686: add single-step debugging
|
2024-10-18 18:29:14 +03:00 |
|
|
b9e2998248
|
i686: add PCI functionality for i686
|
2024-10-11 15:29:41 +03:00 |
|
|
4b25a4db89
|
i686: add platform support
|
2024-10-10 18:06:54 +03:00 |
|
|
7c38b84c39
|
ipc: unix impl for serde-ipc
|
2024-08-10 22:29:02 +03:00 |
|
|
99f4482533
|
xtask: generate rust-analyzer shim
|
2024-08-10 20:41:32 +03:00 |
|
|
5c090f7a38
|
vfs: add retain param to poll.wait
|
2024-08-07 19:20:39 +03:00 |
|
|
128b699352
|
fs/ext2: add symlinks
|
2024-08-02 17:04:47 +03:00 |
|
|
fe5f9649ff
|
refactor: Fix clippy warnings
|
2024-07-27 14:49:20 +03:00 |
|
|
1bd9d65a5e
|
Migrate to 1.82 rustc nightly
|
2024-07-25 11:58:47 +03:00 |
|
|
39956dedb8
|
sys/mod: Basic kernel module loading
|
2024-04-01 17:23:12 +03:00 |
|
|
35a44a8ca1
|
proc/dyn: proof-of-concept dynamic executable loader
|
2024-03-20 21:21:39 +02:00 |
|