Andriy Gapon

Results 12 issues of Andriy Gapon

I made a .iso file using stable/9 source tree on machine that runs head, the resulting iso was named mfsbsd-se-10.0-CURRENT-amd64.iso. This is obviously incorrect.

This is a draft pull request just to show what I am working on. Maybe I'll get some advise on the code. Maybe the code will be useful as an...

The problem is found by a code review of the latest code, so no OS / version details. But the code has been unchanged for many years. `fzap_add` and `fzap_update`...

Type: Defect
Bot: Not Stale

First, I could not get RTSP working at all until I created "RTSP Link" via eWeLink. I used a default password there. Later, I used sonoff-hack web interface to disable...

Stale

It looks like vm-bhyve passes only the first configured disk to bhyveload via its -d option. Is there a way to pass all disks to bhyveload? I think that the...

Example: ``` # vm list NAME DATASTORE LOADER CPU MEMORY VNC AUTOSTART STATE fbsd12 default bhyveload 4 4g - No Stopped pz-inverness-tmp default bhyveload 4 4G - No Bootloader (18783)...

This is more of a question than an issue (at least for now). How to configure shortcuts for multimedia / special keys? I would like to set a custom action...

### Motivation and Context Sometimes it is useful to list all user holds of all snapshots under certain dataset. For example, when those holds do not allow to destroy the...

Status: Accepted
Status: Revision Needed

`%Y` is documented as producing output equivalent to `%Y %a %b %e %T %Z.` using `cftime` conversions. The actual format is `%Y %b %e %T` where `%b` is always in...

`%T` format for DTrace printf is not documented.