rozhuk.im

rozhuk.im pushed to main at rozhuk.im/freebsd-ports

5 hours ago

rozhuk.im pushed to stable/14 at rozhuk.im/freebsd

  • 441722c97b Remove fastboot and fasthalt aliases to able to use ADB without risk of reboot
  • a45d8144f8 sys/conf/kern.post.mk: PORTS_MODULES does not build in parallel, add FLAVOR support https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237290 Then some ports set via PORTS_MODULES then they builded with single thread, with takes a lot of time. Reproduce: Add to /etc/make.conf PORTS_MODULES+= graphics/drm-fbsd12.0-kmod build kernel: /usr/bin/time -h make -j`getconf NPROCESSORS_ONLN` -s -DALWAYS_CHECK_MAKE buildkernel top show only 1 cpu usage during drm-fbsd12.0-kmod port building.
  • b047a8e853 sys/netinet/ip_carp: proper loopback detection and few improvements https://reviews.freebsd.org/D23475 1. Loop back detection. This PR reverts 310847 (first half). For loop back detection now used counter field of CARP packet, that was in CARP to resist replay packets. Check is simple now: carp_counter from packet compares with carp_counter last send packet. 2. Add counter for loop back detection. 3. CARP packets with VHID = 0 now dropped as "invalid VHID" before any other checks. 4. carp_version != CARP_VERSION || ch->carp_authlen != CARP_AUTHLEN - now is second check. 5. Add definition for CARP_AUTHLEN. 6. Removed sc_init_counter, that fix carp_counter - it always generate from random. 7. Add carps_badif and carps_dups to netstat. 8. Few micro changes: sizeof(sc->sc_counter) -> (sizeof(uint32_t) * 2) snprintf(subsys, IFNAMSIZ+5, -> snprintf(subsys, sizeof(subsys),
  • 58ef70c083 CARP: few changes - store VHID to mtag instead of sc pointer - move CARP MAC address to const
  • 0eae117285 Fix ktrace() loging NAMEI for symlink*()
  • View comparison for these 56 commits »

5 hours ago

rozhuk.im pushed to main at rozhuk.im/freebsd-ports

18 hours ago

rozhuk.im pushed to stable/14 at rozhuk.im/freebsd

  • a8cd21defb Remove fastboot and fasthalt aliases to able to use ADB without risk of reboot
  • 826ee95a43 sys/conf/kern.post.mk: PORTS_MODULES does not build in parallel, add FLAVOR support https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237290 Then some ports set via PORTS_MODULES then they builded with single thread, with takes a lot of time. Reproduce: Add to /etc/make.conf PORTS_MODULES+= graphics/drm-fbsd12.0-kmod build kernel: /usr/bin/time -h make -j`getconf NPROCESSORS_ONLN` -s -DALWAYS_CHECK_MAKE buildkernel top show only 1 cpu usage during drm-fbsd12.0-kmod port building.
  • a3624e018c sys/netinet/ip_carp: proper loopback detection and few improvements https://reviews.freebsd.org/D23475 1. Loop back detection. This PR reverts 310847 (first half). For loop back detection now used counter field of CARP packet, that was in CARP to resist replay packets. Check is simple now: carp_counter from packet compares with carp_counter last send packet. 2. Add counter for loop back detection. 3. CARP packets with VHID = 0 now dropped as "invalid VHID" before any other checks. 4. carp_version != CARP_VERSION || ch->carp_authlen != CARP_AUTHLEN - now is second check. 5. Add definition for CARP_AUTHLEN. 6. Removed sc_init_counter, that fix carp_counter - it always generate from random. 7. Add carps_badif and carps_dups to netstat. 8. Few micro changes: sizeof(sc->sc_counter) -> (sizeof(uint32_t) * 2) snprintf(subsys, IFNAMSIZ+5, -> snprintf(subsys, sizeof(subsys),
  • b80b15f348 CARP: few changes - store VHID to mtag instead of sc pointer - move CARP MAC address to const
  • 3db40d28f5 Fix ktrace() loging NAMEI for symlink*()
  • View comparison for these 33 commits »

18 hours ago

rozhuk.im pushed to main at rozhuk.im/freebsd-ports

1 day ago

