summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/net.c
AgeCommit message (Expand)Author
2009-04-11fix sign-compare issuelukem
2009-01-31Revert previous one. It has already fixed in net.h,v 1.25.isaki
2009-01-31Fix build error. Declare getsecs() before (re-)defining it.isaki
2009-01-12Replace time_t values in libsa sources with the following two typestsutsui
2007-11-24style, indent, and ANSI-fy.isaki
2006-01-21Adjust code so that it will work when _STANDALONE isn't defined.dsl
2005-12-11merge ktrace-lwp.christos
2003-08-31Fix signed/unsigned warnings.fvdl
2000-10-25Split the UDP routines out of net.c.thorpej
2000-03-30Kill some more register declarations.augustss
1999-11-13Backout my libsa changes.thorpej
1999-11-11Update for the improvements to libsa, and don't reference libkern.h.thorpej
1999-05-07move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro,drochner
1999-04-12libkern just got an inet_addr(), but it won't compile, no prototype. Cleanup...ross
1999-02-11Add missing prototypes.pk
1997-12-26If the send routine returns an error (-1), wait and retry using the samescottr
1997-09-17Save some bytes by keeping the number of byteswaps minimal.drochner
1997-09-06-Wall fixesdrochner
1997-07-07Don't use private copy of old netinet/if_ether.h.drochner
1997-06-26Avoid user space headers for standalone programs.drochner
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1996-10-13backout previous kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1995-12-13Make `time difference' a signed quantity explicitly.pk
1995-11-29Use bzero() instead of memset(..., 0, ...).thorpej
1995-11-21make netinet work on systems where pointers and longs are 64 bitscgd
1995-09-23Add an inet_addr() function; return network-order numeric representationthorpej
1995-09-18Another round of clean up, including fixes presented by Matthias Drochnerpk
1995-09-17Revert fs_ops read/write declarations; these return error numbers.pk
1995-09-14Clear up some size_t/ssize_t confusion.pk
1995-09-11Changes from Gordon Ross:thorpej
1995-02-20Various:mycroft
1994-10-26new RCS ID format.cgd
1994-08-04Make libsa compile again by not including sys/errno.hbrezak
1994-05-08Standalone networking for network boot loaders.brezak