aboutsummaryrefslogtreecommitdiff
path: root/sysutils/limine
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/limine: Update 10.6.0 => 10.6.2Mintsuki2026-01-102-4/+4
| | | | | | | Changelog: https://codeberg.org/Limine/Limine/src/tag/v10.6.2/ChangeLog PR: 292352
* sysutils/limine: Update to 10.6.0Mintsuki2025-12-312-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://codeberg.org/Limine/Limine/src/tag/v10.6.0/ChangeLog New features: * ISO9660: Add support for large, multi-extent files. Bug fixes: * Unbreak BIOS booting from optical media with ISO9660 filesystems on many platforms including QEMU. This was a regression introduced in 10.5.1. * Fix an issue with large (>4GiB) physical memory allocations on 32-bit platforms. Some values were truncated to size_t (aka uint32_t) in many instances causing bugs. * Fix a couple of memory leaks missed in 10.5.1. * Add safeguard against the font file being too small for the expected size. This avoids potential panics from the filesystem driver, and it instead just prints a warning and falls back to using the default font. Miscellaneous: * Update description of the `term_font_size` and `term_font_spacing` configuration options in CONFIG.md. PR: 292029 Reported by: mintsuki@protonmail.com (maintainer)
* sysutils/limine: Update 10.4.0 => 10.5.0Mintsuki2025-12-232-4/+4
| | | | | | | Changelog: https://codeberg.org/Limine/Limine/src/tag/v10.5.0/ChangeLog PR: 291903
* sysutils/limine: Update 10.3.2 => 10.4.0Mintsuki2025-12-042-4/+4
| | | | | | | Changelog: https://codeberg.org/Limine/Limine/src/tag/v10.4.0/ChangeLog PR: 291383
* sysutils/limine: Update from 10.3.0 to 10.3.2Mintsuki2025-11-242-4/+4
| | | | | | | | | | | | | | | Changelog: * Fix wrong virtual address related constants, for the loongarch64 port, that made Limine-protocol kernels fail to boot. * Fix issue that caused the MBR ID in the Limine boot protocol limine_file structure to always be 0. Taken from: * https://codeberg.org/Limine/Limine/src/tag/v10.3.2/ChangeLog PR: 291184
* sysutils/limine: Update 10.2.1 => 10.3.0Mintsuki2025-11-123-6/+5
| | | | | | | Changelog: https://codeberg.org/Limine/Limine/src/tag/v10.3.0/ChangeLog PR: 290966
* sysutils/limine: Update 10.1.1 => 10.2.1Mintsuki2025-10-312-4/+4
| | | | | | | Changelog: https://codeberg.org/Limine/Limine/src/tag/v10.2.1/ChangeLog PR: 290672
* sysutils/limine: Update 10.0.1 => 10.1.1Mintsuki2025-10-132-4/+4
| | | | | | | Changelog: https://codeberg.org/Limine/Limine/src/tag/v10.1.1/ChangeLog PR: 290218
* sysutils/limine: Update 10.0.0 => 10.0.1Mintsuki2025-09-232-4/+4
| | | | | | | | | | | | | | | Changelog: Bug fixes: - Fix a potential use-after-free issue when flushing interrupts on x86 UEFI systems. - Prefer using the 32-bit Linux protocol unless it is strictly necessary to use the 64-bit protocol due to allocation constraints. This is due to reports of the 32-bit protocol being more reliable on certain rare systems where the 64-bit protocol crashes or hangs. https://codeberg.org/Limine/Limine/src/tag/v10.0.1/ChangeLog PR: 289777 MFH: 2025Q3
* sysutils/limine: Update 9.6.5 => 10.0.0Mintsuki2025-09-162-6/+5
| | | | | | | | | Changelog: https://codeberg.org/Limine/Limine/src/tag/v10.0.0/ChangeLog While here unite REINPLACE_CMD - run 1 time instead of 2. PR: 289637
* sysutils/limine: Update 9.6.1 => 9.6.5Mintsuki2025-08-312-5/+5
| | | | | | | | | Changelog: https://codeberg.org/Limine/Limine/src/tag/v9.6.5/ChangeLog Upstream moved from GitHub to Codeberg. PR: 289194
* sysutils/limine: Update to 9.6.1Mintsuki2025-08-292-4/+4
| | | | | | | Changelog: https://github.com/limine-bootloader/limine/blob/v9.6.1/ChangeLog PR: 289155 Reported by: Mintsuki <mintsuki@protonmail.com> (maintainer)
* sysutils/limine: Update 9.5.0 => 9.6.0Mintsuki2025-08-092-4/+4
| | | | | | | Changelogs: https://github.com/limine-bootloader/limine/blob/v9.6.0/ChangeLog PR: 288743
* sysutils/limine: Update 9.3.4 => 9.5.0mintsuki2025-07-162-4/+4
| | | | | | | Changelogs: https://github.com/limine-bootloader/limine/blob/v9.5.0/ChangeLog PR: 288264
* sysutils/limine: update to 9.3.4Mintsuki2025-06-222-4/+4
| | | | | | | https://github.com/limine-bootloader/limine/blob/v9.3.4/ChangeLog PR: 287715 Reported by: mintsuki@protonmail.com (maintainer)
* sysutils/limine: Update 9.3.0 => 9.3.2mintsuki2025-05-242-4/+4
| | | | | | | Changelogs: https://github.com/limine-bootloader/limine/blob/v9.3.2/ChangeLog PR: 287031
* sysutils/limine: Update 9.2.3 => 9.3.0mintsuki2025-05-122-4/+4
| | | | | | | Changelog: https://github.com/limine-bootloader/limine/blob/v9.3.0/ChangeLog PR: 286733
* sysutils/limine: Update 9.2.2 => 9.2.3mintsuki2025-04-142-4/+4
| | | | | | | Changelog: https://github.com/limine-bootloader/limine/blob/v9.2.3/ChangeLog PR: 286070
* sysutils/limine: Update to 9.2.2mintsuki2025-04-012-4/+4
| | | | | | | ChangeLog: https://github.com/limine-bootloader/limine/blob/v9.2.2/ChangeLog PR: 285824
* sysutils/limine: Update to 9.2.0mintsuki2025-03-182-5/+5
| | | | | | | ChangeLog: https://github.com/limine-bootloader/limine/blob/v9.2.0/ChangeLog PR: 285504
* sysutils/limine: Update 9.0.0 → 9.1.3mintsuki2025-03-132-5/+6
| | | | | | | Chengelogs: https://github.com/limine-bootloader/limine/blob/v9.1.3/ChangeLog PR: 285358
* sysutils/limine: Update 8.7.0 → 9.0.0mintsuki2025-02-252-4/+4
| | | | | | | Changelog: https://github.com/limine-bootloader/limine/blob/v9.0.0/ChangeLog PR: 285018
* sysutils/limine: Update 8.6.1 → 8.7.0mintsuki2025-01-192-4/+4
| | | | | | | Changelog: https://github.com/limine-bootloader/limine/blob/v8.7.0/ChangeLog PR: 284178
* sysutils/limine: Update 8.6.0 → 8.6.1mintsuki2024-12-292-4/+4
| | | | | | | Changelog: https://github.com/limine-bootloader/limine/blob/v8.6.1/ChangeLog PR: 283727
* sysutils/limine: Update to 8.6.0mintsuki2024-12-152-4/+4
| | | | | | | Changelog: https://github.com/limine-bootloader/limine/releases/download/v8.6.0/ChangeLog PR: 283351
* sysutils/limine: Update to 8.4.0mintsuki2024-11-152-4/+4
| | | | | | Changelog: https://github.com/limine-bootloader/limine/releases/download/v8.4.0/ChangeLog PR: 282785
* filesystems: add new category for file systems and related utilitiesRobert Clausecker2024-11-061-1/+1
| | | | | | | | | | | | | | | | | | The filesystems category houses file systems and file system utilities. It is added mainly to turn the sysutils/fusefs-* pseudo-category into a proper one, but is also useful for the sundry of other file systems related ports found in the tree. Ports that seem like they belong there are moved to the new category. Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are not moved as they currently don't fetch and don't have TIMESTAMP set in their distinfo, but that is required to be able to push a rename of the port by the pre-receive hook. Approved by: portmgr (rene) Reviewed by: mat Pull Request: https://github.com/freebsd/freebsd-ports/pull/302 PR: 281988
* sysutils/limine: Update 8.0.14 → 8.1.2mintsuki2024-10-162-4/+4
| | | | | | | Changelogs: https://github.com/limine-bootloader/limine/blob/v8.1.2/ChangeLog PR: 282132
* sysutils/limine: Update 8.0.13 → 8.0.14mintsuki2024-09-302-4/+4
| | | | | | | Changelog: https://github.com/limine-bootloader/limine/blob/v8.0.14/ChangeLog PR: 281774
* sysutils/limine: Update 8.0.11 → 8.0.13mintsuki2024-09-252-4/+4
| | | | | | | Changelog: https://github.com/limine-bootloader/limine/blob/v8.0.13/ChangeLog PR: 281719
* sysutils/limine: Update to 8.0.11mintsuki2024-09-162-4/+4
| | | | | | Changelog: https://github.com/limine-bootloader/limine/releases/download/v8.0.11/ChangeLog PR: 281405
* sysutils/limine: Update 8.0.5 → 8.0.9mintsuki2024-09-052-4/+4
| | | | | | | Changelog: https://github.com/limine-bootloader/limine/blob/v8.0.9/ChangeLog PR: 281275
* sysutils/limine: Update 8.0.1 → 8.0.5mintsuki2024-08-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: *** Release 8.0.5 *** Bug fixes: - Limine boot protocol: Obtain LAPIC ID from LAPIC instead of CPUID. This fixes crashes on some odd machines whose firmware remaps the BSP's LAPIC ID from the default one. *** Release 8.0.4 *** Bug fixes: - Limine boot protocol: Fix off-by-1 error in HHDM MAXPHYADDR bounds check. Miscellaneous: - Updated cc-runtime dependency to latest, packed version. *** Release 8.0.3 *** Bug fixes: - AArch64, riscv64: SMP: Fix BSP potentially timing out while waiting for APs due to missing delay. *** Release 8.0.2 *** Bug fixes: - Menu: Miscellaneous cosmetic fixes. - Editor: Fix input and displaying of tab characters. Miscellaneous: - Config: Accept tab characters as whitespace after option colon. https://github.com/limine-bootloader/limine/releases/download/v8.0.5/ChangeLog PR: 280892 MFH: 2024Q3
* sysutils/limine: Update to 8.0.1mintsuki2024-08-062-5/+7
| | | | | | | | | | Disable the loongarch64 port as the LLVM target for it is still not enabled everywhere. Changelog: https://raw.githubusercontent.com/limine-bootloader/limine/v8.x/ChangeLog PR: 280623 Approved by: submitter is maintainer
* sysutils/limine: update 7.12.0 → 7.13.2mintsuki2024-07-302-4/+4
| | | | | | | Changelogs: https://github.com/limine-bootloader/limine/releases/download/v7.13.2/ChangeLog PR: 280502
* sysutils/limine: Update to 7.12.0mintsuki2024-07-212-4/+4
| | | | | | | Changes: https://github.com/limine-bootloader/limine/releases/download/v7.12.0/ChangeLog PR: 280307 Approved by: maintainer is submitter
* sysutils/limine: Update to 7.10.2mintsuki2024-07-152-4/+4
| | | | | | Changelog: https://github.com/limine-bootloader/limine/releases/download/v7.10.2/ChangeLog PR: 280285
* sysutils/limine: update to 7.9.2mintsuki2024-07-082-5/+8
| | | | | | | | | Don't copy COPYING to DOCSDIR. Changelog: https://github.com/limine-bootloader/limine/blob/v7.x/ChangeLog PR: 279944 Approved by: submitter is maintainer
* sysutils/limine: Update to 7.6.0mintsuki2024-06-032-4/+4
| | | | | | | changeLog: https://github.com/limine-bootloader/limine/releases/download/v7.6.0/ChangeLog PR: 279456
* sysutils/limine: Update to Update to 7.5.1mintsuki2024-05-162-4/+4
| | | | PR: 278946
* sysutils/limine: Update to 7.5.0mintsuki2024-05-053-7/+7
| | | | | | | | changeLog: https://github.com/limine-bootloader/limine/releases/download/v7.5.0/ChangeLog PR: 278723 Approved by: submitter is maintainer
* sysutils/limine: Update to 7.4.0mintsuki2024-04-222-5/+4
| | | | | | | | | - While I'm here, remove GNU_CONFIGURE_MANPREFIX after 9fd7ee1cdf6c ChangeLog: https://github.com/limine-bootloader/limine/releases/download/v7.4.0/ChangeLog PR: 278303
* sysutils/limine: Update to 7.3.0mintsuki2024-04-053-17/+16
| | | | | | | | | | - pet portlint - add DOCS knob ChangeLog: https://github.com/limine-bootloader/limine/releases/download/v7.3.0/ChangeLog PR: 278125
* sysutils/limine: Update to 7.1.0mintsuki2024-03-202-5/+4
| | | | | | | | changeLog: https://github.com/limine-bootloader/limine/releases/download/v7.1.0/ChangeLog PR: 277800 Approved by: garga (mentor, implicit), maintainer (implicit)
* sysutils/limine: Moved man to share/manMuhammad Moinur Rahman2024-03-112-1/+3
| | | | Approved by: portmgr (blanket)
* sysutils/limine: Update to 7.0.5mintsuki2024-03-022-4/+4
| | | | | | | | Changelog: https://github.com/limine-bootloader/limine/releases/download/v7.0.5/ChangeLog PR: 277070 Approved by: submitter is maintainer
* sysutils/limine: Update version 6.20231210.0=>6.20231227.0mintsuki2023-12-292-4/+4
| | | | | | | | Changelog: https://github.com/limine-bootloader/limine/releases/download/v6.20231227.0/ChangeLog PR: 275974 Approved by: submitter is maintainer
* sysutils/limine: Update version 5.20231207.1=>6.20231210.0mintsuki2023-12-102-4/+4
| | | | | | | | Changelog: https://github.com/limine-bootloader/limine/releases/download/v6.20231210.0/ChangeLog PR: 275670 Approved by: submitter is maintainer
* sysutils/limine: Update version 5.20231124.0=>5.20231207.1mintsuki2023-12-082-4/+4
| | | | | | | | Changelog: https://github.com/limine-bootloader/limine/releases/download/v5.20231207.1/ChangeLog PR: 275589 Approved by: submitter is maintainer
* sysutils/limine: Update to 5.20231124.0Fernando Apesteguía2023-11-272-4/+4
| | | | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/limine-bootloader/limine/releases/download/v5.20231124.0/ChangeLog Compared to previous release, 5.20231121.0: New features: - Add support for rebooting to UEFI firmware setup. Bug fixes: - Fix SMP (multiprocessor) initialisation regression on aarch64. Miscellaneous: - Move to new, handwritten ChangeLog from autogenerated one. PR: 275320 Reported by: mintsuki@protonmail.com (maintainer)