rozhuk.im pushed to stable/14 at rozhuk.im/freebsd

  • 9be81d73a4 Remove fastboot and fasthalt aliases to able to use ADB without risk of reboot
  • 9de4e5a089 sys/conf/kern.post.mk: PORTS_MODULES does not build in parallel, add FLAVOR support https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237290 Then some ports set via PORTS_MODULES then they builded with single thread, with takes a lot of time. Reproduce: Add to /etc/make.conf PORTS_MODULES+= graphics/drm-fbsd12.0-kmod build kernel: /usr/bin/time -h make -j`getconf NPROCESSORS_ONLN` -s -DALWAYS_CHECK_MAKE buildkernel top show only 1 cpu usage during drm-fbsd12.0-kmod port building.
  • 22e076e857 sys/netinet/ip_carp: proper loopback detection and few improvements https://reviews.freebsd.org/D23475 1. Loop back detection. This PR reverts 310847 (first half). For loop back detection now used counter field of CARP packet, that was in CARP to resist replay packets. Check is simple now: carp_counter from packet compares with carp_counter last send packet. 2. Add counter for loop back detection. 3. CARP packets with VHID = 0 now dropped as "invalid VHID" before any other checks. 4. carp_version != CARP_VERSION || ch->carp_authlen != CARP_AUTHLEN - now is second check. 5. Add definition for CARP_AUTHLEN. 6. Removed sc_init_counter, that fix carp_counter - it always generate from random. 7. Add carps_badif and carps_dups to netstat. 8. Few micro changes: sizeof(sc->sc_counter) -> (sizeof(uint32_t) * 2) snprintf(subsys, IFNAMSIZ+5, -> snprintf(subsys, sizeof(subsys),
  • d3817010cc CARP: few changes - store VHID to mtag instead of sc pointer - move CARP MAC address to const
  • e7f4e163e2 Fix ktrace() loging NAMEI for symlink*()
  • View comparison for these 34 commits »

1 day ago

rozhuk.im pushed to main at rozhuk.im/freebsd-ports

1 day ago

rozhuk.im pushed to stable/14 at rozhuk.im/freebsd

  • d09a53ca34 Remove fastboot and fasthalt aliases to able to use ADB without risk of reboot
  • d11ae25424 sys/conf/kern.post.mk: PORTS_MODULES does not build in parallel, add FLAVOR support https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237290 Then some ports set via PORTS_MODULES then they builded with single thread, with takes a lot of time. Reproduce: Add to /etc/make.conf PORTS_MODULES+= graphics/drm-fbsd12.0-kmod build kernel: /usr/bin/time -h make -j`getconf NPROCESSORS_ONLN` -s -DALWAYS_CHECK_MAKE buildkernel top show only 1 cpu usage during drm-fbsd12.0-kmod port building.
  • 8a6ef5691a sys/netinet/ip_carp: proper loopback detection and few improvements https://reviews.freebsd.org/D23475 1. Loop back detection. This PR reverts 310847 (first half). For loop back detection now used counter field of CARP packet, that was in CARP to resist replay packets. Check is simple now: carp_counter from packet compares with carp_counter last send packet. 2. Add counter for loop back detection. 3. CARP packets with VHID = 0 now dropped as "invalid VHID" before any other checks. 4. carp_version != CARP_VERSION || ch->carp_authlen != CARP_AUTHLEN - now is second check. 5. Add definition for CARP_AUTHLEN. 6. Removed sc_init_counter, that fix carp_counter - it always generate from random. 7. Add carps_badif and carps_dups to netstat. 8. Few micro changes: sizeof(sc->sc_counter) -> (sizeof(uint32_t) * 2) snprintf(subsys, IFNAMSIZ+5, -> snprintf(subsys, sizeof(subsys),
  • 5306bf14e8 CARP: few changes - store VHID to mtag instead of sc pointer - move CARP MAC address to const
  • f63697ed07 Fix ktrace() loging NAMEI for symlink*()
  • View comparison for these 47 commits »

1 day ago

rozhuk.im pushed to main at rozhuk.im/freebsd-ports

1 day ago

