| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Imported from: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209368
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r310666:
style(9) fixes
- Clean up trailing whitespace
- Fix variable type alignment in storage_OS_get_swap(..)
r310675:
Fix the build by moving the initializers for len/nswapdev down below the
declarations
Pointyhat to: ngie
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
last byte of the buffer.
Since we call refresh_device_tbl() for any devctl event types - no need
to check the first byte of buffer. Remove these checks.
Also remove logging for the case of unknown devd message. It incorrectly
triggers when all devctl events are not fit into one buffer and part of
unread data will be read in the next pass.
When length of data readed from devctl is equal to sizeof(buf), then try
to read from socket again, to read full data.
MFC after: 2 weeks
|
|
|
|
|
|
|
| |
structure replication and improve manteneability.
Reviewed by: jhb, imp
Tested by: Riccardo Torrini <riccardo at torrini dot org>
|
|
|
|
|
|
| |
Reviewed by: harti
Approved by: harti
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
| |
instead of maximum sized arrays embedded in the table structures and (2)
using pointers to constant oids instead of copying the oid into each
table structure. This also fixes indexing in the case when a string used
for indexing is longer than the maximum size allowed in the MIB.
Submitted by: Victor Cruceru <soc-victor@>
|
|
|