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
2020-02-27
E1000NetworkAdapter: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
LoopbackAdapter: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
IPv4Socket: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
DMIDecoder: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Kernel: Run clang-format on DMIDecoder header file
Liav A
2020-02-27
Kernel: Don't use references or pointers to physical addresses
Liav A
2020-02-27
Toolchain: Add x86_64 cross compiler build script
Jesse Buhagiar
2020-02-27
Build: Use ccache if it's available (#1315)
Alexander F. Rødseth
2020-02-27
Kernel: Always disable interrupts in do_killpg()
Andreas Kling
2020-02-27
Kernel: Ignore signals sent to threadless (zombie) processes
Andreas Kling
2020-02-27
Kernel: Fix the gettid syscall
Cristian-Bogdan SIRB
2020-02-27
Kernel: Don't allow profiling a dead process
Andreas Kling
2020-02-27
Kernel: Don't blindly dereference Process::executable()
Andreas Kling
2020-02-27
ps: Don't assert when coming across a zombie process
Andreas Kling
2020-02-27
Piano: New timing system and zoomable piano roll
William McPherson
2020-02-27
WavLoader: Add missing AK/OwnPtr.h include
William McPherson
2020-02-27
AK: Expose SinglyLinkedListIterator constructor
William McPherson
2020-02-27
Kernel: Fix ASSERTION failed in join_thread syscall
Cristian-Bogdan SIRB
2020-02-27
Kernel: Don't assert on sys$kill() with pid=INT32_MIN
Andreas Kling
2020-02-27
Ports: Update the C-ray renderer port
Valtteri Koskivuori
2020-02-27
DisplayProperties: Do not assert on trying to select unset wallpaper
Tibor Nagy
2020-02-26
Kernel: Disallow assigning a TTY to an arbitrary process group ID
Andreas Kling
2020-02-26
Kernel: Remove unused artifacts of the Custody cache
Andreas Kling
2020-02-26
Kernel: Sanitize memory coming in/out of the slab allocator
Andreas Kling
2020-02-26
CircularQueue: Move construct a T object instead of copy constructing it
howar6hill
2020-02-26
Kernel: Allow process with multiple threads to call exec and exit
Cristian-Bogdan SIRB
2020-02-26
Meta: Claim copyright on `DisplayProperties` files
Jesse Buhagiar
2020-02-26
LibCore: Allow ConfigFile::read_num_entry to handle negative numbers
Jesse Buhagiar
2020-02-26
Minesweeper: Perform sanity check on configuration (#1300)
Jesse
2020-02-26
DateTime: Fix a typo
howar6hill
2020-02-25
LibGUI: Mouse events didn't hit table headers when vertically scrolled
Andreas Kling
2020-02-25
SystemMonitor: Add pagemap visualization for VM regions
Andreas Kling
2020-02-25
ProcFS: Expose the physical page map of each region in /proc/PID/vm
Andreas Kling
2020-02-25
LibM: Implement floating point variants of various math functions
Valtteri Koskivuori
2020-02-25
Terminal: Open settings as a modal window
Tibor Nagy
2020-02-25
Snake: Persist high score
Tibor Nagy
2020-02-25
Build: Only look at SUBDIRS with Makefiles
joshua stein
2020-02-25
Terminal: Don't set an initial command_to_execute
joshua stein
2020-02-25
Shell: Don't pass nonsense options to waitpid()
Andreas Kling
2020-02-25
LibGUI: Fix ColumnsView.cpp build
Andreas Kling
2020-02-25
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
DAlperin
2020-02-25
AK: Have AK/kmalloc.h #include <new> on other platforms
Andreas Kling
2020-02-25
AK: Provide a ptr_hash(const void*) overload
Andreas Kling
2020-02-25
SoundPlayer: Cast Audio::Sample to float for fabsf()
joshua stein
2020-02-25
AK: Add ptr_hash to use int_hash or u64_hash depending on pointer size
joshua stein
2020-02-25
LibGfx: SystemTheme is a struct, not a class
joshua stein
2020-02-25
AK: Some more int => size_t in Bitmap
Andreas Kling
2020-02-25
AK: Make Queue use size_t for its size
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-25
LibGUI: Actually store the column in MultiView::set_model_column()
Andreas Kling
[next]