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-03-12
LibJS: Allow functions to take arguments (#1405)
howar6hill
2020-03-12
js: Take the script file as a command-line argument
Andreas Kling
2020-03-12
LibJS: Add Javascript lexer and parser
Stephan Unverwerth
2020-03-11
Userland: Set the mask of a network adapter with ifconfig (#1388)
Marios Prokopakis
2020-03-11
js: Oopsie, fix build
Andreas Kling
2020-03-11
LibJS: Allow the choice of a scope of declaration for a variable (#1408)
0xtechnobabble
2020-03-11
LibJS: Support "hello friends".length
Andreas Kling
2020-03-11
Userland: Correction in the the copyright
marprok
2020-03-09
js: Make it a little easier to add new AST builder functions
Andreas Kling
2020-03-09
js: Add another little test AST to exercise marking of locals
Andreas Kling
2020-03-09
LibJS: Add basic support for (scoped) variables
Andreas Kling
2020-03-09
Userland: Use ArgParser in stat and support multiple files + links
Shannon Booth
2020-03-09
js: Fixed program comment (#1391)
Mr.doob
2020-03-08
js: Exercise the garbage collector a little bit
Andreas Kling
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-07
LibJS: Start building a JavaScript engine for SerenityOS :^)
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-03-07
LibCore: Remove all remaining C prefix references
Shannon Booth
2020-03-06
Userland: Use ArgsParser in `crash`
Shannon Booth
2020-03-06
Userland: Replace lsinterrupts with lsirq
Liav A
2020-03-04
Userland: Add du program
howar6hill
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-03
Userland: Speed up the execution of the cut command.
marprok
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-03-02
Meta: Adjust some copyright dates by Fei Wu
Andreas Kling
2020-03-01
ps: Add some options and slim down the default output style
Andreas Kling
2020-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
2020-03-01
rm: Allow specifying multiple paths to remove
Andreas Kling
2020-02-27
ps: Don't assert when coming across a zombie process
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-24
Userland: Add a utility for viewing interrupts from ProcFS
Liav A
2020-02-23
Userland: Delete redundant code in truncate
Shannon Booth
2020-02-22
head: Use pledge()
Brian Gianforcaro
2020-02-22
profile: Allow launching a command with profiling enabled
Andreas Kling
2020-02-21
mv: Use ArgsParser, and check lstat for failure
howar6hill
2020-02-20
Userland: Fix nullptr dereference if we fail to open the PCIDB
howar6hill
2020-02-20
host: Use ArgsParser to parse arguments, and add man page (#1252)
howar6hill
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-19
Userland: Add userdel program (#1217)
howar6hill
2020-02-18
realpath: Use pledge()
Andreas Kling
2020-02-18
uname: Use pledge()
Andreas Kling
2020-02-18
touch: Use pledge()
Andreas Kling
2020-02-18
rm: Use pledge()
Andreas Kling
2020-02-18
ln: Use pledge()
Andreas Kling
2020-02-18
date: Use pledge()
Andreas Kling
2020-02-18
env: Use pledge()
Andreas Kling
2020-02-18
uptime: Use pledge()
Andreas Kling
2020-02-18
hostname: Use pledge()
Andreas Kling
[next]