summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/net.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (char *)0 -> NULLmmcc2015-10-261-2/+2
* Cast isdigit()'s argument to unsigned char.mmcc2015-10-261-2/+2
* Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.mpi2015-07-161-2/+2
* Sprinkle const whenever possible.miod2014-11-191-7/+7
* Move {recv,send}udp() out of net.c into their own file; to be used shortly.miod2014-11-191-204/+1
* Nuke yet more obvious #include duplications.krw2014-11-181-2/+1
* Stop using old n_long and n_short types.mpi2014-07-131-6/+5
* ansification and knf and protosderaadt2003-08-111-48/+31
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-2/+2
* First round of __P removal in sysmillert2002-03-141-3/+3
* cleanup for !ANSI compilers, mostly __P usagemickey1998-05-311-3/+3
* strong signedness typing a version of egcs I tried months ago wantedniklas1998-02-231-5/+5
* ssize_t is long on alpha, not int so cast to long in printf.millert1997-05-051-2/+2
* Merge to NetBSD 961207niklas1996-12-081-4/+4
* back up last change, it's wrong.mickey1996-10-161-18/+12
* fix debug code, automatize buffer size calculation.mickey1996-10-161-15/+19
* add OpenBSD tag.mickey1996-09-231-0/+1
* fix makefiles. cleanup, addopt for boot.mickey1996-09-201-0/+1
* from netbsd:deraadt1995-12-151-9/+6
* initial import of NetBSD treederaadt1995-10-181-0/+492