summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27Toolchain: Add x86_64 cross compiler build scriptJesse Buhagiar
2020-02-27Build: Use ccache if it's available (#1315)Alexander F. Rødseth
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-27ps: Don't assert when coming across a zombie processAndreas Kling
2020-02-27Piano: New timing system and zoomable piano rollWilliam McPherson
2020-02-27WavLoader: Add missing AK/OwnPtr.h includeWilliam McPherson
2020-02-27AK: Expose SinglyLinkedListIterator constructorWilliam McPherson
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-27Ports: Update the C-ray renderer portValtteri Koskivuori
2020-02-27DisplayProperties: Do not assert on trying to select unset wallpaperTibor Nagy
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-26CircularQueue: Move construct a T object instead of copy constructing ithowar6hill
2020-02-26Kernel: Allow process with multiple threads to call exec and exitCristian-Bogdan SIRB
2020-02-26Meta: Claim copyright on `DisplayProperties` filesJesse Buhagiar
2020-02-26LibCore: Allow ConfigFile::read_num_entry to handle negative numbersJesse Buhagiar
2020-02-26Minesweeper: Perform sanity check on configuration (#1300)Jesse
2020-02-26DateTime: Fix a typohowar6hill
2020-02-25LibGUI: Mouse events didn't hit table headers when vertically scrolledAndreas Kling
2020-02-25SystemMonitor: Add pagemap visualization for VM regionsAndreas Kling
2020-02-25ProcFS: Expose the physical page map of each region in /proc/PID/vmAndreas Kling
2020-02-25LibM: Implement floating point variants of various math functionsValtteri Koskivuori
2020-02-25Terminal: Open settings as a modal windowTibor Nagy
2020-02-25Snake: Persist high scoreTibor Nagy
2020-02-25Build: Only look at SUBDIRS with Makefilesjoshua stein
2020-02-25Terminal: Don't set an initial command_to_executejoshua stein
2020-02-25Shell: Don't pass nonsense options to waitpid()Andreas Kling
2020-02-25LibGUI: Fix ColumnsView.cpp buildAndreas Kling
2020-02-25LibGUI: Make descendants of AbstractView define their own select_all() (#1201)DAlperin
2020-02-25AK: Have AK/kmalloc.h #include <new> on other platformsAndreas Kling
2020-02-25AK: Provide a ptr_hash(const void*) overloadAndreas Kling
2020-02-25SoundPlayer: Cast Audio::Sample to float for fabsf()joshua stein
2020-02-25AK: Add ptr_hash to use int_hash or u64_hash depending on pointer sizejoshua stein
2020-02-25LibGfx: SystemTheme is a struct, not a classjoshua stein
2020-02-25AK: Some more int => size_t in BitmapAndreas Kling
2020-02-25AK: Make Queue use size_t for its sizeAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-25LibGUI: Actually store the column in MultiView::set_model_column()Andreas Kling