asleepymoon
asleepymoon pushed to main at asleepymoon/Luna 2023-10-15 09:09:19 +00:00
15d5f00cd3 libc: Add ctermid
asleepymoon pushed to main at asleepymoon/Luna 2023-10-14 18:48:04 +00:00
56eb0c8130 su: Read password from /dev/tty instead of stdin
asleepymoon pushed to main at asleepymoon/Luna 2023-10-14 18:41:40 +00:00
c323a812a5 kernel+libc+terminal+wind: Add support for POSIX sessions
81131ad3a8 init: Handle SIGCHLD signals
Compare 2 commits »
asleepymoon closed issue asleepymoon/Luna#42 2023-10-14 18:41:40 +00:00
kernel: Move terminal input processing to pseudoterminal driver and implement sessions
asleepymoon pushed to main at asleepymoon/Luna 2023-10-14 17:00:21 +00:00
5f0830cd41 kernel: Add /dev/tty
asleepymoon pushed to main at asleepymoon/Luna 2023-10-13 20:33:47 +00:00
9097400c32 wind: Return more errors to the client when creating windows
asleepymoon pushed to main at asleepymoon/Luna 2023-10-13 20:12:26 +00:00
3ca31770e7 initrd: Remove unused stray script file
c75dbc0cbb kernel: Lookup and print symbols for addresses in backtraces
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-10-11 20:56:26 +00:00
37e046d766 libui: Make Label initialization step-by-step instead of setting everything in the constructor
asleepymoon pushed to main at asleepymoon/Luna 2023-10-10 20:24:23 +00:00
7812a4a44a apps+libui: Make app.run() call window->draw() automatically
e18ca9bfe0 libos: Document Action.h
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-10-09 20:14:41 +00:00
d3a347e432 taskbar: Handle SIGCHLD as part of the event loop
asleepymoon pushed to main at asleepymoon/Luna 2023-10-09 20:05:37 +00:00
3e5bdc8c80 apps: Add clock
0824ba7e23 libos: Add timers to event loops
0b2a835336 libui+libos: Move Action to libos
Compare 3 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-10-07 12:26:48 +00:00
945cfab3eb libos: Add signal handling to event loops
asleepymoon pushed to main at asleepymoon/Luna 2023-10-06 20:06:45 +00:00
5892a6bf09 libos+libui: Add event loops
asleepymoon pushed to main at asleepymoon/Luna 2023-10-04 18:58:54 +00:00
f5aed95b8b kernel: Fix inode link counting in tmpfs
asleepymoon pushed to main at asleepymoon/Luna 2023-09-28 19:38:52 +00:00
db2963d7bf apps: Add 2048 prototype
asleepymoon pushed to main at asleepymoon/Luna 2023-09-27 17:03:59 +00:00
b3dc027ba0 taskbar: Add Game of Life to taskbar
041d15a547 libui+taskbar: Make Buttons use Actions and clean up taskbar code
3d46e56386 libui: Add Margins to layouts
d4e834f734 libui: Add Actions
54afd7c2b0 libluna: Add OwnedPtr::leak()
Compare 5 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-09-27 16:14:43 +00:00
9a9c7e577a wind+libui+taskbar: Add various window types and never focus the taskbar
asleepymoon pushed to main at asleepymoon/Luna 2023-09-25 19:31:23 +00:00
f0844c9f69 cp: Support the -R flag and add better verbose messages
asleepymoon pushed to main at asleepymoon/Luna 2023-09-25 17:34:08 +00:00
eeb69c923c kernel: Rename Scheduler::new_userspace_thread to clarify that it's only meant for init
asleepymoon pushed to main at asleepymoon/Luna 2023-09-25 17:26:14 +00:00
5626083aad init: Add support for WorkingDirectory keys