|
|
a52dc89f9f
|
diagdummy srpr2 wait for device lock
|
2025-11-24 22:29:59 +01:00 |
|
|
|
2faad79559
|
diagdummy Add srpr2 subcommand for contiguous printing to serial (and testing access races)
|
2025-11-24 01:00:53 +01:00 |
|
|
|
33b3a641fb
|
qemu_pci_serial driver
|
2025-11-23 22:56:45 +01:00 |
|
|
|
7f78f20b17
|
diadummy Testing serial device
|
2025-11-22 12:22:35 +01:00 |
|
|
|
0a43ba36cd
|
Reduce binary sizes for the kernel and userspace apps
|
2025-11-15 23:56:16 +01:00 |
|
|
|
e66fe4030d
|
tb Implement "#" comments
|
2025-11-15 22:25:41 +01:00 |
|
|
|
55b58bbe22
|
tb Fix runtime being initialized on every interp_runstring() exec, which causes memory leaks
|
2025-11-15 22:20:45 +01:00 |
|
|
|
af27592957
|
tb Print colorful shell prompt and logged cmds, print terminal W/H
|
2025-11-15 00:58:40 +01:00 |
|
|
|
cf4a6b23c7
|
init Move to term_XXX() interface
|
2025-11-15 00:39:27 +01:00 |
|
|
|
a530304e18
|
tb Use ps2kb MBus to handle C-S
|
2025-11-11 23:49:51 +01:00 |
|
|
|
f8863d19bd
|
tb Use MBus for keyboard handling
|
2025-11-11 23:45:10 +01:00 |
|
|
|
8fc99a5fb1
|
init Remove useless ref to ps2kbdev device
|
2025-11-11 01:23:44 +01:00 |
|
|
|
44893aeeb0
|
tb Fix minor leak in 'do' builtin function (ufree args1)
|
2025-11-10 20:44:54 +01:00 |
|
|
|
d81d1133dd
|
diagdummy Test concurrent openfs
|
2025-11-10 20:23:28 +01:00 |
|
|
|
a349154545
|
ulib Fix uninitialized variables
|
2025-11-10 18:49:08 +01:00 |
|
|
|
6da93cd854
|
fs Fix bug, check if fs_read() returned < 0
|
2025-11-09 23:06:18 +01:00 |
|
|
|
771bbd1e9a
|
fs lsmount subcommand for listing VFS mountpoint info
|
2025-11-04 00:25:57 +01:00 |
|
|
|
9612e7961e
|
No networking for now
|
2025-11-02 18:31:51 +01:00 |
|
|
|
0f93aa2a81
|
Implement schedsleep() syscall to sleep a process for a given time
|
2025-11-02 16:46:37 +01:00 |
|
|
|
d947192475
|
Make socket port binding a separate step with ipc_netsockbindport() syscall
|
2025-10-29 22:33:41 +01:00 |
|
|
|
4417141216
|
Implement ipc_netsockdelete() syscall and automatic dangling socket cleanup
|
2025-10-29 21:21:35 +01:00 |
|
|
|
7db6a8e130
|
Add fsh_t type for filesystem handles
|
2025-10-29 15:39:46 +01:00 |
|
|
|
815c2239fe
|
Porting PicoTCP WIP
|
2025-10-29 14:29:06 +01:00 |
|
|
|
f389f58daf
|
fs Add unmount subcommand
|
2025-10-25 23:21:30 +02:00 |
|
|
|
43482d5444
|
dev Device names are getting quite long heh
|
2025-10-20 00:02:08 +02:00 |
|
|
|
ff33afbb2a
|
fs Clean up dummy mount point post-formatting
|
2025-10-19 23:03:13 +02:00 |
|
|
|
1e0eca3076
|
fs Disk formatting subcommand
|
2025-10-19 23:01:02 +02:00 |
|
|
|
a96ea5edb6
|
tb Command-like scripts
|
2025-10-19 23:00:46 +02:00 |
|
|
|
a5fe64b253
|
Pass implicit PID into syscalls
|
2025-10-18 12:10:59 +02:00 |
|
|
|
a46da0a7ae
|
tb Enable/disable command logging dynamically + setlogcmds builtin
|
2025-10-18 10:48:31 +02:00 |
|
|
|
d136c001df
|
tb Handle line continuation and left trim lines before tokenizing
|
2025-10-18 10:36:34 +02:00 |
|
|
|
55f5fbefe4
|
tb Add & syntax to run commands without blocking/waiting
|
2025-10-16 15:55:39 +02:00 |
|
|
|
e7421f73bb
|
pctl List process uptime
|
2025-10-16 15:46:27 +02:00 |
|
|
|
553b893a9c
|
time Utility for working with time/dates
|
2025-10-16 14:15:55 +02:00 |
|
|
|
317667cfb8
|
Add eachfile and mkaliasbn builtins
|
2025-10-15 21:26:30 +02:00 |
|
|
|
7936eb92f6
|
fs Implement del command
|
2025-10-15 20:11:07 +02:00 |
|
|
|
fa6c194163
|
Break devctl() up into smaller syscalls
|
2025-10-14 21:35:10 +02:00 |
|
|
|
0c3250e8d6
|
Remove/fix unused stuff and other warnings
|
2025-10-14 20:20:41 +02:00 |
|
|
|
406434fed0
|
Break ioctl() up into smaller syscalls
|
2025-10-14 20:05:41 +02:00 |
|
|
|
c34a253d11
|
Split processctl() syscall into multiple smaller ones
|
2025-10-14 16:37:36 +02:00 |
|
|
|
a67d80a2d1
|
Use new pipe syscalls
|
2025-10-14 08:12:43 +02:00 |
|
|
|
c895c5db3e
|
fs Add mount subcommand
|
2025-10-14 00:40:17 +02:00 |
|
|
|
5aebc61c06
|
auto load rc.tb script
|
2025-10-12 14:13:22 +02:00 |
|
|
|
c0f91dcced
|
rr Minor bug (r == -1)
|
2025-10-11 22:24:00 +02:00 |
|
|
|
0d05abf282
|
fs Make fetch subcmd more configurable
|
2025-10-11 22:23:10 +02:00 |
|
|
|
257f494b0c
|
rc Rand/crypto utility
|
2025-10-11 21:55:04 +02:00 |
|
|
|
ed704e2cef
|
dev Utility for working with devices
|
2025-10-08 19:32:57 +02:00 |
|
|
|
3830af45c8
|
tb Reset any colors after running an app
|
2025-10-08 19:04:03 +02:00 |
|
|
|
a513909189
|
tb Fix handling CTRL+S
|
2025-10-05 20:05:09 +02:00 |
|
|
|
e9838d530f
|
Rearchitecture PS2KB driver using event buffers
|
2025-10-05 19:48:15 +02:00 |
|