Commit Graph

1202 Commits

Author SHA1 Message Date
K. Lange
8a643583bf block-dev-stats: Test tool for ongoing ata rewrite 2021-11-15 21:52:16 +09:00
K. Lange
1b5352ac59 top: cap CPU%/CPUA at 100 2021-11-14 17:21:06 +09:00
K. Lange
8994db92f3 sync: temporary thing for testing; not a proper sync 2021-11-14 16:04:54 +09:00
K. Lange
2a26a37a47 gunzip: Hidden option to print progress reports, for debugging 2021-11-14 11:09:45 +09:00
K. Lange
c099225b15 panel: Add notifications when a network connects/disconnects 2021-11-12 17:10:03 +09:00
K. Lange
4f258800d9 panel: Little improvements to weather widget 2021-11-11 21:28:27 +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
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
fdbb51c55d sysinfo: Update, add CPU, re-add Font 2021-11-03 06:31:58 +09:00
K. Lange
c7a306a6c1 panel: Add icon, update less often 2021-10-31 22:38:47 +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
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
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
ac262d954a base: Show some toasts on startup. 2021-10-28 19:40:04 +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
6f92d789a0 msk: Fixup support for multiple remotes, add a few options 2021-10-28 06:15:51 +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
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
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
729b0c231f panel: New volume slider menu widget 2021-10-24 21:20:25 +09:00
K. Lange
b4783dd1c3 msk: Switch back to using tar/gunzip with pipes 2021-10-24 19:40:55 +09:00
K. Lange
988bb81d38 cpuwidget: Cap graphs better 2021-10-24 17:31:18 +09:00
K. Lange
896d9d3dad panel: Don't display loopback in network status widget 2021-10-24 17:31:18 +09:00
K. Lange
468b1ae22b cpuwidget: Legend cleanup 2021-10-24 17:31:13 +09:00
K. Lange
43772cbbb0 terminal: make scrollback more efficient? 2021-10-23 12:40:02 +09:00
K. Lange
3ff2a31248 dhclient: Skip things that don't have hardware addresses 2021-10-22 15:35:37 +09:00
K. Lange
0cdb536ef5 cpuwidget: Shoddily add interface names to network legend 2021-10-22 15:35:21 +09:00
K. Lange
c1e5f206d5 splash-log, migrate: Cleanup 2021-10-20 18:49:58 +09:00
K. Lange
32c3bf1825 insmod: Support passing arguments to modules 2021-10-20 10:33:35 +09:00
K. Lange
c366ea2dfd kernel: Initial pass at new debug printf interface 2021-10-19 20:29:14 +09:00
K. Lange
fc7cfa0005 glogin-provider: Fixup animation to not smear on slow systems 2021-10-18 19:50:24 +09:00
K. Lange
d60b2daccd hda: stub module 2021-10-12 10:55:13 +09:00
K. Lange
2c0dc519cc terminal: bind Ctrl Shift +, Ctrl -, Ctrl 0 to modify scaling 2021-10-09 15:25:09 +09:00
K. Lange
4dbd4c3ffc file-browser: fix up scroll dimensions for desktop, though we really do need to make that multi-column 2021-10-08 18:47:54 +09:00
K. Lange
9ad23299c7 file-browser: Icons, identification of PDFs, little launcher wrapper 2021-10-08 10:22:33 +09:00
K. Lange
65ad24537f cpuwidget: Add to menu as 'System Monitor' 2021-10-05 09:45:16 +09:00
K. Lange
bb2012c87e fetch: Parse https and bail better 2021-10-04 20:35:05 +09:00
K. Lange
bbf49fbc9d cpuwidget: Complete revamp 2021-10-04 20:31:47 +09:00
K. Lange
fbd84d1609 terminal-vga: Backport selection improvements from graphical terminal 2021-10-01 09:09:45 +09:00
K. Lange
4b4fd235ac terminal: Minor improvements to text selection 2021-09-30 21:47:27 +09:00
K. Lange
4ef5ee0416 net: Add stats counters 2021-09-30 19:09:04 +09:00
K. Lange
1f0d982240 kernel: Initial try at actual user buffer validation 2021-09-29 14:07:32 +09:00
K. Lange
fcc232e09a sh: Recommend 'ifconfig' in place of 'ip'/'ipconfig' 2021-09-28 18:49:14 +09:00
K. Lange
c21578775b calculator: Don't let the window get too tiny 2021-09-28 18:39:53 +09:00
K. Lange
94ffc190dd compositor: refuse to initiate dragging when currently resizing 2021-09-28 18:36:37 +09:00
K. Lange
1e49a124f7 tutorial: Add a page about the live CD 2021-09-28 11:03:20 +09:00
K Lange
50714896cb netty: Fixup the reverse shell host for socket connections 2021-09-27 21:18:59 +09:00
K Lange
2b428defd5 login: Return 2 when 'disconnect' is provided as a username 2021-09-27 21:18:32 +09:00
K. Lange
67a228e6ef dbg: add backtrace command 2021-09-27 18:50:05 +09:00
K. Lange
d051aa45ee file-browser: Use object icon for kernel modules 2021-09-27 11:04:03 +09:00
K. Lange
1ccdefe243 compositor: Close stale windows that were lost in the stack 2021-09-27 11:03:49 +09:00
K Lange
a9152c55c4 strace: fix-up bad signal name table 2021-09-26 22:07:03 +09:00
K. Lange
a6f063b06d bim: Report errors when opening files 2021-09-26 15:11:32 +09:00
K. Lange
c0b2d6221c login-loop: Linefeed before issue text 2021-09-25 13:08:13 +09:00
K. Lange
26cfd63659 terminal-vga: Fixup upper left cell appearing selected 2021-09-25 13:08:01 +09:00
K. Lange
9d6ed3feb5 login: Support /etc/issue through login-loop 2021-09-25 12:13:15 +09:00
K. Lange
4bc652365f date: change default format 2021-09-25 12:06:17 +09:00
K Lange
aa8fdab570 ptrace: support tracing from non-parent process 2021-09-24 19:15:06 +09:00
K. Lange
41ba264cdc ptrace: PTRACE_SINGLESTEP 2021-09-24 14:41:17 +09:00
K. Lange
95550e7965 dbg: show signal number if name is not available 2021-09-24 13:10:03 +09:00
K. Lange
c8a37456ec ptrace: POKEDATA, permission fixes for PEEKDATA 2021-09-24 12:00:46 +09:00
K. Lange
5825bf0c9e strace: more syscall groupings from the real strace 2021-09-24 10:21:37 +09:00
K. Lange
25de8c58bc strace: initial -e trace=... support 2021-09-24 08:16:59 +09:00
K. Lange
358c240c8c dbg: make sure debugged process terminates on exit 2021-09-24 06:34:02 +09:00
K. Lange
119d7731d8 dbg: Try to figure out symbol names, library locations 2021-09-24 00:13:40 +09:00
K. Lange
a697f1abf5 test-sigsegv: Add a deeper segfault to test debugging libs 2021-09-24 00:12:29 +09:00
K. Lange
3e8f2ccb9f readelf: Show dynamic symbol tables 2021-09-24 00:11:30 +09:00
K. Lange
8c5837534a dbg: add 'print' command 2021-09-23 14:42:24 +09:00
K. Lange
470b2bfabb ptrace: Catch signals, start work on debugger 2021-09-22 20:32:21 +09:00
K. Lange
7bf635c492 strace: support more syscalls, output values, errno 2021-09-22 17:33:55 +09:00
K. Lange
98a8c60265 strace: support -o option 2021-09-22 16:19:22 +09:00
K. Lange
6899683bb4 strace: Initial support for a ptrace() mechanism, strace tool 2021-09-22 15:33:02 +09:00
K. Lange
69391e5b51 terminal: Launch without animation when running fullscreen 2021-09-21 20:04:18 +09:00
K. Lange
04b117af31 more: add space binding 2021-09-20 19:50:56 +09:00
K. Lange
99b9a20651 sh: use return code from last process in pipeline, and wait for everyone properly 2021-09-18 20:36:05 +09:00
K. Lange
ffbebe6657 more: add simple pager utility 2021-09-18 19:25:58 +09:00
K. Lange
33848f8a8e ping: fancier sub-ms printing (I think %Ng is supposed to do this, but mine might be broken?) 2021-09-18 10:10:53 +09:00
K. Lange
7d5bfe4a63 ping: Keep pinging, show summary on ^C 2021-09-18 09:55:37 +09:00
K. Lange
aabbde7877 net: another batch of rewrites 2021-09-17 21:03:53 +09:00
K. Lange
88bcaba5e7 ping: shoddy implementation 2021-09-17 12:39:04 +09:00
K. Lange
2c07ec50c3 terminal: fix bad bounds in mouse position check 2021-09-16 21:17:07 +09:00
K. Lange
4901a7e538 compositor: Add I-beam cursor; logic in terminal, file-browser 2021-09-16 16:55:43 +09:00
K. Lange
1854b01887 file-browser: Add picker mode 2021-09-16 14:38:20 +09:00
K. Lange
aab68b8d95 compositor: fixup tiling sizes for one pixel of overlap, not two 2021-09-16 13:05:27 +09:00
K. Lange
55c0ccd36c help-browser: viably display the AGPL text for the mupdf package 2021-09-15 17:42:47 +09:00
K. Lange
e47468d580 panel: Show icon of current window at full opacity 2021-09-15 17:11:28 +09:00
K. Lange
49da6af715 imgviewer: small improvements 2021-09-13 19:56:56 +09:00