Adrian Chadd

Results 25 issues of Adrian Chadd

* Correctly use the getaddrinfo populated response array; this stopped working on freebsd-13 this week for some odd reason which led me to correct how it's used; * Do the...

* Fix libami/module.c to compile cleanly (add some braces!) * Make libami its own all/clean target, rather than hacks in the top level Makefile.in * clean up a whole bunch...

Add support for the ROM directory, so the base ROMs can be added in. This allows for modified base ROMs, eg for testing out patched firmware ROMs. This only applies...

Hi! I have an odd problem in local testing - it seems hardware TCP checksums aren't making it up to the TCP stack in libuinet and it's doing software checksumming....

cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -O -gdwarf-2 -Wall -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-inline -Wcast-qual -Wno-pointer-sign -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-incompatible-library-redeclaration -Wno-builtin-requires-header -DUINET=1 -DHAS_NATIVE_TLS -fstack-protector -D__FreeBSD__ -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include...

When doing VLAN interception, I've noticed that the noprotocol ifnet counter is increasing. What's going on? [root@darkwatch2] /data/libuinet/sys/net# printf "stats_all\nquit\n" | talkblockd.sh | grep netmap net.libuinet.netif_stats.netmap0.ifi_ipackets: 247614 net.libuinet.netif_stats.netmap0.ifi_ierrors: 0 net.libuinet.netif_stats.netmap0.ifi_opackets:...

uinet shutting down from signal handler (signal 1) Shutting down all uinet instances... netmap3 (netmap0:3): Stopping rx thread netmap3 (netmap0:3): Stopping tx thread netmap3 (netmap0:3): Interface threads stopped Freed UMA...

This is a bunch of stuff to implement a really dirty sysctl accessor API.

* fix the lsb/usb mode tracking for the two vfos * reprogram the frequency and mode when the mode is changed so it takes immediate effect. Otherwise it'll not be...

* Fix USB/LSB transition - set the frequency immediately so the VFO offset changes correctly * Fix VFOA/VFOB tracking for split mode when changing LSB/USB * Fix TX/RX carrier burst...