Page MenuHomeFreeBSD

oshogbo (Mariusz Zaborski)
User

Projects

User Details

User Since
Aug 19 2014, 3:56 PM (506 w, 2 d)

Recent Activity

Tue, Apr 23

oshogbo accepted D42077: Remove WITHOUT_CAPSICUM handling.
Tue, Apr 23, 12:21 PM

Mar 29 2024

oshogbo accepted D40676: ktrace: Record detailed ECAPMODE violations.
Mar 29 2024, 4:19 PM · capsicum

Mar 22 2024

oshogbo accepted D44473: rights.4: add note about rights not being simple bitmasks.
Mar 22 2024, 1:50 PM

Mar 15 2024

oshogbo added a comment to D44372: Allow subset of wait4(2) functionality in Capsicum mode.

Also, do you have any particular cases or example of application where you want to use it?

Mar 15 2024, 12:36 PM
oshogbo added a comment to D44372: Allow subset of wait4(2) functionality in Capsicum mode.

I think this behavior should be documented in the man pages (capsicum/wait), as it isn't obvious.

Mar 15 2024, 12:33 PM

Mar 1 2024

oshogbo added a comment to D31382: lib/libc: Fix uninitialized value in __setenv().

Hello Alexander,

Mar 1 2024, 1:08 PM

Feb 4 2024

oshogbo committed rGcd724c25928d: bsdinstall: complete whitelabeling the installer (authored by oshogbo).
bsdinstall: complete whitelabeling the installer
Feb 4 2024, 11:59 AM
oshogbo closed D43638: bsdinstall: complete whitelabeling the installer.
Feb 4 2024, 11:59 AM

Jan 30 2024

oshogbo added a comment to D43638: bsdinstall: complete whitelabeling the installer.
In D43638#995136, @imp wrote:

Seems reasonable to me.
Who will be using this?

Jan 30 2024, 8:25 PM

Jan 28 2024

oshogbo accepted D43496: Don't hardcode maximum PID..
Jan 28 2024, 7:10 PM
oshogbo added reviewers for D43638: bsdinstall: complete whitelabeling the installer: allanjude, brd, asiciliano.
Jan 28 2024, 6:59 PM
oshogbo requested review of D43638: bsdinstall: complete whitelabeling the installer.
Jan 28 2024, 6:57 PM

Jan 24 2024

oshogbo accepted D43547: capsicum: SIGTRAP is delivered also on ECAPMODE error..
Jan 24 2024, 9:09 AM

Jan 18 2024

oshogbo accepted D43505: mpr: endianess fix for set/get dpm page0.

What about the header fields we have discussed?

Jan 18 2024, 8:27 PM

Jan 2 2024

oshogbo added a comment to D43271: Remove FreeBSD 12.4.

Thanks!

Jan 2 2024, 6:24 PM
oshogbo closed D43271: Remove FreeBSD 12.4.
Jan 2 2024, 3:25 PM
oshogbo committed R9:a780e7baabd8: Remove FreeBSD 12.4 (authored by oshogbo).
Remove FreeBSD 12.4
Jan 2 2024, 3:25 PM
oshogbo added a reviewer for D43271: Remove FreeBSD 12.4: Doc Committers.
Jan 2 2024, 1:22 PM
oshogbo requested review of D43271: Remove FreeBSD 12.4.
Jan 2 2024, 1:22 PM

Dec 28 2023

oshogbo accepted D43077: Don't hardcode maximum PID..
Dec 28 2023, 9:59 AM

Dec 20 2023

oshogbo accepted D43094: seq(1): Put separator only between the elements..
Dec 20 2023, 8:55 PM

Dec 16 2023

oshogbo accepted D43073: vm: Plug umtx shm object leak..
Dec 16 2023, 8:41 AM

Dec 11 2023

oshogbo committed rGa7100ae23aca: capsicum: introduce cap_rights_is_empty Function (authored by oshogbo).
capsicum: introduce cap_rights_is_empty Function
Dec 11 2023, 11:18 AM
oshogbo closed D42780: Introduce cap_rights_is_empty function.
Dec 11 2023, 11:18 AM

