Page MenuHomeFreeBSD
Feed Advanced Search

May 3 2018

marius accepted D15190: Report TRAP_BRKPT for breakpoint traps on sparc64..
May 3 2018, 9:40 PM
marius committed rS333215: MFC: r330803.
MFC: r330803
May 3 2018, 3:47 PM
marius committed rS333216: MFC: r330803.
MFC: r330803
May 3 2018, 3:47 PM
marius committed rS333214: MFC: r327312, r327842, r327865.
MFC: r327312, r327842, r327865
May 3 2018, 3:41 PM
marius committed rS333213: MFC: r327312, r327842, r327865.
MFC: r327312, r327842, r327865
May 3 2018, 3:41 PM

Mar 19 2018

marius committed rS331206: MFC: r328834.
MFC: r328834
Mar 19 2018, 2:29 PM
marius committed rS331205: MFC: r328834.
MFC: r328834
Mar 19 2018, 2:28 PM

Mar 17 2018

marius added inline comments to D14712: Remove Giant from init creation and vfs_mountroot..
Mar 17 2018, 6:13 PM
marius accepted D14712: Remove Giant from init creation and vfs_mountroot..
Mar 17 2018, 5:51 PM
marius added inline comments to D14712: Remove Giant from init creation and vfs_mountroot..
Mar 17 2018, 5:39 PM
marius requested changes to D14712: Remove Giant from init creation and vfs_mountroot..
Mar 17 2018, 4:11 PM
marius added inline comments to D14712: Remove Giant from init creation and vfs_mountroot..
Mar 17 2018, 3:38 PM

Mar 15 2018

marius committed rS331039: MFC: r327929.
MFC: r327929
Mar 15 2018, 11:03 PM
marius committed rS331038: MFC: r327929.
MFC: r327929
Mar 15 2018, 11:03 PM
marius committed rS331037: MFC: r327355, r327926.
MFC: r327355, r327926
Mar 15 2018, 11:01 PM
marius committed rS331036: MFC: r327355, r327926.
MFC: r327355, r327926
Mar 15 2018, 11:01 PM
marius committed rS331035: MFC: r327339, r327924.
MFC: r327339, r327924
Mar 15 2018, 10:58 PM
marius committed rS331034: MFC: r327339, r327924.
MFC: r327339, r327924
Mar 15 2018, 10:58 PM
marius committed rS331033: MFC: r327315.
MFC: r327315
Mar 15 2018, 10:51 PM
marius committed rS331032: MFC: r327315.
MFC: r327315
Mar 15 2018, 10:51 PM
marius committed rS331031: MFC: r287805.
MFC: r287805
Mar 15 2018, 10:42 PM
marius committed rS330959: MFC: 327314.
MFC: 327314
Mar 15 2018, 12:00 AM
marius committed rS330958: MFC: 327314.
MFC: 327314
Mar 15 2018, 12:00 AM

Mar 14 2018

marius accepted D14695: Prevent ZFS TRIM breaking VTOC8 partitions.

This looks good to me, I'm still somewhat puzzled, though, as to why the problem has only be encountered with md(4) devices. Was that simply due to the fact that we happened to test with disks that DISKFLAG_CANDELETE doesn't get set for?

Mar 14 2018, 9:10 PM

Mar 12 2018

marius added a comment to D13063: Fix setting RCA for MMC cards.

Well, if you look at mmc_discover_cards(), you'll see that mmc(4) in fact will enumerate all MMC devices on a bus and assign different addresses to them:

while (1) {

<...>

ivar->rca = rca++;
err = mmc_set_relative_addr(sc, ivar->rca);

<...>

Mar 12 2018, 11:17 PM
marius added a comment to D12762: Implement initial MMC partitions support for MMCCAM.

Well, to get en par with the eMMC partition functionality in mmc(4), there still needs to be code added which actually does something with the extended user data area information and a way to create partitions. As for the later, adding such support to camcontrol(8) probably would be the more natural thing to do with CAM. But given that partitioning eMMC devices is a one-time-operation, I'd strongly suggest to just also add a Linux-compatible MMC IOCTL interface so mmc-utils can be continued to be used unless you want to risk to brick a couple of eMMC chips (besides, there are tutorials how to partition with mmc-utils). I'm okay with this patch getting committed as it currently is, though.
Btw., at least currently I don't seem to be able to access your list of issues; even after multiple attempts to reload that page and besides waiting for several minutes, all Firefox is displaying are the spinning cats waiting/"progress" indicators where the lists should go ...

Mar 12 2018, 10:37 PM · ARM

Mar 4 2018

marius committed rP463598: Given that the netperf project hasn't rolled a release in quite some time,.
Given that the netperf project hasn't rolled a release in quite some time,
Mar 4 2018, 7:50 PM
marius committed rP463595: Update to mmc-utils as of 20180122 (no functional difference since 20170320)..
Update to mmc-utils as of 20180122 (no functional difference since 20170320).
Mar 4 2018, 7:08 PM

Feb 21 2018

marius committed rS329758: Fix compilation with LOADER_DEBUG defined after r329725..
Fix compilation with LOADER_DEBUG defined after r329725.
Feb 21 2018, 10:25 PM

Feb 5 2018

marius committed rS328865: Flesh out the creation of sparc64 UFS images. This has only been verified.
Flesh out the creation of sparc64 UFS images. This has only been verified
Feb 5 2018, 12:18 AM

Feb 3 2018

marius committed rS328834: o Let rtld(1) set up psABI user trap handlers prior to executing the.
o Let rtld(1) set up psABI user trap handlers prior to executing the
Feb 3 2018, 11:14 PM

Jan 31 2018

marius committed rS328639: Account for the fact that jemalloc 5.0.0 dropped STATIC_PAGE_SHIFT.
Account for the fact that jemalloc 5.0.0 dropped STATIC_PAGE_SHIFT
Jan 31 2018, 9:56 PM

Jan 13 2018

marius committed rS327929: Use the correct revision specifier (EXT_CSD revision rather than.
Use the correct revision specifier (EXT_CSD revision rather than
Jan 13 2018, 5:36 PM
marius committed rS327926: Fix a bug introduced in r327355; in mmcsd_ioctl_cmd() when ensuring.
Fix a bug introduced in r327355; in mmcsd_ioctl_cmd() when ensuring
Jan 13 2018, 4:32 PM
marius committed rS327924: Fix a bug introduced in r327339; at the point in time re-tuning is.
Fix a bug introduced in r327339; at the point in time re-tuning is
Jan 13 2018, 4:21 PM

Jan 11 2018

marius committed rP458797: Fix build of toc2mp3 after update of audio/lame to version 3.100..
Fix build of toc2mp3 after update of audio/lame to version 3.100.
Jan 11 2018, 9:42 PM

Dec 29 2017

marius committed rS327355: - Don't allow userland to switch partitions; it's next to impossible.
- Don't allow userland to switch partitions; it's next to impossible
Dec 29 2017, 7:08 PM
marius committed rS327339: - There is no need to keep the tuning error and re-tuning interrupts.
- There is no need to keep the tuning error and re-tuning interrupts
Dec 29 2017, 12:48 PM

Dec 28 2017

marius committed rS327315: Probe Intel Denverton eMMC 5.0 controllers..
Probe Intel Denverton eMMC 5.0 controllers.
Dec 28 2017, 10:03 PM
marius committed rS327314: With the advent of interrupt remapping, Intel has repurposed bit 11.
With the advent of interrupt remapping, Intel has repurposed bit 11
Dec 28 2017, 9:46 PM

Dec 21 2017

marius committed rS327053: Remove MD atomic_load_{32,64,int,long,ptr}(9) obsolete since the addition.
Remove MD atomic_load_{32,64,int,long,ptr}(9) obsolete since the addition
Dec 21 2017, 1:27 AM

Dec 4 2017

marius added a comment to D12762: Implement initial MMC partitions support for MMCCAM.

Again better; at this point, I'm mainly concerned about:

  • Handling of the timeout provided in mmc_switch_fill_mmcio(); partly this needs to happen in sdhci(4), i. e. SDHCI_TIMEOUT_CONTROL needs to be set accordingly, but a counterpart to mmc_switch() of mmc_subr.c should live in CAM.
  • Handling of suspend/resume in sdda(4) but also already starting in sdhci(4) in the MMCCAM case.
  • Usage of cpi.maxio for disk->d_maxsize with the former set to an incorrect value by sdhci(4) (which obviously is an sdhci(4) bug, though).
Dec 4 2017, 10:47 PM · ARM

Nov 27 2017

marius requested changes to D13063: Fix setting RCA for MMC cards.
Nov 27 2017, 10:44 PM
marius added a comment to D13063: Fix setting RCA for MMC cards.

RCA = 2 is just because I need to send _some_ RCA to the card. So I chose to send 2, could also choose any other number :-)

Nov 27 2017, 10:42 PM

Oct 30 2017

marius added a comment to D12762: Implement initial MMC partitions support for MMCCAM.

Generally better, but still quite a few TODOs.
My CAM knowledge is rusty and I've also mainly worked on SIM drivers before so someone vivid in CAM needs to review the CAM-specific parts. The way the commands for switching partitions are inserted/handled may be correct, but at least seems somewhat fishy to me.

Oct 30 2017, 3:23 AM · ARM

Oct 22 2017

marius added a comment to D12762: Implement initial MMC partitions support for MMCCAM.

Well, IMO committing the partition identification code only with all the glory details yet to be done is premature, even for head.
Generally: Please adhere to style(9).

Oct 22 2017, 11:02 PM · ARM

Oct 19 2017

marius committed rS324776: Correct an inverted conditional for determining the multiplier of.
Correct an inverted conditional for determining the multiplier of
Oct 19 2017, 9:57 PM

Oct 11 2017

marius committed rD51103: Reflect that releng/10.4 has been handed over to so@ as of r324540..
Reflect that releng/10.4 has been handed over to so@ as of r324540.
Oct 11 2017, 8:42 PM
marius committed rS324540: Hand releng/10.4 over to so@..
Hand releng/10.4 over to so@.
Oct 11 2017, 8:36 PM

Oct 3 2017

marius committed rD51039: Remove dangling tag closure and obsolete, commented 10.4 todo reference..
Remove dangling tag closure and obsolete, commented 10.4 todo reference.
Oct 3 2017, 9:38 PM
marius committed rP451130: - Add 10.4-RELEASE checksums..
- Add 10.4-RELEASE checksums.
Oct 3 2017, 1:37 PM
marius committed rS324238: Now that 10.4-RELEASE is out, move stable/10 back to STABLE..
Now that 10.4-RELEASE is out, move stable/10 back to STABLE.
Oct 3 2017, 1:20 PM
marius committed rD51034: Remove 10.4-RC2 checksum files, obsolete since r51033..
Remove 10.4-RC2 checksum files, obsolete since r51033.
Oct 3 2017, 1:17 PM
marius committed rD51033: Announce and hook up 10.4-RELEASE..
Announce and hook up 10.4-RELEASE.
Oct 3 2017, 1:02 PM

Oct 2 2017

marius committed rD51030: Add PGP-signed checksums for 10.4-RELEASE..
Add PGP-signed checksums for 10.4-RELEASE.
Oct 2 2017, 7:17 PM

Sep 30 2017

marius committed rD51002: Connect the 10.4 installation.html (not referenced, yet, though).
Connect the 10.4 installation.html (not referenced, yet, though)
Sep 30 2017, 3:51 PM

Sep 29 2017

marius committed rS324101: Tag releng/10.4@r324094 as release/10.4.0 (10.4-RELEASE)..
Tag releng/10.4@r324094 as release/10.4.0 (10.4-RELEASE).
Sep 29 2017, 3:46 PM
marius committed rD50955: Mark the start of 10.4-RELEASE builds as done..
Mark the start of 10.4-RELEASE builds as done.
Sep 29 2017, 12:29 AM
marius committed rS324094: Update releng/10.4 to -RELEASE status in preparation for the final.
Update releng/10.4 to -RELEASE status in preparation for the final
Sep 29 2017, 12:01 AM
marius committed rS324093: Anticipate the expected 10.4-RELEASE date..
Anticipate the expected 10.4-RELEASE date.
Sep 29 2017, 12:01 AM
marius committed rS324092: Set the static abitag to the current value of __FreeBSD_version..
Set the static abitag to the current value of __FreeBSD_version.
Sep 29 2017, 12:00 AM

Sep 25 2017

marius committed rP450633: Add 10.4-RC2 checksums..
Add 10.4-RC2 checksums.
Sep 25 2017, 8:52 PM

Sep 24 2017

marius committed rD50916: Remove 10.4-RC1 checksum files, obsolete since r50908..
Remove 10.4-RC1 checksum files, obsolete since r50908.
Sep 24 2017, 12:51 PM

Sep 23 2017

marius committed rD50908: Announce 10.4-RC2, bump betarel2.vers accordingly and hook up corresponding.
Announce 10.4-RC2, bump betarel2.vers accordingly and hook up corresponding
Sep 23 2017, 6:03 PM
marius committed rD50907: Add checksums for 10.4-RC2..
Add checksums for 10.4-RC2.
Sep 23 2017, 2:50 PM
marius committed rD50906: - Belatedly mark the start of 10.4-RC2 builds as done..
- Belatedly mark the start of 10.4-RC2 builds as done.
Sep 23 2017, 2:42 PM

Sep 22 2017

marius committed rS323928: Update releng/10.4 to RC2 again so the revision of sys/conf/newvers.sh.
Update releng/10.4 to RC2 again so the revision of sys/conf/newvers.sh
Sep 22 2017, 3:28 PM
marius committed rS323927: Revert releng/10.4 to RC1 again..
Revert releng/10.4 to RC1 again.
Sep 22 2017, 3:27 PM
marius committed rS323901: MF10: r323900.
MF10: r323900
Sep 22 2017, 5:14 AM
marius committed rS323900: - Akin r302691 in head, synchronize the build stripping for the disc1.
- Akin r302691 in head, synchronize the build stripping for the disc1
Sep 22 2017, 4:57 AM
marius committed rS323890: Update releng/10.4 to RC2 in preparation for 10.4-RC2 builds..
Update releng/10.4 to RC2 in preparation for 10.4-RC2 builds.
Sep 22 2017, 12:16 AM

Sep 21 2017

marius committed rS323875: MF10: r323871.
MF10: r323871
Sep 21 2017, 8:29 PM
marius committed rS323872: MF10: r323870, MFC: r275751.
MF10: r323870, MFC: r275751
Sep 21 2017, 8:13 PM
marius committed rS323871: MFC: r285215.
MFC: r285215
Sep 21 2017, 7:30 PM
marius committed rS323870: MFC: r275751.
MFC: r275751
Sep 21 2017, 7:24 PM

Sep 20 2017

marius committed rS323838: MF10: r323830.
MF10: r323830
Sep 20 2017, 10:15 PM
marius committed rS323835: MFC: r320916.
MFC: r320916
Sep 20 2017, 9:51 PM
marius committed rS323830: Unbreak netmap(4) support in ixgbe(4) after r315333:.
Unbreak netmap(4) support in ixgbe(4) after r315333:
Sep 20 2017, 9:22 PM

Sep 17 2017

marius committed rS323680: MF10: r323660, MFC: r322669.
MF10: r323660, MFC: r322669
Sep 17 2017, 4:45 PM
marius committed rS323659: MFC: r322669.
MFC: r322669
Sep 17 2017, 1:32 AM
marius committed rS323660: MFC: r322669.
MFC: r322669
Sep 17 2017, 1:32 AM
marius committed rD50854: - Record thaw of stable/10 as part of the 10.4-RELEASE cycle..
- Record thaw of stable/10 as part of the 10.4-RELEASE cycle.
Sep 17 2017, 1:19 AM
marius committed rS323658: Change the stable/10 branch no longer require explicit re@ approval.
Change the stable/10 branch no longer require explicit re@ approval
Sep 17 2017, 1:08 AM
marius committed rP449976: Add 10.4-BETA4 and 10.4-RC1 checksums..
Add 10.4-BETA4 and 10.4-RC1 checksums.
Sep 17 2017, 12:06 AM

Sep 16 2017

marius committed rD50853: - Hook up the checksums for 10.4-RC1..
- Hook up the checksums for 10.4-RC1.
Sep 16 2017, 11:45 PM
marius committed rD50850: Add checksums for 10.4-RC1..
Add checksums for 10.4-RC1.
Sep 16 2017, 2:32 AM

Sep 15 2017

marius committed rD50842: - Document __FreeBSD_version 1003516, 1004000, 1004500, 1101502 and.
- Document __FreeBSD_version 1003516, 1004000, 1004500, 1101502 and
Sep 15 2017, 2:20 AM
marius committed rD50841: Mark branching releng/10.4 and the start of 10.4-RC1 builds as done..
Mark branching releng/10.4 and the start of 10.4-RC1 builds as done.
Sep 15 2017, 1:01 AM
marius committed rS323604: - Copy stable/10@323601 to releng/10.4 in preparation for 10.4-RC1.
- Copy stable/10@323601 to releng/10.4 in preparation for 10.4-RC1
Sep 15 2017, 1:00 AM
marius committed rD50840: Fix a typo in a file name..
Fix a typo in a file name.
Sep 15 2017, 12:58 AM
marius committed rS323605: - Reset stable/10 back to -PRERELEASE status now that releng/10.4.
- Reset stable/10 back to -PRERELEASE status now that releng/10.4
Sep 15 2017, 12:32 AM
marius committed rS323603: Require explicit re@ approval for commits to releng/10.4..
Require explicit re@ approval for commits to releng/10.4.
Sep 15 2017, 12:31 AM

Sep 13 2017

marius committed rS323565: MFC: r323382, MFV: r323381.
MFC: r323382, MFV: r323381
Sep 13 2017, 9:57 PM
marius committed rS323563: MFC: 323382, MFV: r323381.
MFC: 323382, MFV: r323381
Sep 13 2017, 9:21 PM

Sep 10 2017

marius committed rS323382: MFV: r323381.
MFV: r323381
Sep 10 2017, 1:25 AM
marius committed rS323381: Permit a deflateParams() parameter change as soon as possible..
Permit a deflateParams() parameter change as soon as possible.
Sep 10 2017, 12:56 AM

Sep 9 2017

marius committed rD50817: - The 10.4-BETA4 set includes the WANDBOARD image again, so uncomment.
- The 10.4-BETA4 set includes the WANDBOARD image again, so uncomment
Sep 9 2017, 9:57 PM

Sep 8 2017

marius committed rD50807: - Due to failure of building a (working) WANDBOARD image as of 10.4-BETA3,.
- Due to failure of building a (working) WANDBOARD image as of 10.4-BETA3,
Sep 8 2017, 12:27 AM
marius committed rS323294: Update stable/10 to BETA4 in preparation for 10.4-BETA4 builds..
Update stable/10 to BETA4 in preparation for 10.4-BETA4 builds.
Sep 8 2017, 12:12 AM
marius committed rS323293: - Ever since the workaround for the silicon bug of TSO4 causing MAC hangs.
- Ever since the workaround for the silicon bug of TSO4 causing MAC hangs
Sep 8 2017, 12:11 AM