Page MenuHomeFreeBSD
Feed Advanced Search

Dec 7 2019

asomers committed rS355489: clock_gettime(2): add a HISTORY section.
clock_gettime(2): add a HISTORY section
Dec 7 2019, 4:45 PM
asomers committed rS355488: lio_listio(2): add a HISTORY section.
lio_listio(2): add a HISTORY section
Dec 7 2019, 4:30 PM

Dec 6 2019

asomers committed rS355434: MFC r354779:.
MFC r354779:
Dec 6 2019, 12:29 AM
asomers committed rS355433: MFC r354812:.
MFC r354812:
Dec 6 2019, 12:27 AM
asomers committed rS355432: MFC r354664-r354666.
MFC r354664-r354666
Dec 6 2019, 12:24 AM
asomers committed rS355431: gmultipath: add ATF tests.
gmultipath: add ATF tests
Dec 6 2019, 12:12 AM
asomers closed D22235: gmultipath: add ATF tests.
Dec 6 2019, 12:12 AM
asomers committed rS355430: ses: sanitize illegal strings in SES element descriptors.
ses: sanitize illegal strings in SES element descriptors
Dec 6 2019, 12:06 AM

Dec 1 2019

asomers committed rP518782: emulators/qemu-utils: switch maintainer to Ken.
emulators/qemu-utils: switch maintainer to Ken
Dec 1 2019, 3:52 PM
asomers committed rP518780: emulators/qemu-utils: fix build after r518397.
emulators/qemu-utils: fix build after r518397
Dec 1 2019, 3:50 PM

Nov 26 2019

asomers committed rS355106: ping, ping6: Use setitimer(2) instead of obsolete alarm(3).
ping, ping6: Use setitimer(2) instead of obsolete alarm(3)
Nov 26 2019, 5:06 AM
asomers closed D22103: ping: Use setitimer(2) instead of obsoleted alarm(3).
Nov 26 2019, 5:06 AM
asomers accepted D22103: ping: Use setitimer(2) instead of obsoleted alarm(3).

LGTM. The extra braces you added in order to create scope for the itv variable are stylistically contentious. Some people would disagree with that, because it's not commonly done. But I happen to like that technique myself; no reason for itv to have more scope than necessary.

Nov 26 2019, 5:02 AM

Nov 25 2019

asomers committed rP518435: security/gnupg: add the --shared-access option to scdaemon.
security/gnupg: add the --shared-access option to scdaemon
Nov 25 2019, 11:49 PM
asomers closed D22473: security/gnupg: add the --shared-access option to scdaemon.
Nov 25 2019, 11:49 PM
asomers added a comment to D22473: security/gnupg: add the --shared-access option to scdaemon.

It's ready to go, but I had one more question at https://reviews.freebsd.org/D22492 . I was waiting for your answer, not because it's strictly required but just in case you had something surprising to say.

Nov 25 2019, 10:16 PM

Nov 23 2019

asomers accepted D22519: Correct test error messages in bitstring_test.
Nov 23 2019, 5:16 PM

Nov 22 2019

asomers added a comment to D22492: security/gnupg: don't install man pages when DOCS is off.

Sorry Alan, this was breaking the build on 11 so I committed it.

Nov 22 2019, 3:54 AM
asomers updated the diff for D22492: security/gnupg: don't install man pages when DOCS is off.

Always install man pages, but use USE=makeinfo

Nov 22 2019, 3:09 AM

Nov 21 2019

asomers added a comment to D22492: security/gnupg: don't install man pages when DOCS is off.

This isn't the right approach. Manpages aren't docs like FAQ and HACKING and DETAILS; they're manpages and their existence shouldn't be controlled by the DOCS option.

There are a couple options we could do:

  1. Only touch *.texi and patch the texi sources if DOCS is enabled
  2. Add a MANPAGES option
  3. Continue touching *.texi and patching the texi sources regardless, but delete the makeinfo line from docs/Makefile.am if DOCS is off
  4. Everybody gets texinfo
