summaryrefslogtreecommitdiff
path: root/sys/arch/x86/include/cpufunc.h
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /sys/arch/x86/include/cpufunc.h
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'sys/arch/x86/include/cpufunc.h')
0 files changed, 0 insertions, 0 deletions
+0000'>2008-04-12Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collatedthorpej 2008-04-07Change IP stats from a structure to an array of uint64_t's.thorpej 2007-12-20Poison struct route->ro_rt uses in the kernel by changing the namedyoung 2007-12-11use __KERNEL_RCSID()lukem 2007-05-02Eliminate address family-specific route caches (struct route, structdyoung 2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung 2006-12-15Introduce new helper functions to abstract the route caching.joerg 2006-12-06Explicitly include <sys/device.h>, which we need for `struct device'.jdc 2006-11-23New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld.rpaulo