summaryrefslogtreecommitdiff
path: root/stand/zfs/zfs.c
Commit message (Expand)AuthorAgeFilesLines
* Move ZFS files into libsaWarner Losh2018-07-081-1002/+0
* Cut currdev dev and path fields for ZFS on the last colon.Alexander Motin2018-07-021-1/+1
* Remove d_type from devdesc. It's not needed as we can fetch it fromWarner Losh2018-03-121-2/+1
* Use the actual struct devdesc at the start of all *_devdesc structsWarner Losh2018-03-121-5/+5
* libsa: Const-ify buffer argument of write(2) analogConrad Meyer2018-02-231-12/+1
* stand/zfs: Unbreak build, 'truct' ~= 'struct'Kyle Evans2018-02-211-1/+1
* stand/zfs: Add all bootenvs to environmentKyle Evans2018-02-211-10/+68
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+956