Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys: Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| | | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/ | ||||
* | Generalized parts of the XEN timer code into a generic pvclock | Bryan Venteicher | 2015-02-04 | 1 | -0/+6 |
KVM clock shares the same data structures between the guest and the host as Xen so it makes sense to just have a single copy of this code. Differential Revision: https://reviews.freebsd.org/D1429 Reviewed by: royger (eariler version) MFC after: 1 month Notes: svn path=/head/; revision=278183 |