Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | goodbye TUBA. deraadt ok | 2004-06-20 | 1 | -373/+0 | |
| | |||||
* | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | 2004-01-03 | 1 | -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 ok | 2003-12-10 | 1 | -11/+11 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -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 things | 2002-03-15 | 1 | -7/+1 | |
| | | | | the ANSI way. | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -3/+3 | |
| | |||||
* | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | 2001-06-27 | 1 | -2/+2 | |
| | | | | on how macros should be treated. Code by fgsch@, ok by me and itojun@ | ||||
* | Don't double-clear M_PKTHDR/tags. | 2001-06-25 | 1 | -3/+1 | |
| | |||||
* | More tag fixups (why do I bother with this...) | 2001-05-27 | 1 | -3/+3 | |
| | |||||
* | Convert from tdbi to packet tags. | 2001-05-20 | 1 | -2/+2 | |
| | |||||
* | Use M_COPY_PKTHDR(), and zero out tdbi. | 2001-03-23 | 1 | -3/+4 | |
| | |||||
* | need arc4random proto | 1997-02-08 | 1 | -1/+2 | |
| | |||||
* | Initial commit of NetBSD 960217 netiso. | 1996-03-04 | 1 | -67/+98 | |
| | | | | all the rest is the fixes to the import by Niklas. | ||||
* | from netbsd: | 1995-12-14 | 1 | -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 tree | 1995-10-18 | 1 | -0/+352 | |