[PATCH] GOP_ALLOC and fallocate for PUFFS

2014-10-03 Thread Emmanuel Dreyfus
Emmanuel Dreyfus wrote: > When a PUFFS filesystem uses the page cache, data enters the > cache with no guarantee it will be flushed. If it cannot be flushed > (bcause PUFFS write requests get EDQUOT or ENOSPC), then the > kernel will loop forever trying to flush data from the cache, > and the fil

Re: Help: USB 3.0 xHCI driver does not support non-root hub

2014-10-03 Thread Takahiro HAYASHI
hi, On 09/15/14 23:46, Ryo ONODERA wrote: Hi, Our xHCI USB 3.0 driver with Intel Lynx Point/Lynx Point-LP, Renesas uPD70202 and Fresco Logic 0x1b73/0x1100 xHCI chips does not support non-root hub as following. I believe our xHCI driver have no non-root hub support. I have tested some USB 1.1/2

CTLTYPE_UINT?

2014-10-03 Thread Justin Cormack
Back in the sysctl discussion a while back, core group said: http://mail-index.netbsd.org/tech-kern/2014/03/26/msg016779.html a) What types are needed? Currently, CTLTYPE_INT is a signed 32-bit type, and CTLTYPE_QUAD is an unsigned 64-bit type. Perhaps all four possible combinations of sig