User Details
User Details
- User Since
- Jun 15 2015, 5:15 PM (495 w, 4 d)
May 11 2023
May 11 2023
jim_netgate.com added a comment to D40046: e1000: fix VLAN 0.
VLAN 0 Priority Tagging feature enables 802.1Q Ethernet frames to be transmitted with the VLAN ID set to zero.
May 27 2021
May 27 2021
Sep 7 2020
Sep 7 2020
Jun 30 2020
Jun 30 2020
jim_netgate.com added inline comments to D25417: Add a driver for the SafeXcel EIP-97..
Jan 22 2018
Jan 22 2018
jim_netgate.com updated the diff for D4964: Protect calls to explicit_bzero() via by explicitly disabling the link-time and other optimizations that can cause code elimination..
We have LTO in base now. The day of reckoning has come.
Mar 4 2016
Mar 4 2016
jim_netgate.com added a comment to D5448: Fix missing brackets in e1000_phy.c.
- Jim
Feb 25 2016
Feb 25 2016
jim_netgate.com retitled D5448: Fix missing brackets in e1000_phy.c from to Fix missing brackets in e1000_phy.c.
Jan 18 2016
Jan 18 2016
jim_netgate.com added a comment to D4964: Protect calls to explicit_bzero() via by explicitly disabling the link-time and other optimizations that can cause code elimination..
Jan 17 2016
Jan 17 2016
jim_netgate.com updated the diff for D4964: Protect calls to explicit_bzero() via by explicitly disabling the link-time and other optimizations that can cause code elimination..
I've attempted to do what I think Warner asked for here.
jim_netgate.com updated the diff for D4964: Protect calls to explicit_bzero() via by explicitly disabling the link-time and other optimizations that can cause code elimination..
eliminate the changes to release/amd64/make-memstick.sh
jim_netgate.com retitled D4964: Protect calls to explicit_bzero() via by explicitly disabling the link-time and other optimizations that can cause code elimination. from to Protect calls to explicit_bzero() via by explicitly disabling the link-time and other optimizations that can cause code elimination..
Jul 2 2015
Jul 2 2015
jim_netgate.com added a comment to D2978: Make passwd and group write operations sync.
Notes: the power failure (or in many cases, even reboot) can happen up to 120 seconds after 'pw' touches master.passwd or /etc/group, or 'pwd_mkdb' recreates /etc/pwd.db and /etc/spwd.db, and still leave the system with 0 length files after a reboot.