opnsense-src/sys/netinet/libalias
Lutz Donnerhacke 738ebfa0f6 libalias: Style cleanup
libalias is a convolut of various coding styles modified by a series
of different editors enforcing interesting convetions on spacing and
comments.

This patch is a baseline to start with a perfomance rework of
libalias.  Upcoming patches should be focus on the code, not on the
style.  That's why most annoying style errors should be fixed
beforehand.

Reviewed by:	hselasky
Discussed by:	emaste
Differential Revision: https://reviews.freebsd.org/D30259

(cherry picked from commit effc8e57fb)

At some places the ASSERT was inserted before variable declarations are
finished.  This is fixed now.

Reported by:	kib
Reviewed by:	kib
Differential Revision: https://reviews.freebsd.org/D30282

(cherry picked from commit 2e6b07866f)
2021-05-29 15:08:02 +02:00
..
alias.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias.h libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_db.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_dummy.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_ftp.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_irc.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_local.h libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_mod.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_mod.h malloc: try to use builtins for zeroing at the callsite 2018-06-02 22:20:09 +00:00
alias_nbt.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_pptp.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_proxy.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_sctp.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_sctp.h libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_skinny.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_smedia.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_util.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
HISTORY
libalias.3 libalias: Fix -Wcast-align compiler warnings 2021-01-19 21:23:24 +00:00