ngie
|
a2b7e0757c
|
Fix type for pagesize to match the return type for getpagesize(3)
to fix the build
MFC after: 5 weeks
X-MFC with: r317311
Pointyhat to: ngie
Sponsored by: Dell EMC Isilon
|
2017-04-23 01:50:47 +00:00 |
|
ngie
|
851982263d
|
Check for failures from getpagesize(3)
Return errno on failure, similar to the open(2) call above it.
MFC after: 5 weeks
Reported by: Coverity
CID: 1193753
Sponsored by: Dell EMC Isilon
|
2017-04-23 01:47:51 +00:00 |
|
ngie
|
364f58aa62
|
Minor style(9) fixups
Delete trailing whitespace and sort headers.
Leave libgeom.h's placement alone, per reasoning in r317289.
MFC after: 5 weeks
Sponsored by: Dell EMC Isilon
|
2017-04-23 01:17:59 +00:00 |
|
jhb
|
59f001963a
|
Explicitly specify MAP_SHARED when mapping the stats file descriptor.
Reviewed by: kib
MFC after: 1 week
|
2014-09-17 19:37:58 +00:00 |
|
phk
|
88560bfa93
|
Use devstat instead of GEOM private statistics structure.
|
2003-03-18 09:53:46 +00:00 |
|
phk
|
a616f22441
|
Leak more stuff into libgeom.
|
2003-02-10 00:11:43 +00:00 |
|
phk
|
8ede9abe7b
|
Add libgeom to the system.
Initially this only contains the functions for accessing the I/O
statistics data.
|
2003-02-08 15:15:56 +00:00 |
|