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
2019-11-23
pro: Take the URL to download as a command-line argument
Andreas Kling
2019-11-23
ProtocolServer: Send the download payload to clients as a shared buffer
Andreas Kling
2019-11-23
pro: Add a little userland utility for testing ProtocolServer
Andreas Kling
2019-11-22
AudioServer: Allow muting the system audio
Andreas Kling
2019-11-18
Kernel+LibPthread: pthread_create handles pthread_attr_t
Andrew Kaster
2019-11-17
Kernel+LibC: Remove the isatty() syscall
Andreas Kling
2019-11-17
Kernel: Implement some basic stack pointer validation
Andreas Kling
2019-11-16
LibPthread: Implement a basic first pthread mutex
Andreas Kling
2019-11-14
Kernel+LibPthread: Implement pthread_join()
Andreas Kling
2019-11-06
LibHTML: Rename parse_html() => parse_html_document()
Andreas Kling
2019-11-06
Revert "LibHTML: Rename parse_html() => parse_html_document()"
Andreas Kling
2019-11-06
LibHTML: Rename parse_html() => parse_html_document()
Andreas Kling
2019-11-05
disk_benchmark: Add a -c flag to enable use of disk caches
Andreas Kling
2019-11-04
Userland: Add syscall program
Mauri de Souza Nunes
2019-11-04
Userland: Add the utility "nl" (number line) (#693)
balatt
2019-11-04
wc: Rewritten with added features (#690)
balatt
2019-11-03
cat: Use a 32 KB I/O buffer here to improve "cat a > b" scenario
Andreas Kling
2019-11-02
cp: Fail immediately if there's not enough space for the destination
Andreas Kling
2019-11-02
cp: Read/write 32 KB at a time to go faster :^)
Andreas Kling
2019-11-02
disk_benchmark: Use 64-bit values for bytes-per-second values
Andreas Kling
2019-11-02
cp: Try to pre-size the destination file to the final size up front
Andreas Kling
2019-10-31
Userland: cat no longer tries to open "cat"
balatt
2019-10-29
cat: Updated to handle multiple input files (#694)
balatt
2019-10-19
ls: Fix alignment of device files in long mode (ls -l)
Andreas Kling
2019-10-19
ls: Add -t and -r flags
Andreas Kling
2019-10-19
aplay: Fixed incomplete playback of files
Till Mayer
2019-10-09
LibHTML: Rename Document::normalize() to fixup() and always do it
Andreas Kling
2019-10-05
LibHTML: Make StyleResolver responsible for loading the default style
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-29
FileManager+LibGUI+html: Add an icon to represent HTML files
Andreas Kling
2019-09-29
html: Set the window title based on the HTML document's title
Andreas Kling
2019-09-28
Userland+LibHTML: Add the html command
Sergey Bugaev
2019-09-28
Userland: Add a man command
Sergey Bugaev
2019-09-28
Userland: Add an md command
Sergey Bugaev
2019-09-28
Libraries: Add LibMarkdown
Sergey Bugaev
2019-09-28
Userland: Add disk_benchmark program to test read/write speeds
Conrad Pankoff
2019-09-23
ifconfig: Allow setting an adapter's IPv4 address
Andreas Kling
2019-09-23
Userland: Unbreak "copy" and "paste" after GEventLoop removal
Andreas Kling
2019-09-22
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CLocalSocket to ObjectPtr
Andreas Kling
2019-09-17
Userland: Add copy and paste commands
Sergey Bugaev
2019-09-12
Add stdin support to wc program
Tim Morgan
2019-09-11
Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/response
Andreas Kling
2019-09-11
rpcdump: Don't call CSocket::connect() before setting up hooks
Andreas Kling
2019-09-11
ls: Add -h (human readable) output switch
Andreas Kling
2019-09-07
cp: Implement directory copying
Aaron Malpas
2019-09-07
cp: Refactor copying into copy_file function
Aaron Malpas
2019-09-07
cp: Use LibCore/CArgsParser for command-line arg parsing
Aaron Malpas
[prev]
[next]