summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-28Kernel: Validate changed framebuffer resolutionLiav A
2020-02-27Kernel: Run clang-format on PCI definitions fileLiav A
2020-02-27SharedBuffer: Use dbg() instead of dbgprintf()Liav A
2020-02-27SlavePTY: Use dbg() instead of dbgprintf()Liav A
2020-02-27MasterPTY: Use dbg() instead of dbgprintf()Liav A
2020-02-27Kernel: Run clang-format on Heap/kmalloc.cppLiav A
2020-02-27Heap kmalloc: Use dbg() instead of dbgprintf()Liav A
2020-02-27PTYMultiplexer: Use dbg() instead of dbgprintf()Liav A
2020-02-27Thread: Use dbg() instead of dbgprintf()Liav A
2020-02-27MemoryManager: Use dbg() instead of dbgprintf()Liav A
2020-02-27VirtualConsole: Use dbg() instead of dbgprintf()Liav A
2020-02-27TTY: Use dbg() instead of dbgprintf()Liav A
2020-02-27Process: Use dbg() instead of dbgprintf()Liav A
2020-02-27Ext2Filesystem: Use dbg() instead of dbgprintf()Liav A
2020-02-27RangeAllocator: Use dbg() instead of dbgprintf()Liav A
2020-02-27CPU: Use dbg() instead of dbgprintf()Liav A
2020-02-27Syscall: Use dbg() instead of dbgprintf()Liav A
2020-02-27VMWareBackdoor: Use dbg() instead of dbgprintf()Liav A
2020-02-27ProcFS: Use dbg() instead of dbgprintf()Liav A
2020-02-27FIFO: Use dbg() instead of dbgprintf()Liav A
2020-02-27Ksyms: Use dbg() instead of dbgprintf()Liav A
2020-02-27IOAPIC: Use dbg() instead of dbgprintf()Liav A
2020-02-27PS2MouseDevice: Use dbg() instead of dbgprintf()Liav A
2020-02-27Init Stage: Use dbg() instead of dbgprintf()Liav A
2020-02-27PhysicalPage: Use dbg() instead of dbgprintf()Liav A
2020-02-27Region: Use dbg() instead of dbgprintf()Liav A
2020-02-27KeyboardDevice: Use dbg() instead of dbgprintf()Liav A
2020-02-27InodeVMObject: Use dbg() instead of dbgprintf()Liav A
2020-02-27PCI MMIOAccess: Use dbg() instead of dbgprintf()Liav A
2020-02-27ACPIStaticParser: Use dbg() instead of dbgprintf()Liav A
2020-02-27PageDirectory: Use dbg() instead of dbgprintf()Liav A
2020-02-27Scheduler: Use dbg() instead of dbgprintf()Liav A
2020-02-27E1000NetworkAdapter: Use dbg() instead of dbgprintf()Liav A
2020-02-27LoopbackAdapter: Use dbg() instead of dbgprintf()Liav A
2020-02-27IPv4Socket: Use dbg() instead of dbgprintf()Liav A
2020-02-27DMIDecoder: Use dbg() instead of dbgprintf()Liav A
2020-02-27Kernel: Run clang-format on DMIDecoder header fileLiav A
2020-02-27Kernel: Don't use references or pointers to physical addressesLiav A
2020-02-27Kernel: Always disable interrupts in do_killpg()Andreas Kling
2020-02-27Kernel: Ignore signals sent to threadless (zombie) processesAndreas Kling
2020-02-27Kernel: Fix the gettid syscallCristian-Bogdan SIRB
2020-02-27Kernel: Don't allow profiling a dead processAndreas Kling
2020-02-27Kernel: Don't blindly dereference Process::executable()Andreas Kling
2020-02-27Kernel: Fix ASSERTION failed in join_thread syscallCristian-Bogdan SIRB
2020-02-27Kernel: Don't assert on sys$kill() with pid=INT32_MINAndreas Kling
2020-02-26Kernel: Disallow assigning a TTY to an arbitrary process group IDAndreas Kling
2020-02-26Kernel: Remove unused artifacts of the Custody cacheAndreas Kling
2020-02-26Kernel: Sanitize memory coming in/out of the slab allocatorAndreas Kling
2020-02-26Kernel: Allow process with multiple threads to call exec and exitCristian-Bogdan SIRB