index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
Age
Commit message (
Expand
)
Author
2019-08-07
Kernel: Remove unused MemoryManager::remove_identity_mapping()
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
Kernel: Don't create Function objects in the scheduling code
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
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
DiskDevice: Add missing override and remove unnecessary class_name()
Andreas Kling
2019-08-06
Meta: Make Serenity run on Bochs once again
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
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
Kernel+LibC: Support passing O_CLOEXEC to pipe()
Sergey Bugaev
2019-08-05
SynthFS: Oops, fix build.
Andreas Kling
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-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
ChanViewer: Start working on a simple read-only 4Chan viewer
Andreas Kling
2019-08-04
Kernel: Put IPv4 and TCP related debug spam behind flags
Andreas Kling
2019-08-03
AudioServer: Port to the new generated IPC mechanism
Andreas Kling
2019-08-03
LibIPC: Start fleshing out a separate IPC library
Andreas Kling
2019-08-03
IPCCompiler: Start working on a simple IPC definition language
Andreas Kling
2019-08-03
Kernel+ProcessManager: Add some more info to /proc/PID/fds
Andreas Kling
2019-08-02
Kernel: mount() should fail if the provided device is not a disk device
Andreas Kling
2019-08-02
Kernel: Generalize VFS metadata lookup and use it in mount() and stat()
Andreas Kling
2019-08-02
Kernel: Align the KResult value storage appropriately.
Andreas Kling
2019-08-02
Kernel: Some improvements to the mount syscall
Andreas Kling
2019-08-02
Build: Add /dev/{hda,hdb,hdc,hdd} files
Andreas Kling
2019-08-02
Kernel: mount system call (#396)
Jesse
[next]