72 Commits

Author SHA1 Message Date
3f62374431 net: raw packet tx capture 2025-02-10 15:14:14 +02:00
0a46e6f57c WIP: implement igbe driver 2025-02-10 09:15:25 +02:00
a08fe6ab1b fat32: implement FAT32 (read) driver 2025-02-07 23:18:03 +02:00
01dbac2132 dt: fix pci interrupt-map parsing 2025-02-05 12:35:38 +02:00
50a760985b net: implement rtl8139 driver 2025-01-31 23:46:01 +02:00
9e48530e62 pci: add lspci-like utility 2025-01-31 18:03:08 +02:00
8ff0f03989 xtask: increase default mem for riscv64 2025-01-21 17:58:16 +02:00
909980f4eb rv64: add jh7110/starfive visionfive2 support 2025-01-21 16:34:03 +02:00
8ba37c9762 rv64: boot into usermode 2025-01-20 00:54:26 +02:00
20fa34c945 rv64: platform init, task switching 2025-01-19 15:16:26 +02:00
86eb2d3252 rv64: boot into upper half 2025-01-17 02:25:49 +02:00
df0a48ca42 vfs: symlink creation 2025-01-02 20:05:22 +02:00
8c96a009ad fs: implement rename() 2024-12-29 15:34:59 +02:00
ba00c97c66 vfs: force all symlinks to be path-based, chdir/getcwd 2024-12-20 23:00:43 +02:00
49b918e2ac cfg: allow passing cmdline options to the kernel 2024-12-17 19:12:39 +02:00
ac2394a2c3 maint: upgrade to rustc 1.85.0-nightly, use softfloat abi 2024-12-16 20:15:06 +02:00
b090fb9fb6 xtask: configurable UEFI code path 2024-12-16 16:38:20 +02:00
300646e8a7 xtask: print environment command 2024-12-16 16:36:38 +02:00
c4b18c3379 xtask: LLVM clone, clone progress 2024-12-16 16:20:29 +02:00
afdc86ef3a xtask: remove hardcoded paths, better clean cmd 2024-12-16 14:48:44 +02:00
a2adff85a7 x86: fix i686/x86_64 build 2024-12-14 13:10:46 +02:00
60164fedca aarch64: add raspberry pi 4b target 2024-12-14 02:34:22 +02:00
718aad8a7a timer: rework timers, implement hpet for x86_64 2024-12-10 20:37:47 +02:00
6bd3d387bf display: basic virtio-gpu support, better display API 2024-12-06 18:03:18 +02:00
278c63d961 ahci: properly use ATA PRDs 2024-12-05 22:02:01 +02:00
183ec14544 ext2: better inode cache, mkdir 2024-12-04 18:28:27 +02:00
8743124b68 xtask: qemu -drive option 2024-12-02 12:32:22 +02:00
4fcd392ee5 time: add real-time clock (x86-64) 2024-12-02 10:19:48 +02:00
a227e5446c ***: symlinks, reentrant pthread_mutex, etc 2024-11-28 11:30:09 +02:00
588e9e2936 libc: implement threads for libcxx 2024-11-26 22:59:23 +02:00
e5aef02981 refactor: fix all warnings 2024-11-19 19:33:08 +02:00
03f6362756 libc: properly set up main thread 2024-11-19 00:09:41 +02:00
dea1b3ecf2 xtask: make C components optional 2024-11-18 20:59:29 +02:00
bcaa09cc5d xtask: add llvm/compiler-rt/libcxx/libcxxabi build 2024-11-18 20:51:16 +02:00
ac7727b8b1 arch: fix x86_64 sp align, fix i686 missing f128 functions 2024-11-18 19:34:24 +02:00
7b9788188b aarch64: dynamic linking, libc and TLS for aarch64 2024-11-18 18:43:35 +02:00
d198571ac7 i686: proper stack alignmnent for i686, working libc 2024-11-18 13:56:43 +02:00
961ff9ff6f proc: implement proper TLS for i686 2024-11-18 00:05:52 +02:00
465fc53e02 libc: libc++ works 2024-11-15 20:37:59 +02:00
e2ef677b4a ld: rework dynamic loader, proper pie binaries 2024-11-14 03:08:39 +02:00
088659ce6c libc: proper linkage for setjmp/longjmp 2024-11-13 21:36:50 +02:00
8160f2ab1a libc: clone openlibm when needed 2024-11-13 16:31:26 +02:00
9e187a4e94 libc: add openlibm, hide compiler_builtins in static lib 2024-11-13 15:58:29 +02:00
312deb8a56 libc: dynamic libc 2024-11-12 17:07:06 +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
32677721f9 qemu: use -cpu max 2024-11-05 19:32:24 +02:00
ce2de4bf9d refactor: move /bin/rc -> /bin/rcrypt 2024-11-01 15:32:49 +02:00
ae5aae7fb4 user: add a basic cryptography tool 2024-11-01 15:32:19 +02:00