summaryrefslogtreecommitdiffstats
path: root/sys/netiso/tuba_subr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* goodbye TUBA. deraadt okitojun2004-06-201-373/+0
|
* 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-11/+11
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsmillert2002-03-151-7/+1
| | | | the ANSI way.
* First round of __P removal in sysmillert2002-03-141-3/+3
|
* 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@
* Don't double-clear M_PKTHDR/tags.angelos2001-06-251-3/+1
|
* More tag fixups (why do I bother with this...)angelos2001-05-271-3/+3
|
* Convert from tdbi to packet tags.angelos2001-05-201-2/+2
|
* Use M_COPY_PKTHDR(), and zero out tdbi.angelos2001-03-231-3/+4
|
* need arc4random protoderaadt1997-02-081-1/+2
|
* Initial commit of NetBSD 960217 netiso.mickey1996-03-041-67/+98
| | | | all the rest is the fixes to the import by Niklas.
* from netbsd:deraadt1995-12-141-3/+3
| | | | | | | | | make netinet work on systems where pointers and longs are 64 bits (like the alpha). Biggest problem: IP headers were overlayed with structure which included pointers, and which therefore didn't overlay properly on 64-bit machines. Solution: instead of threading pointers through IP header overlays, add a "queue element" structure to do the threading, and point it at the ip headers.
* initial import of NetBSD treederaadt1995-10-181-0/+352