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-13
Profiler: Store event type as enum
Andreas Kling
2021-08-13
Profiler: Remove "Signpost " prefix from timeline tooltips
Andreas Kling
2021-08-13
AK: Avoid OOB access in UniformBumpAllocator::destroy_all()
Ali Mohammad Pur
2021-08-13
Base: Convert postcreate scripts to use heredoc
sin-ack
2021-08-13
Shell: Make caller specify the string parsing end condition
sin-ack
2021-08-12
Shell: Remove dbgln related to process group IDs
sin-ack
2021-08-12
SystemServer: Generalize chown_all_framebuffer_devices function
Liav A
2021-08-12
Meta: Enable `nonnull-compare` warnings
Daniel Bertalan
2021-08-12
LibC+DynamicLoader: Prevent GCC from removing null checks
Daniel Bertalan
2021-08-12
LibWeb: Remove pointless type casts
Daniel Bertalan
2021-08-12
LibC: Don't delete null check in `gettimeofday`
Daniel Bertalan
2021-08-12
LibWasm: Move some Values and Vector<Value>s instead of copying them
Ali Mohammad Pur
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
[next]