|
de98ae1082
|
sysutils: grep for stdin
|
2025-03-01 23:52:38 +02:00 |
|
|
3291df4eeb
|
strace: display mutex() calls as well
|
2025-03-01 21:09:01 +02:00 |
|
|
c069982ed9
|
sysutils: ls colors
|
2025-03-01 18:40:24 +02:00 |
|
|
dfa74e5c87
|
term: simple utf8 decoder
|
2025-03-01 15:23:33 +02:00 |
|
|
770021df6a
|
sysutils: basic grep-like utility
|
2025-03-01 01:37:31 +02:00 |
|
|
4a7aa8d831
|
doc: add MIT license and font attributions
|
2025-03-01 01:35:16 +02:00 |
|
|
c4c8b8acc6
|
term: switch to truetype fonts
|
2025-03-01 01:20:51 +02:00 |
|
|
03242a0635
|
proc: implement process tracing
|
2025-02-27 18:49:20 +02:00 |
|
|
e3916868d2
|
dyn-loader: relocs and entry for rv64
|
2025-02-26 18:30:43 +02:00 |
|
|
3a5a693691
|
rv64: static libc for riscv64
|
2025-02-26 17:52:52 +02:00 |
|
|
72633eb339
|
maint: sync up other architectures with mmap(file)
|
2025-02-26 16:21:56 +02:00 |
|
|
43acdb9e13
|
libc/colors: non-blocking local socket + fixed string bugs in libc
|
2025-02-26 11:53:08 +02:00 |
|
|
d910e8c1a0
|
user: replace third-party humansize
|
2025-02-24 14:53:09 +02:00 |
|
|
6abea7ef22
|
libc: implement posix_spawn()/truncate()
|
2025-02-24 11:05:23 +02:00 |
|
|
5d5379ac8a
|
dyn-loader: implement basic dladdr()
|
2025-02-24 11:00:56 +02:00 |
|
|
dcc5d56750
|
user: rework userspace tracing
|
2025-02-19 22:06:29 +02:00 |
|
|
0105be8fea
|
libc: partially sync ygglibc with socket changes
|
2025-02-18 23:51:07 +02:00 |
|
|
c2cf314dcd
|
colors: basic bar program
|
2025-02-18 19:44:17 +02:00 |
|
|
f605b0a80c
|
colors: rewrite colors, hosted testing support
|
2025-02-18 11:27:54 +02:00 |
|
|
99a099efad
|
conf: fix "emulated" DNS nameserver in 10-resolver rc script
|
2025-02-14 00:26:42 +02:00 |
|
|
f2cfc9136a
|
stmmac: implement a basic stmmac driver
|
2025-02-14 00:26:14 +02:00 |
|
|
a0cdc39f30
|
shell: set created pipeline pgid
|
2025-02-13 17:01:36 +02:00 |
|
|
de16799908
|
term: add scrollback
|
2025-02-13 13:10:06 +02:00 |
|
|
90edc4c8ed
|
rtl81xx: fix rtl8168h (rtl8168gu still broken)
|
2025-02-11 17:12:29 +02:00 |
|
|
3f62374431
|
net: raw packet tx capture
|
2025-02-10 15:14:14 +02:00 |
|
|
b8078561bf
|
net: report link state to userspace
|
2025-02-10 11:42:09 +02:00 |
|
|
8db05f304e
|
netutils: fix missing parameter list in DHCPDISCOVER
|
2025-02-10 09:52:28 +02:00 |
|
|
9e48530e62
|
pci: add lspci-like utility
|
2025-01-31 18:03:08 +02:00 |
|
|
8ba37c9762
|
rv64: boot into usermode
|
2025-01-20 00:54:26 +02:00 |
|
|
009f545cb3
|
net: remove MessageChannel, replace with local sockets
|
2025-01-16 18:06:00 +02:00 |
|
|
0889e99049
|
shell: reimplement shell
|
2025-01-15 16:13:49 +02:00 |
|
|
6859e70651
|
shell: rework parsing (again)
|
2025-01-12 20:09:56 +02:00 |
|
|
8454fec183
|
libc: clean up socket option handling
|
2025-01-12 15:03:19 +02:00 |
|
|
945c490fa7
|
libc: sync with abi changes
|
2025-01-12 14:54:37 +02:00 |
|
|
9fa940f011
|
abi: change set/get_thread/process_option()
|
2025-01-12 14:42:52 +02:00 |
|
|
26d8b9b3bd
|
abi: rework device_request/filesystem_control
|
2025-01-11 14:08:10 +02:00 |
|
|
ab71cac6fa
|
abi: rework socket option ABI
|
2025-01-09 19:35:58 +02:00 |
|
|
dcf3658bd1
|
libc: implement socket functionality
|
2025-01-08 19:50:33 +02:00 |
|
|
a4e441d236
|
net: move to berkeley-style sockets
|
2025-01-08 18:02:22 +02:00 |
|
|
f1256e262b
|
abi: merge remove() and remove_directory()
|
2025-01-06 20:19:32 +02:00 |
|
|
34a5f4f0d8
|
abi: rework process options
|
2025-01-06 15:28:53 +02:00 |
|
|
97e11c3bee
|
abi: fix bug in checked_sub_duration(), add tests
|
2025-01-05 14:23:29 +02:00 |
|
|
89f4965460
|
shell: better readline, rsh: allow builtin pubkey
|
2025-01-03 19:06:16 +02:00 |
|
|
f36436ee07
|
shell: better parser, kernel: better fd inheritance in spawn
|
2025-01-03 15:28:05 +02:00 |
|
|
df0a48ca42
|
vfs: symlink creation
|
2025-01-02 20:05:22 +02:00 |
|
|
69c672bfca
|
ext2: metadata update
|
2024-12-29 19:43:08 +02:00 |
|
|
8c96a009ad
|
fs: implement rename()
|
2024-12-29 15:34:59 +02:00 |
|
|
76f1872764
|
vfs: add ctime/mtime/atime
|
2024-12-22 15:22:40 +02:00 |
|
|
4acb148d0e
|
vfs: add is_terminal()
|
2024-12-21 00:28:28 +02:00 |
|
|
9b07dd7c6b
|
vfs: implement hard links
|
2024-12-21 00:00:00 +02:00 |
|