aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/libalias/alias_nbt.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* libalias: Style cleanupLutz Donnerhacke2021-05-291-139/+114
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+3
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use inet_ntoa_r() instead of inet_ntoa() throughout the kernelEric van Gyzen2017-02-161-8/+24
* Kill space at eols.Gleb Smirnoff2013-12-251-27/+27
* Plug two bugs introduced with modules conversion:Paolo Pisati2009-04-111-5/+3
* -don't pass down, to module's fingerprint function, unused data likePaolo Pisati2009-04-081-2/+2
* Silent userland warnings about missing prototypes.Paolo Pisati2009-01-151-0/+1
* Summer of Code 2005: improve libalias - part 1 of 2Paolo Pisati2006-09-261-9/+129
* s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT andGleb Smirnoff2005-05-061-19/+19
* Always include alias.h before alias_local.hGleb Smirnoff2005-05-051-0/+1
* Hide fflush(3) under ifdef DEBUG.Gleb Smirnoff2005-05-051-2/+2
* Play with includes so that libalias can be compiled both as userlandGleb Smirnoff2005-05-051-2/+13
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to anDag-Erling Smørgrav2004-07-061-4/+4
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav2004-07-051-2/+16
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-161-335/+337
* Mostly mechanical rework of libalias:Poul-Henning Kamp2004-01-171-0/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Remove trailing whitespaceBrian Somers2002-07-011-42/+42
* Avoid unintentional trigraph.Garrett Wollman2002-05-301-1/+1
* Add __FBSDID's to libaliasMatthew Dillon2001-09-301-3/+4
* Change to a standard BSD-style copyrightBrian Somers2001-06-041-13/+22
* Make header files conform to style(9).Brian Somers2001-03-251-3/+3
* Grab ADJUST_CHECKSUM() macro from alias_local.h.Ruslan Ermilov2000-08-311-17/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGBrian Somers1999-03-091-18/+16
* Reviewed by: freebsd-currentMatthew Dillon1998-12-141-39/+176
* Primary verison of NetBIOS over TCP/IP. Now you can connect WindowsAtsushi Murai1998-05-241-0/+576