summaryrefslogtreecommitdiffstats
path: root/sys/netiso/esis.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bye bye netiso, you won't be missedhenning2004-07-151-1152/+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-18/+18
|
* 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-19/+1
| | | | the ANSI way.
* More old timeouts removal, mainly affected unused/unmaintained code.miod2001-08-191-5/+11
|
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-8/+6
|
* if_name/if_unit -> if_xname/if_softcderaadt1996-05-101-10/+10
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-19/+14
|
* Initial commit of NetBSD 960217 netiso.mickey1996-03-041-377/+479
| | | | all the rest is the fixes to the import by Niklas.
* initial import of NetBSD treederaadt1995-10-181-0/+1073