Mark Johnston

Results 36 comments of Mark Johnston

> > Looks like the last update didn't regenerate the syscall definitions? > > Do you mean the constants in pf.txt.const? Those are the ioctl numbers and they didn't change....

For a while now I've been using an instance where FreeBSD guests are configured to dump core over the network when they crash. This has proven extremely useful for rare...

I think the two requirements I listed are probably universal. From your notes above we also have: - Need a way to limit space consumed by crash dumps. (As a...

Actually it is currently not possible to specify the port, but I can change that pretty easily if needed. However, I don't think even that is necessary: netdumpd can be...

@mudongliang I am not quite sure what you are asking. In general it is pretty trivial to set up kernel dumps for FreeBSD, but our mechanism works differently from KDUMP....

I have a use for this feature as well. It's mostly possible to get this working with `config` commands, at least when it's a single dataset (haven't thought much about...

I hit this problem as well. I tried modifying the ocaml-secondary-compiler package definition to add -fcommon to the compiler flags for LLVM (like the existing fix-gcc10 patch already does), but...

Looks like the native FreeBSD package for ocaml has a patch for amd64.S: https://github.com/freebsd/freebsd-ports/blob/main/lang/ocaml/files/patch-asmrun_amd64.S

> Note that `ocaml-secondary-compiler` is just necessary for dune on OCaml < 4.08, above it is is not needed anymore so upgrading your compiler to 4.13.1 would "fix" this issue...

I'm having trouble finding any documentation of this interface, so I'll try re-explaining it based on my understanding of what's written above. Suppose userspace calls `madvise(MADV_FREE_REUSABLE)` on a virtual address...