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-07-19
Userland: add mkfifo(1)
Peter Elliott
2020-07-19
Userland: mknod: Don't use major/minor when creating a pipe
Peter Elliott
2020-07-16
Userland: Add a "seq" utility
Nico Weber
2020-07-16
Userland: Make test exit 1 silently when no arguments are given
Peter Elliott
2020-07-14
Userland: Add a basic version of the tree command
Stijn
2020-07-14
unzip: Correct compression method offset value
AnotherTest
2020-07-13
unzip: Remove some magic numbers and create directories when needed
AnotherTest
2020-07-13
unzip: mmap() the zip file if possible to avoid spamming syscalls
AnotherTest
2020-07-11
Userland: Add "ini" command to read and write .ini config files
Linus Groh
2020-07-09
LibJS: Integrate Symbols into objects as valid keys
Matthew Olsson
2020-07-07
test-js: Show progress in taskbar
Linus Groh
2020-07-07
js: Remove test mode
Linus Groh
2020-07-06
test-js: Use Core::File::is_directory(path) instead of opening file
Andreas Kling
2020-07-06
test-js: Remove tests_to_run in favor of a DirIterator
Matthew Olsson
2020-07-06
LibJS: Convert Array tests to new testing framework
Linus Groh
2020-07-06
LibJS: Convert all remaining non-Array tests to the new system :)
Matthew Olsson
2020-07-06
LibJS: Convert remaining top-level tests to new system
Matthew Olsson
2020-07-06
test-js: Only print files with failed or skipped tests
Matthew Olsson
2020-07-06
test-js: Display messages from console.log in test output
Matthew Olsson
2020-07-06
test-js: Only parse test-common.js once
Matthew Olsson
2020-07-06
test-js: Print duration of each test when given '-t' flag
Matthew Olsson
2020-07-06
test-js: Allow skipping tests with "test.skip(name, callback)"
Matthew Olsson
2020-07-06
test-js: Remove run-tests.sh
Matthew Olsson
2020-07-06
LibJS/test-js: Clean up test-js code
Matthew Olsson
2020-07-06
LibJS: Convert most builtin tests to new system
Matthew Olsson
2020-07-06
LibJS: Convert Reflect object tests to new testing framework
Linus Groh
2020-07-06
LibJS: Convert Proxy tests
Matthew Olsson
2020-07-06
LibJS: Add test-common.js tests, remove unused matchers
Matthew Olsson
2020-07-06
LibJS: Convert some top-level tests to the new system
Matthew Olsson
2020-07-06
LibJS/test-js: Create test-js program, prepare for test suite refactor
Matthew Olsson
2020-07-05
Userland+MenuApplets: Replace two more fork/exec with posix_spawn
Nico Weber
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-07-04
strace: Use ArgsParser for argument processing
AnotherTest
2020-07-03
cut: Accept input from stdin if no files are given
Matthew Olsson
2020-07-01
js: Highlight Extends and Super tokens
Jack Karamanian
2020-06-30
Userland: Add watch tool
Sahan Fernando
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-06-27
Userland: Add a 'test' utility
AnotherTest
2020-06-21
Userland: Use Web::PageView::load_html() in the "html" utility
Andreas Kling
2020-06-21
Userland: Remove "ht" test utility
Andreas Kling
2020-06-21
chown: Don't allow "invalid" uid/gid specs (#2596)
Emanuele Torre
2020-06-20
LibJS: Make Value::to_object() take a GlobalObject&
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to native functions and property accessors
Andreas Kling
2020-06-18
Userland: Add base64 tool
Tom Lebreux
2020-06-18
keymap: Add copyright header
Andreas Kling
2020-06-18
keymap: Add back a tiny utility for setting the system keyboard layout
Andreas Kling
2020-06-17
su: Tweak informal string
Andreas Kling
2020-06-17
Meta: Scale back overly informal user-facing strings
Andreas Kling
2020-06-17
Userland: Compliment the user when running su(1) :^)
Sergey Bugaev
[next]