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