summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-27shorten a few long linesMike Belopuhov
2016-01-27We do not support logical_block != physical_block. Remove logical_blockKenneth R Westerback
2016-01-27appease mandoc lint, no difference in outputJasper Lievisse Adriaanse
2016-01-27Two more for the attic.Kenneth R Westerback
2016-01-27Check block 0 signature, physical block size and physical block count whenKenneth R Westerback
2016-01-27- optarg and optind are declared by unistd.h, so remove them...Gleydson Soares
2016-01-27Include sys/ioccom.h since _IO* is used.Antoine Jacoutot
2016-01-27Check imsg data length before use.Sunil Nimmagadda
2016-01-27Use "VIS_SAFE | VIS_CSTYLE" instead of "VIS_OCTAL" as the value canReyk Floeter
2016-01-27Add hostctl(8), a tool to access key-value stores on the host,Reyk Floeter
2016-01-27Removes the abstraction layer to support multiple executable binaries.Martin Pieuchot
2016-01-27syncReyk Floeter
2016-01-27Add /dev/pvbus0 (mode 0640) to MAKEDEV on i386 and amd64.Reyk Floeter
2016-01-27Add a key-value interface to pvbus(4) that allows to get or set valuesReyk Floeter
2016-01-27Replace the malloc spinlock with a mutex. This lock is held over system callsMark Kettenis
2016-01-27send events to filters in a simple loop, rather than using theEric Faurot
2016-01-27Remove unused db_sifting().Martin Pieuchot
2016-01-27change old $FreeBSD version string in comment so it doesn't become anDamien Miller
2016-01-27white space tweaks. no functional change.David Gwynne
2016-01-27deprecate SSL_OP_SINGLE_DH_USEBob Beck
2016-01-27Properly initialize sin_family.Jeremie Courreges-Anglas
2016-01-27make the debug messages a bit more useful hereDamien Miller
2016-01-27Nope. Missed a couple of '{}' that could go.Kenneth R Westerback
2016-01-27Nuke another (and I hope final) batch of superfluous '{}' around singleKenneth R Westerback
2016-01-26Rework and simplify string argument parsing. All string arguments are atKenneth R Westerback
2016-01-26spacingRobert Peichaer
2016-01-26- state keys imported by if_pfsync trip refcnt != ~0 AssertAlexandr Nedvedicky
2016-01-26dpme_name and dpme_type are NUL-terminated in Apple code, so useKenneth R Westerback
2016-01-26Remove needless zeroing. Anonymously mapped memory is always zeroed.mmcc
2016-01-26typosmmcc
2016-01-26Use an unsigned int rather than an int when iterating through all 32mmcc
2016-01-26ensure the backup file has the same mtime as the original file, this is in lineJasper Lievisse Adriaanse
2016-01-26remove a useless macrommcc
2016-01-26Convert membar_* operations to bus_dmamap_sync callsMike Belopuhov
2016-01-26Whitespace, line wrapping fixes. Nuke many superfluous '{}' around singleKenneth R Westerback
2016-01-26Rewrite tx path to use flat transmit ring without fragment chainsMike Belopuhov
2016-01-26Rename _{req,rsp}_evt descriptor structure members to _{prod,cons}_eventMike Belopuhov
2016-01-26Whitespace, line wrapping fixes.Kenneth R Westerback
2016-01-26No need to take a grant table entry mutex in xen_grant_table_{enter,remove}Mike Belopuhov
2016-01-26Don't crash dumping malloc stats if malloc_init hasn't been called, noted byOtto Moerbeek
2016-01-26Add a grant table reference invalidation spin out checkMike Belopuhov
2016-01-26Implement a rather conservative bus_dmamap_sync APIMike Belopuhov
2016-01-26Make sure to use locked atomic operations even on the SP kernelMike Belopuhov
2016-01-26When encoding fails in fputwc(3), set the error indicator as requiredIngo Schwarze
2016-01-26Improve the previous fix: call vmxnet3_load_mbuf, bpf_mtap, and flipReyk Floeter
2016-01-26lseek() + write() can be replaced by a slightly shorter ftruncate()Reyk Floeter
2016-01-26The division "res->size /= 1024 / 1024" is a no-op: 1024 / 1024 isReyk Floeter
2016-01-26Simplify logic of read_partition_map(), junking retries with various sizesKenneth R Westerback
2016-01-26prettify a NULL test in vr_start.David Gwynne
2016-01-26dont leak mbufs on encap failure.David Gwynne