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-03
AK: The <cxxabi.h> header is not available during Toolchain build
Andreas Kling
2020-02-02
ProfileViewer: Only show live allocations by default
Andreas Kling
2020-02-02
ProfileViewer: Add basic support for loading "perfcore" files
Andreas Kling
2020-02-02
LibC: Allow opting into malloc() and free() performance event logging
Andreas Kling
2020-02-02
Kernel: Start working on a syscall for logging performance events
Andreas Kling
2020-02-02
Kernel: Remove unnecessary forward declaration in SlabAllocator
Andreas Kling
2020-02-02
AK: Turn demangling back on for userspace
Andreas Kling
2020-02-02
Kernel: Update Thread::raw_backtrace() signature to use uintptr_t
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
Terminal: Remove an unused variable
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-02-02
DisplayProperties: Highlight current wallpaper settings.
asliturk
2020-02-02
LibGUI: Save current wallpaper setting to WindowManager.ini.
asliturk
2020-02-02
WindowServer: Fix for Changing Screen Resolution Resets.
Hüseyin ASLITÜRK
2020-02-02
Minesweeper: Make sure first tile revealed is always blank (#1164)
pfg
2020-02-02
Userland: useradd utility
Jesse Buhagiar
2020-02-02
LibC: Implement `putpwent()`
Jesse Buhagiar
2020-02-02
LibC: Implement append modes for `fopen()`
Jesse Buhagiar
2020-02-02
LibC: Move `FILE` definition to bits/FILE.h
Jesse Buhagiar
2020-02-02
Meta: Claim copyright on files added by me
Andrew Kaster
2020-02-02
FileManager: Scope actions to the window where they logically belong
Andreas Kling
2020-02-02
LibGUI: Make GAction scoped to its CObject parent (widget or window)
Andreas Kling
2020-02-02
LibCore: is<CObject>(object) should not default to true
Andreas Kling
2020-02-02
Kernel: Detect devices when enumerating the PCI bus
Liav A
2020-02-02
Partition Table: Change Script files
Liav A
2020-02-02
Partition Table: Add support for Extended partitions
Liav A
2020-02-02
Partition Table: Replace __attribute__((packed)) with [[gnu::packed]]
Liav A
2020-02-01
Ports: Add klong language port
Andreas Kling
2020-02-01
Ports: Add ed port (#1159)
Brian Callahan
2020-02-01
LibCore: Fix CArgsParser build on my host machine
Andreas Kling
2020-02-01
AK: #ifdef out the contents of SharedBuffer on other platforms
Andreas Kling
2020-02-01
Documentation: Explain compilation of small changes and ports
Oliver Kraitschy
2020-02-01
Partition Table: Allow to boot with a partition number higher than 4
Liav A
2020-02-01
Partition Table: Replace __attribute__((packed)) with [[gnu::packed]]
Liav A
2020-02-01
LibC: The exec() family of functions should not search "." by default
Andreas Kling
2020-02-01
AK: Always inline StringView(const char*)
Andreas Kling
2020-02-01
Kernel: Add -fbuiltin to Kernel CXXFLAGS
Andreas Kling
2020-02-01
LibPthread: Disable debug spam by default
Andreas Kling
2020-02-01
AK: Add some integer overloads to JsonObjectSerializer
Andreas Kling
2020-02-01
Kernel: Add memory scrubbing in slab_alloc() and slab_dealloc()
Andreas Kling
2020-02-01
Kernel: Finalizer should not go back to sleep if there's more to do
Andreas Kling
2020-02-01
Kernel: Add crash logging heuristic for uninitialized kmalloc()/kfree()
Andreas Kling
2020-02-01
Kernel: Allow short writes to DoubleBuffer
Andreas Kling
2020-02-01
Kernel: Make Inode::lookup() return a RefPtr<Inode>
Andreas Kling
2020-02-01
WindowServer: make menus wrap vertically
Oliver Kraitschy
2020-01-31
Piano: Rewrite application
William McPherson
2020-01-31
AK: Add FixedArray::data()
William McPherson
2020-01-31
Kernel: Add key_code_count
William McPherson
2020-01-30
Kernel: LocalSocket should fail with EADDRINUSE for already-bound files
Andreas Kling
[prev]
[next]