freebsd-dev/sys
Adrian Chadd a108ab6394 ANI changes #1 - split out the ANI polling from the RxMonitor hook.
The rxmonitor hook is called on each received packet. This can get very,
very busy as the tx/rx/chanbusy registers are thus read each time a packet
is received.

Instead, shuffle out the true per-packet processing which is needed and move
the rest of the ANI processing into a periodic event which runs every 100ms
by default.
2011-01-21 05:21:00 +00:00
..
amd64 Use CTLFLAG_RDTUN for read-only sysctl that exports tunable. 2011-01-19 21:35:48 +00:00
arm For architectures not using direct map , and requiring real KVA page for 2011-01-18 21:57:02 +00:00
boot No need to list an obsolete arm compiler here. 2011-01-20 22:58:10 +00:00
bsm
cam sysctl(8) should use the CTLTYPE to determine the type of data when 2011-01-19 17:04:07 +00:00
cddl Introduce signed and unsigned version of CTLTYPE_QUAD, renaming 2011-01-19 23:00:25 +00:00
compat In linuxolator getdents_common(), it seems there is no reason to loop 2011-01-19 12:19:25 +00:00
conf In fact, we don't need any of these __DYNAMIC. it is a.out leftover and commented out. 2011-01-20 19:24:50 +00:00
contrib
crypto
ddb
dev ANI changes #1 - split out the ANI polling from the RxMonitor hook. 2011-01-21 05:21:00 +00:00
fs In tmpfs_readdir(), normalize handling of the directory entries that 2011-01-20 09:39:16 +00:00
gdb
geom Limit maximum number of GPT entries to 4k. It is most realistic value 2011-01-18 09:52:53 +00:00
gnu
i386 Fix yet another fallout from r208833. VM86 BIOS call may cause page fault 2011-01-19 17:09:07 +00:00
ia64
isa
kern Introduce signed and unsigned version of CTLTYPE_QUAD, renaming 2011-01-19 23:00:25 +00:00
kgssapi
libkern
mips If there is no WQE available for a packet that needs segmentation, drop it 2011-01-20 23:51:03 +00:00
modules Push the non-AR5416 related stuff into chipset specific directories. 2011-01-20 09:03:40 +00:00
net sysctl(8) should use the CTLTYPE to determine the type of data when 2011-01-19 17:04:07 +00:00
net80211 Jump to the next element and not to an arbitrary point. frm[1] contains 2011-01-19 17:40:58 +00:00
netatalk
netgraph
netinet Some correctness and robustness fixes related to CUBIC's mean RTT estimate: 2011-01-21 05:19:47 +00:00
netinet6
netipsec
netipx
netnatm
netncp
netsmb
nfs
nfsclient
nfsserver
nlm
opencrypto
pc98 MFi386: revision 217515 2011-01-18 15:35:13 +00:00
pci
powerpc Remove unused variables. Spotted by a cppcheck 2011-01-20 20:23:03 +00:00
rpc
security
sparc64 For architectures not using direct map , and requiring real KVA page for 2011-01-18 21:57:02 +00:00
sun4v
sys Introduce signed and unsigned version of CTLTYPE_QUAD, renaming 2011-01-19 23:00:25 +00:00
teken
tools
ufs
vm
x86 Introduce signed and unsigned version of CTLTYPE_QUAD, renaming 2011-01-19 23:00:25 +00:00
xdr
xen Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier. 2011-01-19 00:57:58 +00:00
Makefile