Block a user
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
55c362eecf
libluna: Document Format
9fd8b10b3f
libluna: Document CString, CType and DebugLog
516d6bc65e
libluna: Document CircularQueue, CPath and CRC32
0f377e7289
libluna: Fix off-by-one size calculation in Base64::decode_string()
798a6d63aa
libluna: Document Bitset.h
b8ae61b7c7
libluna: Document Bitmap
1449e966ab
libluna: Document Base64.h
24f9dd22ec
libluna: Document Attributes.h and Badge.h
b8e70996c3
libluna: Document Atomic.h
6058a69182
libluna: Document Alloc.h
33c1a9c92b
init: Add a configurable service directory
65834ff491
edit: Make it more user-friendly
5c2718545f
base+tools: Add a welcome file and store the license inside the OS
58cb1e763f
libui: Install the built library into the system root
35d8075c4e
wind: Show memory usage in debug output
4462651138
wind: Handle ftruncate() and mmap() errors properly
686db5a1de
wind: Fix client references being out-of-date in windows when disconnecting other clients
550c93318c
taskbar: Wait for terminated child windows
44f2a4e97e
libui: Install the built library into the system root
db9b9c53e9
wind: Show memory usage in debug output
a5217a1401
wind: Handle ftruncate() and mmap() errors properly
86e6e7aea5
wind: Fix client references being out-of-date in windows when disconnecting other clients
3efa9e267a
taskbar: Wait for terminated child windows
2abb43d709
kernel+libos: Call Vector::try_reserve where it is appropriate
70a232cfcd
libluna: Make Vector grow exponentially