Commit Graph

5340 Commits

Author SHA1 Message Date
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
K. Lange e6313efcfc kernel: cleanup kernel/arch/x86_64/user.c 2021-11-26 10:28:23 +09:00
K. Lange 35423ecc66 kernel: cleanup kernel/arch/x86_64/smp.c 2021-11-26 10:27:39 +09:00
K. Lange 80cf1a1f15 kernel: cleanup kernel/arch/x86_64/idt.c 2021-11-26 09:52:05 +09:00
K. Lange a5d8d2b92e terminal: Add some functionality to the -g flag 2021-11-25 12:21:49 +09:00
K. Lange 15f6240f6e top: Don't cap at 100, but do format >=100 differently 2021-11-25 10:34:44 +09:00
K. Lange 9cf03b906a top: Allow sorting by command line 2021-11-25 09:37:27 +09:00
K. Lange d96df57f84 netty: quick hack to use threads so pasting doesn't deadlock 2021-11-24 22:07:18 +09:00
K. Lange b79280dff9 terminal: defer updates; not fully asynchronous 2021-11-24 17:58:30 +09:00
K. Lange 873ee3f30e terminal: support ^[[3J to clear scrollback 2021-11-24 17:44:58 +09:00
K. Lange a8db95e3f3 terminal: rewrite redraw logic to be more buffered 2021-11-24 17:39:54 +09:00
K. Lange 5b16cd6ce4 kernel: bad ordering of list insert / wakeup caused crashes 2021-11-24 17:34:06 +09:00
K. Lange ade7d13707 x86_64: fixup bad memory walk when doing backtraces 2021-11-24 17:33:38 +09:00
K. Lange b4f5eb4b01 terminal-vga: Rewrite display caching so it's actually fast, and buffered 2021-11-24 15:47:33 +09:00
K. Lange f748f2d523 base: make sure dir exists to build host Kuroko 2021-11-20 08:16:07 +09:00
K. Lange 8069d304a1 meta: Stop recommended recursive git checkout, since it pulls in gcc/binutils 2021-11-19 16:46:48 +09:00
K. Lange 41fbbb073f panel: Improvements to the window switcher 2021-11-19 12:09:32 +09:00
K. Lange 0f12363533 bim: version 3.0.0 2021-11-19 06:21:55 +09:00
K. Lange 5301963a87 text: Should have been doing _two_ box blurs this whole time 2021-11-18 21:30:28 +09:00
K. Lange e8420f9a57 panel: Don't crash when alt-tab window is open and the last tabable window closes 2021-11-18 21:26:25 +09:00
K. Lange 045431b2de kernel: prevent modules from being loaded multiple times 2021-11-18 19:47:28 +09:00
K. Lange 01765b3e5e ext2: fix block group calculation for inodes 2021-11-18 17:07:08 +09:00
K. Lange d2fe9c19d7 ext2: Add some necessary mutexes around block and inode allocation 2021-11-18 16:08:08 +09:00
K. Lange b48326cd23 ata: fix badly allocated prdt 2021-11-17 21:32:04 +09:00
K. Lange fb30aae90d tarfs: throw EROFS on create 2021-11-17 19:18:56 +09:00
K. Lange 4c816c1433 ata: drop the disk scheduler task and just use a proper sleepable mutex 2021-11-17 19:14:34 +09:00
K. Lange d90d6e1963 kernel: Add simple mutex with a wait queue 2021-11-17 19:13:33 +09:00
K. Lange 66682facad menu: Disallow dragging/resizing of menu windows 2021-11-17 13:37:59 +09:00
K. Lange d8b1628732 bim: sync with upstream 2021-11-17 11:22:27 +09:00
K. Lange b1a236c88f ext2: fixup expanding directories 2021-11-16 20:39:43 +09:00
K. Lange c64b54c576 meta: We shouldn't need to link -lgcc in the kernel 2021-11-16 11:37:46 +09:00
K. Lange 7c0f882178 ata: deal in pages, not sectors 2021-11-16 08:56:14 +09:00
K. Lange 32e99ff897 sync: Support argument 2021-11-16 08:55:57 +09:00
K. Lange 8a643583bf block-dev-stats: Test tool for ongoing ata rewrite 2021-11-15 21:52:16 +09:00
K. Lange cc31ab9244 ata: New disk scheduler; less terrible but very slow 2021-11-15 21:52:03 +09:00
K. Lange e5b35c1b47 ext2: No cache for you 2021-11-15 21:51:47 +09:00
K. Lange f3759daadf ioctl: request should be 'unsigned long' 2021-11-15 21:51:33 +09:00
K. Lange 1b5352ac59 top: cap CPU%/CPUA at 100 2021-11-14 17:21:06 +09:00
K. Lange f7a29b90af kernel: Use local APIC timer for preemption on APs, not an IPI 2021-11-14 17:16:20 +09:00
K. Lange 8994db92f3 sync: temporary thing for testing; not a proper sync 2021-11-14 16:04:54 +09:00
K. Lange ea2a4a2faf ata: slap a warning at the top of that 2021-11-14 12:34:42 +09:00
K. Lange 2a26a37a47 gunzip: Hidden option to print progress reports, for debugging 2021-11-14 11:09:45 +09:00
K. Lange fde9fe8753 ext2: Try to make this less broken 2021-11-14 10:49:01 +09:00
K. Lange c099225b15 panel: Add notifications when a network connects/disconnects 2021-11-12 17:10:03 +09:00
K. Lange d93d8d40f2 boot: Select current mode on video menu; esc to go back without changing 2021-11-11 21:38:53 +09:00
K. Lange 4f258800d9 panel: Little improvements to weather widget 2021-11-11 21:28:27 +09:00
K. Lange 1ff5352d2a ext2: Assign correct ownership of new files 2021-11-11 09:18:49 +09:00
K. Lange 697200013a v1.99.9 2021-11-09 13:28:16 +09:00