Page MenuHomeFreeBSD
Feed Advanced Search

Fri, Apr 12

minsoochoo0122_proton.me added inline comments to D44145: Disable C standards under C99 from kernel build.
Fri, Apr 12, 11:03 PM · Contributor Reviews (src)
jhb closed D43254: libc: Remove support for pre-C11 C standards.
Fri, Apr 12, 7:40 PM · Contributor Reviews (src)
imp accepted D43254: libc: Remove support for pre-C11 C standards.

Hey John do you want to land this or should I?

Fri, Apr 12, 6:55 PM · Contributor Reviews (src)
jhb added a comment to D43254: libc: Remove support for pre-C11 C standards.

The commit log though can say "Remove pre-C99 support" though since the blocks are all for pre-C99.

Fri, Apr 12, 6:51 PM · Contributor Reviews (src)
jhb accepted D43254: libc: Remove support for pre-C11 C standards.

This looks ok to me now.

Fri, Apr 12, 6:50 PM · Contributor Reviews (src)

Wed, Apr 10

markj closed D44667: vm_reserv_reclaim_contig: Return NULL not false.
Wed, Apr 10, 12:52 PM · Contributor Reviews (src)
dougm accepted D44667: vm_reserv_reclaim_contig: Return NULL not false.
Wed, Apr 10, 9:40 AM · Contributor Reviews (src)
zlei added a reviewer for D44667: vm_reserv_reclaim_contig: Return NULL not false: dougm.
Wed, Apr 10, 9:11 AM · Contributor Reviews (src)
zlei accepted D44667: vm_reserv_reclaim_contig: Return NULL not false.

Looks good to me.

Wed, Apr 10, 8:57 AM · Contributor Reviews (src)

Tue, Apr 9

minsoochoo0122_proton.me added a comment to D41421: Update jemalloc to version 5.3.0.

Build Success

Tue, Apr 9, 11:33 PM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the test plan for D41421: Update jemalloc to version 5.3.0.
Tue, Apr 9, 11:30 PM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the diff for D41421: Update jemalloc to version 5.3.0.

git rebase main

Tue, Apr 9, 10:13 PM · Contributor Reviews (src)
minsoochoo0122_proton.me requested review of D44665: stddef.h: Update for C23.
Tue, Apr 9, 8:49 PM · Contributor Reviews (src)

Sun, Apr 7

lwhsu added a reviewer for D44667: vm_reserv_reclaim_contig: Return NULL not false: markj.
Sun, Apr 7, 6:11 AM · Contributor Reviews (src)
minsoochoo0122_proton.me added a comment to D44667: vm_reserv_reclaim_contig: Return NULL not false.

I'm not completely familar with FreeBSD's virtual memory system. But it seems the comment still doesn't match the code. Doesn't it return m_ret when the reclaim is successful and null when failed?

Sun, Apr 7, 5:51 AM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the test plan for D44667: vm_reserv_reclaim_contig: Return NULL not false.
Sun, Apr 7, 5:45 AM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the diff for D44664: stdbool.h: Update for C23.

Removed redundant macros

Sun, Apr 7, 4:27 AM · Contributor Reviews (src)
minsoochoo0122_proton.me added inline comments to D44664: stdbool.h: Update for C23.
Sun, Apr 7, 4:23 AM · Contributor Reviews (src)
minsoochoo0122_proton.me added inline comments to D44665: stddef.h: Update for C23.
Sun, Apr 7, 4:20 AM · Contributor Reviews (src)
imp accepted D44666: sys/types.h: Do not define bool macros for C23 and later.
Sun, Apr 7, 3:43 AM · Contributor Reviews (src)
imp requested changes to D44665: stddef.h: Update for C23.
Sun, Apr 7, 3:41 AM · Contributor Reviews (src)
imp requested changes to D44664: stdbool.h: Update for C23.
Sun, Apr 7, 3:38 AM · Contributor Reviews (src)
minsoochoo0122_proton.me added a reviewer for D44666: sys/types.h: Do not define bool macros for C23 and later: Contributor Reviews (src).
Sun, Apr 7, 3:15 AM · Contributor Reviews (src)
minsoochoo0122_proton.me added a reviewer for D44665: stddef.h: Update for C23: Contributor Reviews (src).
Sun, Apr 7, 3:10 AM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the diff for D44664: stdbool.h: Update for C23.

Add __STDC_VERSION_STDBOOL_H__ as the header file now conforms C23.

Sun, Apr 7, 2:21 AM · Contributor Reviews (src)
minsoochoo0122_proton.me added a reviewer for D44664: stdbool.h: Update for C23: Contributor Reviews (src).
Sun, Apr 7, 2:11 AM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the diff for D44663: stdalign.h: Disable for C23.

