/external/bsd/ipf/dist/tools/

href='/netbsd/commit/sys/netiso/tp_input.c?id=9f2c6cd595b50ba277a217ee608a101d3d113d35'>Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards. 2009-04-18Remove extra whitespace added by a stupid tool.tsutsui XXX: more in src/sys/arch 2009-03-18Correct a couple of bcopy() -> memcpy() conversions which did nothe properly handle their arguments. 2009-03-18bcopy -> memcpycegger 2009-03-18bcmp -> memcmpcegger 2008-04-23Remove remaining TPCONS code.plunky (The TPCONS kernel option was marked obsolete over a year ago) 2007-11-09Do not use insque/remque from libkern; they are about to be removed.plunky As an interim measure while the netiso code is being converted to use queue(3) macros, define and use our own private equivalent functions iso_insque/iso_remque. 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-02-22TRUE -> true, FALSE -> falsethorpej 2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow 2006-08-25Make sure any inclusion of <netccitt/*.h> is protected by opt_ccitt.h andmatt CCITT. 2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel - struct timeval time is gone time.tv_sec -> time_second - struct timeval mono_time is gone mono_time.tv_sec -> time_uptime - access to time via {get,}{micro,nano,bin}time() get* versions are fast but less precise - support NTP nanokernel implementation (NTP API 4) - further reading: Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html 2005-12-11merge ktrace-lwp.christos 2005-05-29- sprinkle constchristos - remove unnecessary casts - change some b*() to mem*() 2005-02-26nuke trailing whitespaceperry 2004-04-21Add #include "opt_iso.h" if not already there.matt Make these compile cleanly when TPCONS is defined. 2004-04-20De-__P the header files (and reorder the includes of some C files).matt 2004-04-19ANSI'fy, de-__P(), and constify some read-only data.matt