index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-08-06
Kernel: Allow zero-fill page faults on kernel-only pages
Andreas Kling
2019-08-06
LibCore: Initialise m_port as zero in CSocketAddress
Conrad Pankoff
2019-08-06
Launcher: Add ChanViewer to default config
Conrad Pankoff
2019-08-06
Terminal: Fix trying to free() a stack variable
Sergey Bugaev
2019-08-06
Kernel: Add mapping from page directory base (PDB) to PageDirectory
Andreas Kling
2019-08-06
Kernel: Break region_from_vaddr() into {user,kernel}_region_from_vaddr
Andreas Kling
2019-08-06
Kernel: Add LogStream operator<< for VirtualAddress
Andreas Kling
2019-08-06
Kernel: Don't treat read faults like CoW exceptions
Andreas Kling
2019-08-06
Kernel: Clean up the page fault handling code a bit
Andreas Kling
2019-08-06
KBuffer: Add set_size() and LogStream operator<<
Andreas Kling
2019-08-06
Kernel: On kernel NP fault, always copy into *active* page directory
Andreas Kling
2019-08-05
SynthFS: Remove unused create_text_file() feature
Andreas Kling
2019-08-05
AK: Fix leak in Optional(Optional&&)
Andreas Kling
2019-08-05
AK: Optional::operator=(Optional&&) should clear movee's has_value bit
Andreas Kling
2019-08-05
ChanViewer: Add a status bar to show loading status
Andreas Kling
2019-08-05
GComboBox: Make set_only_allow_values_from_model() actually take effect
Andreas Kling
2019-08-05
ChanViewer: Fetch the list of boards and allow switching the board
Andreas Kling
2019-08-05
GComboBox: Include the selected index with the on_change notification
Andreas Kling
2019-08-05
LibGUI: Allow specifying the model column for GListView and GComboBox
Andreas Kling
2019-08-05
GComboBox: Constrain the list popup window height to the desktop rect
Andreas Kling
2019-08-05
Meta: Add some recently-added features to the list
Andreas Kling
2019-08-05
CEventLoop: Create the wake pipe with O_CLOEXEC
Sergey Bugaev
2019-08-05
Kernel+LibC: Support passing O_CLOEXEC to pipe()
Sergey Bugaev
2019-08-05
AK: Do not keep an open FD in MmappedFile
Sergey Bugaev
2019-08-05
Lagom: Disable building the IPC client/server apps for now
Andreas Kling
2019-08-05
SynthFS: Oops, fix build.
Andreas Kling
2019-08-05
LibCore: Add CTCPServer
Conrad Pankoff
2019-08-05
Kernel: Use KBuffers for ProcFS and SynthFS
Andreas Kling
2019-08-05
Kernel: Add a little comment header about KBuffer
Andreas Kling
2019-08-05
Kernel: Make KBuffer a value-type wrapper around a KBufferImpl
Andreas Kling
2019-08-05
IPv4: Remove an unnecessary copy of each outgoing IPv4 payload
Andreas Kling
2019-08-05
Net: Let Socket have read/write wrappers around sendto/recvfrom
Andreas Kling
2019-08-05
Userland: Implement truncate command
Conrad Pankoff
2019-08-05
ChanViewer: Show thread subjects in the catalog view
Andreas Kling
2019-08-04
ChanViewer: If catalog download fails, don't try to parse response JSON
Andreas Kling
2019-08-04
LibCore: Move CHttpJob and CNetworkJob output to the right places
Andreas Kling
2019-08-04
CSocket: Close the underlying socket on destruction
Andreas Kling
2019-08-04
Net: Use KBuffers for network adapter packet queues
Andreas Kling
2019-08-04
Kernel: Flush the TLB (page only) when copying in a new kernel mapping
Andreas Kling
2019-08-04
IPv4: Use KBuffer instead of ByteBuffer for socket receive queues
Andreas Kling
2019-08-04
Kernel: Add KBuffer, a simple byte buffer backed by kernel-only memory
Andreas Kling
2019-08-04
Kernel: Remove more unused members of IPv4Socket.
Andreas Kling
2019-08-04
Kernel: Remove a bunch of unused members in IPv4Socket.
Andreas Kling
2019-08-04
JsonParser: Fold extract_while() into parse_number()
Andreas Kling
2019-08-04
AK: Add VectorIterator::index()
Andreas Kling
2019-08-04
Vector: Add find() and some iterator improvements
Andreas Kling
2019-08-04
HashTable: Use the Bucket type in some places over SinglyLinkedList<T>
Andreas Kling
2019-08-04
CHttpJob: Drive response download via on_ready_read instead of blocking
Andreas Kling
2019-08-04
JsonParser: Oops, fix build.
Andreas Kling
2019-08-04
Ports: mbedtls
Conrad Pankoff
[next]