Page MenuHomeFreeBSD

artemhevorhian_gmail.com (Artem Hevorhian)
User

Projects

User does not belong to any projects.

User Details

User Since
Oct 15 2024, 12:08 PM (7 w, 5 d)

Recent Activity

Sat, Nov 9

artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

Use tabs where necessary.

Sat, Nov 9, 12:27 PM
artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

Final revision.

Sat, Nov 9, 12:21 PM

Nov 3 2024

artemhevorhian_gmail.com updated the diff for D47411: Support AF_NETLINK in ktrstruct..

Sort the includes according to style(9) and modify

Nov 3 2024, 2:31 PM
artemhevorhian_gmail.com updated the diff for D47411: Support AF_NETLINK in ktrstruct..

Update the revision according the comments of markj@

Nov 3 2024, 2:00 PM
artemhevorhian_gmail.com requested review of D47411: Support AF_NETLINK in ktrstruct..
Nov 3 2024, 1:24 PM

Oct 31 2024

artemhevorhian_gmail.com updated the summary of D47127: Add kernelspace and userspace parts of ktrargs().
Oct 31 2024, 7:17 PM
artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

Update the commit message and make amendments according to the style

Oct 31 2024, 7:11 PM

Oct 25 2024

artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

Remove unnecessary forward declaration.

Oct 25 2024, 6:02 PM
artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

Address comments by glebius@.

Oct 25 2024, 5:57 PM

Oct 24 2024

artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

Use two separate events for arguments and environment variables.

Oct 24 2024, 8:57 AM

Oct 19 2024

artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

Fix formatting.

Oct 19 2024, 8:36 PM
artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

This version includes working with a struc and buffer altogether.
In the struct, there is the offset required to tell the difference
between ARGV and ENVV arrays.

Oct 19 2024, 8:16 PM
artemhevorhian_gmail.com added a comment to D47127: Add kernelspace and userspace parts of ktrargs().
869 ktrace   EXEC  ARGV: "echo", "foo "ENVV: "LOGNAME=root", "PAGER=less", "LANG=C.UTF-8", "MAIL=/var/mail/root", "PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin", "XDG_RUNTIME_DIR=/var/run/xdg/root", "ENV=/root/.shrc", "PWD=/root", "TERM=vt100", "HOME=/root", "USER=root", "SHELL=/bin/sh", "MM_CHARSET=UTF-8", "BLOCKSIZE=K"
Oct 19 2024, 8:12 PM
artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

This needs to be reviewed, especially the kernel part please. If that's okay,
we can move to the userland implementation. I am not sure if I should put the
buffer in the sturcutre right now, or that it is even possible. Please help me
with the data design step at this point. We all understand what needs to be
passed to userspace, let's decide on how that should be done from the kernel
space now.

Oct 19 2024, 4:10 PM
artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

Prepare for review.

Oct 19 2024, 2:12 PM
artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

Use "" quotation marks to show whitespace characters.

Oct 19 2024, 9:05 AM
artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

Remove code printing the EXEC envv parts of the image_args.
For that, a separate call is to be introducted later,
ktrexecveenvs().

Oct 19 2024, 9:03 AM
artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

Use tabs instead of whitespace characters where necessary.

Oct 19 2024, 7:38 AM
artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

Applied changes from code review.

Oct 19 2024, 7:33 AM
artemhevorhian_gmail.com added inline comments to D47127: Add kernelspace and userspace parts of ktrargs().
Oct 19 2024, 7:01 AM

Oct 17 2024

artemhevorhian_gmail.com added inline comments to D47127: Add kernelspace and userspace parts of ktrargs().
Oct 17 2024, 8:01 AM
artemhevorhian_gmail.com added inline comments to D47127: Add kernelspace and userspace parts of ktrargs().
Oct 17 2024, 7:58 AM
artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

First working version. To be reviewed.

Oct 17 2024, 7:24 AM

Oct 16 2024

artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

Because of the need to include the whole imgact.h, remove the forward declaration
of it.

Oct 16 2024, 11:11 AM

Oct 15 2024

artemhevorhian_gmail.com updated the diff for D47127: Add kernelspace and userspace parts of ktrargs().

Remove the useless includes + other minor changes.

Oct 15 2024, 7:13 PM
artemhevorhian_gmail.com updated the summary of D47127: Add kernelspace and userspace parts of ktrargs().
Oct 15 2024, 5:42 PM
artemhevorhian_gmail.com retitled D47127: Add kernelspace and userspace parts of ktrargs() from Add kernelspace and userspace parts of the new function. to Add kernelspace and userspace parts of ktrargs().
Oct 15 2024, 3:51 PM
artemhevorhian_gmail.com updated the summary of D47127: Add kernelspace and userspace parts of ktrargs().
Oct 15 2024, 2:58 PM
artemhevorhian_gmail.com requested review of D47127: Add kernelspace and userspace parts of ktrargs().
Oct 15 2024, 2:25 PM