Commit Graph

5268 Commits

Author SHA1 Message Date
K. Lange
710b336235 vbox: Minor cleanup, don't process events we didn't get an IRQ for 2021-10-31 22:25:18 +09:00
K. Lange
739d3972f4 compositor: Restructure 'advertise' messages to provide window buffer, size 2021-10-31 22:25:00 +09:00
K. Lange
5674e34608 compositor: Add a new OVERLAY layer, specifically for toasts 2021-10-31 20:16:41 +09:00
K. Lange
5635b9d577 calculator: set binpath so we can at least import 'math' 2021-10-31 18:55:43 +09:00
K. Lange
71cfa5786d package-manager: Spin up a thread to run 'msk' 2021-10-31 18:40:38 +09:00
K. Lange
9237d78339 file-browser: Show a different context menu when no files are selected 2021-10-31 18:11:04 +09:00
K. Lange
5dc972d5f4 base: Don't wait for msk on boot 2021-10-31 14:12:47 +09:00
K. Lange
ac35ad0bbd x86_64: Don't wrap version codename in quotes as we're doing that directly now 2021-10-30 15:24:36 +09:00
K. Lange
119c42077d kernel: Put codename string in quotes for stylistic reasons 2021-10-30 08:53:49 +09:00
K. Lange
6d51df8c31 msk: Fixup local manifest file resolution 2021-10-30 08:11:48 +09:00
K. Lange
9b1fb14545 cpuwidget: fix file descriptor leak 2021-10-30 06:57:38 +09:00
K. Lange
f045ad47c0 meta: Update README, new screenshot 2021-10-29 10:57:54 +09:00
K. Lange
6a9009e8a1 make: Default SMP=4 for qemu targets because why not 2021-10-29 10:09:14 +09:00
K. Lange
9352c31487 toastd: Adjust spacing, try to vertically center text 2021-10-29 09:45:55 +09:00
K. Lange
7510134916 bim: upstream bug fix 2021-10-29 07:50:01 +09:00
K. Lange
359dee113b kuroko: Sync with upstream 2021-10-29 06:47:45 +09:00
K. Lange
ac262d954a base: Show some toasts on startup. 2021-10-28 19:40:04 +09:00
K. Lange
d6fc131912 kernel: Export sys_ functions so they appear in symbol table 2021-10-28 07:51:20 +09:00
K. Lange
a83d641d2c mmu: Be more clear about what's happening when we run out of RAM 2021-10-28 07:48:25 +09:00
K. Lange
dbd8c018e8 splash-log: Retain last message to print it if we switch out of quiet mode 2021-10-28 06:53:55 +09:00
K. Lange
9acb4e1594 msk: Use 192.168.11.* for local repo as it bails faster in vmware 2021-10-28 06:18:57 +09:00
K. Lange
6f92d789a0 msk: Fixup support for multiple remotes, add a few options 2021-10-28 06:15:51 +09:00
K Lange
b735d0f04e meta: Add .mailmap 2021-10-27 21:34:38 +09:00
K. Lange
ee816b0bd6 kuroko: sync with upstream 2021-10-27 19:28:48 +09:00
K. Lange
f110f0b215 libc: Update wcwidth with latest data 2021-10-27 19:23:05 +09:00
K. Lange
fc92dfb29d base: Ensure we're still providing the fake libm.so 2021-10-27 15:00:22 +09:00
K. Lange
cd6c038090 build: Remove C++ support, stop including libstdcxx on the ramdisk 2021-10-27 13:24:11 +09:00
K. Lange
06a44264d6 readelf: Fix missing -d option 2021-10-27 13:05:00 +09:00
K. Lange
af2fd21788 boot: Add a shortcut to toggle video/text mode 2021-10-27 08:17:38 +09:00
K Lange
393e6ff527 boot: Make sure menu displays if an unrecognized key is pressed 2021-10-26 22:43:01 +09:00
K. Lange
241a7d6a95 boot: Don't clear lines before printing on them when drawing banners 2021-10-26 18:32:32 +09:00
K. Lange
627932d8ab boot: fixup returning from editor to menu 2021-10-26 16:33:03 +09:00
K. Lange
d17394b6a0 boot: Prettify 2021-10-26 16:14:57 +09:00
K. Lange
d664dbf5c5 compositor: Animate bottom and top windows normally if they aren't marked ALT_ANIMATION 2021-10-26 16:14:57 +09:00
K. Lange
b2bd4d0715 glogin-provider: cleanup, remove animation 2021-10-26 16:14:57 +09:00
K. Lange
f84500d752 file-browser: Don't restart when wallpaper changes 2021-10-26 16:14:57 +09:00
K. Lange
9fc21a03e2 base: Wait a bit before starting the wizard 2021-10-26 16:14:57 +09:00
K. Lange
9e64a0a978 splash-log: Cleanup, disable log if 'debug' is not specified, unless we take too long 2021-10-26 16:14:53 +09:00
K. Lange
d79bf46731 fbterm: Move log to center, set bg to black 2021-10-26 16:14:38 +09:00
K. Lange
49342b7996 net: try to actually track received packet sizes... 2021-10-25 18:27:08 +09:00
K. Lange
073e43384c kmalloc: Use existing assertion infrastructure 2021-10-25 18:25:21 +09:00
K. Lange
4b62e4ab22 assert: use dprintf, not printf, when printing assertion message 2021-10-25 18:24:49 +09:00
K. Lange
465c82a5f8 irq: Mark isr_common as global so it shows up in symbol table 2021-10-25 18:23:50 +09:00
K. Lange
1bb382de12 kernel: Print gs alongside other registers in panic 2021-10-25 18:23:33 +09:00
K. Lange
4a9cad3363 msk: Switch package source to CDN 2021-10-25 17:09:32 +09:00
K. Lange
641abfc3cf panel: Visual adjustments to slider 2021-10-25 15:30:30 +09:00
K. Lange
4d390e9b97 compositor: Hack to support 24bpp framebuffers 2021-10-25 13:50:59 +09:00
K. Lange
0ae964c680 boot: Fall back to 24bpp modes 2021-10-25 13:50:48 +09:00
K. Lange
95ef9f02ac fbterm: Support 24bpp framebuffers 2021-10-25 13:50:08 +09:00
K. Lange
8839e4357c multiboot: Correctly pass bits-per-pixel from framebuffer data 2021-10-25 13:49:57 +09:00