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-17
Everywhere: Remove pessimizing and redundant move()
Andreas Kling
2021-03-16
UserspaceEmulator: Add symlink, rename, set_coredump_metadata syscalls
Brendan Coles
2021-03-16
UserspaceEmulator: Print PID in mmap nullptr with MAP_FIXED reportln()
Brendan Coles
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-15
UserspaceEmulator: downgrade TODO to dbgln for invalid fcntl cmd arg
Brendan Coles
2021-03-14
UserspaceEmulator: Add SC_rmdir syscall
Brendan Coles
2021-03-14
UserspaceEmulator: Increase stack size from 64 * KiB to 1 * MiB
Brendan Coles
2021-03-14
UserspaceEmulator: SoftCPU: Add support for FPTAN instruction
Brendan Coles
2021-03-13
LanguageServers/Cpp: Support jumping to declaration of preprocessor
Itamar
2021-03-13
LanguageServers/Cpp: Complete Preprocessor definitions
Itamar
2021-03-13
LibCpp: Implement Parser::text_in_range using text of tokens
Itamar
2021-03-13
LibCpp: Access Cpp::Token members via getter functions
Itamar
2021-03-13
LibCpp: Replace defined preprocessor values when parsing
Itamar
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-12
UserspaceEmulator: Convert a weird klog(!) to dbgln()
Andreas Kling
2021-03-12
UserspaceEmulator: SoftCPU: Add support for several x86 FPU instructions
Brendan Coles
2021-03-11
UserspaceEmulator: Handle MAP_FIXED with invalid addresses better
Ben Wiederhake
2021-03-11
UserspaceEmulator: Do not pass MAP_FIXED to Kernel
Ben Wiederhake
2021-03-11
UserspaceEmulator: Implement set_process_name syscall
Ben Wiederhake
2021-03-11
UserspaceEmulator: Split large file into logical pieces
Ben Wiederhake
2021-03-10
UserspaceEmulator: Remove debug spam about tracked malloc blocks
Andreas Kling
2021-03-09
UserspaceEmulator: Add fast-path for is<MmapRegion>()
Andreas Kling
2021-03-09
UserspaceEmulator+LibX86: Sprinkle some [[unlikely]] and ALWAYS_INLINE
Andreas Kling
2021-03-09
Emulator: Use libc.so bounds to fast-reject non-malloc addresses
Andreas Kling
2021-03-09
UserspaceEmulator: Support FLDL2E / FLDPI, fix typos, use M_LN2 constant
Brendan Coles
2021-03-09
UserspaceEmulator: Add Emulator::dump_regions() helper function
Andreas Kling
2021-03-09
UserspaceEmulator: Honor alignment requests in virt$mmap(MAP_RANDOMIZED)
Andreas Kling
2021-03-09
UserspaceEmulator: Add partial support for some more x87 instructions
Andreas Kling
2021-03-09
UserspaceEmulator: Don't set the MmapRegion malloc-block bit too early
Andreas Kling
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
[next]