asleepymoon
asleepymoon released Luna September 5 release - 0.5.0 at asleepymoon/Luna 2023-09-05 08:56:28 +00:00
asleepymoon pushed tag v0.5.0 to asleepymoon/Luna 2023-09-05 08:56:28 +00:00
asleepymoon pushed to main at asleepymoon/Luna 2023-09-05 08:47:50 +00:00
e029679fba kernel: Fix negative movement in the PS/2 mouse driver
asleepymoon pushed to display-server at asleepymoon/Luna 2023-09-05 08:47:16 +00:00
3a13017ede wind: Move more fallible operations before window creation
4a85f03d02 wind: Make sure stdin is always a TTY
fb40f5c9b2 libui+wind+libos: Move shared memory handling code to os::SharedMemory
47db5da419 libui: Add default handlers for events in Widget
64e8f30f02 libui: Propagate Container events only if they are in the child widget's rect
Compare 75 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-09-04 11:13:03 +00:00
15f4f7c72f apps: Remove pivot_root
0002c2314c kernel: Handle tab properly in the terminal
Compare 2 commits »
asleepymoon pushed to display-server at asleepymoon/Luna 2023-09-04 10:17:02 +00:00
6eea3bda06 wind: Move more fallible operations before window creation
2f608d46ac wind: Make sure stdin is always a TTY
1edf10380f libui+wind+libos: Move shared memory handling code to os::SharedMemory
5867195168 libui: Add default handlers for events in Widget
5e1d70819a libui: Propagate Container events only if they are in the child widget's rect
Compare 82 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-09-04 09:44:46 +00:00
27eacac19c kernel: Add a blinking cursor to the terminal
c5e11bb6cf apps+base+libc: Use /usr/bin paths instead of /bin everywhere
3c9b2c49aa init: Fix wrong log message
1528c772fd kernel: Store the full command line of a process
Compare 4 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-09-02 18:01:45 +00:00
39ba4c9087 ls: Add colors to output
c524dc8d58 libluna+kernel: Basic ANSI escape sequences
e76a91d5d0 libc+libluna: Move the scanf implementation from libc to libluna
Compare 3 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-09-02 12:46:27 +00:00
cb0d5cb6a1 rm: Add the -v flag
06aa7725a1 libos: Stop using syscalls directly and proxy to libc
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-09-02 12:02:55 +00:00
64f9e9dcde libluna: Document Check.h
9c912ddc51 libluna: Document Heap.h
Compare 2 commits »
asleepymoon pushed to display-server at asleepymoon/Luna 2023-09-02 12:02:19 +00:00
8ab823fc43 wind: Move more fallible operations before window creation
asleepymoon pushed to display-server at asleepymoon/Luna 2023-08-31 12:55:50 +00:00
a2b6149f50 wind: Make sure stdin is always a TTY
asleepymoon pushed to display-server at asleepymoon/Luna 2023-08-29 14:25:39 +00:00
d5d21e1eb0 libui+wind+libos: Move shared memory handling code to os::SharedMemory
asleepymoon pushed to display-server at asleepymoon/Luna 2023-08-29 13:33:51 +00:00
e85dc97e91 libui: Add default handlers for events in Widget
2c7ae3c61b libui: Propagate Container events only if they are in the child widget's rect
f0f1a9c46c libui+wind: Handle mouse leave events when the mouse leaves a window
Compare 3 commits »
asleepymoon pushed to display-server at asleepymoon/Luna 2023-08-28 10:51:25 +00:00
1d4055411d wind: Stop using the removed 'signal' pledge
033b4c3db8 libui: Install the built library into the system root
744ca07799 wind: Show memory usage in debug output
8f0356700c wind: Handle ftruncate() and mmap() errors properly
dad573f1fe wind: Fix client references being out-of-date in windows when disconnecting other clients
Compare 96 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-08-28 09:10:21 +00:00
419604a4d2 libluna: Document Buffer
97037b06cb libluna: Document Ignore.h and ImplPOSIX.cpp
c2f173f584 libc: Call __builtin_trap() in abort() if all else fails
a772d92e6f libluna: Fix initial allocation for HashTable
6f3ed70363 kernel+libluna: Avoid scrubbing when the memory is going to be overwritten anyway
Compare 8 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-08-26 10:59:30 +00:00
55c362eecf libluna: Document Format
9fd8b10b3f libluna: Document CString, CType and DebugLog
516d6bc65e libluna: Document CircularQueue, CPath and CRC32
Compare 3 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-08-24 13:28:26 +00:00
4becb2e427 init: Log requested exits
3e174337ab init: Hostname validation
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-08-24 10:06:16 +00:00
0f377e7289 libluna: Fix off-by-one size calculation in Base64::decode_string()
798a6d63aa libluna: Document Bitset.h
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-08-23 12:35:30 +00:00
3f1e6fc2ff libluna+kernel: Move luna/Syscall.h to the kernel API directory