User Details
- User Since
- Nov 10 2021, 4:40 PM (160 w, 4 d)
Dec 21 2023
Nov 9 2023
May 5 2023
We could be getting them for any number of reasons, it all depends on the slaves on the bus and how they behave. It's an optional signal though, so since we don't handle it we don't need to spam the kernel message buffer about it.
May 4 2023
Apr 13 2023
Aug 16 2022
Aug 12 2022
Jul 20 2022
- Remove unwanted leading space in Version.map
Jul 14 2022
Jul 11 2022
This works in pfSense as expected, our pfsense and libbe PHP modules, when both loaded, do not hit errors due to symbols from one of libnv or libnvpair being aliased.
Jul 7 2022
- Remove orphaned empty line in libnvpair makefile
- Remove libnvpair symbol versioning, obviated by libnv namespacing and versioning
I haven't yet done a full build against main with this patch, but versioning alone solved our linking issues so I don't expect adding differentiation to symbol names to interfere with that. I'll try to get that done today.
Jun 23 2022
Jun 6 2022
- Add whitespace between macros and surrounding ifdef lines
May 31 2022
I think my biggest concern as of right now is whether I did the Right Thing with the msgio symbols. I deemed them to not be part of the interface and therefore made them local symbols without a namespace prefix.
May 27 2022
- Correct year on copyright
Add namespacing to libnv, don't export msgio funcs
May 24 2022
Remove default case from address family switch in pf_test_eth_rule dummynet handling entirely
May 23 2022
May 19 2022
Apr 22 2022
Something is really wrong when I run the ether:anchor test, it immediately traps:
- pf: Protect timestamp assignment in critical section, fix null pointer dereference
Apr 21 2022
- pf: Assign timestamp value unconditionally
- pf: Assign timestamp value unconditionally
- pf: Remove no longer needed include of timeconv.h from libpfctl.c
- pf: Make rule timestamps cpu local, update only on change
- pf: Make rule timestamps cpu local, update only on change
- pf: Add per-rule timestamps for rule and eth_rule
- pf: Switch timestamp to time_second and remove last_active from libpfctl structs
- pf: Make rule timestamps cpu local, update only on change