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
2020-09-27
LibJS: Don't require Interpreter& for constructing an Accessor
Andreas Kling
2020-09-27
LibJS: Reduce Interpreter& usage in the Object class
Andreas Kling
2020-09-27
LibJS: Don't require Interpreter& in PropertyName and StringOrSymbol
Andreas Kling
2020-09-27
LibJS: Make all the JS::Value binary op helpers take GlobalObject&
Andreas Kling
2020-09-27
LibJS: Remove unused js_symbol(Interpreter&, ...)
Andreas Kling
2020-09-27
LibJS: Remove use of Interpreter& in JSONObject code
Andreas Kling
2020-09-27
LibJS: Remove Interpreter& argument to Function::construct()
Andreas Kling
2020-09-27
LibJS: Make native function/property callbacks take VM, not Interpreter
Andreas Kling
2020-09-27
LibJS: Make Function::call() not require an Interpreter&
Andreas Kling
2020-09-27
LibJS: Move scope stack from VM back to Interpreter
Andreas Kling
2020-09-27
LibJS: Move most of Interpreter into VM
Andreas Kling
2020-09-27
Kernel: Make Thread refcounted
Tom
2020-09-27
AK: Clear previous/next link in InlineLinkList::remove
Tom
2020-09-27
Ports: Add OpenSSH port
Luke
2020-09-27
LibC: Add SCM_RIGHTS to sockets.h and caddr_t to types.h
Luke
2020-09-27
LibC: Make isalum/isalpha/etc. functions instead of macros
Luke
2020-09-27
LibC: Add ss_family to sockaddr_storage
Luke
2020-09-27
LibELF: Validate PT_GNU_RELRO program header
Luke
2020-09-27
LibC: Add missing utmp backwards compatibility hacks and user/dead process ma...
Luke
2020-09-27
Kernel: Implement _SC_OPEN_MAX
Luke
2020-09-27
LibC: Made mbtowc return int instead of size_t
Luke
2020-09-27
LibC: Add FIXME for vsscanf
Luke
2020-09-27
LibC: Add some missing netinet macros required by OpenSSH
Luke
2020-09-27
LibC: Add SSIZE_MAX limit
Luke
2020-09-27
LibC: Include cdefs.h in getopt.h
Luke
2020-09-27
LibC: Add EPFNOSUPPORT error number
Luke
2020-09-27
Kernel: Return ENOPROTOOPT instead of asserting on unimplemented levels in ge...
Luke
2020-09-27
LibC: Add paths.h with some default mail directory for now
Luke
2020-09-26
Shell: Fix use-after-move in alias resolution
AnotherTest
2020-09-26
Shell: Add live formatting and take an option to enable it
AnotherTest
2020-09-26
Shell: Fix a FIXME in the a test about using functions
AnotherTest
2020-09-26
Shell: Add a (very basic) formatter
AnotherTest
2020-09-26
Shell: Ignore '\\\n' in input
AnotherTest
2020-09-26
Shell: Rename two 'fd' class members to have an 'm_' prefix
AnotherTest
2020-09-26
Shell: Use NonnullRefPtr to store non-null subnodes
AnotherTest
2020-09-26
LibLine: Add a setter for the cursor position
AnotherTest
2020-09-26
lsof: Separate file name components
Maciej Zygmanowski
2020-09-26
lsof: Allow selecting files by file name
Maciej Zygmanowski
2020-09-26
LibJS: Remove two unused Interpreter member functions
Andreas Kling
2020-09-26
Kernel: Allow killing queued threads
Tom
2020-09-26
LibGUI: Update color widgets when has_alpha is toggled in ColorPicker
Tibor Nagy
2020-09-26
AK+Format: Use the new format backend in the implementation.
asynts
2020-09-26
AK+Format: Add new integer to string backend.
asynts
2020-09-26
HackStudio: Detach from debugged process before terminating
Itamar
2020-09-26
LibDebug: Add ability to detach from debuggee
Itamar
2020-09-26
HackStudio: Fix FormEditor widget icons loading
Itamar
2020-09-26
AK: Enhance GenericLexer's string consumption
Benoit Lormeau
2020-09-26
AK: Alphabetically sort the ctype adapters
Benoit Lormeau
2020-09-26
AK: Added explanatory comments in GenericLexer.h
Benoit Lormeau
2020-09-26
Documentation: Debian gcc-9 installation instructions
Robbe De Greef
[next]