Nov 21 2019, 11:18 PM
asomers created D22492: security/gnupg: don't install man pages when DOCS is off.
Nov 21 2019, 10:52 PM
asomers created D22473: security/gnupg: add the --shared-access option to scdaemon.
Nov 21 2019, 2:10 AM
asomers committed rP518074: security/gnupg: rebuild man pages on every build.
security/gnupg: rebuild man pages on every build
Nov 21 2019, 1:49 AM
asomers closed D22471: security/gnupg: rebuild man pages.
Nov 21 2019, 1:49 AM
asomers added a comment to D22471: security/gnupg: rebuild man pages.

FYI, the DR already contained a PORTREVISION bump. You were probably just looking at the second item in the history, instead of the whole diff.

Nov 21 2019, 1:43 AM
asomers updated the diff for D22471: security/gnupg: rebuild man pages.

Rebuild man pages on every build, rather than try to patch them.

Nov 21 2019, 12:33 AM

Nov 20 2019

asomers added a comment to D22471: security/gnupg: rebuild man pages.

This seems tremendously fragile. Unless I'm misunderstanding, these massive patches would have to be regenerated for every update (assuming changes), which---while I appreciate the patch coming down the pipeline---I don't relish the thought of being responsible for.

Nov 20 2019, 11:58 PM
asomers created D22471: security/gnupg: rebuild man pages.
Nov 20 2019, 11:26 PM
asomers accepted D22400: bitstring: add functions to find contiguous set/unset bit sequences.
Nov 20 2019, 11:01 PM
asomers requested changes to D22400: bitstring: add functions to find contiguous set/unset bit sequences.
Nov 20 2019, 2:02 AM
asomers accepted D22398: bitstring: exit early if _start is past size of the bitstring.
Nov 20 2019, 1:51 AM

Nov 18 2019

asomers requested changes to D22400: bitstring: add functions to find contiguous set/unset bit sequences.

It should be fine to add new tests cases that depend on a specific nbits. Just add them normally instead of using the BITSTRING_TC_DEFINE macro.

Nov 18 2019, 9:39 PM
asomers requested changes to D22398: bitstring: exit early if _start is past size of the bitstring.

Would you mind adding tests to tests/sys/sys/bitstring_test.c?

Nov 18 2019, 9:27 PM
asomers closed D22339: Update the ses(4) man page.
Nov 18 2019, 2:12 PM
asomers committed rS354812: Update the ses(4) man page.
Update the ses(4) man page
Nov 18 2019, 2:12 PM

Nov 16 2019

asomers committed rS354779: Actually hook CAM_IO_STATS up to the build.
Actually hook CAM_IO_STATS up to the build
Nov 16 2019, 7:12 PM
asomers closed D22383: Actually hook CAM_IO_STATS up to the build.
Nov 16 2019, 7:12 PM

Nov 15 2019

asomers added a reviewer for D22339: Update the ses(4) man page: trasz.
Nov 15 2019, 7:38 PM
asomers created D22383: Actually hook CAM_IO_STATS up to the build.
Nov 15 2019, 4:20 PM

Nov 13 2019

asomers closed D22111: devel/py-libzfs: fix build with nonstandard FreeBSD src dir.

Committed in r515201 .

Nov 13 2019, 3:34 PM
asomers requested changes to D22103: ping: Use setitimer(2) instead of obsoleted alarm(3).

What about ping6.c? It has a similar invocation of alarm.

Nov 13 2019, 3:32 PM
asomers created D22339: Update the ses(4) man page.
Nov 13 2019, 12:22 AM

Nov 12 2019

asomers committed rS354666: sesutil: fix another memory leak.
sesutil: fix another memory leak
Nov 12 2019, 11:58 PM
asomers committed rS354665: sesutil: fix some memory leaks.
sesutil: fix some memory leaks
Nov 12 2019, 11:10 PM
asomers committed rS354664: sesutil: fix an out-of-bounds array access.
sesutil: fix an out-of-bounds array access
Nov 12 2019, 11:03 PM

Nov 9 2019

asomers committed rS354568: MFC r354116, r354120.
MFC r354116, r354120
Nov 9 2019, 2:26 AM

Nov 4 2019

asomers updated the diff for D22235: gmultipath: add ATF tests.

Fix the failloop test.

Nov 4 2019, 9:09 PM
asomers planned changes to D22235: gmultipath: add ATF tests.
Nov 4 2019, 7:57 PM
asomers created D22235: gmultipath: add ATF tests.
Nov 4 2019, 6:01 PM

