Page MenuHomeFreeBSD

2333_outlook.jp (Yang W)
Spy

Projects

User does not belong to any projects.

User Details

User Since
Jan 8 2020, 3:12 PM (226 w, 2 d)

Recent Activity

Mar 11 2020

2333_outlook.jp updated the summary of D24036: Provide chmod to flua.
Mar 11 2020, 10:05 PM
2333_outlook.jp updated the summary of D24036: Provide chmod to flua.
Mar 11 2020, 10:05 PM
2333_outlook.jp created D24036: Provide chmod to flua.
Mar 11 2020, 10:04 PM

Jan 21 2020

2333_outlook.jp updated the diff for D19917: Implement linux_sendfile for the linuxulator.
Jan 21 2020, 7:08 PM

Jan 20 2020

2333_outlook.jp updated the diff for D19917: Implement linux_sendfile for the linuxulator.
Jan 20 2020, 5:00 PM

Jan 17 2020

2333_outlook.jp added inline comments to D19917: Implement linux_sendfile for the linuxulator.
Jan 17 2020, 11:46 PM
2333_outlook.jp updated the diff for D19917: Implement linux_sendfile for the linuxulator.

Bora assumed offset to be 0 if no offset pointer is given. it is not true. in this case file descripter's reading offset will be used (in linux), which is the update.

Jan 17 2020, 7:49 PM

Jan 16 2020

2333_outlook.jp added a comment to D19917: Implement linux_sendfile for the linuxulator.

So,
on 64-bit ABIs (amd64 linux, arm64) we have just linux_sendfile which has (64-bit) l_loff_t *offset.
on 32-bit ABIs (amd64 linux32, i386, arm) we have linux_sendfile which has a 32-bit *offset and linux_sendfile64 which has 64-bit *offset.

Jan 16 2020, 9:16 PM
2333_outlook.jp added inline comments to D19917: Implement linux_sendfile for the linuxulator.
Jan 16 2020, 9:11 PM
2333_outlook.jp added inline comments to D19917: Implement linux_sendfile for the linuxulator.
Jan 16 2020, 9:08 PM
2333_outlook.jp added inline comments to D19917: Implement linux_sendfile for the linuxulator.
Jan 16 2020, 7:41 PM
2333_outlook.jp updated the diff for D19917: Implement linux_sendfile for the linuxulator.

fix whitespace issue

Jan 16 2020, 5:18 PM
2333_outlook.jp updated the diff for D19917: Implement linux_sendfile for the linuxulator.

added (edited) sys calls for amd64/linux, amd64/linux32, and especially arm/linux, arm64/linux, i386/linux. some of these folders already have the syscalls defined, in which case DUMMY were removed.

Jan 16 2020, 4:59 PM
2333_outlook.jp added inline comments to D19917: Implement linux_sendfile for the linuxulator.
Jan 16 2020, 4:43 PM

Jan 15 2020

2333_outlook.jp updated the diff for D19917: Implement linux_sendfile for the linuxulator.

Fixed a whitespace issue

Jan 15 2020, 9:52 PM
2333_outlook.jp updated the summary of D19917: Implement linux_sendfile for the linuxulator.
Jan 15 2020, 6:54 PM
2333_outlook.jp updated the summary of D19917: Implement linux_sendfile for the linuxulator.
Jan 15 2020, 6:53 PM
2333_outlook.jp updated the diff for D19917: Implement linux_sendfile for the linuxulator.

Implementing sendfile64.

Jan 15 2020, 6:50 PM

Jan 8 2020

2333_outlook.jp commandeered D19917: Implement linux_sendfile for the linuxulator.

Just landed here. ~

Jan 8 2020, 7:51 PM
2333_outlook.jp updated 2333_outlook.jp.
Jan 8 2020, 4:28 PM