Commit Graph

  • ab2a1b20e3 nvme_disk: Add a missing CALLED() and another assert. Augustin Cavalier 2021-11-23 17:53:57 -0500
  • 3ff0d7a882 libroot: Compile x86_64's arch_string with -fno-builtin. Augustin Cavalier 2021-11-23 16:36:48 -0500
  • 2532a28785 Avoid using unions for LongDirEntry. Augustin Cavalier 2021-11-23 16:36:18 -0500
  • 8be37ed439 kernel/smp: Avoid casting spinlocks, which are structures. Augustin Cavalier 2021-11-23 13:52:44 -0500
  • ba3ee26af0 WindowInfo: Use char[0] for FLA instead of char[1]. Augustin Cavalier 2021-11-23 13:50:45 -0500
  • 3d34a937af Package Kit: Build FetchUtils outside HAIKU_TARGET_PLATFORM_HAIKU. Augustin Cavalier 2021-11-23 13:49:14 -0500
  • 1998232e12 libpackage_build: Add FetchUtils. Augustin Cavalier 2021-11-23 13:39:42 -0500
  • 2be10edfb9 Package Kit: Improvements to partial download handling. Augustin Cavalier 2021-11-23 13:29:24 -0500
  • 001e157a7b libroot_build: Add better error checking to _kern_dup. Augustin Cavalier 2021-11-18 16:47:00 -0500
  • 23888052c9 ntfs: Fix off-by-one error in d_name copy. Augustin Cavalier 2021-11-22 16:12:38 -0500
  • e8e267b4c1 intel_extreme: fix 64-bit build, use Rudolf Cornelissen 2021-11-22 12:56:07 +0000
  • efde34c2fc intel_extreme: add haswell/skylake PLL calcs, no functional change yet. Rudolf Cornelissen 2021-11-22 11:14:12 +0000
  • 4106e3f146 kernel/x86: rework get_frequency_for Jérôme Duval 2020-09-18 19:45:56 +0200
  • 7c2c355f17 kernel: add frequency in cpu_info Jérôme Duval 2020-09-10 22:27:43 +0200
  • f265ecf8f7 Update gcc_bootstrap package for ARM David Karoly 2021-11-17 19:34:19 +0100
  • 18bb9a28a6 intel_extreme: testing skylake mobile ticket #15516 Rudolf Cornelissen 2021-11-20 14:31:07 +0000
  • 10e35b7aae RTFTranslator: Free run_array using FreeRunArray. Augustin Cavalier 2021-11-19 19:38:11 -0500
  • 1cb5cfb244 libroot_build: Use a union for dirent structures. Augustin Cavalier 2021-11-18 16:43:57 -0500
  • d9df256704 FUSEVolume: Add a ROUNDUP() macro and use it. Augustin Cavalier 2021-11-18 16:35:31 -0500
  • afcfd3c5d5 BeBuild: Remove B_ALWAYS_INLINE. Augustin Cavalier 2021-11-18 16:35:05 -0500
  • 7db2616c44 dirent: Use an actual flexible-length array for d_name. Augustin Cavalier 2021-11-18 16:34:03 -0500
  • 9d242fb955 file_systems & Tracker: Do not assume sizeof(dirent) contains 1 byte for the name. Augustin Cavalier 2021-11-18 16:24:04 -0500
  • 8f03af00f8 Storage: Rework LongDirEntry to be a union. Augustin Cavalier 2021-11-18 16:00:23 -0500
  • 9cc1718212 libbe_build: Fix build on non-Haiku platforms. Augustin Cavalier 2021-11-18 15:42:17 -0500
  • ec21dc91b1 libbe_build: Synchronize Directory.cpp with the main one. Augustin Cavalier 2021-11-18 12:10:27 -0500
  • 28c8a16a5a libbe_build: Synchronize Node.cpp with the main one. Augustin Cavalier 2021-11-18 11:18:49 -0500
  • a7639d2389 libroot_debug: Add aligned_alloc implementation. Augustin Cavalier 2021-11-18 11:14:53 -0500
  • cf5edc8448 accelerants: Add default case for xy_command initialization. Augustin Cavalier 2021-11-17 21:10:30 -0500
  • 52f87edca5 Time: operator() on the comparator structure must be const. Augustin Cavalier 2021-11-17 21:10:05 -0500
  • 91a0b53040 HaikuDepot: Do not inadvertently modify the real errno. Augustin Cavalier 2021-11-17 21:09:31 -0500
  • eeddcfffbe accelerants: Fix mismatched prototypes. Augustin Cavalier 2021-11-17 21:09:10 -0500
  • f35fc7ebda Remove some dynamic exception specifiers. Augustin Cavalier 2021-11-17 21:08:49 -0500
  • e4f18add74 Game & Print Kits: Fix GCC 11 warnings. Augustin Cavalier 2021-11-17 18:45:58 -0500
  • f7338bb6a0 Media Kit: Fix/appease various GCC 11 warnings. Augustin Cavalier 2021-11-17 18:45:35 -0500
  • 181529ce0c bsd/err.c: Upgrade to a newer version from FreeBSD. Augustin Cavalier 2021-11-17 14:01:20 -0500
  • afc04c50e5 kernel/debug: Add initialization to appease -Wmaybe-uninitialized. Augustin Cavalier 2021-11-17 14:00:48 -0500
  • 44e3766be5 app_server: Add casts to appease GCC 11 -Wclass-memaccess. Augustin Cavalier 2021-11-17 14:00:10 -0500
  • 46c49135a0 kernel: Add aligned_alloc implementation. Augustin Cavalier 2021-11-17 13:58:43 -0500
  • 7ec1bedeed features.h: Define _DEFAULT_SOURCE when _GNU_SOURCE is defined. Augustin Cavalier 2021-11-17 13:55:50 -0500
  • 573b7b1f21 ArchitectureRules: Temporarily disable -Wno-error that GCC 8 does not like. Augustin Cavalier 2021-11-16 22:48:40 -0500
  • e7952d44d5 BColumnListView: Add initializations to silence -Wmaybe-uninitialized. Augustin Cavalier 2021-11-16 19:05:52 -0500
  • d1035d48e6 ColorConversion: Add cast to silence -Wclass-memaccess. Augustin Cavalier 2021-11-16 19:05:14 -0500
  • 1e541d3127 stdlib.h: Remove guards around aligned_alloc. Augustin Cavalier 2021-11-16 15:13:29 -0500
  • 3bdd837e4e BeBuild: Expand compatibility to GCC 12. Augustin Cavalier 2021-11-16 15:12:58 -0500
  • 68a13ed5c3 features.h: Clean up ISOC11 definitions. Augustin Cavalier 2021-11-16 15:11:44 -0500
  • 38dc3bf2c5 ArchitectureRules: Add two new -Wno-error flags. Augustin Cavalier 2021-11-16 15:10:05 -0500
  • ae7d733d42 intel_extreme: skylake/DDI. all displays can set resolution now, no refresh on digital panels yet (DPLL still missing) Rudolf Cornelissen 2021-11-16 00:39:49 +0000
  • f11e13144d ntfs: Set abs_mnt_point to a non-NULL string. Augustin Cavalier 2021-11-14 19:13:42 -0500
  • 0eb2bf0e66 intel_extreme: skylake/DDI improvements. no resolution changing possible yet (missing DPLL code yet) Rudolf Cornelissen 2021-11-14 23:16:44 +0000
  • a82616528d ntfs: Return better errors and handle volumes without names. Augustin Cavalier 2021-11-13 12:21:53 -0500
  • d4e4909c6a Jamfile engine: move to a separate repository Adrien Destugues 2021-11-11 13:14:12 +0100
  • cdd2ed5a77 kernel/x86: CPUID leaf 0x1f is a preferred superset to leaf 0x0b Jérôme Duval 2021-11-10 18:45:13 +0100
  • cb3199681e UDP: apply review comments from hrev51603 Adrien Destugues 2021-05-14 12:04:08 +0200
  • 049eb4cb89 libroot/os: Remove B_CLONEABLE_AREA protection check. Augustin Cavalier 2021-11-09 19:27:39 -0500
  • 913373053f ntfs: Prevent moving directories into themselves (even indirectly.) Augustin Cavalier 2021-11-09 19:24:42 -0500
  • bef774d30c libntfs: Add assertion that the entry is not already in the cache. Augustin Cavalier 2021-11-09 17:56:34 -0500
  • 4a025c8e74 libroot: revert __clz_tab change. Didn't mean to put that in yet Alexander von Gluck IV 2021-11-09 16:41:21 -0600
  • ec8a8f1c02 libroot/riscv64: minor riscv64 fixes X512 2021-11-09 16:26:26 -0600
  • 5070f59750 ntfs: New driver glue, write support. Augustin Cavalier 2021-11-09 17:18:03 -0500
  • 3fbe39e14d ntfs: New driver glue (read support only.) Augustin Cavalier 2021-10-29 18:44:52 -0400
  • 30461842be ntfs: Delete the old glue driver. Augustin Cavalier 2021-10-29 18:16:50 -0400
  • 9102cad62b ntfs: Update NTFS-3G to 2021.8.22. Augustin Cavalier 2021-10-28 17:46:23 -0400
  • ee4b6bdfa1 Storage: Initialize stat structure before using it. Augustin Cavalier 2021-11-09 16:45:00 -0500
  • e6f4113978 [arm64] Set march to armv8.2-a+fp16, fix posix math Fredrik Holmqvist 2021-11-09 21:54:20 +0100
  • 2ca1376080 Mass updating of OpenBeOS text to Haiku Coldfirex 2021-08-20 11:27:07 -0500
  • a80813fdd1 qemu/riscv64: Misc fixups for qemu Alexander von Gluck IV 2021-11-06 20:35:03 -0500
  • 4b5c7fe7e1 system/boot: add optional alignment to kernel_args_malloc Alexander von Gluck IV 2021-11-06 15:20:35 -0500
  • c9d6d52b03 libfdt: Upgrade to 1.6.1 plus a few commits Alexander von Gluck IV 2021-11-05 15:14:14 -0500
  • f78b75b15d Terminal: handle color queries Jérôme Duval 2021-11-05 20:34:56 +0100
  • fe3e5f05a1 Terminal: accept more notations for colors Jérôme Duval 2021-11-05 09:35:28 +0100
  • 65aab788e6 kernel/arch/arm/int: add irq postlude David Karoly 2021-10-25 16:06:02 +0200
  • c892801f83 platforms/u-boot,platforms/riscv: Fix boot_fdt after hrev55618 Alexander von Gluck IV 2021-11-05 15:21:55 -0500
  • acf8592e82 build: don't use regular TARGET_*_FLAGS for .S files in bootloader David Karoly 2021-11-04 17:33:18 +0100
  • 93c8529475 boot/zstd: prevent weak symbols from sneaking in Alexander von Gluck IV 2021-11-05 14:42:18 -0500
  • 7f6f87d29d boot/efi: build boot_fdt.a with boot compiler flags David Karoly 2021-11-05 16:05:18 +0100
  • 24c1b1812c boot/arch/arm: use generic memcpy David Karoly 2021-11-04 20:38:43 +0100
  • 2ab17547fa kernel/arch/arm/paging: set size and alignment for page directory David Karoly 2021-10-29 12:19:03 +0200
  • 95424a7096 Update HaikuPortsCross package versions for ARM David Karoly 2021-11-05 10:27:04 +0100
  • 1621d71af8 Fix typo in API docs (BBitmap) Humdinger 2021-11-04 17:05:36 +0100
  • 87f2b35395 Revert "artwork/promotion: Add promotional CD/DVD designs" Alexander von Gluck IV 2021-11-04 09:23:27 -0500
  • 9714475c39 artwork/promotion: Add promotional CD/DVD designs Alexander von Gluck IV 2021-11-04 09:16:42 -0500
  • 91e93cb7c4 Terminal: handle cursor-color Jérôme Duval 2021-11-03 21:04:57 +0100
  • 38eb9fb0eb boot/ppc: Cleanup paths, use hfs vs hfsplus Alexander von Gluck IV 2021-11-01 19:23:23 -0500
  • af222f6e31 kernel/ppc: Fix missing symbols after hrev55605 Alexander von Gluck IV 2021-11-01 16:21:33 -0500
  • f5b37553ec lgtm.yml: update prerequisite software Murai Takashi 2021-11-03 19:53:59 +0900
  • 661732341f intel_extreme: haswell and skylake DDI EDID support added, modesetting not finished yet. Rudolf Cornelissen 2021-11-02 20:04:37 +0000
  • 3457006a9a WebPositive: fix linking with static libraries Adrien Destugues 2021-11-01 18:12:13 +0100
  • 264451d95a kernel: fix loading kernel add-ons on arm David Karoly 2021-10-25 13:48:49 +0200
  • c00a982d2a kernel: do not allow undefined symbols PulkoMandy 2021-10-28 21:24:53 +0200
  • f240512a53 sparc: add more relocation types PulkoMandy 2021-10-29 18:29:02 +0200
  • e8e44117c8 intel_extreme: probe EDID again so DDI will fail restoring screen on some systems (workaround) Rudolf Cornelissen 2021-10-31 12:21:28 +0000
  • 721918869c accelerants common: fix crash on x86 i2c tracing Rudolf Cornelissen 2021-10-31 00:45:52 +0000
  • 7d41530f62 openfirmware: Refactor console implementation following bootloader changes. Augustin Cavalier 2021-10-28 11:10:31 -0400
  • 9aba9395e7 boot/efi: fix alignment exception on arm David Karoly 2021-10-24 12:58:27 +0200
  • c8e72ef924 kernel/arch/arm/paging: ARMVMTranslationMap32Bit::QueryInterrupt shall return page start address David Karoly 2021-10-28 09:57:49 +0200
  • 52f94eb19e nvme_disk: Add missing checks in the case where there is only one iovec. Augustin Cavalier 2021-10-27 14:54:02 -0400
  • 535b7dc9d3 nvme_disk: Include smp.h. Augustin Cavalier 2021-10-27 14:02:01 -0400
  • 9bc2885cd4 nvme_disk: Allocate and utilize qpairs based on how many CPUs we have. Augustin Cavalier 2021-10-27 13:38:28 -0400
  • 18851359d0 nvme_disk: Add the block size and count to the syslog output upon opening devices. Augustin Cavalier 2021-10-27 12:59:00 -0400
  • 5250914df7 nvme_disk: Remove redundant check. Augustin Cavalier 2021-10-27 12:41:26 -0400