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