summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Add an example program to show how to use libpmc from a program.gnn2014-07-313-2/+124
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Remove ia64.marcel2014-07-071-1/+0
* | | | | | | | | | | | After r267897 brought in a new version of file/libmagic, a filesystem imageneel2014-06-271-1/+1
* | | | | | | | | | | | Remove example cvsup config files.gavin2014-06-255-267/+0
* | | | | | | | | | | | Drop example variables for updating over csup. These have not functionedgavin2014-06-251-12/+0
* | | | | | | | | | | | use .Mt to mark up email addresses consistently (part1)bapt2014-06-205-5/+5
* | | | | | | | | | | | Support for multiple disks and tap devices.alfred2014-06-171-22/+61
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | - Format the usage so that it fits in 80 cols and follows the standardjhb2014-04-231-15/+31
* | | | | | | | | | Convert NO_MANCOMPRESSED to MK_MANCOMPRESSED.imp2014-04-181-1/+1
* | | | | | | | | | r264402 builds fine, but turns out there are problems withimp2014-04-131-1/+1
* | | | | | | | | | Convert NO_MANCOMPRESS to normal convention.imp2014-04-131-1/+1
* | | | | | | | | | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-138-8/+8
* | | | | | | | | | Add new CPUTYPEs supported by Clang 3.4, i.e., AMD Steamroller (bdver3) andjkim2014-03-201-2/+2
* | | | | | | | | | Add a way to apply CFLAGS only when building the given architecture. Thisian2014-03-191-0/+7
* | | | | | | | | | Remove unnecessary svn:executable property from source file.jmmv2014-03-141-0/+0
* | | | | | | | | | Make bsd.test.mk the only public mk fragment for the building of tests.jmmv2014-03-142-2/+2
* | | | | | | | | | Add the makefile forgotten in previous commitbapt2014-03-101-0/+10
* | | | | | | | | | Add a mailer.conf example to use dmabapt2014-03-102-0/+8
* | | | | | | | | | Generate plain sh test programs from a source file.jmmv2013-11-251-0/+0
* | | | | | | | | | Add some sample test programs.jmmv2013-11-1812-0/+710
* | | | | | | | | | Finish r257779.glebius2013-11-071-2/+2
* | | | | | | | | | - Use libusb20_strerror() function instead of custom usb_error() one.hselasky2013-11-076-141/+72
* | | | | | | | | | Make the virtual ioapic available unconditionally in a bhyve virtual machine.neel2013-10-311-1/+1
* | | | | | | | | | Add support for PCI-to-ISA LPC bridge emulation. If the LPC bus is attachedneel2013-10-291-4/+5
* | | | | | | | | | Add an option to bhyveload(8) that allows setting a loader environment variableneel2013-10-171-3/+8
* | | | | | | | | | Merge from project branch. Uninteresting commits are trimmed.markm2013-10-121-17/+24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | MFC - tracking commitmarkm2013-10-091-2/+2
| * | | | | | | | | | Snapshot. This passes the build test, but has not yet been finished or debugged.markm2013-10-041-17/+24
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Remove most of the ATF tools and the _atf user.rpaulo2013-10-122-42/+0
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Parse the memory size parameter using expand_number() to allow specifyingneel2013-10-091-2/+2
|/ / / / / / / /
* | | | | | | | MFCmarkm2013-09-011-4/+4
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Bring legacy CAM target implementation back into API/KPI-coherent and evenmav2013-09-011-4/+4
* | | | | | | | Remove short-lived idea; thread to harvest (eg) RDRAND enropy into the usual ...markm2013-08-301-19/+1
* | | | | | | | 1) example (partially humorous random_adaptor, that I call "EXAMPLE")markm2013-08-243-1/+119
|/ / / / / / /
* | | | | | | Revert r253748,253749avg2013-07-281-0/+1
* | | | | | | remove needless inclusion of machine/cpu.h in userlandavg2013-07-281-1/+0
* | | | | | | Fix typo.glebius2013-07-171-1/+1
* | | | | | | Improve example, so that it doesn't dump core when example moduleglebius2013-07-171-2/+6
* | | | | | | - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-282-0/+2
* | | | | | | Add "amdfam10" to the supported CPU types for amd64. This complementsjkim2013-06-271-2/+2
* | | | | | | Add a missing comma.jkim2013-06-131-1/+1
* | | | | | | - Document GCC support for AMD Family 10h processors (amdfam10).jkim2013-06-131-5/+5
* | | | | | | Fxi a bunch of typos.eadler2013-05-101-1/+1
* | | | | | | Add an alternate version of beastie to the examples directory.eadler2013-04-282-0/+2474
* | | | | | | Fix examples for overriding INSTALL to not suggest hardcodingbdrewery2013-04-261-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Add the "-g <gdport>" option to the vmrun.sh script that enables remoteneel2013-03-281-3/+8
* | | | | | Retire the mislabeled ENABLE_SUID_SSH knob.des2013-03-221-3/+0
* | | | | | Add bhyve to examples.neel2013-03-182-0/+181
* | | | | | Disconnect files removed in r248151bapt2013-03-111-3/+0
OpenPOWER on IntegriCloud