| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Mirror recommendation from Handbook to avoid linking conflicts when | Gregory Neil Shapiro | 2020-08-11 | 1 | -4/+2 |
| * | MFC r353039: add ability to set watchdog timeout for a shutdown | Andriy Gapon | 2019-11-15 | 3 | -3/+3 |
| * | MFC r348782: | Mark Johnston | 2019-06-10 | 1 | -1/+1 |
| * | MFC r345203,r345205,r345353,r345645,r345708,r345709,r345735,r345770,r346081,r... | Enji Cooper | 2019-05-23 | 2 | -0/+65 |
| * | Revert r348136 | Enji Cooper | 2019-05-23 | 2 | -65/+0 |
| * | MFC r345203,r345205,r345353,r345645,r345708,r345709,r345735,r345770,r346574,r... | Enji Cooper | 2019-05-23 | 2 | -0/+65 |
| * | MFC r346571,r346572: | Enji Cooper | 2019-04-29 | 1 | -2/+1 |
| * | MFC: r345387 | Jung-uk Kim | 2019-03-25 | 1 | -1/+2 |
| * | MFC r345220: | Oleksandr Tymoshenko | 2019-03-23 | 1 | -4/+2 |
| * | MFC r339843: Fix jail examples in jib, jng, README | Devin Teske | 2018-10-31 | 3 | -2/+12 |
| * | Add SPDX tags to example manual pages and POSIX copyright. | Mateusz Piotrowski | 2018-07-20 | 5 | -0/+15 |
| * | bhyve/vmrun.sh: make -L functional. | Konstantin Belousov | 2018-06-24 | 1 | -1/+1 |
| * | MK_EFI - Add uefisign and friends to this knob and ensure that we don't | Sean Bruno | 2018-06-19 | 1 | -1/+3 |
| * | hwpmc: add summary command and further metadata extensions | Matt Macy | 2018-06-06 | 1 | -1/+1 |
| * | Convert share/examples/Makefile over to using FILES and FILESDIR. | Brad Davis | 2018-05-09 | 1 | -213/+343 |
| * | Remove 'All Rights Reserved' from the collection copyright and templates. | Warner Losh | 2018-05-09 | 8 | -8/+0 |
| * | Catch up with Clang 6.0. | Jung-uk Kim | 2018-04-03 | 1 | -1/+2 |
| * | Install files added in SVN's r295373, r295457, r295542 | Devin Teske | 2018-03-13 | 1 | -0/+6 |
| * | libifconfig: multiple feature additions | Alan Somers | 2018-02-23 | 8 | -9/+783 |
| * | Fold constants and unify vnc variable names. | Rodney W. Grimes | 2018-02-02 | 1 | -10/+15 |
| * | Clean up long lines. | Rodney W. Grimes | 2018-02-02 | 1 | -5/+8 |
| * | Add -n <network device emulation type> to usage synopsis | Rodney W. Grimes | 2018-02-01 | 1 | -14/+23 |
| * | Add option '-n' network device emulation type which has a default of virtio-net | Rodney W. Grimes | 2018-02-01 | 1 | -2/+8 |
| * | example cdev: use make_dev_s | Eitan Adler | 2018-01-26 | 2 | -7/+14 |
| * | Add SPDX identifier for the example license. | Pedro F. Giffuni | 2018-01-13 | 1 | -0/+2 |
| * | examples: fix typo | Eitan Adler | 2017-12-29 | 1 | -1/+1 |
| * | Remove white space at EOL. | Jens Schweikhardt | 2017-12-16 | 1 | -5/+5 |
| * | SPDX: use the Beerware identifier. | Pedro F. Giffuni | 2017-11-30 | 3 | -2/+10 |
| * | share and pc-sysinstall: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 19 | -7/+45 |
| * | vmrun.sh: add -A option for AHCI emulation of disk devices | Andriy Gapon | 2017-11-23 | 1 | -3/+8 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 3 | -1/+8 |
| * | Move sys/boot to stand. Fix all references to new location | Warner Losh | 2017-11-14 | 2 | -2/+2 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 4 | -4/+0 |
| * | Unbreak install | Eitan Adler | 2017-10-30 | 1 | -1/+0 |
| * | Remove now bogus README | Eitan Adler | 2017-10-30 | 1 | -7/+0 |
| * | Update several more URLs | Eitan Adler | 2017-10-29 | 1 | -1/+1 |
| * | Add HAS_TESTS to all Makefiles that are currently using the | Enji Cooper | 2017-08-02 | 1 | -0/+1 |
| * | Convert traditional ${MK_TESTS} conditional idiom for including test | Enji Cooper | 2017-08-02 | 1 | -3/+1 |
| * | For the udp-client example, instruct user to add an entry for a udp based | Sevan Janiyan | 2017-08-01 | 1 | -3/+3 |
| * | Add kyua TAP test integration examples | Enji Cooper | 2017-06-28 | 6 | -0/+399 |
| * | share/examples/tests/{atf,plain}/Makefile: tweak example Makefile snippets | Enji Cooper | 2017-06-28 | 2 | -8/+4 |
| * | share/examples/tests/Makefile: clean up example snippets/documentation | Enji Cooper | 2017-06-28 | 1 | -4/+6 |
| * | Remove unneccessary call to mtree, which, when building as an unprivileged | Edward Tomasz Napierala | 2017-05-23 | 1 | -2/+0 |
| * | Add UEFI support to vmrun.sh | Allan Jude | 2017-04-13 | 1 | -9/+65 |
| * | Catch up with Clang 4.0.0. | Jung-uk Kim | 2017-03-07 | 1 | -1/+1 |
| * | Make vmrun.sh passthrough -u and -w to bhybe | Rodney W. Grimes | 2017-03-05 | 1 | -1/+9 |
| * | share: normalize paths using SRCTOP-relative paths or :H when possible | Enji Cooper | 2017-03-04 | 4 | -7/+7 |
| * | Remove EISA reference here | Warner Losh | 2017-02-16 | 1 | -1/+1 |
| * | Remove pc98 support completely. | Yoshihiro Takahashi | 2017-01-28 | 1 | -43/+20 |
| * | Attempt to make the parts that people are supposed to change stand out more | Brad Davis | 2016-11-13 | 2 | -24/+24 |