Dec 8 2023

oshogbo accepted D42928: casper: document that most libcasper and cap_net functions are not thread-safe.

I've updated all of them now. But do you think that this is too pedantic

No, I think that this is a fair statement. I have a couple of questions about this and the libnv.

Dec 8 2023, 4:05 PM

Dec 6 2023

oshogbo added a comment to D42928: casper: document that most libcasper and cap_net functions are not thread-safe.

LGTM, thank you for working on this.

Dec 6 2023, 7:17 PM
oshogbo accepted D42919: cap_net.3: remove a copypasta.
Dec 6 2023, 8:08 AM

Nov 27 2023

oshogbo requested review of D42780: Introduce cap_rights_is_empty function.
Nov 27 2023, 2:16 PM

Oct 23 2023

oshogbo committed rGafd74c400075: cap_net: correct capability name from addr2name to name2addr (authored by oshogbo).
cap_net: correct capability name from addr2name to name2addr
Oct 23 2023, 9:10 PM

Oct 6 2023

oshogbo added a comment to D40676: ktrace: Record detailed ECAPMODE violations.

Hello Jake,

Oct 6 2023, 7:27 AM · capsicum

Oct 2 2023

oshogbo committed rG857ce53d1d46: copy_file_range: require CAP_SEEK capability (authored by oshogbo).
copy_file_range: require CAP_SEEK capability
Oct 2 2023, 8:17 AM
oshogbo committed rG87d68b131ef6: copy_file_range: require CAP_SEEK capability (authored by oshogbo).
copy_file_range: require CAP_SEEK capability
Oct 2 2023, 8:16 AM

Sep 28 2023

oshogbo added a comment to D40676: ktrace: Record detailed ECAPMODE violations.

Ah, ok I thought it was printed by default.
Then I don't think I have any complaints through the idea.

Sep 28 2023, 7:47 PM · capsicum
oshogbo added a comment to D40676: ktrace: Record detailed ECAPMODE violations.

If I understand correctly, for application like:

localtime();
open();
cap_enter()
openat()
Sep 28 2023, 7:31 PM · capsicum
oshogbo added a comment to D40676: ktrace: Record detailed ECAPMODE violations.

To summarize the patch very briefly, this lets you ktrace an application that does not run in capability mode, and ktrace will log all events which would have triggered a Capsicum violation.

Sep 28 2023, 5:38 PM · capsicum
oshogbo committed rG62d3f57c22ee: capsicum: add tests for copy_file_range (authored by oshogbo).
capsicum: add tests for copy_file_range
Sep 28 2023, 2:08 PM
oshogbo committed rG15a51d3abaef: copy_file_range: require CAP_SEEK capability (authored by oshogbo).
copy_file_range: require CAP_SEEK capability
Sep 28 2023, 2:08 PM
oshogbo committed rG64c6327738fc: cat: add CAP_SEEK capability (authored by oshogbo).
cat: add CAP_SEEK capability
Sep 28 2023, 2:08 PM
oshogbo closed D41967: copy_file_range: fix capabilities premissions.
Sep 28 2023, 2:07 PM
oshogbo changed the visibility for D41967: copy_file_range: fix capabilities premissions.
Sep 28 2023, 1:49 PM

Sep 25 2023

oshogbo updated the diff for D41967: copy_file_range: fix capabilities premissions.
Sep 25 2023, 12:44 PM
oshogbo updated the diff for D41967: copy_file_range: fix capabilities premissions.
Sep 25 2023, 10:20 AM

Sep 24 2023

oshogbo added a comment to D41967: copy_file_range: fix capabilities premissions.

Yea, I guess you are right when copy_file_range has offset NULLed it behaves more like read/write then pread/pwrite.

Sep 24 2023, 10:18 PM
oshogbo changed the visibility for D41967: copy_file_range: fix capabilities premissions.
Sep 24 2023, 8:12 PM
oshogbo requested review of D41967: copy_file_range: fix capabilities premissions.
Sep 24 2023, 8:11 PM

Sep 6 2023

oshogbo accepted D41761: libcasper: reference system.fileargs service.
Sep 6 2023, 1:50 PM

