User Details
User Details
- User Since
- Mar 12 2014, 1:00 AM (643 w, 4 d)
Fri, Jul 10
Fri, Jul 10
markj added inline comments to D58164: init(8): extract reroot transient code into reroot_seed.
git-mfc: Update exception lists
git-mfc: Add an ignore-list feature
syslogd: Limit rights on procdescs
markj added a comment to D58164: init(8): extract reroot transient code into reroot_seed.
markj requested review of D58162: git-mfc: Update exception lists.
markj requested review of D58161: git-mfc: Add an ignore-list feature.
markj requested review of D58160: syslogd: Limit rights on procdescs.
markj added inline comments to D57067: vmm: Fully adopt the getrlimit(2) machinery for limiting the number of VMM instances.
markj added a comment to D58034: usr.bin/pkgconf: import the test suite.
Are the tests all passing now?
markj committed rG59a4b6c2a065: git-mfc: Cherry-pick all commits in one git command (authored by markj).
git-mfc: Cherry-pick all commits in one git command
markj committed rG1f091ad283e9: git-mfc: Filter pending and dangling commits by committer (authored by markj).
git-mfc: Filter pending and dangling commits by committer
markj added inline comments to D58117: kern: add fget_procdesc().
markj added inline comments to D58123: procdesc: add NOTE_PDSIGCHLD.
markj updated subscribers of D58123: procdesc: add NOTE_PDSIGCHLD.
Thu, Jul 9
Thu, Jul 9
markj added inline comments to D58093: dwatch: add nine diagnostic modules; grow errno, io, proc, sched.
markj added inline comments to D58123: procdesc: add NOTE_PDSIGCHLD.
markj added inline comments to D58117: kern: add fget_procdesc().
markj requested review of D58129: git-mfc: Cherry-pick all commits in one git command.
markj committed rG1ad156fc1439: inotify: Ensure that "allocfail" is initialized in inotify_log_one() (authored by markj).
inotify: Ensure that "allocfail" is initialized in inotify_log_one()
markj committed rG242c9c86c8ca: inotify: Unconditionally generate IN_IGNORED events for files/dirs (authored by markj).
inotify: Unconditionally generate IN_IGNORED events for files/dirs
markj requested review of D58126: git-mfc: Filter pending and dangling commits by committer.
markj added inline comments to D58123: procdesc: add NOTE_PDSIGCHLD.
markj added inline comments to D57375: routing: Subscribe nhops to ifnet link events.
markj added inline comments to D55363: if_gre: Add a regression test.
markj added inline comments to D58117: kern: add fget_procdesc().
markj committed rGf370bf9fafce: inotify: Ensure that "allocfail" is initialized in inotify_log_one() (authored by markj).
inotify: Ensure that "allocfail" is initialized in inotify_log_one()
inotify: Fix comment typos
epoch: Fix epoch_drain_callbacks()
markj committed rG836a76ad95be: tests/inotify: Make an error message more useful (authored by markj).
tests/inotify: Make an error message more useful
taskqueue: Avoid unbounded epoch read sections
markj committed rGe1ab35148dd4: netmap: Don't assume that user-provided strings are nul-terminated (authored by markj).
netmap: Don't assume that user-provided strings are nul-terminated
markj committed rGde6193cf7d2c: timefd: Correct the required rights for timerfd_gettime() (authored by markj).
timefd: Correct the required rights for timerfd_gettime()
Wed, Jul 8
Wed, Jul 8
markj added a comment to D58094: ptrace(PT_ATTACH_PD).
I don't think this patch is a good idea. It adds a bunch of complexity and state to a security layer in order to support a debugging feature, as I understand it.
markj committed rGc8cc44270404: unix: Fix a socket refcount leak in uipc_sendfile_wait() (authored by markj).
unix: Fix a socket refcount leak in uipc_sendfile_wait()
tests: Add pjdfstest integration
markj committed rG1a715cbba276: virtio/p9fs: Define the channel list mutex as static (authored by markj).
virtio/p9fs: Define the channel list mutex as static
markj committed rGfae2b85dfee6: librpcsec_gss: Fix an off-by-one in rpc_gss_get_principal_name() (authored by thebugfixers_pm.me).
librpcsec_gss: Fix an off-by-one in rpc_gss_get_principal_name()
markj committed rG2e1226c3b2aa: libnetbsd: Avoid bringing in all of sys/param.h in sys/types.h (authored by markj).
libnetbsd: Avoid bringing in all of sys/param.h in sys/types.h
p9fs: Remove the "cancel" transport method
markj committed rGb365fc1ad2cc: makefs/zfs: Explicitly include sys/param.h for nitems() (authored by markj).
makefs/zfs: Explicitly include sys/param.h for nitems()
markj committed rGe19e2017f7aa: install: Explicitly include sys/param.h for MAXPATHLEN (authored by markj).
install: Explicitly include sys/param.h for MAXPATHLEN
if_ovpn: Fix a lock leak in an error path
udp: Wrap a long line in udp_send()
markj added inline comments to D58062: lagg: re-check port caps after bringing up a port.
markj added a comment to D58094: ptrace(PT_ATTACH_PD).
Why not just use ptrace(PT_ATTACH, pdgetpid(), ...)? I can see some argument for PT_ATTACH_PD if you are planning to make ptrace() available in capability mode.
Tue, Jul 7
Tue, Jul 7
markj committed rG407c7c339adb: linux/futex: Don't load a timeout when try-locking a mutex (authored by markj).
linux/futex: Don't load a timeout when try-locking a mutex
markj accepted D57163: pddupfd(2).
markj requested review of D58084: timefd: Correct the required rights for timerfd_gettime().
markj committed rG0083a4d6224f: tests/procdesc: Add some test cases for pdopenpid() (authored by markj).
tests/procdesc: Add some test cases for pdopenpid()
markj updated the diff for D58061: linux/futex: Don't load a timeout when try-locking a mutex.
Apply kib's suggestion
Mon, Jul 6
Mon, Jul 6
markj requested review of D58061: linux/futex: Don't load a timeout when try-locking a mutex.
vfs: Fix resource leaks in kern_symlinkat()
markj added a comment to D58034: usr.bin/pkgconf: import the test suite.
I have run the tests manually, I'm still not quite sure how to run them through FreeBSD's build system.
markj added inline comments to D57375: routing: Subscribe nhops to ifnet link events.
The division of responsibilities between prison remove methods, VNET SYSUNINITs and MOD_UNLOAD handlers is super hard to understand...
markj added inline comments to D57666: if_gif: Add netlink support with tests.
markj added inline comments to D55363: if_gre: Add a regression test.
markj added inline comments to D57669: if_gre(4): Fix races by changing initialization order and locks.
markj updated the diff for D58023: tests/procdesc: Add some test cases for pdopenpid().
Re-check that the child is sleeping.
markj added a comment to D58023: tests/procdesc: Add some test cases for pdopenpid().
markj updated the diff for D58023: tests/procdesc: Add some test cases for pdopenpid().
Address review feedback, add procdesc_no_wakeup
markj requested review of D58053: vfs: Fix resource leaks in kern_symlinkat().
markj added inline comments to D57931: Add sbintime.9 manual page.
dtrace: Fix DOF section-specific validation
dtrace: Improve DOF string table validation
dtrace: Fix DOF section bounds validation
dtrace: Improve DOF section size validation
ee: Handle EINTR when waiting for a character
markj committed rG705a88a71727: ee: Improve handling of malformed UTF-8 characters (authored by markj).
ee: Improve handling of malformed UTF-8 characters
markj committed rG38dd686b9336: jaildesc: Publish the new fd only after the jaildesc is initialized (authored by markj).
jaildesc: Publish the new fd only after the jaildesc is initialized
inotify.2: Fix formatting and lint
markj committed rGb70997c8c75a: inotify: Unconditionally generate IN_IGNORED events for files/dirs (authored by markj).
inotify: Unconditionally generate IN_IGNORED events for files/dirs