User Details
- User Since
- Jun 13 2015, 3:41 PM (496 w, 3 d)
Oct 29 2024
Updated to use ${M_ListToSkip}
Oct 15 2024
I was okay with not having the mask have an effect on the suid/sgid because there's already the mount option for nosuid (which disables suid and sgid both), so there's not really a need for the mask to alter it.
Oct 11 2024
Oct 10 2024
Oct 9 2024
Oct 8 2024
Adjusted little endian list
Oct 4 2024
Sep 19 2024
Sep 18 2024
Sep 10 2024
Sep 6 2024
Aug 23 2024
Aug 2 2024
Jun 26 2024
May 22 2024
May 15 2024
Use atomic to read OSD slot data
May 8 2024
May 7 2024
Using atomics for fetching/modifying the decode function pointer
Replaced by review D45072, will address the review comments from this review in the newer one.
Updated based on review comments
May 3 2024
May 1 2024
Apr 30 2024
Apr 26 2024
Apr 24 2024
Updated according to review comments
Added parenthesis based on comments.
Changed from _nolock to _unlocked in naming and updated commit log message.
Apr 16 2024
Apr 15 2024
Apr 12 2024
Apr 10 2024
Apr 9 2024
Do you want me to just switch things to use __unused instead of the macros to conditionally add it?
Apr 5 2024
Apr 4 2024
Apr 3 2024
Update summary
Made changes according to review comments.
Also fixed an issue when compiling gve_adminq.c due to the addition of
prototypes that use "bool", but the .c file was not including sys/types.h
Apr 1 2024
Updated based on review comments
Mar 28 2024
Updated based on review comments