This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| a52dec-0.8.0-1-x86_64.hpkg | |
| analitza-23.08.5-1-x86_64.hpkg | |
| aspell_en-2020.12.07~0-1-any.hpkg | |
| aspell-0.60.8.1-1-x86_64.hpkg | |
| assimp-5.4.3-1-x86_64.hpkg | |
| attica_devel-5.115.0-1-x86_64.hpkg | |
| attica-5.115.0-1-x86_64.hpkg | |
| autoconf_archive-2024.10.16-1-any.hpkg | |
| autoconf-2.72-1-x86_64.hpkg | |
| automake-1.16.5-3-x86_64.hpkg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| chroot has these packages active: | |
| /boot/system/packages/autoconf-2.72-1-x86_64.hpkg | |
| /boot/system/packages/automake-1.16.5-3-x86_64.hpkg | |
| /boot/system/packages/bash-5.2.032-1-x86_64.hpkg | |
| /boot/system/packages/binutils-2.42-1-x86_64.hpkg | |
| /boot/system/packages/bzip2-1.0.8-3-x86_64.hpkg | |
| /boot/system/packages/ca_root_certificates-2024_11_26-1-any.hpkg | |
| /boot/system/packages/coreutils-9.3-3-x86_64.hpkg | |
| /boot/system/packages/diffutils-3.10-3-x86_64.hpkg | |
| /boot/system/packages/expat-2.6.4-1-x86_64.hpkg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xz_utils-5.6.2-2-x86_64.hpkg | |
| llvm18_libs-18.1.7-3-x86_64.hpkg | |
| readline-8.2.013-1-x86_64.hpkg | |
| liborigin_devel-3.0.2-1-x86_64.hpkg | |
| gst_plugins_bad-1.24.7-1-x86_64.hpkg | |
| glew-2.2.0-3-x86_64.hpkg | |
| fluidsynth2_devel-2.1.8-3-x86_64.hpkg | |
| libass-0.17.3-2-x86_64.hpkg | |
| libxau_devel-1.0.9-3-x86_64.hpkg | |
| kglobalaccel-5.115.0-2-x86_64.hpkg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| a52dec-0.8.0-1-x86_64.hpkg | |
| analitza-23.08.5-1-x86_64.hpkg | |
| aspell_en-2020.12.07~0-1-any.hpkg | |
| aspell-0.60.8.1-1-x86_64.hpkg | |
| assimp-5.4.3-1-x86_64.hpkg | |
| attica_devel-5.115.0-1-x86_64.hpkg | |
| attica-5.115.0-1-x86_64.hpkg | |
| autoconf_archive-2024.10.16-1-any.hpkg | |
| autoconf-2.72-1-x86_64.hpkg | |
| automake-1.16.5-3-x86_64.hpkg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From d79709696d47576eae9df018329aad412411acce Mon Sep 17 00:00:00 2001 | |
| From: "Mika T. Lindqvist" <[email protected]> | |
| Date: Sun, 22 Dec 2024 15:18:02 +0200 | |
| Subject: [PATCH] Fix kernel ABI breakage with beta 5. | |
| --- | |
| headers/private/system/syscalls.h | 3 ++- | |
| src/system/kernel/UserTimer.cpp | 2 +- | |
| src/system/kernel/fs/fd.cpp | 2 +- | |
| src/system/kernel/fs/vfs.cpp | 2 +- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _user_create_pipe(): flags=0 | |
| _user_create_pipe(): flags=-1661083760 | |
| _user_create_pipe(): flags=100956576 | |
| _user_create_pipe(): flags=0 | |
| _user_create_pipe(): flags=0 | |
| _user_create_pipe(): flags=118602000 | |
| _user_create_pipe(): flags=0 | |
| _user_create_pipe(): flags=-548939504 | |
| _user_create_pipe(): flags=0 | |
| _user_create_pipe(): flags=-518149872 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From a92b332589eda8cf391ab8dd308fd1ee670c596f Mon Sep 17 00:00:00 2001 | |
| From: "Mika T. Lindqvist" <[email protected]> | |
| Date: Mon, 16 Dec 2024 22:44:00 +0200 | |
| Subject: [PATCH] usb_disk: Don't synchronize cache or read if no media | |
| present. | |
| --- | |
| .../kernel/drivers/disk/usb/usb_disk/usb_disk.cpp | 9 ++++++++- | |
| 1 file changed, 8 insertions(+), 1 deletion(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* depcheck.cpp - Dependency checker for NMake Makefiles | |
| * Copyright (c) 2024 Mika T. Lindqvist | |
| */ | |
| #include <fstream> | |
| #include <iostream> | |
| #include <sstream> | |
| #include <string> | |
| #include <vector> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Enable Stake Combine (0 - disabled [default], 1 - enabled) | |
| enablestakecombine=0 | |
| #Combine Peepcoin inputs below this value | |
| stakecombine=0 | |
| #Enable Stake Split (0 - disabled [default], 1 - enabled) | |
| enablestakesplit=0 | |
| #Splits staking outputs above this level | |
| stakesplit=500000000 | |
| #Set minimum time for input stack to be considered for auto combine, in blockchain hours | |
| stakemintime=0 |