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
2021-08-12
LibWasm: Avoid calculating stack bounds on each wasm call
Ali Mohammad Pur
2021-08-12
LibWasm: Generate Value::type() on the fly instead of storing it
Ali Mohammad Pur
2021-08-12
Meta: Un-escape escaped strings when generating Wasm tests
Ali Mohammad Pur
2021-08-12
LibWasm: Replace memory write macros with templated functions
Ali Mohammad Pur
2021-08-12
LibWasm: Make memory operation address calculation match the spec
Ali Mohammad Pur
2021-08-12
LibWasm: Replace memory read macros with templated functions
Ali Mohammad Pur
2021-08-12
LibWasm: Replace the numeric operation macros with templated functions
Ali Mohammad Pur
2021-08-12
Meta: Don't roundtrip floats for i64/i32 hex literals in wasm tests
Ali Mohammad Pur
2021-08-12
AK: Add a IsSpecializationOf<T, Template> type trait
Ali Mohammad Pur
2021-08-12
AK: Don't zero Variant data in the move constructor
Ali Mohammad Pur
2021-08-12
Kernel: Steer away from heap allocations for ProcFS process data
Liav A
2021-08-12
Kernel+LibC: Use 64 bit values for ino_t
Liav A
2021-08-12
Kernel: Fail process creating earlier if can't create AddressSpace
Liav A
2021-08-12
Kernel/Process: Move protected values to the end of the object
Liav A
2021-08-12
3DFileViewer: Allow zooming via mouse wheel
Stephan Unverwerth
2021-08-12
3DFileViewer: Add magnification filters to texture menu
Stephan Unverwerth
2021-08-12
LibGL: Implement GL_LINEAR texture filter
Stephan Unverwerth
2021-08-12
Revert "HackStudio: Remove noop code when opening the project"
Andreas Kling
2021-08-12
3DFileViewer: Add texture menu
Stephan Unverwerth
2021-08-12
LibGL: Implement glTexParameter{i,f}
Stephan Unverwerth
2021-08-12
LibGL: Implement "mirrored repeat" wrap mode
Stephan Unverwerth
2021-08-12
LibGL: Implement "clamp" wrap mode
Stephan Unverwerth
2021-08-12
LibGL: Turn Sampler2D into an actual class
Stephan Unverwerth
2021-08-12
Utilities: Add option to control when to use colored output for grep
TheFightingCatfish
2021-08-12
Ports: Add cc symlink to gcc port
Jean-Baptiste Boric
2021-08-12
Ports: Add awk symlink to mawk port
Jean-Baptiste Boric
2021-08-12
Userland: Fix PATH environment variable ordering
Jean-Baptiste Boric
2021-08-12
Base: Make /bin/Shell the login shell by default
Jean-Baptiste Boric
2021-08-12
LibC: Add stub forwarders to LibRegex C API
Jean-Baptiste Boric
2021-08-12
HackStudio: Remove noop code when opening the project
Karol Kosek
2021-08-12
HackStudio: Show the 'Save as...' dialog when saving uncreated file
Karol Kosek
2021-08-12
HackStudio: Add 'Save as...' action
Karol Kosek
2021-08-12
HackStudio: Show text editor after starting the application
Karol Kosek
2021-08-12
LibELF+LibTest: Fix incorrect #ifdef
Gunnar Beutner
2021-08-12
Meta: Properly quote some CMake variables in serenity_component
sin-ack
2021-08-12
Userland: Add partial support for complex specifications to tr
Jean-Baptiste Boric
2021-08-12
Userland: Add support for --delete flag as alias of -d to tr
Jean-Baptiste Boric
2021-08-12
Userland: Add support for -c/--complement flag to tr
Jean-Baptiste Boric
2021-08-12
Userland: Add support for multiple character translations to tr
Jean-Baptiste Boric
2021-08-12
AK: Add contains(char) method to String
Jean-Baptiste Boric
2021-08-12
Kernel: Don't record sys$perf_event() if profiling is not enabled
Andreas Kling
2021-08-12
LibTest: Emit a profile signpost at the start of each test
Andreas Kling
2021-08-12
Kernel: Make sys$perf_register_string() generate the string ID's
Andreas Kling
2021-08-12
LibJS: Emit a profile signpost when starting a garbage collection
Andreas Kling
2021-08-12
Profiler: Parse and render signpost strings
Andreas Kling
2021-08-12
Kernel+LibC: Add sys$perf_register_string()
Andreas Kling
2021-08-12
Profiler: Parse and paint profile signpost events :^)
Andreas Kling
2021-08-12
profile: Always enable PERF_EVENT_SIGNPOST
Andreas Kling
2021-08-12
Kernel+LibC: Add PERF_EVENT_SIGNPOST
Andreas Kling
2021-08-11
LibJS: Use Checked<T> for offsets in the SetViewValue AO
Linus Groh
[next]