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
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
2021-08-11
LibJS: Use Checked<T> for offsets in the GetViewValue AO
Linus Groh
2021-08-11
LibIPC: Pass only message size to decoder
Federico Guerinoni
2021-08-11
LibRegex: Disallow invalid interval qualifiers in Unicode mode
Timothy Flynn
2021-08-11
LibUnicode: Download and parse DerivedNormalizationProps UCD file
Timothy Flynn
2021-08-11
LibUnicode: Handle edge-case script extensions, Common and Inherited
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for scripts and script extensions
Timothy Flynn
2021-08-11
LibUnicode: Generate *_from_string methods using a hash map
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for Unicode properties
Timothy Flynn
2021-08-11
LibUnicode: Include Unassigned code points in the Other General Category
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for General Category properties
Timothy Flynn
2021-08-11
LibUnicode: Remove WordBreakProperty from generated Unicode data
Timothy Flynn
2021-08-11
Kernel/SMP: Fix RecursiveSpinLock remembering the wrong CPU when locking
Andreas Kling
2021-08-11
Kernel: Don't ask RTC for current time when generating coredumps
Andreas Kling
2021-08-11
Kernel: Disambiguate instruction size for mov in read_gs_ptr
Gunnar Beutner
2021-08-11
Ports/ed: Make the configure script use the target toolchain
roytam1
2021-08-11
HackStudio: Make "Open project" action open in the current project path
Karol Kosek
2021-08-10
Profiler: Disassemble the entire function if the symbol is a function
Ali Mohammad Pur
2021-08-10
LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted
Timothy Flynn
2021-08-10
LibJS: Change ExecutionContext's arguments list to a MarkedValueList
Timothy Flynn
[next]