index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-02-11
WindowServer: Assert that a window is not being set as empty
Shannon Booth
2020-02-11
WindowServer: Remove unimplemented header function
Shannon Booth
2020-02-11
WindowServer: Use early return to reduce nesting
Shannon Booth
2020-02-10
Terminal: Set up a nice $PROMPT for the shell :^)
Andreas Kling
2020-02-10
Shell: Build prompt based on the PROMPT environment variable if present
Andreas Kling
2020-02-10
Kernel: Remove some commented-out code in Scheduler::yield()
Andreas Kling
2020-02-10
Kernel: Remove outdated FIXME from Scheduler
Andreas Kling
2020-02-10
Kernel: Add getter and setter for the X86 CR3 register
Andreas Kling
2020-02-10
LibGUI: Single-line GUI::TextEditor should not have "go to line" action
Andreas Kling
2020-02-10
Kernel+LibC: Merge sys$stat() and sys$lstat()
Andreas Kling
2020-02-10
Calculator: Accept more keyboard input (#1207)
ignas-sa
2020-02-10
WindowServer: Move applet code from MenuManager to AppletManager.
asliturk
2020-02-10
Audio.MenuApplet: Add window title.
=
2020-02-10
CPUGraph.MenuApplet: Add window title.
=
2020-02-10
Clock.MenuApplet: Add window title.
=
2020-02-10
UserName.MenuApplet: Add window title.
=
2020-02-10
LibCore: TCP and UDP servers should parent Notifiers to themselves
Andreas Kling
2020-02-10
LibAudio/Piano: Replace floats with doubles
William McPherson
2020-02-10
LibAudio/aplay: Handle WAV header errors properly
William McPherson
2020-02-10
Piano: Draw stereo waves
William McPherson
2020-02-10
Piano: Try to be more stereo-oriented
William McPherson
2020-02-10
Piano: Add nice scale factor to WaveWidget
William McPherson
2020-02-10
Piano: Ensure WaveWidget paints in-bounds
William McPherson
2020-02-10
Piano: Put reset() with other setters
William McPherson
2020-02-10
Piano: Add sampler
William McPherson
2020-02-10
Ports: Disable JACK for SDL2 in `configopts`
Jesse Buhagiar
2020-02-10
Kernel: Remove more <LibBareMetal/Output/kstdio.h> includes
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-10
Userland: Fix segfault in chown
William McPherson
2020-02-10
Meta: Integrate Shellcheck into Travis
Shannon Booth
2020-02-10
Meta: Fix shellcheck warnings in various scripts
Shannon Booth
2020-02-10
Build: clean .d files based on SUFFIXED_OBJS and EXTRA_OBJS
joshua stein
2020-02-09
Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal
Liav A
2020-02-09
LibELF: Use VirtualAddress class from LibBareMetal
Liav A
2020-02-09
LibBareMetal: Add Memory definitions
Liav A
2020-02-09
LibC: Apply a change for the Bootstrapper environment
Liav A
2020-02-09
Build Environment: Add a definition for the Bootstrapper environment
Liav A
2020-02-09
AK: Apply changes for the Bootstrapper environment
Liav A
2020-02-09
Userland: Use IO helpers from LibBareMetal
Liav A
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-09
LibBareMetal: Creating a new library for freestanding environments
Liav A
2020-02-09
WebServer: Add missing space to HTTP error responses
Andreas Kling
2020-02-09
Net: Short-circuit routing to the IPv4 address of a local adapter
Andreas Kling
2020-02-09
WebServer: Send the HTTP response headers in a single packet
Andreas Kling
2020-02-09
WebServer: Tighten things up with pledge() and unveil()
Andreas Kling
2020-02-09
WebServer: Implement a very basic HTTP server :^)
Andreas Kling
2020-02-09
Net: When routing to loopback, use the loopback adapter's MAC address
Andreas Kling
2020-02-09
Net: Give the LoopbackAdapter a MAC address
Andreas Kling
2020-02-09
LibCore: Add File::is_directory() helpers
Andreas Kling
2020-02-09
AK: Make StringBuilder::to_string() non-destructive
Andreas Kling
[next]