aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyveload
Commit message (Expand)AuthorAgeFilesLines
* bhyveload(8): document some SECURITY CONSIDERATIONSKyle Evans2024-01-121-1/+41
* bhyveload: add CAP_SEEK to our dirfd rightsKyle Evans2024-01-091-2/+2
* bhyveload: make error printing consistentKyle Evans2024-01-081-33/+16
* bhyveload: fix comment styleKyle Evans2024-01-051-1/+1
* bhyveload: support guest rebooting from the loaderKyle Evans2024-01-051-1/+15
* bhyveload: limit rights on the dirfds we createKyle Evans2024-01-051-0/+18
* bhyveload: fix non -l useKyle Evans2024-01-041-1/+1
* bhyveload: enter capability mode after we setup the vcpuKyle Evans2024-01-031-0/+7
* bhyveload: hold /boot and do relative lookups for the loaderKyle Evans2024-01-031-22/+51
* bhyveload: use a dirfd to support -hKyle Evans2024-01-031-27/+57
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-4/+0
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-2/+0
* libvmmapi: Add a struct vcpu and use it in most APIs.John Baldwin2023-03-241-10/+16
* bhyveload: Address compiler warnings and bump WARNSMark Johnston2023-03-032-34/+36
* bhyveload: open guest boot disk image O_RDWRRobert Wing2022-12-051-1/+1
* bhyveload(8): Implement loader_callbacks::diskwriteConrad Meyer2020-10-071-2/+18
* Fix pkgfs stat so it satisfies libsecurebootSimon J. Gerraty2020-03-251-5/+10
* usr.sbin/bhyveload: don't leak an fd if a device can't be openedSean Chittenden2019-07-121-8/+6
* userboot: handle guest interpreter mismatches more intelligentlyKyle Evans2018-09-011-9/+50
* style(9) remove unnecessary blank tabs.Marcelo Araujo2018-06-131-1/+1
* De-const to match changes in userboot.hWarner Losh2017-12-061-2/+2
* Make putenv and getenv match the userland definition of theseWarner Losh2017-12-061-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* bhyveload: correctly query size of disksAndriy Gapon2017-06-211-3/+5
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* bhyve: improve memory size documentationRoman Bogorodskiy2016-06-262-13/+8
* MFHGlen Barber2016-04-061-2/+1
|\
| * bhyveload: fix from loading undefined size.Pedro F. Giffuni2016-04-061-2/+1
* | MFHGlen Barber2016-03-022-3/+32
|\|
| * Add option -C to have the guest memory included in core files.Marcel Moolenaar2016-02-262-2/+12
| * Support version 4 of the userboot structure by implementing theMarcel Moolenaar2016-02-261-1/+20
* | MFH r289384-r293170Glen Barber2016-01-041-0/+20
|\|
| * META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+20
* | Merge from headBaptiste Daroussin2015-10-092-11/+45
|\|
| * Add option -l for specifying which OS loader to dlopen(3). By defaultMarcel Moolenaar2015-10-082-11/+45
* | Merge from headBaptiste Daroussin2015-09-121-1/+1
|\|
| * Fix issues detected by 'mandoc -Tlint bhyveload.8'Neel Natu2015-06-271-1/+1
* | Merge from head @274131Baptiste Daroussin2015-06-202-4/+12
|\|
| * Restructure memory allocation in bhyve to support "devmem".Neel Natu2015-06-182-4/+12
* | MFH: r282615-r283655Glen Barber2015-05-281-1/+1
|\|
| * Fix off-by-one in array index bounds checkAllan Jude2015-05-181-1/+1
* | Merge from headBaptiste Daroussin2015-05-031-1/+1
|\|
| * Fix overlinking in bhyve:Baptiste Daroussin2015-04-091-1/+1