Fix grammar in the commit message

Sun, Apr 7, 1:02 AM · Contributor Reviews (src)
minsoochoo0122_proton.me added a reviewer for D44663: stdalign.h: Disable for C23: Contributor Reviews (src).
Sun, Apr 7, 1:01 AM · Contributor Reviews (src)

Sat, Apr 6

minsoochoo0122_proton.me abandoned D44660: llvm-project: Fix build on devel/llvm18.

Fixed by 5f757f3ff9144b609b3c433dfd370cc6bdc191ad and cb14a3fe5122c879eae1fb480ed7ce82a699ddb6

Sat, Apr 6, 11:29 PM · Contributor Reviews (src)
minsoochoo0122_proton.me added a comment to D44660: llvm-project: Fix build on devel/llvm18.

When will we merge the upstream llvm-project to freebsd-src? Are there any issues blocking the merge?

Sat, Apr 6, 9:54 PM · Contributor Reviews (src)
lwhsu added a reviewer for D44660: llvm-project: Fix build on devel/llvm18: brooks.
Sat, Apr 6, 8:58 PM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the summary of D44660: llvm-project: Fix build on devel/llvm18.
Sat, Apr 6, 7:56 PM · Contributor Reviews (src)
minsoochoo0122_proton.me added a reviewer for D44660: llvm-project: Fix build on devel/llvm18: Contributor Reviews (src).
Sat, Apr 6, 7:55 PM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the diff for D43239: Use gnu17 for buildkernel.

Fixed macro

Sat, Apr 6, 3:16 AM · Contributor Reviews (src)
minsoochoo0122_proton.me added a comment to D43254: libc: Remove support for pre-C11 C standards.

@jrtc27 Can you review the changes?

Sat, Apr 6, 12:40 AM · Contributor Reviews (src)

Mar 26 2024

rozhuk.im-gmail.com abandoned D11140: OSS: allow unplug sound cards without apps close devices.
Mar 26 2024, 6:27 AM · Contributor Reviews (src), multimedia
christos added a comment to D11140: OSS: allow unplug sound cards without apps close devices.

D43545 takes care of this change. Should we close this?

Mar 26 2024, 5:49 AM · Contributor Reviews (src), multimedia

Mar 11 2024

minsoochoo0122_proton.me added a comment to D43239: Use gnu17 for buildkernel.

Are there any more changes required?

Mar 11 2024, 5:42 AM · Contributor Reviews (src)

Feb 29 2024

emaste accepted D44145: Disable C standards under C99 from kernel build.
Feb 29 2024, 9:57 PM · Contributor Reviews (src)
emaste added inline comments to D44145: Disable C standards under C99 from kernel build.
Feb 29 2024, 9:57 PM · Contributor Reviews (src)
imp added inline comments to D44145: Disable C standards under C99 from kernel build.
Feb 29 2024, 6:11 PM · Contributor Reviews (src)
imp added a comment to D44145: Disable C standards under C99 from kernel build.

Thanks for splitting this out.

Feb 29 2024, 6:08 PM · Contributor Reviews (src)
imp accepted D44145: Disable C standards under C99 from kernel build.
Feb 29 2024, 6:08 PM · Contributor Reviews (src)

Feb 28 2024

minsoochoo0122_proton.me added inline comments to D43254: libc: Remove support for pre-C11 C standards.
Feb 28 2024, 11:46 PM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the summary of D44145: Disable C standards under C99 from kernel build.
Feb 28 2024, 11:46 PM · Contributor Reviews (src)
minsoochoo0122_proton.me retitled D43254: libc: Remove support for pre-C11 C standards from Remove support for pre-C11 C standards to libc: Remove support for pre-C11 C standards.
Feb 28 2024, 11:43 PM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the diff for D43254: libc: Remove support for pre-C11 C standards.

Separate commit

Feb 28 2024, 11:43 PM · Contributor Reviews (src)
emaste added inline comments to D43254: libc: Remove support for pre-C11 C standards.
Feb 28 2024, 3:57 PM · Contributor Reviews (src)
emaste accepted D43237: Use gnu17 for buildworld.
Feb 28 2024, 2:54 PM · Contributor Reviews (src)

Feb 4 2024

minsoochoo0122_proton.me added a reviewer for D43730: vm: Convert boolean_t to bool: Contributor Reviews (src).
Feb 4 2024, 9:50 PM · Contributor Reviews (src)
minsoochoo0122_proton.me added a reviewer for D43742: rpcsvc/yp_prot.h: remove redundant definition of bool: Contributor Reviews (src).
Feb 4 2024, 9:49 PM · Contributor Reviews (src)
markj closed D43729: pmap: Reflect 1f1b228 in man page.
Feb 4 2024, 1:54 AM · Contributor Reviews (src)
markj closed D43726: libc: Specify parameter types for function pointer.
Feb 4 2024, 1:54 AM · Contributor Reviews (src)