Aug 7 2023

oshogbo committed rG2ea65afbd11d: md5: extend capabilites (authored by oshogbo).
md5: extend capabilites
Aug 7 2023, 12:19 PM
oshogbo closed D41348: md5: extend capabilites.
Aug 7 2023, 12:19 PM
oshogbo requested review of D41348: md5: extend capabilites.
Aug 7 2023, 11:11 AM

May 29 2023

oshogbo committed rG097e721ff4f2: geli: fix typo (authored by oshogbo).
geli: fix typo
May 29 2023, 3:43 PM

May 15 2023

oshogbo added a comment to D39994: libutil: move ftime to libutil.

@kib

May 15 2023, 11:09 AM
oshogbo updated the diff for D39994: libutil: move ftime to libutil.

Yes, thats make sense. Thank you.

May 15 2023, 9:04 AM
oshogbo committed rG06db6a9dce81: geli: fix typo (authored by oshogbo).
geli: fix typo
May 15 2023, 8:47 AM

May 12 2023

oshogbo updated the diff for D39994: libutil: move ftime to libutil.

kib@ thank you. Moved to libuitl.

May 12 2023, 2:27 PM
oshogbo updated the diff for D39994: libutil: move ftime to libutil.

Move to libuitl

May 12 2023, 2:05 PM
oshogbo updated the summary of D39994: libutil: move ftime to libutil.
May 12 2023, 2:05 PM
oshogbo retitled D39994: libutil: move ftime to libutil from libc: move ftime to libc to libutil: move ftime to libutil.
May 12 2023, 2:05 PM

May 7 2023

oshogbo added a reviewer for D39994: libutil: move ftime to libutil: kib.
May 7 2023, 11:47 AM
oshogbo updated the summary of D39994: libutil: move ftime to libutil.
May 7 2023, 11:47 AM
oshogbo updated the diff for D39994: libutil: move ftime to libutil.

Update description.

May 7 2023, 11:45 AM
oshogbo requested review of D39994: libutil: move ftime to libutil.
May 7 2023, 11:39 AM
oshogbo closed D39989: Document when the namespace was created.
May 7 2023, 9:50 AM
oshogbo committed rG95950880ade0: libc: document when the namespace was created (authored by oshogbo).
libc: document when the namespace was created
May 7 2023, 9:50 AM

May 6 2023

oshogbo updated the diff for D39989: Document when the namespace was created.

Add more context to the file.

May 6 2023, 2:32 PM
oshogbo requested review of D39989: Document when the namespace was created.
May 6 2023, 2:30 PM

May 2 2023

oshogbo committed rG834fdebb56fb: mpr: don't use hardcoded value in debug branch (authored by oshogbo).
mpr: don't use hardcoded value in debug branch
May 2 2023, 12:23 PM
oshogbo committed rGe7a3a08febd0: mpr: fix copying of event_mask (authored by oshogbo).
mpr: fix copying of event_mask
May 2 2023, 12:23 PM
oshogbo committed rG485005801104: mpr: don't use hardcoded value in debug branch (authored by oshogbo).
mpr: don't use hardcoded value in debug branch
May 2 2023, 12:21 PM
oshogbo committed rG2de69df6f398: mpr: fix copying of event_mask (authored by oshogbo).
mpr: fix copying of event_mask
May 2 2023, 12:21 PM

Apr 27 2023

oshogbo accepted D39242: cap_net tests: Skip tests if there is no connectivity.

Sorry for the delay.

Apr 27 2023, 7:53 AM

Apr 26 2023

oshogbo accepted D39829: Allow vfork(2) in capsicum(4) capability mode.
Apr 26 2023, 1:29 PM

Apr 21 2023

oshogbo committed rG444c6615459e: mpr: don't use hardcoded value in debug branch (authored by oshogbo).
mpr: don't use hardcoded value in debug branch
Apr 21 2023, 8:03 AM
oshogbo committed rGea6597c38c77: mpr: fix copying of event_mask (authored by oshogbo).
mpr: fix copying of event_mask
Apr 21 2023, 8:03 AM
oshogbo closed D39562: mpr: fix copying of event_mask.
Apr 21 2023, 8:02 AM

