Page MenuHomeFreeBSD
Feed Advanced Search

Feb 13 2019

allanjude accepted D19140: Fix memory corruption bug in vdev_read in loader ZFS support.

Thanks for doing the cleanup and adding the ascii-art diagram, that is very helpful.

Feb 13 2019, 2:12 AM

Feb 12 2019

allanjude accepted D16730: Committers Guide: Add a section encouraging pre-commit review..
Feb 12 2019, 6:58 PM
allanjude accepted D16730: Committers Guide: Add a section encouraging pre-commit review..
Feb 12 2019, 6:31 PM

Feb 7 2019

allanjude accepted D19095: Teach /etc/rc.d/growfs to handle disks with ZFS.

There should be a better way to get a list of the disks from the pool with the zpool command, but there currently isn't

Feb 7 2019, 5:59 AM

Feb 1 2019

allanjude accepted D19052: usr.sbin/sesutil: Check element type before setting LEDs.

Thank you.

Feb 1 2019, 8:02 AM

Jan 15 2019

allanjude accepted D18541: Add ZFS usage examples to the freebsd-tips file.
Jan 15 2019, 4:06 PM · ZFS

Jan 13 2019

allanjude added a comment to D18484: Update the ipfw section in the Handbook: kernel options, ipfw0, configuration.

As a general comment, since IPFW can be loaded as a kernel module now, I'd make that the recommended configuration at the start of the file, and include the 'how to compile a kernel with ipfw in it' at the bottom of the chapter, so as not to send new users off into more complicated configurations for no reason.

Jan 13 2019, 5:38 PM

Jan 12 2019

allanjude committed rS342971: Add missing documentation for dev.acpi_ibm.0.mic_led added in r335304.
Add missing documentation for dev.acpi_ibm.0.mic_led added in r335304
Jan 12 2019, 5:53 PM

Jan 4 2019

allanjude committed rS342754: The lam(1) man page is unclear about the uppercase versions of the flags.
The lam(1) man page is unclear about the uppercase versions of the flags
Jan 4 2019, 2:48 AM

Jan 2 2019

allanjude added a comment to D18708: add instructions for SMTP access setup.

Thank you for working on this

Jan 2 2019, 6:50 AM

Dec 24 2018

allanjude accepted D18639: Add Quarterly Status Report for 2018Q3..
Dec 24 2018, 12:13 AM

Dec 23 2018

allanjude added inline comments to D18639: Add Quarterly Status Report for 2018Q3..
Dec 23 2018, 6:03 PM

Dec 19 2018

allanjude added a reviewer for D18520: Update opencrypto for ZFS crypto: jhb.
Dec 19 2018, 1:19 AM

Dec 14 2018

allanjude added inline comments to D18505: Remove the timed daemon..
Dec 14 2018, 3:24 PM

Dec 11 2018

allanjude committed rS341828: MFC: r339289: Resolve a hang in ZFS during vnode reclaimation.
MFC: r339289: Resolve a hang in ZFS during vnode reclaimation
Dec 11 2018, 7:34 PM
allanjude added a comment to D18505: Remove the timed daemon..

Should you remove netdate.c entirely? and remove the prototype from date/extern.h ?

Dec 11 2018, 12:38 AM

Dec 10 2018

allanjude added a comment to D18494: Revert to using the upstream zpool-features(7) man page.
In D18494#394133, @avg wrote:

Unfortunately, I disagree with this change. I think that it is backwards.
illumos has already translated their zfs.1m and zpool.1m to mdoc format, so I assume that that's the direction they are moving in.
I'd rather help them with that in this case as well.
IMO, that would be a better way to overcome the divergence.

Dec 10 2018, 3:53 PM
allanjude created docs.
Dec 10 2018, 5:37 AM
allanjude updated the summary of D18494: Revert to using the upstream zpool-features(7) man page.
Dec 10 2018, 5:30 AM
allanjude created D18494: Revert to using the upstream zpool-features(7) man page.
Dec 10 2018, 5:12 AM

Nov 20 2018

allanjude accepted D18051: Ensure that all values of ns, us and ms work for {n,u,m}stosbt.

Confirmed that this fixes my mlx4en(4) not attaching

Nov 20 2018, 1:39 AM

Nov 19 2018

