Commit Graph

1327 Commits

Author SHA1 Message Date
K. Lange
df74cb6b55 net: allow multiple icmp sockets; autocalculate checksum; support IP_RECVTTL? 2024-02-09 14:54:07 +09:00
K. Lange
55c0a2ab0d strace: support pread, pwrite 2024-02-08 16:56:15 +09:00
K. Lange
fb2628d619 cursor-off: use pwrite for port access 2024-02-08 16:49:15 +09:00
K. Lange
1e6316122a qemu-fwcfg: use pread/pwrite for port access 2024-02-08 16:49:06 +09:00
K. Lange
bad793c600 about: happy 2024 2024-01-22 07:58:02 +09:00
K. Lange
b23c2b1a9e esh: various job control fixes for SIGTTOU, SIGTTIN 2024-01-19 20:40:53 +09:00
K. Lange
e7a681f413 tty: Set control sessions on pty managers 2024-01-19 20:40:53 +09:00
K. Lange
0d28bf0904 sudo: pwent may be shared with auth library... 2024-01-18 19:24:11 +09:00
K. Lange
800d131e92 misaka-test: missing include 2024-01-18 06:15:06 +09:00
K. Lange
0c83381a53 bim: bind global.scrollamount 2023-12-28 14:49:37 +09:00
K. Lange
0ba7a2f985 bim: Use site imports to find standard kuroko modules 2023-12-22 11:20:46 +09:00
K. Lange
a9e6d0ad12 bim: Different approach to finding kuroko search paths 2023-12-15 09:48:23 +09:00
K. Lange
200573230f kuroko: sync, necessary adjustments 2023-12-14 23:07:55 +09:00
K. Lange
6112ca05cb fetch: accept longer lines 2023-12-07 16:22:28 +09:00
K. Lange
d88712e956 kernel: support syscall/sysret 2023-11-05 14:32:47 +09:00
K. Lange
8392859f4e test-tty-read: test utility for previous commits 2023-11-02 17:13:36 +09:00
K. Lange
2981558e10 stty: 'raw', 'cooked' options 2023-11-02 17:00:13 +09:00
K. Lange
9c2d7f7650 terminal: don't flip window whenever we scroll 2023-10-30 20:44:38 +09:00
K. Lange
a679ef1b4c kernel: Support quoted values in cmdline arguments with new parser 2023-10-09 20:14:52 +09:00
K. Lange
bda8c8d67b pty: initial support for setting line control 2023-10-08 14:52:34 +09:00
K. Lange
48dcf55a5d ptrace: add demo tool to test overwriting syscall number 2023-10-08 08:34:56 +09:00
K. Lange
453486bc52 strace: generic interface to user registers 2023-10-06 09:05:36 +09:00
K. Lange
a41da16d14 terminal: also fix left arrow 2023-07-21 10:20:59 +09:00
K. Lange
7964d3c066 terminal: fix arrow tails in bitmap font 2023-07-21 10:10:11 +09:00
K. Lange
ddf7a79707 bim: sync with upstream 2023-07-04 15:30:09 +09:00
K. Lange
8e86b94748 dbg: fix implicit cast warning 2023-06-25 12:06:08 +09:00
K. Lange
6afe069bde terminal: xterm compatibility with cursor hang, \v \f 2023-06-21 21:06:41 +09:00
K. Lange
928383a323 panel: Use move_relative when creating widget menu windows 2023-06-13 15:17:17 +09:00
K. Lange
aae9596888 text: Unify 'ellipsify' implementation in text library 2023-06-07 10:15:31 +09:00
K. Lange
359023e2cc compositor: fix null pointer when clicking desktop sometimes 2023-05-21 07:54:21 +09:00
K. Lange
71c3dd74f5 terminal: cleanup some glyphs in the bitmap fallback font 2023-05-19 15:29:02 +09:00
K. Lange
70d594f75e julia: render at least once so we don't flash black when panning 2023-05-07 09:24:21 +09:00
K. Lange
670dc652e5 julia: display zoom as multiplier 2023-05-06 16:06:52 +09:00
K. Lange
86385a8925 julia: Add mandlebrot mode, explore mode 2023-05-06 13:50:40 +09:00
K. Lange
ef32ed5892 julia: usability improvements; progressive rendering 2023-05-06 12:13:37 +09:00
K. Lange
03d443134f rm: print error messages 2023-05-05 22:30:43 +09:00
K. Lange
f14bd21548 esh: Migrate shell to /bin/esh 2023-05-05 22:30:33 +09:00
K. Lange
6827c5d506 rm: accept and ignore -f 2023-04-26 23:16:03 +09:00
K. Lange
f44b4c4519 yutani: Try resending resize offer if app doesn't respond 2023-04-25 20:36:33 +09:00
K. Lange
40e3a43b1f panel: knock off more of the gnome-shell panel design
No, really, I'm not going to beat around the bush here.
This is a straight up clone of the gnome-shell panel design.
It always was anyway - this is just doing a better job of it.
2023-04-25 19:32:36 +09:00
K. Lange
a2d68c8fa6 panel: re-dock the panel 2023-04-25 19:32:08 +09:00
K. Lange
09cc100710 terminal: configurable scrollback; increase default to 10000 2023-04-19 09:51:12 +09:00
K. Lange
ee797d37fc strace: support more stuff 2023-04-18 19:40:52 +09:00
K. Lange
9c01875fe1 tutorial: Disable min/max buttons in decorations 2023-04-16 14:39:40 +09:00
K. Lange
8a3c0e7f2f yutani: Rotate minimized window back while animating 2023-04-16 14:36:40 +09:00
K. Lange
e01aae18cd yutani: normalize rotation angles 2023-04-16 14:36:11 +09:00
K. Lange
0e3d51a10a yutani: Apply rotation correctly in minimize animation 2023-04-16 14:23:41 +09:00
K. Lange
61f60f409d yutani: animate minimized windows to panel location 2023-04-16 10:46:29 +09:00
K. Lange
68cb3ee1e3 yutani: Allow panel to inform compositor iconified window position/size 2023-04-16 10:45:55 +09:00
K. Lange
fb79e34e39 yutani: animate upward? 2023-04-16 09:44:45 +09:00