| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
409594ef
|
| 02-Jun-2023 |
Tom Hukins <tom@FreeBSD.org> |
gpart(8): Improve manual page syntax
Fix various warnings from `mandoc -Tlint lib/geom/part/gpart.8`.
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/702
|
| #
3e1af044
|
| 02-Jun-2023 |
Tom Hukins <tom@FreeBSD.org> |
cam(3): Add a manual page cross reference
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/702
|
| #
3e404b8c
|
| 29-Dec-2020 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
libcam(3): make cam_getccb(3) zero the whole ccb, not just the header
Leaving zeroing to the clients leads to error-prone pointer tricks (zeroing needs to preserve the CCB header), and this code is
libcam(3): make cam_getccb(3) zero the whole ccb, not just the header
Leaving zeroing to the clients leads to error-prone pointer tricks (zeroing needs to preserve the CCB header), and this code is not performance-critical, so there's really no reason to not do it.
Reviewed By: imp, rpokala (manpages) Sponsored by: NetApp, Inc. Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D27333
show more ...
|
| #
bd93bdc9
|
| 06-Jul-2020 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
Clean up cam.3
- Add a missing Pp [1] - Remove uses of Tn - Use "Xr open 2" when appropriate
PR: 247783 [1] Submitted by: PauAmma <pauamma@gundo.com> [1] MFC after: 3 days
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
409594ef
|
| 02-Jun-2023 |
Tom Hukins <tom@FreeBSD.org> |
gpart(8): Improve manual page syntax
Fix various warnings from `mandoc -Tlint lib/geom/part/gpart.8`.
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/702
|
| #
3e1af044
|
| 02-Jun-2023 |
Tom Hukins <tom@FreeBSD.org> |
cam(3): Add a manual page cross reference
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/702
|
| #
3e404b8c
|
| 29-Dec-2020 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
libcam(3): make cam_getccb(3) zero the whole ccb, not just the header
Leaving zeroing to the clients leads to error-prone pointer tricks (zeroing needs to preserve the CCB header), and this code is
libcam(3): make cam_getccb(3) zero the whole ccb, not just the header
Leaving zeroing to the clients leads to error-prone pointer tricks (zeroing needs to preserve the CCB header), and this code is not performance-critical, so there's really no reason to not do it.
Reviewed By: imp, rpokala (manpages) Sponsored by: NetApp, Inc. Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D27333
show more ...
|
| #
bd93bdc9
|
| 06-Jul-2020 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
Clean up cam.3
- Add a missing Pp [1] - Remove uses of Tn - Use "Xr open 2" when appropriate
PR: 247783 [1] Submitted by: PauAmma <pauamma@gundo.com> [1] MFC after: 3 days
|
| #
c876175c
|
| 13-Mar-2017 |
Enji Cooper <ngie@FreeBSD.org> |
lib/libcam/cam.3: note that cam_freeccb(3) with ccb == NULL is a no-op
This allows me to accurately test this scenario, and for others to rely on the behavior, instead of relying on knowledge obtain
lib/libcam/cam.3: note that cam_freeccb(3) with ccb == NULL is a no-op
This allows me to accurately test this scenario, and for others to rely on the behavior, instead of relying on knowledge obtained via code inspection.
Wording borrowed from free(3).
MFC after: 1 week Requested by: ken (D9928) Reviewed by: imp Sponsored by: Dell EMC Isilon Differential Revision: D9969
show more ...
|
| #
acdb1504
|
| 12-Mar-2017 |
Enji Cooper <ngie@FreeBSD.org> |
lib/libcam/cam.3: fix manpage warnings
- spelling: "mis-named" should be "misnamed". - delete spaces interspersed in literal representation of `struct cam_device` as hard-tabs separate the types a
lib/libcam/cam.3: fix manpage warnings
- spelling: "mis-named" should be "misnamed". - delete spaces interspersed in literal representation of `struct cam_device` as hard-tabs separate the types and fields. - Add commas after `e.g.`.
Reported by: igor MFC after: 1 week Sponsored by: Dell EMC Isilon
show more ...
|
| #
88cbf292
|
| 12-Mar-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Use .Dv when referencing NULL
This is the correct markup macro, as opposed to .Va (variable names)
While here, annotate several bare references to `NULL` with .Dv.
MFC after: 1 week Sponsored by:
Use .Dv when referencing NULL
This is the correct markup macro, as opposed to .Va (variable names)
While here, annotate several bare references to `NULL` with .Dv.
MFC after: 1 week Sponsored by: Dell EMC Isilon
show more ...
|
| #
246e7a2b
|
| 02-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r269962
Submitted by: Anish Gupta (akgupt3@gmail.com)
|
| #
ee7b0571
|
| 19-Aug-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head from 7/28
|
| #
1b833d53
|
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|
| #
2b7af31c
|
| 23-Jun-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
use .Mt to mark up email addresses consistently (part3)
PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
|
| #
6a068746
|
| 15-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
| #
38f1b189
|
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
| #
c876175c
|
| 13-Mar-2017 |
Enji Cooper <ngie@FreeBSD.org> |
lib/libcam/cam.3: note that cam_freeccb(3) with ccb == NULL is a no-op
This allows me to accurately test this scenario, and for others to rely on the behavior, instead of relying on knowledge obtain
lib/libcam/cam.3: note that cam_freeccb(3) with ccb == NULL is a no-op
This allows me to accurately test this scenario, and for others to rely on the behavior, instead of relying on knowledge obtained via code inspection.
Wording borrowed from free(3).
MFC after: 1 week Requested by: ken (D9928) Reviewed by: imp Sponsored by: Dell EMC Isilon Differential Revision: D9969
show more ...
|
| #
acdb1504
|
| 12-Mar-2017 |
Enji Cooper <ngie@FreeBSD.org> |
lib/libcam/cam.3: fix manpage warnings
- spelling: "mis-named" should be "misnamed". - delete spaces interspersed in literal representation of `struct cam_device` as hard-tabs separate the types a
lib/libcam/cam.3: fix manpage warnings
- spelling: "mis-named" should be "misnamed". - delete spaces interspersed in literal representation of `struct cam_device` as hard-tabs separate the types and fields. - Add commas after `e.g.`.
Reported by: igor MFC after: 1 week Sponsored by: Dell EMC Isilon
show more ...
|
| #
88cbf292
|
| 12-Mar-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Use .Dv when referencing NULL
This is the correct markup macro, as opposed to .Va (variable names)
While here, annotate several bare references to `NULL` with .Dv.
MFC after: 1 week Sponsored by:
Use .Dv when referencing NULL
This is the correct markup macro, as opposed to .Va (variable names)
While here, annotate several bare references to `NULL` with .Dv.
MFC after: 1 week Sponsored by: Dell EMC Isilon
show more ...
|
| #
246e7a2b
|
| 02-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r269962
Submitted by: Anish Gupta (akgupt3@gmail.com)
|
| #
ee7b0571
|
| 19-Aug-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head from 7/28
|
| #
1b833d53
|
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|