allanjude accepted D17705: Suggest upload of dmesg in login fortune file.
Nov 19 2018, 8:31 PM

Nov 18 2018

allanjude added reviewers for D17888: loader: create separate lists for fd, cd and hd, merge bioscd with biosdisk: kevans, ian.
Nov 18 2018, 5:00 PM
allanjude abandoned D7773: Capsicum-ize brandelf.

Agreed

Nov 18 2018, 4:22 PM

Nov 17 2018

allanjude accepted D18012: libbe(3): rewrite init to support chroot usage.

This is much better.

Nov 17 2018, 2:35 AM

Nov 16 2018

allanjude added a comment to D17947: Rework UEFI ESP generation.

I think the EFI size should be 200MB or 256MB, rather than 35MB

Nov 16 2018, 6:07 AM
allanjude added a reviewer for D17947: Rework UEFI ESP generation: tsoome.
Nov 16 2018, 6:07 AM

Nov 12 2018

allanjude accepted D17967: Capsicumize brandelf..
Nov 12 2018, 11:36 PM

Nov 9 2018

allanjude accepted D17927: Do not ignore arc_adjust() return value.
Nov 9 2018, 11:55 PM

Nov 4 2018

allanjude accepted D17829: Drop ed(1) "crypto".

Yeah, it was just an oversight that we didn't remove this along with bdes back in February 2017.

Nov 4 2018, 5:10 PM

Oct 27 2018

allanjude added a comment to D16913: vmrun: add -x flag to disable reboot loop.

I am back at home now, so I'll get this refreshed

Oct 27 2018, 6:11 AM
allanjude added a comment to D2838: Add on bhyvectl the capability to list the running vms..

I am glad to see this progressing again.

Oct 27 2018, 2:53 AM

Oct 17 2018

allanjude accepted D17581: Convert tests of panicstr to KERNEL_PANICKED()..

Approved By: allanjude

Oct 17 2018, 4:38 AM
allanjude added a comment to D17581: Convert tests of panicstr to KERNEL_PANICKED()..

Future note: please upload patches with full context, either using the 'arcanist' tool, or just generate the diff with -U99999 (svn diff -x -U99999)

Oct 17 2018, 4:37 AM

Oct 16 2018

allanjude accepted D17461: truss: handle shm_open's special SHM_ANON value better..

Approved By: allanjude

Oct 16 2018, 3:26 AM
allanjude committed rS339376: Welcome Thomas Munro as a FreeBSD src Committer.
Welcome Thomas Munro as a FreeBSD src Committer
Oct 16 2018, 3:19 AM

Oct 15 2018

allanjude accepted D17565: Fix report template name field.

Approved By: allanjude

Oct 15 2018, 5:35 PM

Oct 13 2018

allanjude added inline comments to D17547: Implement O_BENEATH and AT_BENEATH.
Oct 13 2018, 5:24 PM
allanjude committed rS339344: Make `mfiutil show progress` print out the elapsed time estimate in a.
Make `mfiutil show progress` print out the elapsed time estimate in a
Oct 13 2018, 2:21 AM
allanjude committed rS339343: Document that sendfile(2) can return ENOTCAPABLE.
Document that sendfile(2) can return ENOTCAPABLE
Oct 13 2018, 2:20 AM

Oct 12 2018

allanjude accepted D17535: loader.efi: add poweroff command.
Oct 12 2018, 3:52 PM
allanjude accepted D17523: Make ZFS indirect (removed) vdevs support TRIM.
Oct 12 2018, 2:00 AM · ZFS
allanjude added inline comments to D17523: Make ZFS indirect (removed) vdevs support TRIM.
Oct 12 2018, 1:48 AM · ZFS

Oct 10 2018

