K 10 svn:author V 4 csjp K 8 svn:date V 27 2012-01-14T22:51:34.949068Z K 7 svn:log V 348 Revert to the old behavior of allocating table/table entries using M_NOWAIT. Currently, the code allows for sleeping in the ioctl path to guarantee allocation. However code also handles ENOMEM gracefully, so propagate this error back to user-space, rather than sleeping while holding the global pf mutex. Reviewed by: glebius Discussed with: bz END