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
Age
Commit message (
Expand
)
Author
2021-12-12
Spreadsheet: Avoid using Value.to_string_without_side_effects()
Ali Mohammad Pur
2021-12-12
Spreadsheet: Replace hacky JS VM configuration with a more correct one
Ali Mohammad Pur
2021-12-12
Spreadsheet: Replace the help button's text with something we can render
Ali Mohammad Pur
2021-12-12
Spreadsheet: Reimplement ranges as lazy objects instead of arrays
Ali Mohammad Pur
2021-12-12
Spreadsheet: Don't recreate the global environment on every evaluation
Ali Mohammad Pur
2021-12-12
Userland: Use File::lines() range-based for loop where appropriate
Sahan Fernando
2021-12-12
LibCore: Add support for range-based for loops on LineIterators
Sahan Fernando
2021-12-12
LibCore: Fix bug in IODevice::LineIterator causing skipped lines
Sahan Fernando
2021-12-12
LibC: Implement sigwait()
Idan Horowitz
2021-12-12
LibC: Implement sigwaitinfo()
Idan Horowitz
2021-12-12
Kernel+LibC: Implement sigtimedwait()
Idan Horowitz
2021-12-11
config: Port to LibMain :^)
Kenneth Myhra
2021-12-11
dd: Port to LibMain :^)
Kenneth Myhra
2021-12-11
date: Port to LibMain :^)
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for clock_settime()
Kenneth Myhra
2021-12-11
cut: Port to LibMain :^)
Kenneth Myhra
2021-12-11
cpp-processor: Port to LibMain :^)
Kenneth Myhra
2021-12-11
cpp-parser: Port to LibMain :^)
Kenneth Myhra
2021-12-11
cpp-lexer: Port to LibMain :^)
Kenneth Myhra
2021-12-11
comm: Port to LibMain :^)
Kenneth Myhra
2021-12-11
clear: Port to LibMain :^)
Kenneth Myhra
2021-12-11
cksum: Port to LibMain :^)
Kenneth Myhra
2021-12-11
chres: Port to LibMain :^)
Kenneth Myhra
2021-12-11
chown: Port to LibMain :^)
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for getgrnam()
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for getpwnam()
Kenneth Myhra
2021-12-11
chgrp: Port to LibMain :^)
Kenneth Myhra
2021-12-11
LibCore: Add syscall wrapper for chown()
Kenneth Myhra
2021-12-11
checksum: Port to LibMain :^)
Kenneth Myhra
2021-12-11
cal: Port to LibMain :^)
Kenneth Myhra
2021-12-11
Mail: Ask the user if they want to see the mail settings
Undefine
2021-12-11
LibGL: Improve mipmap lookup in Texture2D
Jelle Raaijmakers
2021-12-11
LibGL: Always inline `to_rgba32()`
Jelle Raaijmakers
2021-12-11
LibGL: Fix scissor box coordinate system
Jelle Raaijmakers
2021-12-11
LibGL: Remove unused default from rasterizer scissor_box
Jelle Raaijmakers
2021-12-11
LibGL: Use simpler syntax for `GL_SCISSOR_BOX` retrieval
Jelle Raaijmakers
2021-12-11
LibGL: Make `glDeleteTextures` skip over 0 names
Jelle Raaijmakers
2021-12-11
LibGL: Remove unnecessary `break;` from SoftwareGLContext
Jelle Raaijmakers
2021-12-11
LibGL: Fix a number of enum values in `gl.h`
Jelle Raaijmakers
2021-12-11
LibGL: Implement `GL_(UN)PACK_ALIGNMENT`
Jelle Raaijmakers
2021-12-11
LibGL: Use `Array::back()` for last mipmap selection
Jelle Raaijmakers
2021-12-11
Piano: Add track controls to the player widget
Jose Flores
2021-12-11
Playground: Remove redundant pledge()
bugreport0
2021-12-11
Inspector: Update pledge() idiom
bugreport0
2021-12-11
CrashReporter: Remove redundant pledge()
bugreport0
2021-12-11
passwd: Port to LibMain
David Lindbom
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-11
LibJS+LibUnicode: Generate unique numeric symbol lists
Timothy Flynn
2021-12-11
passwd: Remove redundant pledge()
bugreport0
2021-12-10
LibJS: Use AK::NaN<double> in Date::date_value() to fix build error
Linus Groh
[next]