Nov 1 2019

asomers committed rS354234: geli: raise WARNS to 6.
geli: raise WARNS to 6
Nov 1 2019, 2:48 AM

Oct 30 2019

asomers committed rS354166: MFC r353439:.
MFC r353439:
Oct 30 2019, 2:34 AM
asomers committed rS354165: MFC r353117-r353118, r353281-r353282, r353284-r353289, r353309-r353310, r353360….
MFC r353117-r353118, r353281-r353282, r353284-r353289, r353309-r353310, r353360…
Oct 30 2019, 2:03 AM
asomers committed rS354163: MFC r353068:.
MFC r353068:
Oct 30 2019, 1:42 AM
asomers committed rS354161: MFC r352404, r352413-r352414.
MFC r352404, r352413-r352414
Oct 30 2019, 1:35 AM

Oct 26 2019

asomers committed rS354120: Commit missing file from r354116.
Commit missing file from r354116
Oct 26 2019, 7:21 PM
asomers committed rS354116: MFZoL: Avoid retrieving unused snapshot props.
MFZoL: Avoid retrieving unused snapshot props
Oct 26 2019, 5:11 PM

Oct 22 2019

asomers committed rP515201: devel/py-libzfs: fix build with nonstandard FreeBSD src dir.
devel/py-libzfs: fix build with nonstandard FreeBSD src dir
Oct 22 2019, 3:40 PM
asomers created D22111: devel/py-libzfs: fix build with nonstandard FreeBSD src dir.
Oct 22 2019, 3:31 PM

Oct 20 2019

asomers committed rP515068: devel/kcov: update to version 37.
devel/kcov: update to version 37
Oct 20 2019, 9:12 PM
asomers committed rS353779: Fix option names in the Examples section of the manual page.
Fix option names in the Examples section of the manual page
Oct 20 2019, 8:29 PM
asomers closed D22093: ping6: Fix option names in the Examples section of the manual page.
Oct 20 2019, 8:29 PM
asomers accepted D22093: ping6: Fix option names in the Examples section of the manual page.
Oct 20 2019, 8:26 PM

Oct 18 2019

asomers created D22077: Speed up "zpool import" in the presence of many zvols.
Oct 18 2019, 3:11 PM

Oct 15 2019

asomers added a comment to D21589: arp.c: use getaddrinfo(3) instead of gethostbyname(3).

@hrs do you realize that the submitter is not a committer? Can you commit this change for him?

Oct 15 2019, 12:12 AM

Oct 11 2019

asomers committed rS353439: MFZol: Fix performance of "zfs recv" with many deletions.
MFZol: Fix performance of "zfs recv" with many deletions
Oct 11 2019, 2:59 PM
asomers closed D21895: MFZol: Fix performance of "zfs recv" with many deletions.
Oct 11 2019, 2:59 PM
asomers added a comment to D21895: MFZol: Fix performance of "zfs recv" with many deletions.

Thanks Allan!

Oct 11 2019, 2:56 PM

Oct 10 2019

asomers committed rS353379: zfs: multiple improvements to the zpool_add tests.
zfs: multiple improvements to the zpool_add tests
Oct 10 2019, 2:18 AM

Oct 9 2019

asomers committed rS353366: ZFS: fix the zpool_add_010_pos test.
ZFS: fix the zpool_add_010_pos test
Oct 9 2019, 8:16 PM
asomers committed rS353361: ZFS: in the tests, don't override PWD.
ZFS: in the tests, don't override PWD
Oct 9 2019, 5:37 PM
asomers committed rS353360: ZFS: multiple fixes to the zpool_import tests.
ZFS: multiple fixes to the zpool_import tests
Oct 9 2019, 5:24 PM

Oct 8 2019

asomers committed rS353310: zfs: fix the zfsd_hotspare_007_pos test.
zfs: fix the zfsd_hotspare_007_pos test
Oct 8 2019, 3:48 PM
asomers committed rS353309: zfs: fix the zfsd_autoreplace_003_pos test.
zfs: fix the zfsd_autoreplace_003_pos test
Oct 8 2019, 3:33 PM

Oct 7 2019

