summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_uuid.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync enc/dec routines with libc.miod2014-08-311-21/+123
|
* Initial support to read GPT partition tables in the kernel, if option GPT.miod2014-07-131-0/+151
Contributed by Markus Mueller; code based upon Bitrig's GPT support, with stricter GPT structures validation and support for alternate header places. ok deraadt@ jsing@ krw@