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