Home | History | Annotate | Download | only in libsa
History log of /src/sys/lib/libsa/udp.c
RevisionDateAuthorComments
 1.13  31-Mar-2019  christos fix warnings, printf formats, etc.
 1.12  31-Mar-2019  mlelstv correct debug message, d->myport has network byte order.
 1.11  11-May-2011  zoltan branches: 1.11.56;
Separate the IP and UDP code paths inside libsa, so I can add HTTP booting
later.
 1.10  26-Dec-2010  christos branches: 1.10.2;
fix slightly wrong format.
 1.9  26-Dec-2010  he Print size_t and ssize_t with %zd, not just %d.
(How did this build before?)
 1.8  12-Jan-2009  tsutsui branches: 1.8.6;
Replace time_t values in libsa sources with the following two types
to avoid unnecessary 64 bit ops which would make binaries larger:

satime_t (currently unsigned int):
numbers in seconds returned by the machine dependent getsecs() function
which are used to measure relative time

saseconds_t (currently int):
numbers in seconds used to specify timeout to network drivers

Per discussion on current-users.
 1.7  25-Mar-2008  christos branches: 1.7.4; 1.7.12;
- use mem* instead of b* routines, and kill the b* routines.
- use the mem* routines from libc.
XXX: There will be some lossage, but I am fixing it.
 1.6  24-Nov-2007  isaki branches: 1.6.14;
style, indent, and ANSI-fy.
 1.5  24-Jan-2006  christos branches: 1.5.42; 1.5.44; 1.5.50;
PR/32613: Yves-Emmanuel JUTARD: Incoherencies in file sys/lib/libsa/net.h
- Make prototype of ether_sprintf() match the one in sys/net.
- Rename in_cksum to ip_cksum and fix its prototype. in_cksum() operates
on an mbuf and ip_cksum() operates on a plain buffer. We should not call
functions that operate on different arguments the same name (this is not
c++).
 1.4  11-Dec-2005  christos branches: 1.4.2;
merge ktrace-lwp.
 1.3  31-Aug-2003  fvdl branches: 1.3.16;
Fix signed/unsigned warnings.
 1.2  23-Apr-2002  ragge branches: 1.2.10;
Someone had a braino here; IP_TTL != IPDEFTTL. This caused the standalone
udp traffic to only have a ttl of 4.
Found by Jens Nilsson, jens@rockstorm.se.
 1.1  25-Oct-2000  thorpej branches: 1.1.2; 1.1.4; 1.1.6;
Split the UDP routines out of net.c.
 1.1.6.1  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.4.1  20-Jun-2002  nathanw Catch up to -current.
 1.1.2.2  22-Nov-2000  bouyer Sync with HEAD.
 1.1.2.1  25-Oct-2000  bouyer file udp.c was added on branch thorpej_scsipi on 2000-11-22 16:05:43 +0000
 1.2.10.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.10.2  18-Sep-2004  skrll Sync with HEAD.
 1.2.10.1  03-Aug-2004  skrll Sync with HEAD
 1.3.16.2  07-Dec-2007  yamt sync with head
 1.3.16.1  21-Jun-2006  yamt sync with head.
 1.4.2.1  01-Feb-2006  yamt sync with head.
 1.5.50.1  08-Dec-2007  mjf Sync with HEAD.
 1.5.44.1  09-Jan-2008  matt sync with HEAD
 1.5.42.1  27-Nov-2007  joerg Sync with HEAD. amd64 Xen support needs testing.
 1.6.14.2  17-Jan-2009  mjf Sync with HEAD.
 1.6.14.1  03-Apr-2008  mjf Sync with HEAD.
 1.7.12.1  19-Jan-2009  skrll Sync with HEAD.
 1.7.4.1  04-May-2009  yamt sync with head.
 1.8.6.2  31-May-2011  rmind sync with head
 1.8.6.1  05-Mar-2011  rmind sync with head
 1.10.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.11.56.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed