- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 16 2025
Jun 16 2025
MIT krb5 has been adopted in CURRENT.
MIT krb5 has been adopted in CURRENT.
Jun 12 2025
Add attributes for image files
Expand .gitattributes to HTML, CSS, and Perl as well.
Feb 22 2025
Closing as mysql81-{server, client} is not in ports anymore
Jan 9 2025
Fix double empty lines. make buildword success
Remove CSTD= c99 from openzfs
Turned out that FreeBSD uses c99 while the upstream uses gnu99. I think it is safe to go for gnu17.
Restore sys/conf/kern.mk
Build success on amd64
In D43237#1103894, @jhb wrote:Also, the only contrib things I could find that are using c99 explicitly is ZFS. I wonder if those can use c17?
Jan 4 2025
Individual revisions splited from b662ca1d6cd82044c6cb79075e1830b97594bef3 are also on Github. D43236, D43237, and D43239
In D43239#1101984, @jhb wrote:Do you have a branch pushed somewhere with these commits split out already?
Dec 14 2024
Fix indent
Rebasing main
Dec 13 2024
In D43239#1095174, @jhb wrote:So the static_assert() change needs to go in first I think which is all but the CSTD change as a commit.
- Add static_assert for kernel
- Use gnu17 for buildkernel
Dec 8 2024
Are there any blocking issues for this pr? If not, can we commit the patch to the repo?
Sep 12 2024
This revision has landed
Apr 13 2024
update
Fix commit log and pkg-descr
Apr 12 2024
Apr 9 2024
Build Success
git rebase main
Apr 7 2024
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?
Removed redundant macros
Add __STDC_VERSION_STDBOOL_H__ as the header file now conforms C23.
Fix grammar in the commit message
Apr 6 2024
When will we merge the upstream llvm-project to freebsd-src? Are there any issues blocking the merge?
Fixed macro
@jrtc27 Can you review the changes?
Mar 29 2024
Closed by 51738fb7bd8f8f28abeeac6e4630f92822e2af42
Mar 11 2024
Are there any more changes required?
Feb 28 2024
Separate commit
Feb 18 2024
Feb 4 2024
Feb 3 2024
Fixed typo in commit message
Convert vm_reserv_t->inpartpopq from char to bool
Updated commit message
Remove cast to function pointer
Feb 2 2024
Jan 30 2024
In D43254#995739, @arichardson wrote:Commit message should probably be qualified with "for kernel compilation"?
Jan 29 2024
Restored changes in usr.bin/lex
Do I need to update the date of this man page?
Move the definition of static_assert in <sys/systm.h>
Previous definition for linux compatibility is removed due to type definition conflict