User Details
User Details
- User Since
- Mar 12 2014, 1:00 AM (604 w, 5 d)
Today
Today
markj added inline comments to D53062: imgact: Mark brandinfo and note structures as const.
markj added inline comments to D53062: imgact: Mark brandinfo and note structures as const.
markj added inline comments to D53062: imgact: Mark brandinfo and note structures as const.
markj added inline comments to D52045: Copy kqueues into the child on fork.
markj requested review of D53069: libnv: Fix a length check in nvpair_unpack_string_array().
markj added a comment to D53062: imgact: Mark brandinfo and note structures as const.
markj requested review of D53068: ipfw: Check for errors from sooptcopyin() and sooptcopyout().
markj added a comment to D53062: imgact: Mark brandinfo and note structures as const.
Also I think the commit message ought to reference any changes in ELF sections containing these.
markj requested review of D53066: netmap: Fix error handling in nm_os_extmem_create().
markj requested review of D53065: exec: Check for errors when mapping the shared object.
markj requested review of D53063: imgact_elf: Check note body sizes.
markj requested review of D53062: imgact: Mark brandinfo and note structures as const.
Sat, Oct 11
Sat, Oct 11
markj committed rG146b7bb2a111: netstat: Fix -ia missing multicast addresses on some interfaces (authored by Nick Reilly <nreilly@qnx.com>).
netstat: Fix -ia missing multicast addresses on some interfaces
markj committed rG54a72bbaee2e: netstat: Fix -ia missing multicast addresses on some interfaces (authored by Nick Reilly <nreilly@qnx.com>).
netstat: Fix -ia missing multicast addresses on some interfaces
Fri, Oct 10
Fri, Oct 10
markj added a comment to D53026: realpath: Avoid doing unnecessary work.
The only case in which the userland implementation would return a different error than the system call is if we are racing against someone modifying the hierarchy we are traversing
markj added inline comments to D53026: realpath: Avoid doing unnecessary work.
markj committed rGf66bb825f589: vmstat: Print the number of wired pages in each object (authored by markj).
vmstat: Print the number of wired pages in each object
markj committed rGffca0c44ffe8: vm_object: Export the number of wired pages in vm_object_list_handler() (authored by markj).
vm_object: Export the number of wired pages in vm_object_list_handler()
markj committed rG13d866b314f8: vm_object: Reset kvo_path on each iteration in vm_object_list_handler() (authored by markj).
vm_object: Reset kvo_path on each iteration in vm_object_list_handler()
vmm: Remove some unused macros
markj committed rG059b0b704663: vmm: Move the guest vmspace into the generic vm_mem structure (authored by markj).
vmm: Move the guest vmspace into the generic vm_mem structure
vmm: Make vmmops declarations more consistent
vmm: Unify implementations of vcpu_cleanup()
Thu, Oct 9
Thu, Oct 9
markj requested review of D53013: vmm: Remove some unused macros.
markj requested review of D53012: vmm: Move the guest vmspace into the generic vm_mem structure.
markj requested review of D53011: vmm: Make vmmops declarations more consistent.
markj requested review of D53010: vmm: Unify implementations of vcpu_cleanup().
markj added inline comments to D52983: nullfs: add nounixbypass mount option.
markj requested review of D53008: vm_object: Export the number of wired pages in vm_object_list_handler().
markj updated the diff for D52997: vm_object: Reset kvo_path on each iteration in vm_object_list_handler().
Just clear the whole struct
markj requested review of D53001: certctl.8: Update documentation of BUNDLE.
markj updated the diff for D52997: vm_object: Reset kvo_path on each iteration in vm_object_list_handler().
Clear a couple of other fields.
markj requested review of D52997: vm_object: Reset kvo_path on each iteration in vm_object_list_handler().
markj committed R11:60334f077945: sysutils/amazon-ssm-agent: Use pw(8)'s new metalog feature (authored by markj).
sysutils/amazon-ssm-agent: Use pw(8)'s new metalog feature
markj added a comment to D52983: nullfs: add nounixbypass mount option.
This should be documented in mount_nullfs.8. The implementation looks ok to me.
Wed, Oct 8
Wed, Oct 8
markj added inline comments to D52946: x86: Allow MCA messages to be rate-limited.
Seems ok to me.
markj committed rGe63bf6aa523e: cryptocheck: Be friendlier when testing software crypto backends (authored by markj).
cryptocheck: Be friendlier when testing software crypto backends
markj added inline comments to D52946: x86: Allow MCA messages to be rate-limited.
markj committed rG79042fd7ed41: tests/mac_ipacl: restore sysctls after modification (authored by guest-svmhdvn).
tests/mac_ipacl: restore sysctls after modification
markj committed rG170aac934794: tests/mac_portacl: restore sysctls after modification (authored by guest-svmhdvn).
tests/mac_portacl: restore sysctls after modification
markj added inline comments to D52946: x86: Allow MCA messages to be rate-limited.
markj added a comment to D52441: uma_core: Rely on domainset iterator to wait on M_WAITOK.
I'm ok with this change landing.
markj added a comment to D52733: vm_domainset: Ensure round-robin works properly.
markj requested review of D52982: kstack: Fix iterator usage in vm_thread_stack_create().
rc: Update dependencies for zpool scripts
markj committed rG04d47c7cde54: rc tests: Add a test to check for warnings from rcorder (authored by markj).
rc tests: Add a test to check for warnings from rcorder
cross-build: Define __GNUC_PREREQ__ in cdefs.h
tools/build: Bring in stdckdint.h if needed
pw: pw_mkdb(3) does not set errno
Tue, Oct 7
Tue, Oct 7
markj added inline comments to D12278: x86: support sending non-fatal MCA messages to syslog.
markj added inline comments to D52781: sys/amd64/vmm: fix Windows 11 deadlock.
markj requested review of D52968: vmm: My attempt at fixing the rendezvous deadlock.
markj updated the diff for D52954: rc tests: Add a test to check for warnings from rcorder.
Don't test /usr/local/etc/rc.d/*
markj updated the diff for D52933: cross-build: Define __GNUC_PREREQ__ in cdefs.h.
Apply Warner's suggestion.
markj added a comment to D52943: x86: print MCAs to the console before MCA initialization.
Note that I am not 100% sure this can actually happen, since I am not 100% sure we will ever enable interrupts before we run mca_setup().
markj requested review of D52954: rc tests: Add a test to check for warnings from rcorder.
markj requested review of D52953: rc: Update dependencies for zpool scripts.
markj committed rGf459a2ef73b7: release: Set INSTALL_AS_USER=yes when running pkg clean in NO_ROOT mode (authored by markj).
release: Set INSTALL_AS_USER=yes when running pkg clean in NO_ROOT mode
markj committed rG9bb0282097ef: release: Complete NO_ROOTification of Vagrant builds (authored by markj).
release: Complete NO_ROOTification of Vagrant builds
Mon, Oct 6
Mon, Oct 6
markj committed rG2ba20004ef76: libc: Reimplement the *rand48 family of functions (authored by markj).
libc: Reimplement the *rand48 family of functions
markj requested review of D52933: cross-build: Define __GNUC_PREREQ__ in cdefs.h.
markj requested review of D52932: tools/build: Bring in stdckdint.h if needed.
markj added inline comments to D52781: sys/amd64/vmm: fix Windows 11 deadlock.
markj added inline comments to D52925: fts: Further improve the manual page.
markj added inline comments to D52926: cp: Simplify sameness checks.