Apr 17 2023

oshogbo added a comment to D39562: mpr: fix copying of event_mask.

@imp Have you had a chance to look into this?

Apr 17 2023, 4:02 PM
oshogbo accepted D39613: zfs: Add vfs.zfs.bclone_enabled sysctl..
Apr 17 2023, 10:27 AM

Apr 13 2023

oshogbo added inline comments to D39562: mpr: fix copying of event_mask.
Apr 13 2023, 7:10 PM
oshogbo updated the diff for D39562: mpr: fix copying of event_mask.

Use sizeof.

Apr 13 2023, 7:09 PM
oshogbo added a reviewer for D39562: mpr: fix copying of event_mask: thj.
Apr 13 2023, 6:45 PM
oshogbo updated the summary of D39562: mpr: fix copying of event_mask.
Apr 13 2023, 6:44 PM
oshogbo updated the diff for D39562: mpr: fix copying of event_mask.

Fix description

Apr 13 2023, 6:43 PM
oshogbo retitled D39562: mpr: fix copying of event_mask from mpr: fix conversion to big endian to mpr: fix copying of event_mask.
Apr 13 2023, 6:43 PM
oshogbo requested review of D39562: mpr: fix copying of event_mask.
Apr 13 2023, 6:40 PM

Apr 4 2023

oshogbo accepted D39347: cap_dns, cap_net: fix host and service buffer handling.

LGTM.
Nice catch.

Apr 4 2023, 6:18 PM

Mar 24 2023

oshogbo accepted D39222: Add /lib/capser to the rpath for anything linked against libcasper helpers..

I don't mind also moving them simply to /lib.

Mar 24 2023, 10:52 AM
oshogbo added a comment to D39245: libcasper: Move helper libraries from /lib/casper to /lib..

The idea for a separate directory was that we would have many libcasper helpers, and the /lib will get crowdy.
The Casper libraries are quite limited in number so I'm not sure if it's worth it to keep a separate directory here.

Mar 24 2023, 10:51 AM
oshogbo accepted D39241: cap_dns tests: Convert to ATF, avoid failing when lookups don't resolve.
Mar 24 2023, 10:48 AM
oshogbo added inline comments to D39242: cap_net tests: Skip tests if there is no connectivity.
Mar 24 2023, 10:47 AM

Feb 14 2023

oshogbo committed rGf09f828a41d8: ahci: increase timout (authored by oshogbo).
ahci: increase timout
Feb 14 2023, 11:18 PM

Feb 13 2023

oshogbo committed rG65bab39e140f: ahci: increase timout (authored by oshogbo).
ahci: increase timout
Feb 13 2023, 11:45 PM

Feb 10 2023

oshogbo committed rG346483b1f104: ahci: increase timout (authored by oshogbo).
ahci: increase timout
Feb 10 2023, 4:10 PM
oshogbo closed D38413: ahci: increase timout.
Feb 10 2023, 4:10 PM
oshogbo updated the diff for D38413: ahci: increase timout.
Feb 10 2023, 12:35 AM

Feb 8 2023

oshogbo added inline comments to D38413: ahci: increase timout.
Feb 8 2023, 2:14 PM
oshogbo updated the diff for D38413: ahci: increase timout.
Feb 8 2023, 2:14 PM

Feb 7 2023

oshogbo updated the diff for D38413: ahci: increase timout.
Feb 7 2023, 2:09 PM
oshogbo updated the diff for D38413: ahci: increase timout.
Feb 7 2023, 2:08 PM
oshogbo updated the summary of D38413: ahci: increase timout.
Feb 7 2023, 12:39 PM
oshogbo requested review of D38413: ahci: increase timout.
Feb 7 2023, 12:37 PM

Feb 3 2023

oshogbo added a comment to D38351: [RFC/Proposal] Mechanism for in-kernel AT_FDCWD substitution with provided FD for oblivious sandboxing with Capsicum.

Hym, sorry, last time it showed me that you almost added the whole sys/kern/kern_procctl.c. I guess it was some glitch in phabricator.

Feb 3 2023, 6:50 PM