index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
Age
Commit message (
Expand
)
Author
2021-03-09
UserspaceEmulator: Don't assume entire malloc block is chunked
Andreas Kling
2021-03-09
UserspaceEmulator: Don't audit accesses in calloc() and libsystem.so
Andreas Kling
2021-03-09
UserspaceEmulator: Tidy up the MallocRegionMetadata construction a bit
Andreas Kling
2021-03-09
UserspaceEmulator: Defer marking MmapRegion as malloc block
Andreas Kling
2021-03-09
UserspaceEmulator: Keep the MMU regions list sorted
Andreas Kling
2021-03-09
UserspaceEmulator: Remember VM region names for MAP_ANONYMOUS
Andreas Kling
2021-03-09
UserspaceEmulator: Implement sys$set_mmap_name()
Andreas Kling
2021-03-09
UserspaceEmulator: Never try to mprotect(PROT_EXEC) MmapRegion backing
Andreas Kling
2021-03-09
UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UE
Andreas Kling
2021-03-09
Kernel+UserspaceEmulator: Add sys$emuctl() system call
Andreas Kling
2021-03-09
HackStudio: Add language client check in identifier click
Bui Quang Minh
2021-03-08
UserspaceEmulator: Support munmap/mprotect with partial mappings
Ben Wiederhake
2021-03-08
UserspaceEmulator: Enable splitting regions at arbitrary points
Ben Wiederhake
2021-03-08
UserspaceEmulator: Convert backing storage from malloc to mmap
Ben Wiederhake
2021-03-08
Everywhere: Remove unnecessary whitespace at the end of some lines.
Emanuele Torre
2021-03-06
HackStudio: Restart LanguageServer if it crashes
Itamar
2021-03-06
LanguageServers: Support calling SetFileContent with not-yet open files
Itamar
2021-03-06
LanguageServers: Tweak FileDB API
Itamar
2021-03-06
HackStudio: Add ProjectFile::create_if_needed
Itamar
2021-03-06
HackStudio: Create Language enum from file extension or language name
Itamar
2021-03-06
HackStudio: Remove redundant null check when creating a new project file
Itamar
2021-03-06
HackStudio: Make sure project files are created with an absolute path
Itamar
2021-03-06
HackStudio: Map connections to langauge-servers by language name
Itamar
2021-03-06
LanguageServers/Cpp: Allow the creation of DocumentData objects to fail
Itamar
2021-03-05
Profiler: Get perfcore file from ArgsParser
Linus Groh
2021-03-04
AK: Simplify Bitmap and implement in terms of BitmapView
Andreas Kling
2021-03-04
HackStudio/LanguageServers: Move some components out of Cpp
AnotherTest
2021-03-03
Profiler: Symbolicate addresses in non-PIE ELF objects
Andreas Kling
2021-03-03
Profiler: Cache and reuse mapped ELF objects
Andreas Kling
2021-03-03
HackStudio: Allow multi-selection in project view tree
Bui Quang Minh
2021-03-02
Kernel+Profiler: Capture metadata about all profiled processes
Andreas Kling
2021-03-02
HackStudio: Implement removing file from disk
Bui Quang Minh
2021-03-02
LanguageServers/Cpp: Fix nullptr dereference in ~LanguageClient
Itamar
2021-03-02
LanguageServers/Cpp: Fix typo
Itamar
2021-03-01
Profiler: Print addresses as pointers in new Samples view
Brian Gianforcaro
2021-02-28
Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() defini...
thislooksfun
2021-02-27
Profiler: Add a new "Samples" view to the main UI
Andreas Kling
2021-02-27
LibVT: Put TerminalWidget in the VT namespace :^)
Andreas Kling
2021-02-27
Profiler: Move ELF object name to its own profile graph column
Andreas Kling
2021-02-27
Profiler: Unbreak DisassemblyModel after shared library introduction
Andreas Kling
2021-02-27
HackStudio: Support searching symbol declarations in the Locator
Itamar
2021-02-27
LanguageServers/Cpp: Update client asynchronously about symbols
Itamar
2021-02-27
LanguageServers/Cpp: Add type to Declarations
Itamar
2021-02-27
LanguageServers: Add ProjectLoaction, Declaration types and use in IPC
Itamar
2021-02-26
LanguageServers/Cpp: Don't VERIFY that a file could be found
Itamar
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-26
HackStudio: Set correct icons, text and location in menus
thankyouverycool
2021-02-24
Profiler: Add help documentation
Brendan Coles
2021-02-24
Profiler: Make sure rendered timestamps don't overflow
Sahan Fernando
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
[next]