git: ipfw3nat: delete the libalias 2

2018-04-08 Thread Bill Yuan
commit 947e484750f4d308ffe6eaa08040f2faac44761e Author: Bill Yuan Date: Sun Apr 8 07:00:22 2018 + ipfw3nat: delete the libalias 2 Summary of changes: etc/mtree/BSD.include.dist | 2 -- include/Makefile | 2 +- 2 files changed, 1 insertion(+), 3

git: ipfw3nat: delete the libalias 3

2018-04-08 Thread Bill Yuan
commit dc73a0a4a0b674d1426e3dcd239d2885c3ac2c82 Author: Bill Yuan Date: Sun Apr 8 07:04:17 2018 + ipfw3nat: delete the libalias 3 Summary of changes: sbin/ipfw3/ipfw3.c | 1 - sbin/ipfw3/ipfw3nat.c | 164

git: ipfw3nat: remove the module dependency

2018-04-08 Thread Bill Yuan
commit 203ce8b50622e593b521593bfbf8137462fbebaf Author: Bill Yuan Date: Sun Apr 8 08:18:12 2018 + ipfw3nat: remove the module dependency Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 1 - 1 file changed, 1 deletion(-)

git: ipfw3nat: standardize the function names

2018-04-08 Thread Bill Yuan
commit 71194d7aa5f127eca02130a2c8cf7f9c5e5585b6 Author: Bill Yuan Date: Sun Apr 8 10:50:58 2018 + ipfw3nat: standardize the function names prefix: ip_fw3_ - function in kernel space ipfw_- function in userland. Summary of

git: ipfw3nat: move implimentation back to *.c file

2018-04-08 Thread Bill Yuan
commit c8ac7327312bdcfc1dd1936dd1bb4ee463217609 Author: Bill Yuan Date: Sun Apr 8 13:51:25 2018 + ipfw3nat: move implimentation back to *.c file Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 30 +-

git: ipfw3nat: cleanup 2

2018-04-08 Thread Bill Yuan
commit 825a5d275a1f16e1ff3a3a2d45afd4eef1f41271 Author: Bill Yuan Date: Sun Apr 8 07:37:54 2018 + ipfw3nat: cleanup 2 Summary of changes: sbin/ipfw3/ipfw3nat.c | 366 + sys/net/ipfw3_nat/ip_fw3_nat.h | 60

git: ipfw3nat: cleanup 3

2018-04-08 Thread Bill Yuan
commit f115460084f9ec3a428d1a792a072593feded661 Author: Bill Yuan Date: Sun Apr 8 07:54:02 2018 + ipfw3nat: cleanup 3 Summary of changes: sbin/ipfw3/ipfw3nat.c | 113 +++--- 1 file changed, 5 insertions(+), 108

git: ipfw3nat: RB_tree to keep the translation records

2018-04-08 Thread Bill Yuan
commit c42f81665fcbc090645cfb05f13ee034789b2df8 Author: Bill Yuan Date: Sun Apr 8 07:50:55 2018 + ipfw3nat: RB_tree to keep the translation records Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.h | 111 ++--- 1 file

git: ipfw3nat: cleanup for LINT64 build

2018-04-08 Thread Bill Yuan
commit 4bff212170b32fc3823cc85915a98840480a3ada Author: Bill Yuan Date: Sun Apr 8 12:12:00 2018 + ipfw3nat: cleanup for LINT64 build Summary of changes: sys/net/Makefile | 2 +- sys/net/ipfw3_nat/ip_fw3_nat.h | 26 ++ 2

git: bootpd/wpa_supplicant: Fix some warnings.

2018-04-08 Thread Sascha Wildner
commit 60f53c8a5dd70dd77aaaf0036d173907ef2d36d3 Author: Sascha Wildner Date: Sun Apr 8 23:03:49 2018 +0200 bootpd/wpa_supplicant: Fix some warnings. Summary of changes: libexec/bootpd/tools/bootptest/print-bootp.c | 2 +- usr.sbin/802_11/wpa_supplicant/Packet32.c| 3

git: Remove libalias headers and kernel module via 'make upgrade'.

2018-04-08 Thread Sascha Wildner
commit fc8624900a4d33c97f4baa3a1c47f12919cf5912 Author: Sascha Wildner Date: Sun Apr 8 20:30:02 2018 +0200 Remove libalias headers and kernel module via 'make upgrade'. Summary of changes: Makefile_upgrade.inc | 2 ++ 1 file changed, 2 insertions(+)

git: ipfw3nat: cleanup

2018-04-08 Thread Bill Yuan
commit fcca67e6e31c86105f5b3f175578068e63a0ff02 Author: Bill Yuan Date: Sun Apr 8 06:41:43 2018 + ipfw3nat: cleanup Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 617 + 1 file changed, 12 insertions(+), 605

git: ipfw3nat: delete the libalias 1

2018-04-08 Thread Bill Yuan
commit c0325b41bb008a939dc801fa2347c46283b296c0 Author: Bill Yuan Date: Sun Apr 8 06:54:50 2018 + ipfw3nat: delete the libalias 1 Summary of changes: sys/net/libalias/Makefile |7 - sys/net/libalias/alias.c | 1722 -