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-10-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-10-04
LibJS: Move "strict mode" state to the call stack
Andreas Kling
2020-10-04
Userland: tar: support extracting gzipped files
Peter Elliott
2020-10-04
Userland: Add tar command
Peter Elliott
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-10-01
Userland: Fix buffer overflow in unzip
Tibor Nagy
2020-09-29
LibJS: Move Console from Interpreter to GlobalObject
Andreas Kling
2020-09-28
ProtocolServer+LibWeb: Support more detailed HTTP requests
Andreas Kling
2020-09-27
AK: Remove the ctype adapters and use the actual ctype functions instead
Benoît Lormeau
2020-09-27
LibC: Remove an unneeded string.h include in ctype.h/cpp
Benoit Lormeau
2020-09-27
LibMarkdown: Take a 'view_width' argument for render_for_terminal()
AnotherTest
2020-09-27
LibJS: Remove use of Interpreter& in JSONObject code
Andreas Kling
2020-09-27
LibJS: Make native function/property callbacks take VM, not Interpreter
Andreas Kling
2020-09-27
LibJS: Move most of Interpreter into VM
Andreas Kling
2020-09-26
lsof: Separate file name components
Maciej Zygmanowski
2020-09-26
lsof: Allow selecting files by file name
Maciej Zygmanowski
2020-09-25
LibJS+LibGUI+js: Handle UnterminatedRegexLiteral in syntax highlighters
Linus Groh
2020-09-25
Meta+Userland: Make clang-format-10 clean
Ben Wiederhake
2020-09-23
js: Use VM::exception() instead of Interpreter::exception()
Andreas Kling
2020-09-22
LibJS: Move the current exception from Interpreter to VM
Andreas Kling
2020-09-21
Userland: Convert passwd(1) to use Core::Account
Peter Elliott
2020-09-21
Userland: Switch su over to Core::Account
Peter Elliott
2020-09-21
LibJS: Rename InterpreterScope => InterpreterExecutionScope
Andreas Kling
2020-09-21
test-web: Keep the Interpreter on the VM interpreter stack during test
Andreas Kling
2020-09-20
LibJS+Clients: Add JS::VM object, separate Heap from Interpreter
Andreas Kling
2020-09-17
ntpquery: Use SO_TIMESTAMP to get a more accurate destination_timestamp
Nico Weber
2020-09-16
Userland: Allow executing binaries from PATH with env.
asynts
2020-09-16
Userland: Use find_executable_in_path in which.
asynts
2020-09-14
AK: Lower the requirements for InputStream::eof and rename it.
asynts
2020-09-13
Userland: Add {md5,sha1,sha256,sha512}sum
Linus Groh
2020-09-11
Userland: Add an implementation of printf
AnotherTest
2020-09-11
LibCompress: Add unit tests for CanonicalCode.
asynts
2020-09-11
LibCompress: Return Optional from decompress_all method.
asynts
2020-09-11
Userland: gunzip if filename doesn't end in .gz append it.
asynts
2020-09-10
Userland: Fix a signal race condition
Sergey Bugaev
2020-09-09
test-js: Catch SIGINFO and dump the current test name + pass/fail/skip
Andreas Kling
2020-09-09
test-js: Add -g option to run a garbage collection on each allocation
Andreas Kling
2020-09-09
sleep: Make variable written in signal handler volatile
Nico Weber
2020-09-09
sleep: On SIGINT, call default SIGINT handler after printing remaining time
Nico Weber
2020-09-08
Refactor: Replace usages of FixedArray with Array.
asynts
2020-09-07
ntpquery: Compute and print delay and offset
Nico Weber
2020-09-06
ntpquery: Add a -s flag to make it adjust the time
Nico Weber
2020-09-06
ntpquery: Use time.google.com as default NTP server for now
Nico Weber
2020-09-06
ntpquery: Record destination timestamp as well
Nico Weber
2020-09-06
Userland: Add missing license headers to "w" and "utmpupdate"
Andreas Kling
2020-09-06
Userland: Shorten "w" idle time format
Andreas Kling
2020-09-06
Userland: Bring back improved "LOGIN@" column in "w"
Andreas Kling
2020-09-06
utmpupdate: Store the login time in /var/run/utmp as a Unix timestamp
Andreas Kling
2020-09-06
Userland: Show the current foreground process name in "w" output
Andreas Kling
2020-09-06
LibCore+top: Use pid_t for pgid/pgrp/sid numbers
Andreas Kling
[next]