allanjude created D17513: Add missing performance optimization of AVL tree comparator functions.
Oct 10 2018, 11:14 PM
allanjude committed rS339299: Pull in a follow-on commit to resolve a deadlock in ZFS sequential.
Pull in a follow-on commit to resolve a deadlock in ZFS sequential
Oct 10 2018, 10:59 PM
allanjude closed D17495: Fix deadlock in IO pipeline.
Oct 10 2018, 10:59 PM
allanjude committed rS339298: Add missing sysctls for tuning vdev queue depths for new I/O types.
Add missing sysctls for tuning vdev queue depths for new I/O types
Oct 10 2018, 10:55 PM
allanjude closed D17494: Add missing ZFS sysctls.
Oct 10 2018, 10:55 PM
allanjude committed rS339289: Resolve a hang in ZFS during vnode reclaimation.
Resolve a hang in ZFS during vnode reclaimation
Oct 10 2018, 7:40 PM
allanjude closed D17460: Resolve a ZFS hang.
Oct 10 2018, 7:40 PM
allanjude added inline comments to D17494: Add missing ZFS sysctls.
Oct 10 2018, 5:34 AM
allanjude added a comment to D17495: Fix deadlock in IO pipeline.

This missing code was identified during the ZFS call earlier today.

Oct 10 2018, 5:26 AM
allanjude created D17495: Fix deadlock in IO pipeline.
Oct 10 2018, 5:25 AM
allanjude created D17494: Add missing ZFS sysctls.
Oct 10 2018, 5:24 AM
allanjude raised a concern with rS329802: MFV r329799, r329800:.
Oct 10 2018, 12:42 AM

Oct 9 2018

allanjude accepted D17485: Allow the ND6 default route and prefix lists to be read in capability mode..
Oct 9 2018, 4:46 PM
allanjude added a comment to D17086: newsyslog.conf: Restrict included files in default config to [!.]*.conf.

I agree with @dvl and @bapt, including only *.conf is common across other parts of FreeBSD and the wider conf.d directory idiom elsewhere. There are too many changes for a rouge file to break your configuration otherwise.

Oct 9 2018, 12:12 AM

Oct 7 2018

allanjude added a reviewer for D17461: truss: handle shm_open's special SHM_ANON value better.: mjg.
Oct 7 2018, 11:40 PM
allanjude added a reviewer for D17461: truss: handle shm_open's special SHM_ANON value better.: tuexen.
Oct 7 2018, 11:40 PM
allanjude added a comment to D17460: Resolve a ZFS hang.

The check for zp->z_unlocked was dropped in rS303763, although possibly only because of the changes to the locking. Maybe @avg can shed more light on it.

Oct 7 2018, 8:32 PM
allanjude created D17460: Resolve a ZFS hang.
Oct 7 2018, 8:24 PM
allanjude closed D17457: Teach truss how to display shm_open(2), shm_unlink(2).
Oct 7 2018, 7:51 PM
allanjude committed rS339224: Teach truss how to display shm_open(2), shm_unlink(2).
Teach truss how to display shm_open(2), shm_unlink(2)
Oct 7 2018, 7:51 PM
allanjude accepted D17457: Teach truss how to display shm_open(2), shm_unlink(2).
Oct 7 2018, 6:26 PM
allanjude added reviewers for D17457: Teach truss how to display shm_open(2), shm_unlink(2): emaste, kib, jhb, tuexen.
Oct 7 2018, 6:09 PM

Oct 5 2018

allanjude added reviewers for D17338: Fix information about $firewall_myservices: bcr, rgrimes, Doc Committers.
Oct 5 2018, 2:11 AM

Oct 3 2018

allanjude updated the diff for D16857: Introduce certctl(8).

Fix makefile

Oct 3 2018, 2:58 PM
allanjude added a comment to D17389: WIP: Add support for certctl(8) to etcupdate and mergemaster.
In D17389#370970, @imp wrote:

I'd strongly advise adding DESTDIR support for certctl...

Oct 3 2018, 2:56 PM
allanjude created D17389: WIP: Add support for certctl(8) to etcupdate and mergemaster.
Oct 3 2018, 4:16 AM
allanjude added inline comments to D16857: Introduce certctl(8).
Oct 3 2018, 3:00 AM
allanjude updated the diff for D16857: Introduce certctl(8).

Add missing manpage

Oct 3 2018, 2:59 AM
allanjude updated the diff for D16857: Introduce certctl(8).

Address feedback from delphij

Oct 3 2018, 2:58 AM

Oct 1 2018

allanjude accepted D17379: Attach report-sample.md to the build.

Approved By: allanjude

Oct 1 2018, 6:50 PM
allanjude accepted D17329: Add Markdown quarterly status report template.

Approved By: allanjude

Oct 1 2018, 1:43 PM

Sep 30 2018

