Fix indent
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sat, Dec 14
Rebasing main
Fri, Dec 13
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
Sun, Dec 8
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
Jan 28 2024
Jan 27 2024
Update
Remove man page for heimdal's gssapi
Restore libgssapi
In D43624#994816, @freebsd_igalic.co wrote: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 26 2024
Only uploads FreeBSD-side changes
Fix wrong commit range
Separate import and other changes
I have difficulty with creating gssapi_asn1.h with asn_compile. I have figured out that Makefiles in kerberos5/lib/libgssapi_[krb5|ntlm|spnego] and lib/libgssapi/Makefile` need to be change, but I could not make it since I'm not very skilled in Makefiles. Any advice would be greatly appreciated.
Use upstream sources for libgssapi