Commit Graph

75 Commits

Author SHA1 Message Date
alnyan 5ee2e0c5ab strace: rewrite strace with cross 2025-08-11 23:55:55 +03:00
alnyan 51b72aa4d8 log: reduce message verbosity 2025-07-27 13:43:41 +03:00
alnyan 3b1bdea1dd maint: fix clippy warnings 2025-07-17 17:47:24 +03:00
alnyan b8e7430353 maint: fix warnings 2025-07-17 17:08:59 +03:00
alnyan be93d68fb1 block: implement mbr partition probing 2025-04-15 12:50:28 +03:00
alnyan 8ffc223a2b fs/libc: implement some libc functions, fix file times 2025-03-08 01:22:19 +02:00
alnyan fb25e70714 user/proc: fix bug in env passing, more shell env 2025-03-05 15:14:21 +02:00
alnyan 59b34fb269 sysutils: add thread display to ps 2025-03-02 14:04:29 +02:00
alnyan 31fa51e64c maint/proc: add /sys/proc + migrate to rustc 1.87.0-nightly 2025-03-02 02:17:27 +02:00
alnyan 03242a0635 proc: implement process tracing 2025-02-27 18:49:20 +02:00
alnyan 72633eb339 maint: sync up other architectures with mmap(file) 2025-02-26 16:21:56 +02:00
alnyan 7fdc57fd9f proc: implement basic mmap with files, real_program in arg 2025-02-25 17:41:14 +02:00
alnyan 90edc4c8ed rtl81xx: fix rtl8168h (rtl8168gu still broken) 2025-02-11 17:12:29 +02:00
alnyan d687051c48 usb: implement usb-msc-bbb class driver, basic scsi commands 2025-02-04 22:51:33 +02:00
alnyan 8ba37c9762 rv64: boot into usermode 2025-01-20 00:54:26 +02:00
alnyan 20fa34c945 rv64: platform init, task switching 2025-01-19 15:16:26 +02:00
alnyan 86eb2d3252 rv64: boot into upper half 2025-01-17 02:25:49 +02:00
alnyan 009f545cb3 net: remove MessageChannel, replace with local sockets 2025-01-16 18:06:00 +02:00
alnyan 9fa940f011 abi: change set/get_thread/process_option() 2025-01-12 14:42:52 +02:00
alnyan 34a5f4f0d8 abi: rework process options 2025-01-06 15:28:53 +02:00
alnyan dc76c5b7a8 abi: implement time functions 2025-01-05 12:25:22 +02:00
alnyan 60164fedca aarch64: add raspberry pi 4b target 2024-12-14 02:34:22 +02:00
alnyan 718aad8a7a timer: rework timers, implement hpet for x86_64 2024-12-10 20:37:47 +02:00
alnyan 433094837d x86: unify x86_64/i686 platform init 2024-12-10 16:55:27 +02:00
alnyan b60cc4df52 sysutils: fix dd divide by zero 2024-12-10 12:51:52 +02:00
alnyan 56fbcefa80 dev: rework device management (&'static -> Arc) 2024-12-10 11:52:26 +02:00
alnyan f79cae5368 nvme: better prp list 2024-12-05 19:25:18 +02:00
alnyan f9ab1bece3 refactor: fix warnings 2024-12-04 20:44:17 +02:00
alnyan 183ec14544 ext2: better inode cache, mkdir 2024-12-04 18:28:27 +02:00
alnyan 6e878c2ac1 debug: unify kernel logging 2024-11-30 23:51:02 +02:00
alnyan cd22da9098 libc: better errno, better pidfd 2024-11-29 19:40:17 +02:00
alnyan 6017e1044a proc: better wait_process 2024-11-28 22:28:32 +02:00
alnyan a227e5446c ***: symlinks, reentrant pthread_mutex, etc 2024-11-28 11:30:09 +02:00
alnyan 588e9e2936 libc: implement threads for libcxx 2024-11-26 22:59:23 +02:00
alnyan 3c87b7187e rt: implement sync primitives in rt 2024-11-22 17:05:14 +02:00
alnyan 1802c62558 rt: unify thread handling in runtime library 2024-11-20 17:55:57 +02:00
alnyan 09a0b01855 proc: sleep interruption handling 2024-11-20 15:39:10 +02:00
alnyan e5aef02981 refactor: fix all warnings 2024-11-19 19:33:08 +02:00
alnyan 49942563ef refactor: fix kernel warnings 2024-11-19 17:28:41 +02:00
alnyan ed7f6c2f46 rt: signal handling in yggdrasil-rt 2024-11-19 15:05:15 +02:00
alnyan cbd823e17b proc: more signal determinism, proper process exit in mt mode 2024-11-19 12:15:34 +02:00
alnyan a14206204a libc: add pthread_mutex_t and pthread_barrier_t 2024-11-19 01:47:28 +02:00
alnyan 7b9788188b aarch64: dynamic linking, libc and TLS for aarch64 2024-11-18 18:43:35 +02:00
alnyan d198571ac7 i686: proper stack alignmnent for i686, working libc 2024-11-18 13:56:43 +02:00
alnyan e0e39d2f23 proc/WIP: better handling for TLS 2024-11-17 23:32:07 +02:00
alnyan 312deb8a56 libc: dynamic libc 2024-11-12 17:07:06 +02:00
alnyan e0600c2bf6 libc: basic ygglibc with stubs 2024-11-11 15:19:36 +02:00
alnyan b668add453 vfs: add pidfd 2024-11-06 10:45:21 +02:00
alnyan 67cf3673ca refactor: remove/clarify some todo! 2024-11-05 22:00:10 +02:00
alnyan ebedd96362 refactor: fix warnings, fix i686 fp context misalign 2024-11-01 20:02:28 +02:00