|
|
ded013d607
|
CE line numbers on the side
|
2026-03-06 22:45:31 +01:00 |
|
|
|
49059f4bfa
|
CE improve editor performace by reducing amount of copying
Build documentation / build-and-deploy (push) Successful in 2m31s
|
2026-03-06 22:14:42 +01:00 |
|
|
|
eb3238bf85
|
CE edit implement line breaking
Build documentation / build-and-deploy (push) Successful in 1m57s
|
2026-03-06 00:44:33 +01:00 |
|
|
|
17d5485a39
|
CE reset editor struct
Build documentation / build-and-deploy (push) Successful in 2m3s
|
2026-03-06 00:17:54 +01:00 |
|
|
|
d7dc141874
|
CE fix strange characters appearing at the end of file
Build documentation / build-and-deploy (push) Successful in 2m46s
|
2026-03-05 21:52:36 +01:00 |
|
|
|
abc7ac39c1
|
CE edit status line
|
2026-03-05 19:58:16 +01:00 |
|
|
|
6f392d0a32
|
CE Quit editor
Build documentation / build-and-deploy (push) Successful in 1m45s
|
2026-03-05 18:20:40 +01:00 |
|
|
|
b91476f247
|
CE edit handle KB_HOME and KB_END
Build documentation / build-and-deploy (push) Successful in 2m22s
|
2026-03-05 18:17:26 +01:00 |
|
|
|
0336624724
|
CE edit moving cursor up and down
Build documentation / build-and-deploy (push) Successful in 1m55s
|
2026-03-05 18:01:55 +01:00 |
|
|
|
a346a5667c
|
Implement TERMINAL_DIMENSIONS op for the terminal device, CE add terminfo command
Build documentation / build-and-deploy (push) Successful in 1m59s
|
2026-03-05 16:42:02 +01:00 |
|
|
|
25b289ccfb
|
CE edit command
Build documentation / build-and-deploy (push) Successful in 2m11s
|
2026-03-05 16:29:59 +01:00 |
|
|
|
a5f5dbf21f
|
CE add rm command, implement remove () syscall
Build documentation / build-and-deploy (push) Successful in 1m51s
|
2026-03-05 01:17:13 +01:00 |
|
|
|
35d5bed433
|
CE add mkdir command, implement create_dir () syscall
Build documentation / build-and-deploy (push) Successful in 2m1s
|
2026-03-05 00:38:58 +01:00 |
|
|
|
0897f08212
|
CE Improve line editing logic, add KB_DELETE
Build documentation / build-and-deploy (push) Successful in 2m18s
|
2026-03-04 02:50:13 +01:00 |
|
|
|
156ac10dcd
|
CE #define LINE_INIT_MAX 40
Build documentation / build-and-deploy (push) Successful in 2m6s
|
2026-03-04 02:06:24 +01:00 |
|
|
|
81704d7df8
|
CE Implement line editing
Build documentation / build-and-deploy (push) Successful in 2m8s
|
2026-03-04 02:02:05 +01:00 |
|
|
|
9a9f118b82
|
CE include stdbool.h, because it does not compile in debug mode
Build documentation / build-and-deploy (push) Successful in 3m7s
|
2026-03-03 21:54:32 +01:00 |
|
|
|
2a891fcdd1
|
Split CE code into multiple files
Build documentation / build-and-deploy (push) Successful in 2m38s
|
2026-03-03 20:59:21 +01:00 |
|
|
|
af66f1ed44
|
libioutil Implement a file reader
Build documentation / build-and-deploy (push) Successful in 2m23s
|
2026-03-02 23:25:34 +01:00 |
|
|
|
58c515e90a
|
Create libioutil, implement a filewriter
Build documentation / build-and-deploy (push) Successful in 2m21s
|
2026-03-02 22:47:10 +01:00 |
|
|
|
27afd57427
|
Flanterm LF as new line, reformat LICENSE.txt
Build documentation / build-and-deploy (push) Successful in 2m40s
|
2026-03-02 19:49:52 +01:00 |
|
|
|
9043c4f9ec
|
Implement waiting for process, CE add command cancelation, rctx many cpus
Build documentation / build-and-deploy (push) Successful in 2m27s
|
2026-03-01 22:59:04 +01:00 |
|
|
|
858e55118b
|
CE Improve ls entry type hint
Build documentation / build-and-deploy (push) Successful in 2m36s
|
2026-03-01 14:12:41 +01:00 |
|
|
|
6313191b9b
|
CE fix amout of chars printed to file in redirection
|
2026-03-01 14:10:36 +01:00 |
|
|
|
a4c485587e
|
FatFS add dir checks
|
2026-03-01 14:03:03 +01:00 |
|
|
|
e61545c4cf
|
CE improved tokenizer
Build documentation / build-and-deploy (push) Successful in 3m14s
|
2026-03-01 13:42:04 +01:00 |
|
|
|
a5d5e7d6a4
|
Add write_file () syscall, CE implement redirections, libarena arena_realloc ()
Build documentation / build-and-deploy (push) Successful in 2m14s
|
2026-03-01 12:04:21 +01:00 |
|
|
|
abd85744cc
|
Add create_file syscall, CE mkfile command, FatFS formatting fixes
Build documentation / build-and-deploy (push) Successful in 4m16s
|
2026-03-01 01:52:09 +01:00 |
|
|
|
eb55a6de21
|
Fix CE ls on non-directory filesystem paths
Build documentation / build-and-deploy (push) Successful in 2m48s
|
2026-03-01 00:35:14 +01:00 |
|
|
|
a3b98fcaa2
|
Rename read syscall, vfs_read and so to xxx_read_file
|
2026-03-01 00:29:04 +01:00 |
|
|
|
0533c2705d
|
fat_io_lib finally works, implement virtual partition devices, manage devices via string keys
Build documentation / build-and-deploy (push) Successful in 3m35s
|
2026-03-01 00:00:27 +01:00 |
|
|
|
9758d79303
|
CE implement a pratt parser
Build documentation / build-and-deploy (push) Successful in 2m39s
|
2026-02-25 21:21:40 +01:00 |
|
|
|
961bf54ec1
|
CE allocate tokens with arena
Build documentation / build-and-deploy (push) Successful in 2m10s
|
2026-02-25 18:27:51 +01:00 |
|
|
|
4e09296709
|
CE add quit command
Build documentation / build-and-deploy (push) Successful in 2m38s
|
2026-02-25 16:32:11 +01:00 |
|
|
|
2052bb0e1d
|
CE remove last \n
|
2026-02-25 16:26:53 +01:00 |
|
|
|
29bbcea435
|
Implement read_dir_entry () VFS op, CE add ls command
|
2026-02-25 16:25:43 +01:00 |
|
|
|
704db2dfa4
|
Volume-centric VFS implementation
Build documentation / build-and-deploy (push) Successful in 2m41s
|
2026-02-25 08:53:54 +01:00 |
|
|
|
85872b856b
|
Redesign VFS around handles
|
2026-02-22 13:57:41 +01:00 |
|
|
|
389f250d0b
|
Rename fs_desc_buffer to desc
Build documentation / build-and-deploy (push) Successful in 2m24s
|
2026-02-22 00:11:09 +01:00 |
|
|
|
502cfa7335
|
Move shared headers out to include/
|
2026-02-22 00:05:26 +01:00 |
|
|
|
02e77b5c90
|
CE interactive shell
Build documentation / build-and-deploy (push) Successful in 2m36s
|
2026-02-21 22:14:16 +01:00 |
|
|
|
4472ad5bb3
|
Simplify reschedule points, mail works now!
Build documentation / build-and-deploy (push) Successful in 2m55s
|
2026-02-19 18:25:47 +01:00 |
|
|
|
f103bdd739
|
Redesign reschedule points, allow one operation to reschedule many cpus at once
Build documentation / build-and-deploy (push) Successful in 2m12s
|
2026-02-18 23:16:03 +01:00 |
|
|
|
ae0a6024da
|
Message passing / mail system
Build documentation / build-and-deploy (push) Successful in 2m20s
|
2026-02-18 17:18:03 +01:00 |
|
|
|
7726fd2f00
|
Implement VFS syscalls
Build documentation / build-and-deploy (push) Successful in 2m29s
|
2026-02-15 21:34:07 +01:00 |
|
|
|
927d9e4c73
|
Working PS/2 keyboard driver
Build documentation / build-and-deploy (push) Successful in 2m19s
|
2026-02-15 14:28:07 +01:00 |
|
|
|
b0b69f3e9e
|
Add sys_exec () and libprocess wrapper, fix ramdisk tar parsing
Build documentation / build-and-deploy (push) Successful in 1m26s
|
2026-02-14 21:50:09 +01:00 |
|