Commit Graph

124 Commits

Author SHA1 Message Date
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
70d6931e3b Use shared macros for dev function IDs 2025-10-04 21:34:48 +02:00
acbf051dbc New rewritten serial driver + dev interface 2025-10-04 21:31:45 +02:00
ef9393e694 fs Add tree subcommand 2025-10-04 12:02:03 +02:00
082cb66c7e fs Fix off-by-one error - parse up to argslen()-2 args 2025-10-04 01:41:55 +02:00
b624214433 fs Add mkd subcommand for creating directories 2025-10-04 01:38:59 +02:00
04a4b1395c Store devices as a hashtable 2025-10-03 23:47:58 +02:00
57ba9ff126 Store device structs in a dynamic list 2025-10-03 22:25:16 +02:00
c0178a1405 fs mkf subcommand 2025-10-03 22:05:28 +02:00
dc8df7fade fs Fetch cleanup 2025-10-03 20:03:03 +02:00