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-12-30
Keymap: Add ability to load keymap files by name
Jami Kettunen
2019-12-30
Keymap: Clean up source a bit
Jami Kettunen
2019-12-29
Kernel: Add a mode flag to sys$purge and allow purging clean inodes
Andreas Kling
2019-12-28
Build: build Userland binaries separately
joshua stein
2019-12-27
LibC+ping: Let's use the traditional timersub() et al prototypes
Andreas Kling
2019-12-27
gron: Implement a simplified variant of @tomnomnom's "gron"
Andreas Kling
2019-12-26
munch: Add a simple userland program for chewing up lots of memory
Andreas Kling
2019-12-25
crash: Add "-X" option for attempting to execute non-executable memory
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-24
Userland: Add syscall -l option and man page
Mauri de Souza Nunes
2019-12-24
Userland: Add support for printing multiple columns to the cal command
Andrés Vieira
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-11
Kernel: Implement a simple process time profiler
Andreas Kling
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-12-09
purge: Add a small command-line utility for purging all volatile memory
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-02
Kernel: Crash on memory access in non-readable regions
Andreas Kling
2019-12-02
Userland: Add the cal command (#838)
Andrés Vieira
2019-11-29
modunload: Take the module-to-unload as a command-line argument
Andreas Kling
2019-11-29
jp: Print double-quotes around string values in output
Andreas Kling
2019-11-29
modload: Take the module-to-load as a command-line argument
Andreas Kling
2019-11-29
Kernel: Disallow syscalls from writeable memory
Andreas Kling
2019-11-28
Kernel: Implement basic module unloading :^)
Andreas Kling
2019-11-28
Kernel: Implement very simple kernel module loading
Andreas Kling
2019-11-28
Kernel+ifconfig: Add an MTU value to NetworkAdapter
Andreas Kling
2019-11-26
Kernel: Make syscall counters and page fault counters per-thread
Andreas Kling
2019-11-26
Kernel: Expose per-thread information in /proc/all
Andreas Kling
2019-11-26
ps: Show "/dev/pts/0" as "pts/0" instead of "0"
Andreas Kling
2019-11-25
Userland: Add keymap program.
Hüseyin ASLITÜRK
2019-11-24
LibProtocol: Add a Download object so users don't have to manage ID's
Andreas Kling
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
[next]