asomers committed rS353289: ZFS: fix the redundancy tests.
ZFS: fix the redundancy tests
Oct 7 2019, 8:21 PM
asomers closed D21901: ZFS: fix the redundancy tests.
Oct 7 2019, 8:21 PM
asomers committed rS353288: ZFS: mark hotspare_scrub_002_pos as an expected failure.
ZFS: mark hotspare_scrub_002_pos as an expected failure
Oct 7 2019, 8:19 PM
asomers closed D21898: ZFS: fix the delegate tests.
Oct 7 2019, 8:14 PM
asomers committed rS353287: ZFS: fix the delegate tests.
ZFS: fix the delegate tests
Oct 7 2019, 8:14 PM
asomers closed D21878: zfs tests: skip the zfsd tests if zfsd is not already running.
Oct 7 2019, 7:50 PM
asomers committed rS353286: zfs: skip the zfsd tests if zfsd is not running.
zfs: skip the zfsd tests if zfsd is not running
Oct 7 2019, 7:50 PM
asomers committed rS353285: zfs: fix the zdb_001_neg test.
zfs: fix the zdb_001_neg test
Oct 7 2019, 7:48 PM
asomers committed rS353284: ZFS: fix the zpool_get_002_pos test.
ZFS: fix the zpool_get_002_pos test
Oct 7 2019, 7:24 PM
asomers committed rS353282: zfs: fix the slog_012_neg test.
zfs: fix the slog_012_neg test
Oct 7 2019, 6:56 PM
asomers committed rS353281: ZFS: fix several zvol_misc tests.
ZFS: fix several zvol_misc tests
Oct 7 2019, 6:21 PM

Oct 5 2019

asomers added inline comments to D21900: Fix problems in the kern_maxfiles__increase test.
Oct 5 2019, 10:56 PM
asomers committed rS353118: ZFS: fix several of the "zpool create" tests.
ZFS: fix several of the "zpool create" tests
Oct 5 2019, 3:20 AM
asomers committed rS353117: ZFS: the hotspare_add_004_neg test needs at least two disks.
ZFS: the hotspare_add_004_neg test needs at least two disks
Oct 5 2019, 1:35 AM

Oct 4 2019

asomers created D21901: ZFS: fix the redundancy tests.
Oct 4 2019, 10:28 PM
asomers updated subscribers of D21900: Fix problems in the kern_maxfiles__increase test.

That's not much of a test plan. Perhaps try sudo?

Oct 4 2019, 9:57 PM
asomers created D21898: ZFS: fix the delegate tests.
Oct 4 2019, 5:58 PM
asomers updated the diff for D21895: MFZol: Fix performance of "zfs recv" with many deletions.

Update tunable description, too.

Oct 4 2019, 4:55 PM
asomers created D21895: MFZol: Fix performance of "zfs recv" with many deletions.
Oct 4 2019, 3:20 PM

Oct 3 2019

asomers updated subscribers of D21878: zfs tests: skip the zfsd tests if zfsd is not already running.

cc @pinchuk.alek_gmail.com

Oct 3 2019, 8:23 PM
asomers added a comment to D21164: libefivar: remove bogus WARNS assignment.

ping @imp does this look correct to you?

Oct 3 2019, 8:22 PM
asomers committed rS353068: tftp: fix two minor Coverity CIDs.
tftp: fix two minor Coverity CIDs
Oct 3 2019, 8:22 PM
asomers closed D21695: tftp: fix two minor Coverity CIDs.
Oct 3 2019, 8:22 PM

Oct 2 2019

asomers created D21878: zfs tests: skip the zfsd tests if zfsd is not already running.
Oct 2 2019, 2:41 PM
asomers added a comment to D21876: simplify path handling in sysctl_try_reclaim_vnode.

If PATH_MAX + 1 is a problem here, then it's also a problem at fs/nfsserver/nfs_nfsdport.c:{3520, 3527, 3534, 3542}.

Oct 2 2019, 1:47 PM
asomers added inline comments to D20519: Add a debugging facility to manually reclaim a vnode.
Oct 2 2019, 1:08 PM

Sep 22 2019

asomers committed rS352588: MF stable/12 r352489.
MF stable/12 r352489
Sep 22 2019, 12:13 AM