Feb 3 2024

dab accepted D43726: libc: Specify parameter types for function pointer.
Feb 3 2024, 11:53 PM · Contributor Reviews (src)
minsoochoo0122_proton.me retitled D43726: libc: Specify parameter types for function pointer from libc: Specify paremeter types for function pointer to libc: Specify parameter types for function pointer.
Feb 3 2024, 11:49 PM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the diff for D43726: libc: Specify parameter types for function pointer.

Fixed typo in commit message

Feb 3 2024, 11:49 PM · Contributor Reviews (src)
dab added a comment to D43726: libc: Specify parameter types for function pointer.

A nit on the description: "paremeter" should be "parameter"

Feb 3 2024, 11:46 PM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the summary of D43729: pmap: Reflect 1f1b228 in man page.
Feb 3 2024, 11:24 PM · Contributor Reviews (src)
minsoochoo0122_proton.me added a reviewer for D43726: libc: Specify parameter types for function pointer: Contributor Reviews (src).
Feb 3 2024, 9:55 PM · Contributor Reviews (src)
markj closed D43715: ctfmerge: remove function cast of strcompare() for qsort().
Feb 3 2024, 7:10 PM · Contributor Reviews (src)
markj closed D43722: pmap: Reflect 1f1b228 in man page.
Feb 3 2024, 7:10 PM · Contributor Reviews (src)
mhorne accepted D43722: pmap: Reflect 1f1b228 in man page.
Feb 3 2024, 6:51 PM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the summary of D43722: pmap: Reflect 1f1b228 in man page.
Feb 3 2024, 6:07 PM · Contributor Reviews (src)
emaste accepted D43715: ctfmerge: remove function cast of strcompare() for qsort().
Feb 3 2024, 3:09 AM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the diff for D43715: ctfmerge: remove function cast of strcompare() for qsort().

Updated commit message

Feb 3 2024, 2:57 AM · Contributor Reviews (src)
minsoochoo0122_proton.me retitled D43715: ctfmerge: remove function cast of strcompare() for qsort() from ctfmerge: specify parameter types of strcompare() for qsort() to ctfmerge: remove function cast of strcompare() for qsort().
Feb 3 2024, 2:55 AM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the diff for D43715: ctfmerge: remove function cast of strcompare() for qsort().

Remove cast to function pointer

Feb 3 2024, 2:51 AM · Contributor Reviews (src)
markj added a comment to D43715: ctfmerge: remove function cast of strcompare() for qsort().

qsort(tifiles, nifiles, sizeof (char *), strcompare); also works.

Feb 3 2024, 2:32 AM · Contributor Reviews (src)
minsoochoo0122_proton.me added a reviewer for D43715: ctfmerge: remove function cast of strcompare() for qsort(): Contributor Reviews (src).
Feb 3 2024, 2:13 AM · Contributor Reviews (src)

Feb 2 2024

minsoochoo0122_proton.me updated the summary of D43239: Use gnu17 for buildkernel.
Feb 2 2024, 5:58 AM · Contributor Reviews (src)

Jan 30 2024

minsoochoo0122_proton.me planned changes to D43624: [2/2] [WIP] Import heimdal 7.8.0.
Jan 30 2024, 1:34 PM · Contributor Reviews (src)
minsoochoo0122_proton.me abandoned D43660: Replace boolean_t with bool.
Jan 30 2024, 6:13 AM · Contributor Reviews (src)
jrtc27 requested changes to D43660: Replace boolean_t with bool.

This kind of diff is way too big to review, it needs to be broken up. It's easy to mass rename like this but a lot harder to verify that you've actually done the right thing. The second file I picked to look at the diff at was clearly not correct (see the comment linked to this), so that doesn't bode well for the rest of the diff. Also some of the NIC drivers in the tree are really vendor imports, so any changes like this that get made to them should make their way upstream, otherwise there is a risk they got lost. I have not checked if that applies here or not.

Jan 30 2024, 5:23 AM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the summary of D43660: Replace boolean_t with bool.
Jan 30 2024, 5:12 AM · Contributor Reviews (src)
minsoochoo0122_proton.me requested review of D43660: Replace boolean_t with bool.
Jan 30 2024, 5:10 AM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the test plan for D43660: Replace boolean_t with bool.
Jan 30 2024, 5:10 AM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the summary of D43660: Replace boolean_t with bool.
Jan 30 2024, 5:09 AM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the summary of D43237: Use gnu17 for buildworld.
Jan 30 2024, 12:48 AM · Contributor Reviews (src)
minsoochoo0122_proton.me added a comment to D43254: libc: Remove support for pre-C11 C standards.

