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 |
|
K. Lange
|
b856695334
|
meta: A note on licenses
|
2021-11-08 09:01:45 +09:00 |
|
K. Lange
|
d2214a94bb
|
meta: I really should not have to keep doing this. Please stop stealing my _free_ code.
|
2021-11-08 06:45:11 +09:00 |
|
K. Lange
|
6f24bf5b34
|
compositor: correctly set next focused window when a window closes
|
2021-11-05 22:07:55 +09:00 |
|
K. Lange
|
49a80ce0e5
|
meta: Cleanup, rewrite parts of the README
|
2021-11-05 12:47:24 +09:00 |
|
K. Lange
|
96d7a168a4
|
panel: Keep ticking the clock when receiving other events
|
2021-11-05 10:01:57 +09:00 |
|
K. Lange
|
6c1acb1290
|
compositor: Add another layer above overlays for menus so they show in front of toasts
|
2021-11-05 09:58:33 +09:00 |
|
K. Lange
|
a5079f93b0
|
lfbvideo: Keep resolution set by loader if none specified by args
|
2021-11-05 07:53:35 +09:00 |
|
K. Lange
|
74e8e6a16d
|
boot: retain last mode when toggle to text mode
|
2021-11-04 20:53:06 +09:00 |
|
K. Lange
|
766d1be1d7
|
boot: generalize video mode selection to work on BIOS
|
2021-11-04 20:44:22 +09:00 |
|
K. Lange
|
43b6bd32e3
|
kernel: exclude serial ports from pts numbering; start numbering at 1
|
2021-11-04 19:17:21 +09:00 |
|
K. Lange
|
1e7ffb7b1b
|
boot: Clean up editor redraw, shift-arrow input?
|
2021-11-04 18:59:35 +09:00 |
|