Commit Graph

5413 Commits

Author SHA1 Message Date
K. Lange 187b331e9e ptrace: fix delivery of final signals, improve dbg 2022-02-02 20:53:23 +09:00
K. Lange 4c04e01f61 aarch64: basic tracing support 2022-02-02 20:52:56 +09:00
K. Lange ca7c67ca5d aarch64: signal delivery 2022-02-02 17:37:09 +09:00
K. Lange 129584a3fa strace: aarch64 regs support 2022-02-02 16:11:44 +09:00
K. Lange 7238f0f2a5 aarch64: virtio: bind more keys, scroll wheel 2022-02-02 16:11:35 +09:00
K. Lange 10010578bf aarch64: Fixup cpuinfo, improve cpu-name 2022-02-02 13:22:20 +09:00
K. Lange 79bd90e44c aarch64: Start calling this 2.1.0 2022-02-02 12:56:55 +09:00
K. Lange 0bb91b0edb aarch64: split up assembly, add more comments 2022-02-02 12:49:04 +09:00
K. Lange 18a4e78336 aarch64: More cleanup 2022-02-02 12:08:44 +09:00
K. Lange d3b4b6fab2 aarch64: virtio input devices, nearly complete 2022-02-01 17:06:07 +09:00
K. Lange e8d78f00fc aarch64: reorganize 2022-02-01 13:27:49 +09:00
K. Lange 981d578ad3 aarch64: Initial timer interrupt support 2022-02-01 13:01:59 +09:00
K. Lange fb578d9ae5 aarch64: procfs things 2022-02-01 08:29:01 +09:00
K. Lange 2c1f2b942d x86_64: Put TLS data after the self-pointer, like we started doing in aarch64 2022-02-01 07:55:11 +09:00
K. Lange bf40d8f289 aarch64: some memory size management 2022-02-01 06:54:59 +09:00
K. Lange bbd9bc7b5c aarch64: fixup linker TLS bindings 2022-02-01 06:54:00 +09:00
K. Lange f0d7ed7743 aarch64: fixup clone(), add mmu_free(), cache stuff for ld.so 2022-01-31 21:08:11 +09:00
K. Lange f0409ff120 aarch64: couple of less bad math functions in libc 2022-01-31 21:06:17 +09:00
K. Lange c3311fe272 insmod: not available on aarch64 yet 2022-01-30 21:35:46 +09:00
K. Lange 78196ef5b6 ptrace: mmu user read/write macros 2022-01-30 21:32:33 +09:00
K. Lange 4f510c7fef x86_64: fixup include paths; mmu.h is shared now 2022-01-30 21:28:10 +09:00
K. Lange b53a56fe72 aarch64: begin work on new target 2022-01-30 21:25:27 +09:00
K. Lange 442d61ae5e gzip: Some const correctness maybe helps 2022-01-12 18:52:52 +09:00
K. Lange 511b0787bf e1000: Fix incorrect mapping of user-writable ranges for rx/tx buffers 2022-01-11 13:53:38 +09:00
K. Lange 19508075e4 kernel: Don't mark process running if it is exiting... 2022-01-08 17:44:39 +09:00
K. Lange f836918532 compositor: use correct transformed translation 2022-01-08 16:42:42 +09:00
K. Lange 63b6e52504 terminal: Minor rendering cleanup; fix some latency issues 2022-01-08 16:40:05 +09:00
K. Lange d7595b2b81 v2.0.1 2022-01-04 08:35:14 +09:00
K. Lange e1532be140 kuroko: sync with upstream 2022-01-04 08:35:14 +09:00
K. Lange 59ca3c09db kuroko: Sync with upstream 2021-12-21 12:22:21 +09:00
K. Lange a8f8551ea1 kuroko: sync with upstream bugfixes 2021-12-16 12:03:32 +09:00
K. Lange 630248452e terminal: Keep flags from unset cells so unfocused cursor displays 2021-12-16 12:01:59 +09:00
K. Lange b2adc7e0e5 tutorial: Drop references to in-progress ports 2021-12-12 12:56:27 +09:00
K. Lange cac1eca676 kernel: extend kernel heap sbrk sanity check
We use sbrk() to set up the memory for physical page
reference counting, and the previous limit was causing
panics on boot with >60GB of RAM. Oops.
2021-12-12 12:55:09 +09:00
K. Lange e68f69c18d base: Add /src/boot and /src/modules 2021-12-11 06:48:21 +09:00
K. Lange a78051ed68 readelf: typo 2021-12-11 06:43:56 +09:00
K. Lange 607f6e5070 rline: highlight 'abs' as a builtin in kuroko repl 2021-12-08 23:01:21 +09:00
K. Lange 396e24fc9d kuroko: yet more upstream updates 2021-12-08 22:58:49 +09:00
K. Lange 6a48dc1c8d font-tool: Add option to extract all (understood) names 2021-12-08 16:17:17 +09:00
K. Lange c2f6d699a6 font-preview: If a font provides sample text, show it by default 2021-12-08 16:17:01 +09:00
K. Lange 7619fce256 stat: Print a more coreutils-y output 2021-12-08 15:55:56 +09:00
K. Lange 145478b595 panel: Restore Alt-F1 and Alt-F3 key binds 2021-12-08 15:35:20 +09:00
K. Lange 2252d437a2 kuroko: more upstream updates 2021-12-08 09:28:33 +09:00
K. Lange 53a34355d7 kuroko: Upstream updates 2021-12-07 16:24:10 +09:00
K. Lange 2f59fa9336 libc: More bad (and a couple good) math functions 2021-12-07 16:24:07 +09:00
K. Lange ee363c877d irc: This really needs to use rline, but at least don't mess up long input lines 2021-12-06 12:48:54 +09:00
K. Lange 3e7fcc41f4 meta: Fresh batch of screenshots 2021-12-06 11:41:39 +09:00
K. Lange 0d9dbb80fc base: Prepare for 2.0.0 2021-12-06 11:32:23 +09:00
K. Lange 3addeb2e77 kuroko: sync with upstream 2021-12-06 11:30:59 +09:00
K. Lange f551b092d3 base: Slightly less useless help files 2021-12-06 11:18:01 +09:00