1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 11:39:22 +00:00

Commit Graph

  • 03551c08ff
    Merge 501003939f into 9f0ab281ce Tim Ledbetter 2024-07-01 12:31:05 +0100
  • 6e99be8065
    Merge 63b0110fbe into 9f0ab281ce kleines Filmröllchen 2024-07-01 13:21:31 +0200
  • 91b0872a05
    Merge 544e8b2044 into 9f0ab281ce Pixel Brush 2024-07-01 06:59:09 -0400
  • f8dc3cc63c
    Merge b61d309172 into 9f0ab281ce brody-qq 2024-07-01 06:56:42 -0400
  • 0c24cdba51
    Merge fe9b82a4ae into 9f0ab281ce Erick Howard 2024-07-01 06:55:57 -0400
  • 11842da077
    Merge ded0c9c508 into 9f0ab281ce brody-qq 2024-07-01 12:51:36 +0200
  • 9f0ab281ce AudioServer: Handle missing audio device gracefully master kleines Filmröllchen 2024-06-30 13:31:48 +0200
  • e254810d0a Kernel/Memory: Remove duplicate code in try_create_purgeable_with_size() brody-qq 2024-07-01 04:41:25 +0100
  • d4f135b2c6 UI/Qt: Ignore tab bar middle clicks if the user didn't click on a tab Tim Ledbetter 2024-06-28 23:06:58 +0100
  • d9245bc5ac LibWeb: Implement the HTMLTrackElement.kind attribute Tim Ledbetter 2024-06-29 23:07:57 +0100
  • 63b0110fbe
    AK: Use fast exponentiation for pow() kleines Filmröllchen 2024-07-01 12:25:20 +0200
  • 14144b0340
    AK: Avoid UB from pow() integer fast path kleines Filmröllchen 2024-07-01 11:26:37 +0200
  • 69e89ac412 Kernel/Memory: Remove duplicate code in try_create_purgeable_with_size() brody-qq 2024-07-01 04:41:25 +0100
  • bfda148de8
    Merge ac7ca4a07e into 5ff69579a4 Marek Knápek 2024-06-30 23:23:20 -0400
  • 1c634bc13a
    Merge d91ea41654 into 5ff69579a4 Tim Flynn 2024-06-30 23:23:19 -0400
  • a87a7057b7
    Merge 19ddcf94ac into 5ff69579a4 MINA 2024-06-30 23:23:19 -0400
  • 5fd06d7c0c
    Merge 86158e306e into 5ff69579a4 PS 2024-06-30 23:23:19 -0400
  • 91f890f3e6
    Merge 45a3ad9665 into 5ff69579a4 Liav A 2024-06-30 23:23:19 -0400
  • ab9bd1babd
    Merge 101e7a9088 into 5ff69579a4 Idan Horowitz 2024-06-30 23:23:19 -0400
  • e736306632
    Merge b38dbe9c3e into 5ff69579a4 Liav A 2024-06-30 23:23:19 -0400
  • 1a2ca961c4
    Merge 02dd4974ce into 5ff69579a4 Tim Schumacher 2024-06-30 23:23:19 -0400
  • ded0c9c508 Kernel/Memory: Fix overcommit when cloning anonymous mmap objects brody-qq 2024-06-28 11:01:17 +0100
  • 382c375443 Tests/Kernel: Add new tests for anonymous mmaps brody-qq 2024-06-28 10:51:51 +0100
  • fd3e5cf08c
    Merge 29cb9835a9 into 5ff69579a4 Sönke Holz 2024-06-30 22:28:43 -0300
  • 8b6334f49c Kernel/Memory: Add more efficient method for remapping single page brody-qq 2024-06-28 10:47:56 +0100
  • 462878e305 Kernel/Memory: Fix shared anonymous mmap changes not being shared brody-qq 2024-06-28 10:45:28 +0100
  • 165e7970fc Kernel/Memory: Fix redundant page faults on anonymous mmaps after fork brody-qq 2024-06-28 10:44:00 +0100
  • 8ad98edd44
    Merge 4d099c91cd into 5ff69579a4 Shannon Booth 2024-07-01 10:56:11 +1200
  • eac7327cbd
    Merge 9b1c0c3eb6 into 5ff69579a4 Skylar Grace 2024-06-30 19:45:49 -0300
  • 348dfab8eb
    Merge 21f34ea46b into 5ff69579a4 Dan Klishch 2024-07-01 00:30:19 +0200
  • 5ff69579a4 LibGfx/WebPWriter: Implement run-length encoding Nico Weber 2024-06-30 14:15:07 +0200
  • 3f1c562aa3 LibGfx/WebPWriter: Extract can_write_as_simple_code_lengths() Nico Weber 2024-06-30 14:09:19 +0200
  • f5bbc69e6a LibGfx/WebPWriter: Extract compute_and_write_prefix_code_group() Nico Weber 2024-06-30 14:03:24 +0200
  • 2627721e0b LibGfx/WebPWriter: Extract bitmap_to_symbols() function Nico Weber 2024-06-30 14:01:37 +0200
  • 580134241e LibGfx/WebPWriter: Separate symbol generation from statistics collection Nico Weber 2024-06-30 13:57:06 +0200
  • 85739def89 LibGfx/WebPWriter: Use symbols for writing image data Nico Weber 2024-06-07 21:15:38 -0400
  • 7c6176f983 LibCompress: Detemplatize generate_huffman_lengths() Nico Weber 2024-06-19 18:59:08 -0400
  • 9cc688041a AK: Give IntrusiveBinaryHeap template args named types Nico Weber 2024-06-30 21:27:41 +0200
  • 59ef7d0d4e LibGfx/WebPLoaderLossless: Add a spec comment Nico Weber 2024-06-12 18:59:27 -0400
  • e54fc640f0 LibGfx/WebPWriter: Tweak dbgln_if() output Nico Weber 2024-06-16 19:32:00 -0400
  • 0bd44341de LibGfx/WebPWriter: Implement run-length encoding Nico Weber 2024-06-30 14:15:07 +0200
  • bd7dad486a
    Merge c731786523 into f6c3b33333 Liav A 2024-06-30 22:50:12 +0200
  • 27029c9151
    Merge 68f81b1f8c into f6c3b33333 Liav A 2024-06-30 22:47:08 +0200
  • f6c3b33333 LibWasm/WASI: Don't convert enums and u8s into i64 Ali Mohammad Pur 2024-06-30 20:29:31 +0200
  • b3f1e98499 LibGfx/WebPWriter: Extract can_write_as_simple_code_lengths() Nico Weber 2024-06-30 14:09:19 +0200
  • 5dd5c452af LibGfx/WebPWriter: Extract compute_and_write_prefix_code_group() Nico Weber 2024-06-30 14:03:24 +0200
  • 22b30bf58a LibGfx/WebPWriter: Extract bitmap_to_symbols() function Nico Weber 2024-06-30 14:01:37 +0200
  • 328e665e95 LibGfx/WebPWriter: Separate symbol generation from statistics collection Nico Weber 2024-06-30 13:57:06 +0200
  • 234d9a90ed LibGfx/WebPWriter: Use symbols for writing image data Nico Weber 2024-06-07 21:15:38 -0400
  • e7f379f369 LibCompress: Detemplatize generate_huffman_lengths() Nico Weber 2024-06-19 18:59:08 -0400
  • 9d4d81b9cf AK: Give IntrusiveBinaryHeap template args named types Nico Weber 2024-06-30 21:27:41 +0200
  • 8dd0da1589 LibWeb: Implement the HTMLTrackElement.kind attribute Tim Ledbetter 2024-06-29 23:07:57 +0100
  • f60c8ea4b4 UI/Qt: Ignore tab bar middle clicks if the user didn't click on a tab Tim Ledbetter 2024-06-28 23:06:58 +0100
  • 246bb3c1cc
    Merge cd19ee34cb into 540e8e5523 Leon Albrecht 2024-06-30 20:32:35 +0200
  • 6733ae9298 LibWasm/WASI: Don't convert enums and u8s into i64 Ali Mohammad Pur 2024-06-30 20:29:31 +0200
  • 540e8e5523 Meta: Enable VirtIO on Windows QEMU kleines Filmröllchen 2024-06-30 13:35:30 +0200
  • 2e24ffe31a LibGfx/WebPLoaderLossless: Add a spec comment Nico Weber 2024-06-12 18:59:27 -0400
  • 41befb9aef LibGfx/WebPWriter: Tweak dbgln_if() output Nico Weber 2024-06-16 19:32:00 -0400
  • 58840f1fe3
    Meta: Enable VirtIO on Windows QEMU kleines Filmröllchen 2024-06-30 13:35:30 +0200
  • e240fc8873
    AudioServer: Handle missing audio device gracefully kleines Filmröllchen 2024-06-30 13:31:48 +0200
  • 2360df3ab8 Everywhere: Define even more destructors out of line Dan Klishch 2024-06-29 21:39:04 -0400
  • 21f34ea46b LibHTTP: Support Content-Encoding: deflate in asynchronous HTTP client Dan Klishch 2024-05-19 00:04:36 -0400
  • 3f4b31cb2c LibCompress: Add asynchronous zlib decompressor Dan Klishch 2024-05-18 23:35:58 -0400
  • 9b9c982ffd Tests/LibCompress: Add basic tests for asynchronous deflate Dan Klishch 2024-05-18 21:54:20 -0400
  • dde935cfa4 AK+LibCompress: Implement streamable asynchronous deflate decompression Dan Klishch 2024-05-17 14:20:27 -0400
  • 9f001ae623 AK: Rename AsyncStreamBuffer -> StreamBuffer Dan Klishch 2024-06-25 19:18:22 -0400
  • c03cca7b2f AK+LibTest: Choose definition of CO_TRY and CO_TRY_OR_FAIL more robustly Dan Klishch 2024-06-29 20:27:44 -0400
  • d8d5921ac4 Everywhere: Define even more destructors out of line Dan Klishch 2024-06-29 21:39:04 -0400
  • f22f4e5f3e AK+LibTest: Choose definition of CO_TRY and CO_TRY_OR_FAIL more robustly Dan Klishch 2024-06-29 20:27:44 -0400
  • b3e934161c
    Merge eac9d421f4 into 6fc3908818 Nicolas Ramz 2024-06-29 16:23:47 -0700
  • a20f18386c
    Merge 2222e2025a into 6fc3908818 Jamie Mansfield 2024-06-29 16:23:47 -0700
  • 6fc3908818 Utilities/init: Add "drop to emergency shell" functionality Liav A. 2024-06-15 18:20:40 +0300
  • 1e73a584a7 Userland: Move basic system init functionality out of SystemServer Liav A. 2024-06-15 17:17:41 +0300
  • 96efa81dc6 Utilities/wc: Seek the input file(s) if only -c is passed Thomas Voss 2023-11-16 14:05:13 +0100
  • b63c53fa33
    Merge 73ca3289bb into bd474dab14 Liav A 2024-06-29 14:18:09 -0600
  • ab65f4b29c Utilities/wc: Seek the input file(s) if only -c is passed Thomas Voss 2023-11-16 14:05:13 +0100
  • ea8d8aca44 Utilities/init: Add "drop to emergency shell" functionality Liav A. 2024-06-15 18:20:40 +0300
  • abad06f8e1 Userland: Move basic system init functionality out of SystemServer Liav A. 2024-06-15 17:17:41 +0300
  • 71f49987d6
    Merge 7aae9cc2f7 into bd474dab14 Liav A 2024-06-29 21:02:26 +0300
  • bd474dab14 Prekernel: Move the generate_secure_seed function out of init.cpp Liav A. 2024-05-24 08:15:27 +0300
  • f6e01aae9a Prekernel: Add support for assertion printing Liav A. 2024-05-24 07:34:14 +0300
  • 00c9a57345 Prekernel: Add stub methods to handle memory allocations Liav A. 2024-05-24 07:39:05 +0300
  • f003c37596 Kernel/Library: Move mini-stdlib functions into their own header file Liav A. 2024-05-24 07:30:34 +0300
  • 1bf7f99a7b Kernel/Ext2FS: Support writing holes implicitfield 2024-04-27 23:41:41 +0400
  • 180f3f29ab Kernel/Ext2FS: Refactor computing and flushing blocks implicitfield 2024-04-27 22:47:53 +0400
  • 176999e20c AK/Span: Add a method to check if a Span is filled with a value implicitfield 2024-04-28 22:00:32 +0400
  • 06d4672564 Kernel/Ext2FS: Store the block list as a HashMap rather than a Vector implicitfield 2024-04-19 23:01:52 +0400
  • ba96a0e4f8 Kernel/Ext2FS: Simplify read/write loops implicitfield 2024-04-23 22:02:21 +0400
  • 7337ad43b5 crash: Add RISC-V implementations for all architecture-specific tests kleines Filmröllchen 2024-01-20 23:52:10 +0100
  • e11f84f86d crash: Make everything more architecture-independent kleines Filmröllchen 2024-01-20 23:51:22 +0100
  • 476a20177c
    crash: Add RISC-V implementations for all architecture-specific tests kleines Filmröllchen 2024-01-20 23:52:10 +0100
  • 4410eb460b
    crash: Make everything more architecture-independent kleines Filmröllchen 2024-01-20 23:51:22 +0100
  • 311af9ad05 Toolchain: Use check_sha256() in BuildQemu.sh Nico Weber 2024-06-28 10:52:05 +0200
  • c1c00f9104 Meta+Toolchain: Move check_sha256 to shell_include.sh Nico Weber 2024-06-28 10:51:32 +0200
  • 046dbe27c4 Toolchain: Rename check_sha() to check_sha256() Nico Weber 2024-06-28 10:50:36 +0200
  • a682522bc8 Prekernel: Move the generate_secure_seed function out of init.cpp Liav A. 2024-05-24 08:15:27 +0300
  • 83d5527d64 Prekernel: Add support for assertion printing Liav A. 2024-05-24 07:34:14 +0300
  • 15f4a5a8e1 Prekernel: Add stub methods to handle memory allocations Liav A. 2024-05-24 07:39:05 +0300
  • c15fc6368a Kernel/Library: Move mini-stdlib functions into their own header file Liav A. 2024-05-24 07:30:34 +0300
  • 225108c830 LibWeb: Set the correct prototype for SVGAElement instances Andreas Kling 2024-06-28 14:51:57 +0200