rozhuk.im pushed to stable/14 at rozhuk.im/freebsd

  • 205f88894e Remove fastboot and fasthalt aliases to able to use ADB without risk of reboot
  • 0cce469f50 sys/conf/kern.post.mk: PORTS_MODULES does not build in parallel, add FLAVOR support https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237290 Then some ports set via PORTS_MODULES then they builded with single thread, with takes a lot of time. Reproduce: Add to /etc/make.conf PORTS_MODULES+= graphics/drm-fbsd12.0-kmod build kernel: /usr/bin/time -h make -j`getconf NPROCESSORS_ONLN` -s -DALWAYS_CHECK_MAKE buildkernel top show only 1 cpu usage during drm-fbsd12.0-kmod port building.
  • d658e6a657 sys/netinet/ip_carp: proper loopback detection and few improvements https://reviews.freebsd.org/D23475 1. Loop back detection. This PR reverts 310847 (first half). For loop back detection now used counter field of CARP packet, that was in CARP to resist replay packets. Check is simple now: carp_counter from packet compares with carp_counter last send packet. 2. Add counter for loop back detection. 3. CARP packets with VHID = 0 now dropped as "invalid VHID" before any other checks. 4. carp_version != CARP_VERSION || ch->carp_authlen != CARP_AUTHLEN - now is second check. 5. Add definition for CARP_AUTHLEN. 6. Removed sc_init_counter, that fix carp_counter - it always generate from random. 7. Add carps_badif and carps_dups to netstat. 8. Few micro changes: sizeof(sc->sc_counter) -> (sizeof(uint32_t) * 2) snprintf(subsys, IFNAMSIZ+5, -> snprintf(subsys, sizeof(subsys),
  • 777f5ef266 CARP: few changes - store VHID to mtag instead of sc pointer - move CARP MAC address to const
  • 5b4ffe3eda Fix ktrace() loging NAMEI for symlink*()
  • View comparison for these 33 commits »

1 day ago

rozhuk.im pushed to main at rozhuk.im/freebsd-ports

1 day ago

rozhuk.im pushed to stable/14 at rozhuk.im/freebsd

  • 6f76ff8b0e Remove fastboot and fasthalt aliases to able to use ADB without risk of reboot
  • a91f6dcb7d sys/conf/kern.post.mk: PORTS_MODULES does not build in parallel, add FLAVOR support https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237290 Then some ports set via PORTS_MODULES then they builded with single thread, with takes a lot of time. Reproduce: Add to /etc/make.conf PORTS_MODULES+= graphics/drm-fbsd12.0-kmod build kernel: /usr/bin/time -h make -j`getconf NPROCESSORS_ONLN` -s -DALWAYS_CHECK_MAKE buildkernel top show only 1 cpu usage during drm-fbsd12.0-kmod port building.
  • 1d2f4e91b7 sys/netinet/ip_carp: proper loopback detection and few improvements https://reviews.freebsd.org/D23475 1. Loop back detection. This PR reverts 310847 (first half). For loop back detection now used counter field of CARP packet, that was in CARP to resist replay packets. Check is simple now: carp_counter from packet compares with carp_counter last send packet. 2. Add counter for loop back detection. 3. CARP packets with VHID = 0 now dropped as "invalid VHID" before any other checks. 4. carp_version != CARP_VERSION || ch->carp_authlen != CARP_AUTHLEN - now is second check. 5. Add definition for CARP_AUTHLEN. 6. Removed sc_init_counter, that fix carp_counter - it always generate from random. 7. Add carps_badif and carps_dups to netstat. 8. Few micro changes: sizeof(sc->sc_counter) -> (sizeof(uint32_t) * 2) snprintf(subsys, IFNAMSIZ+5, -> snprintf(subsys, sizeof(subsys),
  • feb17f20e0 CARP: few changes - store VHID to mtag instead of sc pointer - move CARP MAC address to const
  • 4eb79ddaf4 Fix ktrace() loging NAMEI for symlink*()
  • View comparison for these 34 commits »

1 day ago

rozhuk.im pushed to main at rozhuk.im/freebsd-ports

2 days ago

rozhuk.im pushed to main at rozhuk.im/freebsd-ports

2 days ago

