summaryrefslogtreecommitdiffstats
path: root/sys/netiso/clnp_output.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bye bye netiso, you won't be missedhenning2004-07-151-601/+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-4/+4
|
* 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.
* partial sync with netbsd 960418, more to comederaadt1996-04-211-16/+13
|
* Initial commit of NetBSD 960217 netiso.mickey1996-03-041-206/+259
| | | | all the rest is the fixes to the import by Niklas.
* initial import of NetBSD treederaadt1995-10-181-0/+561