summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-27syncStuart Henderson
2016-01-27Add /etc/examples/pkg.conf, generated from mirrors.dat over in www/.Stuart Henderson
2016-01-27Allow pkg.conf's installpath to be set to a bare hostname (no /), whichStuart Henderson
2016-01-27No need to copy dmpe_name to a buffer before printing it.Kenneth R Westerback
2016-01-27Clear out some repetitive and pointless verbiage. Shuffle otherKenneth R Westerback
2016-01-27fyx typo. s,dynanic,dynamic,Gleydson Soares
2016-01-27Tweak some verbiage.Kenneth R Westerback
2016-01-27make sure to check malloc(3) return pointer against NULL.Gleydson Soares
2016-01-27Tighten up next reference calculation, printing fixesMike Belopuhov
2016-01-27tweak previous; ok krwJason McIntyre
2016-01-27Convert min + uiomovei to ulmin + uiomove.Stefan Kempf
2016-01-27On-disk partition name/types/processorid may or may not be NULKenneth R Westerback
2016-01-27- sort optionsJason McIntyre
2016-01-27Remove some lies and pointless verbiage. Tweak HISTORY.Kenneth R Westerback
2016-01-27missing fclose(3). (silence cppcheck warnings).Gleydson Soares
2016-01-27Reimplement Grant Table metadata linking and enable dynamic allocationMike Belopuhov
2016-01-27xen_bus_dma_init turned out to be unnecessaryMike Belopuhov
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