Commit Graph

319 Commits

Author SHA1 Message Date
318d50b4ea CI fix file name collisions between builds
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m56s
Build documentation / build-and-deploy (push) Successful in 3m5s
2026-03-21 22:34:17 +01:00
f03947139f CI fix use cp instead of mv
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 2m21s
Build documentation / build-and-deploy (push) Successful in 2m40s
2026-03-21 22:23:38 +01:00
04af88ed94 CI upload symbol maps
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 2m41s
Build documentation / build-and-deploy (push) Successful in 2m43s
2026-03-21 22:11:49 +01:00
1ee07e7f92 docs Front page add ISO download links
Some checks failed
Build ISO image / build-and-deploy (push) Successful in 3m53s
Build documentation / build-and-deploy (push) Has been cancelled
2026-03-21 22:06:05 +01:00
d0b5fb2e30 CI build_iso.yaml rename ISO file after building
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m33s
Build documentation / build-and-deploy (push) Successful in 3m24s
2026-03-21 21:54:59 +01:00
095147ecc4 CI build_iso.yaml Fix chmod
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m9s
Build documentation / build-and-deploy (push) Successful in 2m8s
2026-03-21 21:33:27 +01:00
808bf68fa4 CI build_iso.yaml Install Xorriso
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 4m16s
Build documentation / build-and-deploy (push) Successful in 3m30s
2026-03-21 21:19:40 +01:00
6c7610e33f CI build_iso.yaml install LLD
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 3m33s
Build documentation / build-and-deploy (push) Successful in 2m34s
2026-03-21 21:07:33 +01:00
39578a78dd CI build_iso.yaml
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 2m8s
Build documentation / build-and-deploy (push) Successful in 2m56s
2026-03-21 20:56:53 +01:00
eccc022091 sdutil cleanup start_part_dos (), write_iso.sh only work with block devs
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m50s
2026-03-21 16:03:51 +01:00
cc291568f5 sdutil Initialize CHS too (some BIOSes dont like it), libfat Add update callback function
All checks were successful
Build documentation / build-and-deploy (push) Successful in 4m33s
2026-03-21 15:16:03 +01:00
3a48856ee4 sdutil FAT formatting, libfat fix memcpy overflow, generate linker .map files for user apps
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m46s
2026-03-21 00:08:19 +01:00
7fa37ad6d7 cpu->proc_current cannot be NULL 2026-03-20 23:54:04 +01:00
187629b228 sdutil Add list_part_dos command
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m41s
2026-03-20 22:34:05 +01:00
6278aadb2e struct proc remove dead field
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m52s
2026-03-20 21:49:18 +01:00
3f076abd51 struct proc remove reaper_list_link 2026-03-20 21:43:15 +01:00
42403e8f8f sdutil start_part_dos () initialize local stack vars 2026-03-20 21:42:46 +01:00
46710bb2dc sdutil Write DOS Master Boot Record
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m7s
2026-03-20 21:20:30 +01:00
fd800f6210 Fix weird startup crashes in debug mode
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m40s
2026-03-20 19:43:52 +01:00
bf1e8e8573 libinput Generic way of gathering user commandline input
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m49s
2026-03-20 18:04:26 +01:00
3e44106752 env_get () fix underlying function
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m26s
2026-03-19 00:17:43 +01:00
50a352cdac Catch stream heisenbug, initialize scheduler IRQs before smp_init (), reduce stream max size
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m29s
2026-03-19 00:14:06 +01:00
53034bc091 Remove mail_receive_nonblock ()
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m30s
2026-03-18 23:24:07 +01:00
837f7fa7ba Remove PS/2 keyboard function KB_READ_KEY_NONBLOCK 2026-03-18 23:21:58 +01:00
fdd016e9fd Unused variables 2026-03-18 23:19:45 +01:00
0f320c8f07 Simplified RR, cleanup stream function params 2026-03-18 23:18:06 +01:00
4c26fcfc11 CE & init use new streams IPC
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m30s
2026-03-18 22:40:11 +01:00
80a728f04b Implement streams IPC mechanism
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
2026-03-18 22:27:56 +01:00
77ab25bcee CE process watching WIP 2026-03-18 15:30:41 +01:00
76b1533ad0 Move mprintf to libaux 2026-03-17 22:19:23 +01:00
7bcd40151d Move e_pid and e_pgid to libprocess, Add get_self_pid () syscall
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m13s
2026-03-17 22:13:01 +01:00
090a4e46ea Environments now belong to procgroups, modify env_set () and env_get () accordingly
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m9s
2026-03-17 21:52:12 +01:00
0b85d3a0da Nonblocking mail_receive, fix proc_kill scheduling issues
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m15s
2026-03-17 21:36:09 +01:00
57abf96daf dlmalloc enable optimizations
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m4s
2026-03-17 19:24:10 +01:00
9836fab810 Linked-list-based mail packets
Some checks failed
Build documentation / build-and-deploy (push) Has been cancelled
2026-03-17 19:21:52 +01:00
c69ee1b745 Partial exec, environment variables 2026-03-17 19:14:29 +01:00
b1648a146a Environment variables WIP, fix waiting scheduling issues + CE cancel proc
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m24s
2026-03-17 00:01:15 +01:00
1b1e1e4954 Use lowercase keys for devices 2026-03-16 21:25:06 +01:00
65a7511e36 Implement environment variables 2026-03-16 21:20:00 +01:00
cba8122b07 Rename RD to SYS
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m40s
2026-03-15 23:50:55 +01:00
41c979e41b Generate docs for apps
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m46s
2026-03-15 23:34:51 +01:00
9629aec4e2 docs Put videos on the front page
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m14s
2026-03-15 23:13:36 +01:00
d155e3f6ec CI fix python version
All checks were successful
Build documentation / build-and-deploy (push) Successful in 4m47s
2026-03-15 23:02:42 +01:00
214f7e66cb CI add LLVM repos
Some checks failed
Build documentation / build-and-deploy (push) Failing after 5m29s
2026-03-15 22:55:19 +01:00
b1e7a1bcb2 CI use clang-21 and llvm-21
Some checks failed
Build documentation / build-and-deploy (push) Failing after 18s
2026-03-15 22:49:36 +01:00
08cdf73c41 docs fix makefile shell expansions
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m31s
2026-03-15 22:41:42 +01:00
60c44f2939 docs fix generation for libs
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m44s
2026-03-15 22:26:49 +01:00
20ff8788b8 libaux include libsystem 2026-03-15 22:17:05 +01:00
8f971dca5c Fix spaces tgraphics.h 2026-03-15 22:15:43 +01:00
beac193167 docs update video URLs
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m13s
2026-03-15 22:09:35 +01:00