|
|
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 |
|
|
|
443cf0e4ff
|
Fetching directory entries
|
2025-10-03 19:50:10 +02:00 |
|
|
|
de20efa0f3
|
vfs Rewrite IOCTL_STAT so that it doesnt require an already open handle
|
2025-10-03 01:00:09 +02:00 |
|
|
|
2cfd3ee2fa
|
ioctl() IOCTL_STAT use path instead of already open io handle
|
2025-10-02 23:57:38 +02:00 |
|
|
|
c345e2284e
|
pctl Remove unnecessary header files
|
2025-10-02 22:33:08 +02:00 |
|
|
|
bc2b115cb3
|
fs Fetch file contents
|
2025-10-02 22:29:20 +02:00 |
|
|
|
91d648ade4
|
Remove % prefix for builtin commands
|
2025-10-01 22:50:27 +02:00 |
|
|
|
0232849994
|
tb Allow empty lines
|
2025-10-01 22:30:34 +02:00 |
|
|
|
73effcd52a
|
tb Implement a string stack
|
2025-10-01 21:26:22 +02:00 |
|
|
|
62cf07afc7
|
ulib uprintf to pipe not termdev, ulib Add stringbuffer and linearlist, tb Capture subshell output
|
2025-10-01 20:08:44 +02:00 |
|