rozhuk.im pushed to stable/14 at rozhuk.im/freebsd

  • d43234178b Remove fastboot and fasthalt aliases to able to use ADB without risk of reboot
  • f9f4a2dbca sys/conf/kern.post.mk: PORTS_MODULES does not build in parallel, add FLAVOR support https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237290 Then some ports set via PORTS_MODULES then they builded with single thread, with takes a lot of time. Reproduce: Add to /etc/make.conf PORTS_MODULES+= graphics/drm-fbsd12.0-kmod build kernel: /usr/bin/time -h make -j`getconf NPROCESSORS_ONLN` -s -DALWAYS_CHECK_MAKE buildkernel top show only 1 cpu usage during drm-fbsd12.0-kmod port building.
  • 9ea412f5c0 sys/netinet/ip_carp: proper loopback detection and few improvements https://reviews.freebsd.org/D23475 1. Loop back detection. This PR reverts 310847 (first half). For loop back detection now used counter field of CARP packet, that was in CARP to resist replay packets. Check is simple now: carp_counter from packet compares with carp_counter last send packet. 2. Add counter for loop back detection. 3. CARP packets with VHID = 0 now dropped as "invalid VHID" before any other checks. 4. carp_version != CARP_VERSION || ch->carp_authlen != CARP_AUTHLEN - now is second check. 5. Add definition for CARP_AUTHLEN. 6. Removed sc_init_counter, that fix carp_counter - it always generate from random. 7. Add carps_badif and carps_dups to netstat. 8. Few micro changes: sizeof(sc->sc_counter) -> (sizeof(uint32_t) * 2) snprintf(subsys, IFNAMSIZ+5, -> snprintf(subsys, sizeof(subsys),
  • 62990a9302 CARP: few changes - store VHID to mtag instead of sc pointer - move CARP MAC address to const
  • dddf0062a9 Fix ktrace() loging NAMEI for symlink*()
  • View comparison for these 34 commits »

2 days ago

rozhuk.im pushed to main at rozhuk.im/freebsd-ports

2 days ago

rozhuk.im pushed to main at rozhuk.im/freebsd-ports

3 days ago

rozhuk.im pushed to main at rozhuk.im/freebsd-ports

3 days ago

rozhuk.im pushed to stable/14 at rozhuk.im/freebsd

  • 1a799c0dad Remove fastboot and fasthalt aliases to able to use ADB without risk of reboot
  • 463eeee5f3 sys/conf/kern.post.mk: PORTS_MODULES does not build in parallel, add FLAVOR support https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237290 Then some ports set via PORTS_MODULES then they builded with single thread, with takes a lot of time. Reproduce: Add to /etc/make.conf PORTS_MODULES+= graphics/drm-fbsd12.0-kmod build kernel: /usr/bin/time -h make -j`getconf NPROCESSORS_ONLN` -s -DALWAYS_CHECK_MAKE buildkernel top show only 1 cpu usage during drm-fbsd12.0-kmod port building.
  • 60072e2667 sys/netinet/ip_carp: proper loopback detection and few improvements https://reviews.freebsd.org/D23475 1. Loop back detection. This PR reverts 310847 (first half). For loop back detection now used counter field of CARP packet, that was in CARP to resist replay packets. Check is simple now: carp_counter from packet compares with carp_counter last send packet. 2. Add counter for loop back detection. 3. CARP packets with VHID = 0 now dropped as "invalid VHID" before any other checks. 4. carp_version != CARP_VERSION || ch->carp_authlen != CARP_AUTHLEN - now is second check. 5. Add definition for CARP_AUTHLEN. 6. Removed sc_init_counter, that fix carp_counter - it always generate from random. 7. Add carps_badif and carps_dups to netstat. 8. Few micro changes: sizeof(sc->sc_counter) -> (sizeof(uint32_t) * 2) snprintf(subsys, IFNAMSIZ+5, -> snprintf(subsys, sizeof(subsys),
  • e512b21fac CARP: few changes - store VHID to mtag instead of sc pointer - move CARP MAC address to const
  • 68daa4f923 Fix ktrace() loging NAMEI for symlink*()
  • View comparison for these 38 commits »

3 days ago

rozhuk.im pushed to main at rozhuk.im/freebsd-ports

4 days ago