| Age | Commit message (Expand) | Author |
| 2024-11-29 | tcp: extend the use of the th_flags accessor function | Richard Scheffenegger |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-11-09 | ipfw: Have NAT steal the TH_RES1 bit, instead of the TH_AE bit | Richard Scheffenegger |
| 2022-04-09 | libalias(3): Fix two typos in source code comments | Gordon Bergling |
| 2021-05-15 | libalias: Style cleanup | Lutz Donnerhacke |
| 2021-01-19 | libalias: Fix -Wcast-align compiler warnings | Alex Richardson |
| 2020-09-01 | net: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2017-11-27 | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-03-13 | alias_proxy.c: Fix accidental error quashing | Conrad Meyer |
| 2017-02-16 | Use inet_ntoa_r() instead of inet_ntoa() throughout the kernel | Eric van Gyzen |
| 2012-10-17 | Avoid potential bad pointer dereference. | Ed Maste |
| 2009-11-12 | Move inet_aton() (specular to inet_ntoa(), already present in libkern) | Attilio Rao |
| 2008-03-06 | MFP4: | Paolo Pisati |
| 2007-04-30 | o Kill EOLWS while I'm here. | Maxim Konovalov |
| 2007-04-30 | o Fix strtoul() error conditions check. | Maxim Konovalov |
| 2007-04-04 | Do not assign result of (char *) cast to u_char * variable. | Alexander Kabaev |
| 2006-12-15 | o made in kernel libalias mpsafe | Paolo Pisati |
| 2006-09-26 | Summer of Code 2005: improve libalias - part 1 of 2 | Paolo Pisati |
| 2005-06-27 | Disable checksum processing in LibAlias, when it works as a | Gleb Smirnoff |
| 2005-05-06 | Add a workaround for 64-bit archs: store unsigned long return value in | Gleb Smirnoff |
| 2005-05-06 | s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT and | Gleb Smirnoff |
| 2005-05-05 | More bits for kernel version: | Gleb Smirnoff |
| 2005-05-05 | Always include alias.h before alias_local.h | Gleb Smirnoff |
| 2005-05-05 | Fix argument order for bcopy() in last commit. | Gleb Smirnoff |
| 2005-05-05 | Use bcopy() instead of memmove(). | Gleb Smirnoff |
| 2005-05-05 | Play with includes so that libalias can be compiled both as userland | Gleb Smirnoff |
| 2004-07-06 | Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an | Dag-Erling Smørgrav |
| 2004-07-05 | Make libalias WARNS?=6-clean. This mostly involves renaming variables | Dag-Erling Smørgrav |
| 2004-07-05 | Parenthesize return values. | Dag-Erling Smørgrav |
| 2004-07-05 | Mechanical whitespace cleanup. | Dag-Erling Smørgrav |
| 2004-03-16 | Run through indent(1) so I can read the code without getting a headache. | Dag-Erling Smørgrav |
| 2004-01-17 | Mostly mechanical rework of libalias: | Poul-Henning Kamp |
| 2003-01-01 | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt |
| 2002-07-01 | Remove trailing whitespace | Brian Somers |
| 2001-11-03 | cmott@scientech.com -> cm@linktel.net | Brian Somers |
| 2001-09-30 | Add __FBSDID's to libalias | Matthew Dillon |
| 2001-06-04 | Add BSD-style copyright headers | Brian Somers |
| 2001-03-25 | Remove an extraneous declaration. | Brian Somers |
| 2001-01-29 | Ignore leading witespace in the string given to PacketAliasProxyRule(). | Brian Somers |
| 2000-08-29 | strtok -> strsep (no strtok allowed in libraries) | Andrey A. Chernov |
| 1999-08-29 | Add $FreeBSD$ and spell Eklund properly. | Bill Fumerola |
| 1999-03-24 | Add a ``const'' and remove some inconsistent prototype args. | Brian Somers |
| 1999-03-09 | Remove all diagnostics to stdout/stderr with #ifdef DEBUG | Brian Somers |
| 1999-02-27 | Version 3.0: January 1, 1999 | Brian Somers |