User Details
- User Since
- May 10 2014, 4:26 AM (565 w, 3 d)
Yesterday
Fri, Mar 7
Wed, Mar 5
Tue, Mar 4
Fri, Feb 28
Thu, Feb 27
I see no problem with this, in general.
Tue, Feb 25
Wed, Feb 19
I simply removed the Malloc, Realloc, and Free functions with direct calls to the authoritative libc versions, malloc, etc...
Tue, Feb 18
Sun, Feb 16
Fri, Feb 14
Tue, Feb 11
Feb 6 2025
Feb 5 2025
Jan 20 2025
Jan 17 2025
Jan 8 2025
Jan 5 2025
Jan 3 2025
Same diff but with -U99999 to capture the full files for review.
This update of the patch addresses Adrian's concern that *_chan() are polluted by references to USB (*uc) data structures. Instead of setting uc->uc_write_delay directly the *chan() functions set a chan_flag in the sc to indicate that execution is in a sensitive part of channel processing, that a delay should be made before the write.
Jan 2 2025
Dec 31 2024
Dec 27 2024
Dec 24 2024
This is a much simplified patch. Plus a comment why we need to unset ntpd_user because rc.subr will use that to su(1) for us and we don't want this behavior. We want ntpd to setuid() itself.
This has been simplified. Will upload it.