User Details
- User Since
- Jun 13 2015, 3:41 PM (442 w, 18 h)
Fri, Dec 1
Thu, Nov 30
Changed iiccopyinmsgs32 to iic_copyinmsgs32, per suggested comments
Addressed comments from jhb
Wed, Nov 29
Mon, Nov 20
Wed, Nov 15
Fri, Nov 3
Looks good, verified with the board where we had seen the issue.
Nov 2 2023
Updated to current "main" branch and removed $FreeBSD$ lines
Oct 30 2023
Updated the review summary from the commit log
Updated environment variable to match the variables used internally.
Instead of OPTIONAL_STATIC_TLS, the name is now STATIC_TLS_EXTRA.
Updated the man page also.
Oct 29 2023
Made changes per review comments.
Oct 13 2023
Sep 29 2023
I should also note that we currently have at least one case of this in our source tree currently, which is what prompted the change. It compiles fine with "c99", but does not with "gnu99".
It's going to take some time for the code to be able to be changed to address the issues.
Sep 22 2023
Sep 20 2023
Sep 19 2023
Aug 31 2023
Aug 30 2023
Aug 24 2023
Aug 20 2023
This was committed as rG332af8c25dfc9857e997817281d7b7fa406783ef
Aug 18 2023
Updated to use SIZEOF_LONG check instead of LP64
Updated according to suggestions by Andrew
Aug 17 2023
Aug 16 2023
Aug 15 2023
Fix typo in the compatible string
Aug 11 2023
Aug 8 2023
Aug 1 2023
Jul 27 2023
Jun 9 2023
Apr 27 2023
Apr 23 2023
Removed includes that are no longer necessary.
Moved setfib syscall to uipc_syscalls.c and just call the callback to check validity of the FIB number
The syscall registration can be removed if sys_setfib is moved to sys/kern, which it should be able to be moved. Since the setting is on the thread itself and there's a callback function for the netstack to be able to veto the FIB number, there's no need for it to live in sys/net/route/route_tables.c now.
Removed the whitespace change in sys/net/route.h
These changes were tested with the test application in tools/regression/sockets/so_setfib
Apr 22 2023
Apr 21 2023
Apr 20 2023
Added -v flag for verbose mode. Added man page details for the flag.
Added .if !defined(%POSIX)/.endif around RPCGEN setting
Apr 19 2023
Apr 18 2023
Accidentally created