summaryrefslogtreecommitdiffstats
path: root/sys/netiso/tp_inet.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bye bye netiso, you won't be missedhenning2004-07-151-732/+0
| | | | ok millert deraadt
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-031-2/+2
| | | | | | | to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@.
* de-register. deraadt okitojun2003-12-101-13/+13
|
* do not flip ip_len/ip_off in netinet stack. deraadt ok.itojun2003-07-091-2/+3
| | | | (please test, especially PF portion)
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Fix a problem where passing NULL as a pointer with varargs does not promotepefo2002-08-281-2/+2
| | | | | | | | NULL to full 64 bits on a 64 bit address system. Soultion is to add a (void *) cast before NULL. This makes a 64 bit MIPS kernel work and will probably help future 64 bit ports as well. OK from art@
* m_freem(NULL) bad style, ok jason@niklas2002-03-261-2/+1
|
* Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsmillert2002-03-151-19/+1
| | | | the ANSI way.
* First round of __P removal in sysmillert2002-03-141-2/+2
|
* Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, dependingangelos2001-06-271-2/+2
| | | | on how macros should be treated. Code by fgsch@, ok by me and itojun@
* Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok.fgsch2001-06-251-3/+1
|
* More tag fixups (why do I bother with this...)angelos2001-05-271-1/+4
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-5/+5
|
* Initial commit of NetBSD 960217 netiso.mickey1996-03-041-198/+267
| | | | all the rest is the fixes to the import by Niklas.
* initial import of NetBSD treederaadt1995-10-181-0/+684