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-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
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-01
wc: Add missing newlines to some error messages
Andreas Kling
2019-08-29
Userland: Add 'which' command (#497)
Brandon Scott
2019-08-26
LibThread: Introduce a new threading library
Sergey Bugaev
2019-08-25
Userland: Add realpath
Rok Povsic
2019-08-24
Userland: Remove unnecessary output from "rm"
Andreas Kling
2019-08-21
Userland: Fix ifconfig use of /proc/net/adapters
Conrad Pankoff
2019-08-21
Userland: Remove immature "tc" and "uc" programs in favor of "nc"
Andreas Kling
2019-08-20
ls: Sort the output alphabetically
Andreas Kling
2019-08-20
ls: Don't layout or colorize output if stdout is not a TTY
Andreas Kling
2019-08-20
Userland: ls division by zero.
marprok
2019-08-19
Userland: Improved the printing of the ls command. (#468)
Marios Prokopakis
2019-08-18
Userland: Implemented a simple cut command.
marprok
2019-08-17
Userland: Reimplement the mount command
Sergey Bugaev
2019-08-17
Kernel+LibC+Userland: Support mounting other kinds of filesystems
Sergey Bugaev
2019-08-17
LibCore+rpcdump: Publish CObject graph to on-demand RPC socket
Andreas Kling
2019-08-17
Kernel: Added unmount ability to VFS
Jesse Buhagiar
2019-08-14
Userland: Use LibPCIDB in lspci to print device names
Conrad Pankoff
2019-08-14
Libraries: Add LibPCIDB for reading PCI device information from pci.ids
Conrad Pankoff
2019-08-14
Userland: Implement simple lspci command
Conrad Pankoff
2019-08-12
Kernel+LibC+crash: Add mprotect() syscall
Andreas Kling
2019-08-10
Userland: Make sure sockaddr_len is initialised correctly in nc
Conrad Pankoff
2019-08-08
Userland: Implement -l, -v, -N, -s, and -p for netcat
Conrad Pankoff
2019-08-08
Userland: Implement nc command
Conrad Pankoff
2019-08-08
Kernel: Record network statistics and expose as JSON
Conrad Pankoff
2019-08-07
JSON: Templatize the JSON serialization code
Andreas Kling
2019-08-05
Userland: Implement truncate command
Conrad Pankoff
2019-08-03
AudioServer: Port to the new generated IPC mechanism
Andreas Kling
2019-08-02
Kernel: mount system call (#396)
Jesse
[next]