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-29
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
Andreas Kling
2020-03-28
strace: Change implementation to use ptrace()
Itamar
2020-03-27
js: Publish the global object as "global"
Andreas Kling
2020-03-26
NotificationServer: Allow showing an icon in notifications
Andreas Kling
2020-03-26
js: Tweak pretty-printing of functions and null
Andreas Kling
2020-03-26
js: Fix build on Linux
Andreas Kling
2020-03-26
js: Implement some modest pretty-printing of values
Andreas Kling
2020-03-26
Base: Add a man page for js(1)
Sergey Bugaev
2020-03-26
Userland: Implement JS REPL
Sergey Bugaev
2020-03-25
uname: Remove trailing space character
Andreas Kling
2020-03-25
js: Remove debug message about what the interpreter returned
Andreas Kling
2020-03-24
js: Make the -l command-line argument actually work
Andreas Kling
2020-03-23
LibJS: Always collect all garbage when destroying Heap
Andreas Kling
2020-03-20
js: Make printing of the last result optional
Andreas Kling
2020-03-20
js: Ignore the first line of input if it starts with "#!"
Andreas Kling
2020-03-20
copy: Use StringBuilder::join()
Andreas Kling
2020-03-19
Userland: Add functionality of changing system date in date utility
Liav A
2020-03-18
LibCore: Moved cal.cpp functions to DateTime
rhin123
2020-03-16
LibJS+js: Add a debug option (js -g) to GC after every allocation
Andreas Kling
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling
2020-03-15
Userland: ifconfig can change the IP address of the default gateway
marprok
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
[next]