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
2020-04-26
Userland: Fix kill to support negative pid values.
Brian Gianforcaro
2020-04-25
LibJS: Stop using Optional<Value> in favor of Value's empty state
Andreas Kling
2020-04-25
Userland/ls: Remove unnecessary output
Hüseyin ASLITÜRK
2020-04-24
js: Interrupt running script or REPL evaluation when receiving SIGINT
Linus Groh
2020-04-24
LibJS: Add TokenType::TemplateLiteral
Linus Groh
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-19
Userland: Remove some little temporary test programs
Andreas Kling
2020-04-19
Kernel: rmdir("/") should fail instead of asserting
Andreas Kling
2020-04-19
test_io: Unbreak symlink test after sys$readlink() '\0' changes
Andreas Kling
2020-04-19
LibLine: Allow suggestions to have trailing trivia strings
AnotherTest
2020-04-19
Userland: Add open(1)
Sergey Bugaev
2020-04-18
LibJS: Move builtin prototypes to the global object
Andreas Kling
2020-04-16
js: Tweak the live syntax highlighting colors a bit
Andreas Kling
2020-04-16
functrace: Log syscalls
Itamar
2020-04-16
Userland: Add "functrace" utility
Itamar
2020-04-15
js: Tweak colorization of printed values a bit
Andreas Kling
2020-04-14
Kernel: Don't include null terminator in sys$readlink() result
Sergey Bugaev
2020-04-14
js/LibJS: Move test functions to pure javascript.
Brian Gianforcaro
2020-04-13
js: Output text using printf() and return undefined in help()
Linus Groh
2020-04-13
js: Add assertNotReached() function in test mode
Linus Groh
2020-04-13
LibJS: Do not execute scripts with parse errors
Stephan Unverwerth
2020-04-13
js: Make load() available when running with --test-mode
Brian Gianforcaro
2020-04-13
strace: Update ptrace() usage
Itamar
2020-04-13
js: Coerce assert() argument to boolean
Linus Groh
2020-04-11
js: Stylize TokenType::{Throw,Switch,Case}
Linus Groh
2020-04-11
LibLine: Display suggestions and cycle between them
AnotherTest
2020-04-11
Userland: Add primitive autocomplete to the JS repl
AnotherTest
2020-04-11
Userland: Install LibLine's signal handlers in the JS repl
AnotherTest
2020-04-11
LibX86: Run the instruction decoder in 32-bit mode by default
Andreas Kling
2020-04-11
LibX86: Add an X86 instruction decoder library + basic disassembler
Andreas Kling
2020-04-10
JS repl: Fix indentation when a line starts with '})]'
AnotherTest
2020-04-09
LibJS: Add globalThis
Linus Groh
2020-04-08
LibJS: Handle empty values in Value::to_string()
Linus Groh
2020-04-06
LibJS: Support array holes, encoded as empty JS::Value
Andreas Kling
2020-04-06
LibJS: Add a number-indexed property storage to all Objects
Andreas Kling
2020-04-06
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-04-06
Meta: Add missing copyright headers
Andreas Kling
2020-04-05
JS Repl: Add live syntax highlighting
AnotherTest
2020-04-05
js: Add a new --test-mode option, which exposes an assert() function.
Brian Gianforcaro
2020-04-05
Kernel: Add the SO_BINDTODEVICE socket option
AnotherTest
2020-04-05
js: Add lines to history
Linus Groh
2020-04-04
LibJS: Don't return the "last computed value" from Interpreter::run()
Andreas Kling
2020-04-04
ProtocolServer+LibProtocol: Reject unhandled URLs instead of asserting
Andreas Kling
2020-04-04
Userland: Fix null-pointer deref on unknown user/group in chown/chgrp
Andreas Kling
2020-04-04
LibJS: Set length property in Object::put_native_function()
Linus Groh
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-04-04
LibJS: Add js_string(Interpreter&, String)
Andreas Kling
2020-04-04
js: Return 1 after exception in non-REPL mode
Linus Groh
2020-04-04
Userland/JS: Add the 'save("file")' repl command
Dov Alperin
2020-04-03
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
Andreas Kling
[next]