summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-17LibVT: Correct color handlingDaniel Bertalan
2021-05-17LibVT: Fix progress bars not getting resetDaniel Bertalan
2021-05-17LibVT: Fix newline handlingDaniel Bertalan
2021-05-17BitmapView: Disable mutations of the underlying BitmapLenny Maiorani
2021-05-17Kernel: Implement a PCI Serial Device driverIdan Horowitz
2021-05-17Kernel: Use IOAddress instead of direct IO calls in SerialDeviceIdan Horowitz
2021-05-17Kernel: Add a put_char(char) method to SerialDeviceIdan Horowitz
2021-05-17Kernel: Bit mask line control options in SerialDevice::set_line_controlIdan Horowitz
2021-05-17Kernel: Swap baud rate divisor registers in SerialDevice::set_baudIdan Horowitz
2021-05-17Kernel: Use unsigned instead of signed types in SerialDeviceIdan Horowitz
2021-05-17Kernel: Initialize the PCI Bus earlier in the boot sequenceIdan Horowitz
2021-05-17LibELF: Fix an integer overflow in Image::find_sorted_symbolGunnar Beutner
2021-05-17Base: Fix 16x16 analog clock iconTimothy Flynn
2021-05-17Demos: Add Mandelbrot demoGunnar Beutner
2021-05-17WindowServer+LibGUI: Make menubar allocation asynchronousAndreas Kling
2021-05-17WindowServer+LibGUI: Make menu allocation asynchronousAndreas Kling
2021-05-17UE: Make sure we return the right values for get{peer,sock}nameGunnar Beutner
2021-05-17LibCore: Close accepted sockets on exec() and make them non-blockingGunnar Beutner
2021-05-17Kernel+Userspace: Implement the accept4() system callGunnar Beutner
2021-05-17UE: Make sure the buffers for get{sock,peer}name() are large enoughGunnar Beutner
2021-05-17LibCore: Open files with O_CLOEXEC by defaultGunnar Beutner
2021-05-17Chess: Make the main widget a GUI::Frame for a nicer look :^)Andreas Kling
2021-05-17WindowServer: Ignore window base size in aspect ratio enforcementAndreas Kling
2021-05-17Kernel+LibC: Support more `termios` settings in TTYDaniel Bertalan
2021-05-17LibJS: Default-initialize the current_node pointer member in CallFrameAli Mohammad Pur
2021-05-17LibCrypto: Fix incorrectly constexpr variableLenny Maiorani
2021-05-17Kernel: Print failed attempt to shutdown the machineLiav A
2021-05-17Kernel/Graphics: Be more consistent about arguments passingLiav A
2021-05-17Piano: Use the return key emoji in the key labelsGrant Yap
2021-05-17Emoji: Add a return key symbolGrant Yap
2021-05-16Ports: Update the packages.db directory in READMEΓ–mer Kurttekin
2021-05-16Meta: Run 'du' with '--apparent-size', except on macOSSiddharth Kapoor
2021-05-16GLTeapot: Add support for loading OBJ files containing extra informationErik Biederstadt
2021-05-16LibWeb: Fix "adopt" => "adopt_ref" change in adoptNode exceptionsLuke
2021-05-16GameOfLife: Don't randomize cells on board resizeLinus Groh
2021-05-16GameOfLife: Use a frame as the board widget containerLinus Groh
2021-05-16GameOfLife: Add vertical separator between interval and action buttonsLinus Groh
2021-05-16GameOfLife: Move "ms" interval label to GMLLinus Groh
2021-05-16GameOfLife: Auto-size toolbar labelsLinus Groh
2021-05-16GameOfLife: Remove some unused includesLinus Groh
2021-05-16GameOfLife: Add some margin to the toolbar layoutLinus Groh
2021-05-16GameOfLife: Switch from single indexed vector to rows+columnsLinus Groh
2021-05-16Base: Make 16x16 Play/Pause/Stop icons a bit smallerLinus Groh
2021-05-16Kernel/Graphics: Round size value when mapping real framebufferLiav A
2021-05-16Kernel/Graphics: Assign console to be from VGACompatibleAdapter alwaysLiav A
2021-05-16Kernel/Graphics: Fix a method to be more accurate about its nameLiav A
2021-05-16Documentation: Add Sanitizer section to RunningTestsAndrew Kaster
2021-05-16CI: Compile and run Lagom tests with ASAN and UBSANAndrew Kaster
2021-05-16AK: Don't read past the end in BitmapView::count_in_range()Andrew Kaster
2021-05-16LibCore: Use Vector instead of VLA in ArgsParser::parse()Andrew Kaster