aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/geli
Commit message (Expand)AuthorAgeFilesLines
* loader: Make pkcs5v2 unconditionally availableColin Percival2024-09-221-2/+0
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-221-1/+0
* libsa: Move hash functions up a levelWarner Losh2024-02-021-11/+0
* stand: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-166-12/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* stand: For all disk drivers, connect dv_parsedev to disk_parsedevWarner Losh2022-11-301-0/+1
* geli: Move check for DEVT_DISK into geli_probe_and_attachWarner Losh2022-10-231-0/+3
* stabd/geli: Bail out if you can't get the disks sizeWarner Losh2022-10-211-1/+2
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-111-1/+2
* stand: Change disk_fmtdev to take a struct devdesc *Warner Losh2022-08-111-1/+1
* stand: Reduce number of files that need -I${LDRSRC}Warner Losh2022-08-031-3/+5
* stand: Remove unneeded include from geliWarner Losh2022-08-031-2/+0
* stand geli: Restore include path to LDRSRC.John Baldwin2022-07-221-4/+4
* stand: geli CFLAGS tighteningWarner Losh2022-07-081-4/+3
* loader: GELI encrypted disk should still use device name diskToomas Soome2022-06-201-1/+1
* stand: Fix a common typo in source code commentsGordon Bergling2022-03-281-1/+1
* geliboot: Use the correct IV length for AES-XTS.John Baldwin2022-01-143-7/+6
* geliboot: Use the multi-block functions for AES-XTS.John Baldwin2022-01-111-9/+5
* stand: fix build after recent opencrypto changesKyle Evans2021-10-073-5/+6
* loader: implement GELI writesToomas Soome2020-07-115-45/+84
* loader: geli_dev_ioctl does return huge mediasizeToomas Soome2020-07-071-1/+1
* Fix libstand build breakage after r361298.John Baldwin2020-05-201-6/+6
* Use if rather than case for a simple boolean. gcc thinks blks isWarner Losh2018-07-131-5/+4
* Extend loader(8) geli support to all architectures and all disk-like devices.Ian Lepore2018-07-136-215/+587
* stand: move libgeliboot into libsa.Warner Losh2018-06-186-0/+828