allanjude committed rS339026: Use PNP metadata to allow devmatch to autoload ure(4).
Use PNP metadata to allow devmatch to autoload ure(4)
Sep 30 2018, 9:23 PM
allanjude added reviewers for D17299: PR231649: pw: make checks in boolean_str() match reality: bapt, ian, dab, dch, allanjude.
Sep 30 2018, 3:04 PM

Sep 29 2018

allanjude committed rD52314: Fix minor spelling mistake in porters handbook.
Fix minor spelling mistake in porters handbook
Sep 29 2018, 5:38 PM
allanjude committed rS339009: Avoid panic when adjusting priority of a read in the face of an IO error.
Avoid panic when adjusting priority of a read in the face of an IO error
Sep 29 2018, 1:26 AM

Sep 28 2018

allanjude added inline comments to D17329: Add Markdown quarterly status report template.
Sep 28 2018, 2:39 PM

Sep 16 2018

allanjude accepted D12507: Dummynet AQM usage documentation for ipfw man page.

Approved By: allanjude

Sep 16 2018, 1:00 AM

Sep 15 2018

allanjude added inline comments to D6232: Make bsdinstall/autopart put swap before the root filesystem in GPT configurations.
Sep 15 2018, 12:46 AM

Sep 8 2018

allanjude accepted D17081: libsa: validate tftp_makereq() after we did reset the read.
Sep 8 2018, 7:31 PM
allanjude added reviewers for D17077: Make battery emptying rate available as sysctl variable: jhb, zeising.
Sep 8 2018, 3:48 PM
allanjude updated the diff for D16857: Introduce certctl(8).

Finish renaming things

Sep 8 2018, 3:42 AM

Sep 6 2018

allanjude accepted D17016: Be a little conservative about when to force size optimizations..

goatforit

Sep 6 2018, 12:24 PM

Aug 31 2018

allanjude updated the diff for D16856: Initial proposed patch for SSL root bundle in base.

Be extra strict when downloading the source-of-truth root certificate chain

Aug 31 2018, 2:50 AM
allanjude added inline comments to D16856: Initial proposed patch for SSL root bundle in base.
Aug 31 2018, 2:49 AM
allanjude retitled D16857: Introduce certctl(8) from Introduce trustctl(8) to Introduce certctl(8).
Aug 31 2018, 2:47 AM
allanjude updated the diff for D16857: Introduce certctl(8).

Rename trustctl to certctl

Aug 31 2018, 2:47 AM

Aug 30 2018

allanjude added a comment to D16949: Remove reference to google search service that was discontinued in 2011.

Thanks for catching this

Aug 30 2018, 3:22 AM
allanjude accepted D16949: Remove reference to google search service that was discontinued in 2011.
Aug 30 2018, 3:11 AM

Aug 29 2018

allanjude accepted D16943: Re-add the kstat.zfs.misc.arcstats.other_size sysctl..
Aug 29 2018, 5:52 PM
allanjude added reviewers for D16943: Re-add the kstat.zfs.misc.arcstats.other_size sysctl.: mav, jpaetzel, ZFS.
Aug 29 2018, 5:51 PM

Aug 26 2018

allanjude created D16913: vmrun: add -x flag to disable reboot loop.
Aug 26 2018, 9:31 PM
allanjude accepted D16910: libmd: Install libmd.so.6 into /lib again after SVN r338270.

Fixes zfs @ mountroot

Aug 26 2018, 4:35 PM

Aug 23 2018

allanjude committed rS338282: bsdinstall/zfsboot: Enable new UEFI+GELI support.
bsdinstall/zfsboot: Enable new UEFI+GELI support
Aug 23 2018, 10:50 PM
allanjude closed D12315: Update bsdinstall/zfsboot to use newfs_msdos instead of an image file.
Aug 23 2018, 10:50 PM
allanjude updated the diff for D12315: Update bsdinstall/zfsboot to use newfs_msdos instead of an image file.

Last change requested by dteske

Aug 23 2018, 10:42 PM
allanjude updated the diff for D16857: Introduce certctl(8).

Updated with extensive feedback from dteske@

Aug 23 2018, 10:28 PM
allanjude added a comment to D16857: Introduce certctl(8).

Thanks for all of the feedback

Aug 23 2018, 10:27 PM