User Details
User Details
- User Since
- Mar 12 2014, 1:00 AM (622 w, 2 d)
Yesterday
Yesterday
Tue, Feb 10
Tue, Feb 10
markj committed rG539bbdbd3b0c: arm64: Fix kernel panic in get_arm64_sve during core dump (authored by • william.a_carrel.org).
Mon, Feb 9
Mon, Feb 9
Thu, Feb 5
Thu, Feb 5
Tue, Feb 3
Tue, Feb 3
Mon, Feb 2
Mon, Feb 2
Fri, Jan 30
Fri, Jan 30
Tue, Jan 27
Tue, Jan 27
markj committed rGfd02eb559266: vm_fault: only rely on PG_ZERO when the page was newly allocated (authored by kib).
markj committed rG4967e14ba25b: vm_object_page_remove(): clear pager even if there is no resident pages (authored by kib).
markj committed rG2bbc6677c686: vm_fault: only rely on PG_ZERO when the page was newly allocated (authored by kib).
markj committed rGde311ee39b3f: vm_object_page_remove(): clear pager even if there is no resident pages (authored by kib).
markj committed rGbb150039c0ce: vm_fault: only rely on PG_ZERO when the page was newly allocated (authored by kib).
markj committed rG6e279feb40be: vm_object_page_remove(): clear pager even if there is no resident pages (authored by kib).
markj added a reverting change for rGc759aca606ce: devinfo: Add support for libxo: rG6a192c14d244: Revert "devinfo: Add support for libxo".
markj added a reverting change for rGe8d6b58ef5a4: devinfo: Fix some libxo errors: rG6a192c14d244: Revert "devinfo: Add support for libxo".
markj added a reverting change for rG4cf5878d27dd: devinfo.8: Document libxo support: rG6a192c14d244: Revert "devinfo: Add support for libxo".
Mon, Jan 26
Mon, Jan 26
Sun, Jan 25
Sun, Jan 25
Fri, Jan 23
Fri, Jan 23
Tue, Jan 20
Tue, Jan 20
markj added inline comments to D54592: Add pdrfork(2) and pdwait(2).
markj updated the diff for D54800: syslogd/tests: Fix flakiness in forwarding tests.
Use ${PWD}
markj requested review of D54800: syslogd/tests: Fix flakiness in forwarding tests.
markj requested review of D54799: syslogd/tests: Improve lo0 initialization.
markj added inline comments to D54742: vmm.4: Add information on VM access control.
markj added inline comments to D54779: syslogd/tests: Address races.
Mon, Jan 19
Mon, Jan 19
markj updated the diff for D54779: syslogd/tests: Address races.
Follow jlduran's suggestion of using atf_check -r.
markj added inline comments to D54779: syslogd/tests: Address races.
markj added inline comments to D54779: syslogd/tests: Address races.
markj added a comment to D54780: ObsoleteFiles.mk: Remove obsolete MIT KRB5 plugins.
Which revision removed these?
markj requested review of D54779: syslogd/tests: Address races.
markj requested review of D54778: syslogd/tests: Use a helper function to log from within a jail.
markj added inline comments to D54766: Add pthread_tryjoin_np(3) as provided by glibc.
markj added a comment to D54768: sys: do not allow entering vm_fault() on boot until VM is initialized.
To be clear, the point is to have an explicit panic rather than a boot hang because we end up spinning in an uninitialized trap handler?
markj retitled D54739: bhyve: Don't log a warning when we fail to open /dev/pci from bhyve: Open /dev/pci read-only when possible
markj updated the diff for D54739: bhyve: Don't log a warning when we fail to open /dev/pci.
Always open /dev/pci read-write.
Sun, Jan 18
Sun, Jan 18
markj added a comment to D54753: queue(3): add function-based API.
markj added a comment to D54753: queue(3): add function-based API.
Sat, Jan 17
Sat, Jan 17
markj added inline comments to D54739: bhyve: Don't log a warning when we fail to open /dev/pci.
markj added a comment to D54753: queue(3): add function-based API.
To be honest, I'm not thrilled to have a whole new set of functions for doing something already covered by queue.h and used extensively throughout the tree. These functions don't provide any type checking or debug assertions/poisoning like the queue.h macros do. These functions might be easier to use for someone not used to queue.h, but there are tons of examples of queue.h macro usage in the tree to draw from.
Fri, Jan 16
Fri, Jan 16
markj requested review of D54750: vmm: Avoid clobbering errors from vmm_modinit().
markj requested review of D54743: vmm: Start using exterror.
markj requested review of D54742: vmm.4: Add information on VM access control.
markj requested review of D54741: vmm: Enable unprivileged bhyve.