Commit Graph

5637 Commits

Author SHA1 Message Date
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
K. Lange
d2874184f9 help-browser: <mono> should be an inline tag 2021-12-06 11:17:42 +09:00
K. Lange
05a60ad8dc base: Cleanup local's rc files 2021-12-06 10:56:53 +09:00
K. Lange
d1865f0bb6 sysinfo: OS name from /etc/os-release $PRETTY_NAME 2021-12-06 10:52:49 +09:00
K. Lange
51584b5cd4 glogin-provider: fixup overflowing text boxes 2021-12-05 15:16:47 +09:00
K. Lange
a044b187b8 gsudo: Icon for panel, fixup overflowing password box 2021-12-05 15:16:39 +09:00
K. Lange
0c6f58277c v1.99.10 2021-12-01 21:32:59 +09:00
K. Lange
345a6312db kernel: Possibly fix sporadic lockup in compositor? 2021-12-01 20:17:55 +09:00
K. Lange
658ae81f65 kernel: cleanup things introduced in COW 2021-12-01 09:19:25 +09:00
K. Lange
18174e46de kernel: Implement basic copy-on-write for fork() 2021-11-30 22:26:45 +09:00
K. Lange
7d29744f98 ld.so: Use a much bigger hash size and cc1 loads a lot faster 2021-11-30 22:26:40 +09:00
K. Lange
2b85c67661 menu: Better tail alignment for bubble windows 2021-11-29 15:58:53 +09:00
K. Lange
79f3d25f0b panel: always prefer center alignment for popups 2021-11-29 15:04:17 +09:00
K. Lange
7b2c8397b6 panel: Apply smarter alignment to popup menus 2021-11-29 14:32:29 +09:00
K. Lange
301065d732 panel: redo layout when panel resizes 2021-11-29 13:56:08 +09:00
K. Lange
558c21b8b2 e1000: Remove debug procfs entry that was causing errors 2021-11-28 22:01:57 +09:00
K. Lange
4f7ef46f40 panel: First pass at modularization 2021-11-28 18:28:57 +09:00
K. Lange
6e6bcab039 panel: cleanup widgets, part 1 2021-11-28 13:05:38 +09:00
K. Lange
b0c4980229 sysinfo: Try to be slightly smarter about printing logo 2021-11-27 20:16:27 +09:00
K. Lange
6662728202 panel: fixup window title display in alt-tab switcher 2021-11-26 22:24:35 +09:00
K. Lange
dea94e3c5b boot: first pass at cleanup, just make sure everything has lead comments 2021-11-26 13:18:08 +09:00
K. Lange
c7429e9055 meta: purge most instances of vim hints 2021-11-26 12:59:02 +09:00
K. Lange
9682c06273 meta: Update leading comments in modules/ 2021-11-26 12:46:05 +09:00
K. Lange
9b1bc4cee1 meta: Update all of the heading comments in apps/ 2021-11-26 12:41:56 +09:00
K. Lange
de0bda736a kernel: at least add full lead comments to everything 2021-11-26 11:31:10 +09:00
K. Lange
c572a5c148 kernel: clean up kernel/arch/x86_64/{cmos,pit}.c 2021-11-26 11:05:46 +09:00
K. Lange
574267fd1a kernel: cleanup kernel/generic.c 2021-11-26 10:29:28 +09:00