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-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
2020-09-06
Userland: Remove "LOGIN@" column from "w" since it's not really useful
Andreas Kling
2020-09-06
Userland: Show idle times in "w" output
Andreas Kling
2020-09-06
Userland: Tweak "w" output just slightly
Andreas Kling
2020-09-06
Userland: Add a simple 'w' program that shows current terminal sessions
Andreas Kling
2020-09-06
utmpupdate: Use pledge() and unveil()
Andreas Kling
2020-09-06
utmpupdate: Add a program for updating /var/run/utmp
Andreas Kling
2020-09-06
LibCompress: Add another unit test.
asynts
2020-09-06
Userland: Use Buffered<T> in gunzip.
asynts
2020-09-05
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
Andreas Kling
2020-09-05
Meta: Fix wonky copyright headers in Tests
Ben Wiederhake
2020-09-03
Userland/tt: Use a default value for the test to run
Avery
2020-08-31
Userland: Allow unquoted 'filename' values in 'pro'
AnotherTest
2020-08-31
Userland: Improve 'ContentDispositionParser' in 'pro'
AnotherTest
2020-08-31
LibCompress: Fix a bug when wrapping around the buffer.
asynts
2020-08-31
Userland: Make 'pro' capable of guessing a filename
AnotherTest
2020-08-30
ntpquery: Add routines for converting timeval<->ntp timestamps
Nico Weber
2020-08-30
Userland: Add an extremely simple NTP client
Nico Weber
2020-08-30
Userland: Fix passing a non-format string to fprintf()
Sergey Bugaev
2020-08-30
LibC: Deprecate strcpy(), strncpy(), strcat() and strncat() :^)
Sergey Bugaev
2020-08-30
Tests: Assert the path fits
Sergey Bugaev
2020-08-30
Everywhere: Port to String::copy_characters_to_buffer()
Sergey Bugaev
2020-08-30
Userland: add gunzip utility.
asynts
2020-08-30
LibCompress: Implement gzip.
asynts
2020-08-30
Tests: Optionally switch off 858081 lines of dbg() in test-js
Ben Wiederhake
2020-08-28
ls: Fix issue with too-narrow columns in "ls" output
Andreas Kling
2020-08-28
HackStudio: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-28
Userland: Stop passing ignored timezones to gettimeofday
Nico Weber
2020-08-26
LibCompress: Implement DEFLATE properly.
asynts
[next]