Commit message should probably be qualified with "for kernel compilation"?

Jan 30 2024, 12:46 AM · Contributor Reviews (src)
imp added a comment to D43641: style(9): Remove subversion keyword.

Reworded the commit message a little, but this was otherwise fine.

Jan 30 2024, 12:03 AM · Contributor Reviews (src)
arichardson added a comment to D43254: libc: Remove support for pre-C11 C standards.

Commit message should probably be qualified with "for kernel compilation"?

Jan 30 2024, 12:03 AM · Contributor Reviews (src)
imp closed D43641: style(9): Remove subversion keyword.
Jan 30 2024, 12:01 AM · Contributor Reviews (src)
arichardson accepted D43237: Use gnu17 for buildworld.

This LGTM but the commit message should also include the minimum Clang+GCC versions

Jan 30 2024, 12:01 AM · Contributor Reviews (src)
arichardson accepted D43236: tcp_wrappers: Use default C standard version.
Jan 30 2024, 12:00 AM · Contributor Reviews (src)

Jan 29 2024

imp added a comment to D43641: style(9): Remove subversion keyword.

Do I need to update the date of this man page?

Jan 29 2024, 11:35 PM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the diff for D43254: libc: Remove support for pre-C11 C standards.

Restored changes in usr.bin/lex

Jan 29 2024, 9:19 PM · Contributor Reviews (src)
jrtc27 requested changes to D43254: libc: Remove support for pre-C11 C standards.
Jan 29 2024, 9:12 PM · Contributor Reviews (src)
minsoochoo0122_proton.me added a comment to D43641: style(9): Remove subversion keyword.

Do I need to update the date of this man page?

Jan 29 2024, 9:03 PM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the diff for D43239: Use gnu17 for buildkernel.

Move the definition of static_assert in <sys/systm.h>
Previous definition for linux compatibility is removed due to type definition conflict

Jan 29 2024, 8:31 PM · Contributor Reviews (src)
jhb added inline comments to D43239: Use gnu17 for buildkernel.
Jan 29 2024, 6:12 PM · Contributor Reviews (src)
imp accepted D43641: style(9): Remove subversion keyword.
Jan 29 2024, 3:41 AM · Contributor Reviews (src)
lwhsu accepted D43641: style(9): Remove subversion keyword.

I think this one is reasonable.

Jan 29 2024, 2:51 AM · Contributor Reviews (src)
minsoochoo0122_proton.me added a reviewer for D43641: style(9): Remove subversion keyword: Contributor Reviews (src).
Jan 29 2024, 2:31 AM · Contributor Reviews (src)

Jan 28 2024

cy requested changes to D43625: [1/2] [WIP] Import Heimdal 7.8.0.

As per four reasons listed on arc@ I'm working on importing MIT KRB5 1.21.2.

Jan 28 2024, 2:50 PM · Contributor Reviews (src)
minsoochoo0122_proton.me retitled D43624: [2/2] [WIP] Import heimdal 7.8.0 from [WIP] Import heimdal 7.8.0 to [2/2] [WIP] Import heimdal 7.8.0.
Jan 28 2024, 5:33 AM · Contributor Reviews (src)
minsoochoo0122_proton.me retitled D43625: [1/2] [WIP] Import Heimdal 7.8.0 from Import Heimdal 7.8.0 to [1/2] [WIP] Import Heimdal 7.8.0.
Jan 28 2024, 5:33 AM · Contributor Reviews (src)

Jan 27 2024

minsoochoo0122_proton.me updated the diff for D43624: [2/2] [WIP] Import heimdal 7.8.0.

Update

Jan 27 2024, 10:40 PM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the diff for D43624: [2/2] [WIP] Import heimdal 7.8.0.

Remove man page for heimdal's gssapi

Jan 27 2024, 5:52 PM · Contributor Reviews (src)
minsoochoo0122_proton.me updated the diff for D43624: [2/2] [WIP] Import heimdal 7.8.0.

Restore libgssapi

Jan 27 2024, 4:42 AM · Contributor Reviews (src)
minsoochoo0122_proton.me added a comment to D43624: [2/2] [WIP] Import heimdal 7.8.0.

not to be a total buzzkill, but, have you seen @cy's post on arch about this https://lists.freebsd.org/archives/freebsd-arch/2023-December/000580.html

Jan 27 2024, 12:51 AM · Contributor Reviews (src)