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-08
Userland: Implement nc command
Conrad Pankoff
2019-08-08
Kernel: Record network statistics and expose as JSON
Conrad Pankoff
2019-08-08
Kernel: Prevent RST spam when we get an unexpected packet
Conrad Pankoff
2019-08-07
Kernel: Remove unused MemoryManager::remove_identity_mapping()
Andreas Kling
2019-08-07
FormCompiler: Oops, need to use JsonValue::serialized() for properties
Andreas Kling
2019-08-07
ChanViewer: Show "" instead of "undefined" for missing thread subjects
Andreas Kling
2019-08-07
JsonValue: Add as_string_or(String)
Andreas Kling
2019-08-07
Kernel: Always give back VM to the RangeAllocator when unmapping Region
Andreas Kling
2019-08-07
Kernel: Use KBufferBuilder to build ProcFS files and backtraces
Andreas Kling
2019-08-07
JSON: Templatize the JSON serialization code
Andreas Kling
2019-08-07
AK: Add a basic unit test for FileSystemPath
Andreas Kling
2019-08-07
Kernel: Don't create Function objects in the scheduling code
Andreas Kling
2019-08-07
Vector: Add a test for growing a Vector beyond its inline capacity
Andreas Kling
2019-08-07
Kernel: Disable kmalloc backtraces during backtrace generation
Andreas Kling
2019-08-07
Kernel: Use a FixedArray for VMObject::m_physical_pages
Andreas Kling
2019-08-07
AK: Add a FixedArray<T> container
Andreas Kling
2019-08-07
Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject
Andreas Kling
2019-08-07
Kernel: Remove "allow CPU caching" flag on VMObject
Andreas Kling
2019-08-07
Kernel: Remove VMObject names
Andreas Kling
2019-08-07
Vector: Use memcpy when dynamically growing Vectors of trivial types
Andreas Kling
2019-08-07
Vector: Use TypedTransfer in more parts of Vector
Andreas Kling
2019-08-07
Vector: Use memcmp for comparing two vectors with trivial elements
Andreas Kling
2019-08-07
JsonParser: Scan ahead to find the first special char in quoted strings
Andreas Kling
2019-08-07
Vector: Use memmove() for moving trivial types around more
Andreas Kling
2019-08-07
DiskDevice: Add missing override and remove unnecessary class_name()
Andreas Kling
2019-08-07
AK: Fix -Wconsumed warnings in Optional move-ctor and move-assign
Andreas Kling
2019-08-06
Meta: Make Serenity run on Bochs once again
Andreas Kling
2019-08-06
ELFLoader: Remove an uninteresting debug log message
Andreas Kling
2019-08-06
Kernel: Add KBufferBuilder, similar to StringBuilder but for KBuffer
Andreas Kling
2019-08-06
Kernel: For signal-killed threads, dump backtrace from finalizer thread
Andreas Kling
2019-08-06
Kernel: Refactor TCP/IP stack
Conrad Pankoff
2019-08-06
Kernel: Make KBuffer lazily populated
Andreas Kling
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
[next]