summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-11WindowServer: Assert that a window is not being set as emptyShannon Booth
2020-02-11WindowServer: Remove unimplemented header functionShannon Booth
2020-02-11WindowServer: Use early return to reduce nestingShannon Booth
2020-02-10Terminal: Set up a nice $PROMPT for the shell :^)Andreas Kling
2020-02-10Shell: Build prompt based on the PROMPT environment variable if presentAndreas Kling
2020-02-10Kernel: Remove some commented-out code in Scheduler::yield()Andreas Kling
2020-02-10Kernel: Remove outdated FIXME from SchedulerAndreas Kling
2020-02-10Kernel: Add getter and setter for the X86 CR3 registerAndreas Kling
2020-02-10LibGUI: Single-line GUI::TextEditor should not have "go to line" actionAndreas Kling
2020-02-10Kernel+LibC: Merge sys$stat() and sys$lstat()Andreas Kling
2020-02-10Calculator: Accept more keyboard input (#1207)ignas-sa
2020-02-10WindowServer: Move applet code from MenuManager to AppletManager.asliturk
2020-02-10Audio.MenuApplet: Add window title.=
2020-02-10CPUGraph.MenuApplet: Add window title.=
2020-02-10Clock.MenuApplet: Add window title.=
2020-02-10UserName.MenuApplet: Add window title.=
2020-02-10LibCore: TCP and UDP servers should parent Notifiers to themselvesAndreas Kling
2020-02-10LibAudio/Piano: Replace floats with doublesWilliam McPherson
2020-02-10LibAudio/aplay: Handle WAV header errors properlyWilliam McPherson
2020-02-10Piano: Draw stereo wavesWilliam McPherson
2020-02-10Piano: Try to be more stereo-orientedWilliam McPherson
2020-02-10Piano: Add nice scale factor to WaveWidgetWilliam McPherson
2020-02-10Piano: Ensure WaveWidget paints in-boundsWilliam McPherson
2020-02-10Piano: Put reset() with other settersWilliam McPherson
2020-02-10Piano: Add samplerWilliam McPherson
2020-02-10Ports: Disable JACK for SDL2 in `configopts`Jesse Buhagiar
2020-02-10Kernel: Remove more <LibBareMetal/Output/kstdio.h> includesAndreas Kling
2020-02-10AK: Remove bitrotted Traits::dump() mechanismAndreas Kling
2020-02-10Userland: Fix segfault in chownWilliam McPherson
2020-02-10Meta: Integrate Shellcheck into TravisShannon Booth
2020-02-10Meta: Fix shellcheck warnings in various scriptsShannon Booth
2020-02-10Build: clean .d files based on SUFFIXED_OBJS and EXTRA_OBJSjoshua stein
2020-02-09Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetalLiav A
2020-02-09LibELF: Use VirtualAddress class from LibBareMetalLiav A
2020-02-09LibBareMetal: Add Memory definitionsLiav A
2020-02-09LibC: Apply a change for the Bootstrapper environmentLiav A
2020-02-09Build Environment: Add a definition for the Bootstrapper environmentLiav A
2020-02-09AK: Apply changes for the Bootstrapper environmentLiav A
2020-02-09Userland: Use IO helpers from LibBareMetalLiav A
2020-02-09Kernel: Apply changes to use LibBareMetal definitionsLiav A
2020-02-09LibBareMetal: Creating a new library for freestanding environmentsLiav A
2020-02-09WebServer: Add missing space to HTTP error responsesAndreas Kling
2020-02-09Net: Short-circuit routing to the IPv4 address of a local adapterAndreas Kling
2020-02-09WebServer: Send the HTTP response headers in a single packetAndreas Kling
2020-02-09WebServer: Tighten things up with pledge() and unveil()Andreas Kling
2020-02-09WebServer: Implement a very basic HTTP server :^)Andreas Kling
2020-02-09Net: When routing to loopback, use the loopback adapter's MAC addressAndreas Kling
2020-02-09Net: Give the LoopbackAdapter a MAC addressAndreas Kling
2020-02-09LibCore: Add File::is_directory() helpersAndreas Kling
2020-02-09AK: Make StringBuilder::to_string() non-destructiveAndreas Kling