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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2022-11-26
Userland: Add the BuggieBox program
Liav A
2022-05-02
Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option
Andrew Kaster
2021-05-06
Tests: Establish root Tests directory, move Userland/Tests there
Brian Gianforcaro
2021-04-04
Userland: Rename *.MenuApplet => *.Applet
Andreas Kling
2021-02-24
Build: Build Userland with -O2, Kernel with -Os
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2021-01-12
Games: Move to Userland/Games/
Andreas Kling
2021-01-12
MenuApplets: Move to Userland/MenuApplets/
Andreas Kling
2021-01-12
Demos: Move to Userland/Demos/
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling
2021-01-12
Shell: Move to Userland/Shell/
Andreas Kling
2021-01-03
Userland: Add gml-format
Linus Groh
2020-12-24
Toolchain+LibC: Fix usage of crt files
Itamar
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-12-14
Loader: Add dynamic loader program
Itamar
2020-11-27
Userland: Add support for 'match' in 'expr'
AnotherTest
2020-11-27
Userland: Add grep utility
Emanuel Sprung
2020-11-24
Userland: Add a test for pthread_once()
Sergey Bugaev
2020-11-14
Userland: Add test-gfx-font for Gfx::Font tests
Brendan Coles
2020-10-29
CMake: Use CONFIGURE_DEPENDS in existing globs.
asynts
2020-10-04
Userland: tar: support extracting gzipped files
Peter Elliott
2020-10-04
Userland: Add tar command
Peter Elliott
2020-09-13
Userland: Add {md5,sha1,sha256,sha512}sum
Linus Groh
2020-08-30
Userland: add gunzip utility.
asynts
2020-08-17
Userland: Provide a misbehaving application
Ben Wiederhake
2020-08-04
LibCompress: Add LibCompress
stelar7
2020-08-02
Tests: Build automatically, fix compilation errors
Ben Wiederhake
2020-07-28
Userland: Make su require passwords
Peter Elliott
2020-07-28
Userland: Add passwd utility
Peter Elliott
2020-07-23
LibWeb+test-web: Create test-web program, add doctype test
Luke
2020-07-06
LibJS/test-js: Create test-js program, prepare for test suite refactor
Matthew Olsson
2020-06-27
Userland: Add a 'test' utility
AnotherTest
2020-06-21
Userland: Remove "ht" test utility
Andreas Kling
2020-06-18
keymap: Add back a tiny utility for setting the system keyboard layout
Andreas Kling
2020-06-08
Userland: Remove keymap app from system
Hüseyin ASLITÜRK
2020-06-03
Userland: keymap, use LibKeyboard to read keymap files
Hüseyin ASLITÜRK
2020-05-22
LibWeb: Begin work on a spec-compliant HTML parser
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev