aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa
Commit message (Expand)AuthorAgeFilesLines
* loader/zfs: Fix to actually return the last errorWarner Losh2024-02-291-8/+8
* loader: we can only env_discard() existing variableToomas Soome2024-02-261-2/+6
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-2246-54/+1
* loader: return errors from writing ZFS labelsWarner Losh2024-02-221-1/+1
* libsa: Move hash functions up a levelWarner Losh2024-02-022-11/+9
* libsa: Move include file creation to the end of the MakefileWarner Losh2024-02-021-26/+26
* stand: Use modern function definitionsWarner Losh2024-01-282-2/+2
* loader: provide a features table for binary compatibility advertisementKyle Evans2023-12-084-1/+132
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2724-24/+0
* stand: Remove ancient SCCS tags.Warner Losh2023-11-2732-69/+0
* stand/zfs: Remove one more read-compatible featureAlexander Motin2023-11-041-1/+0
* stand/zfs: Remove read-compatible featuresAlexander Motin2023-11-041-7/+2
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-5/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .S patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1669-138/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1625-50/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* stand: Fix oversight in updating OpenZFS: Add com.klarasystems:vdev_zaps_v2Warner Losh2023-05-041-0/+1
* stand: More protection against malformed smbios tablesWarner Losh2023-05-011-4/+8
* stand: Avoid unaligned access in smbios codeWarner Losh2023-05-011-5/+42
* stand: Add isspace to FreeBSD ctypes.hWarner Losh2023-05-012-21/+3
* stand: back out the most of the horrible aarch64 kludgeWarner Losh2023-05-012-49/+7
* stand/zfs: Refactor zfs_get_bootonceWarner Losh2023-05-012-19/+37
* stand/zfs: Refactor zfs_set_bootenvWarner Losh2023-05-012-12/+18
* stand/zfs: Refactor zfs_get_bootenvWarner Losh2023-05-012-25/+32
* stand/zfs: Move spa_find_by_dev from zfsimpl.c to zfs.cWarner Losh2023-05-012-13/+13
* stand: mark unused argment as unusedWarner Losh2023-04-221-1/+1
* stand: Remove a double word in a source code commentGordon Bergling2023-04-201-1/+1
* stand: Add a snarky note about the upstream ZFS situationWarner Losh2023-04-181-0/+4
* Revert "stand: Remove double words in source code comments"Gordon Bergling2023-04-181-1/+1
* stand: Remove double words in source code commentsGordon Bergling2023-04-181-1/+1
* libsa: Update comments about SMBIOS specificationStephen J. Kiernan2023-04-181-6/+41
* libsa: make single bit bitfields unsigned to avoid clang 16 warningDimitry Andric2023-04-171-2/+2
* zfs: merge openzfs/zfs@431083f75Martin Matuska2023-04-032-2/+22
* loader: Add support for booting from a ZFS snapshotAllan Jude2023-03-141-2/+54
* length for the 64-bit entry is 32-bits, not 16-bits.John-Mark Gurney2023-03-031-1/+1
* stand: Minor cleanupAlfonso2023-02-273-24/+27
* Support SMBIOS v3 for 64-bit entry systemsJohn-Mark Gurney2023-02-221-8/+46
* stand: dev can't be NULL in default_prasedevWarner Losh2023-01-131-4/+1
* stand/zfs: Fix memory leaking on error casesWarner Losh2023-01-131-16/+26
* stand: Separate base and cli parts of nvstoreWarner Losh2023-01-134-1/+220
* stand: Move dev_cleanup into libsaWarner Losh2023-01-112-0/+12
* stand/zfs: Add a third argument to zfs_probe_dev: part_tooWarner Losh2023-01-082-2/+4
* stand: Allow stand.h to be included in C++ programsWarner Losh2023-01-071-1/+6
* stand: Add inttype.hWarner Losh2023-01-071-1/+1
* stand: Make ioctl declaration consistentWarner Losh2022-12-132-1/+2
* stand/zlib: Document the upstream issue behind NO_DEPRECATED_NON_PROTOTYPEWarner Losh2022-12-051-0/+2