fixes this for me here:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/171360
>
I think you have to carefully ping George, and if he won't answer go
ahead with your patches. Someone has to take care of userland dtrace.
--
Andrey Zonov
signature.asc
Description: OpenPGP digital signature
if (provider->ftp_retired && !provider->ftp_marked)
> whack = provider->ftp_marked = 1;
> mutex_exit(&provider->ftp_mtx);
> +
> +#if defined(sun)
> + mutex_enter(&p->p_lock);
> +
ts on the stack. One is buf[MAXPHYS] in eli_genkey_files() and
another is passbuf[MAXPHYS] in eli_genkey_passphrase(). If we change
these two to malloc(), then we can handle error from malloc(), print
some useful message and prevent segfault.
--
Andrey Zonov
signature.asc
Description: OpenPG
sys_getppid(struct thread *td, struct getppid_args *uap)
{
struct proc *p = td->td_proc;
- PROC_LOCK(p);
td->td_retval[0] = p->p_pptr->p_pid;
- PROC_UNLOCK(p);
return (0);
}
--
Andrey Zonov
signature.asc
Description: OpenPGP digital signature
spd volume (it claimed
> there was no such file...?) and so I flashed the controller back to mps
> for now. A shame, because I really like the mfi driver better, and
> mfiutil worked great (even to flash firmware updates).
>
Have you got /dev/pass* when the controller run under mfi driver? If
so, try to run smartctl on them. If not, add 'device mfip' in your
kernel config file.
--
Andrey Zonov
signature.asc
Description: OpenPGP digital signature
It adds
flowid in mbufs and makes possible to use multiple netisr threads.
Apply the patch and put in your loader.conf the following:
net.isr.maxthreads=$ncpu (2, 4 or whatever you want)
net.isr.dispatch=deferred
PS: original patch was written by melifaro.
[1] http://people.freebsd.org/~zont/netisr.patch
--
Andrey Zonov
signature.asc
Description: OpenPGP digital signature
On 30.01.2012 16:39, Baptiste Daroussin wrote:
Hi,
pkgng has just reached the beta phase, and has now found its way to the
ports tree (disabled by default).
1/ Why pkgng?
Hi,
What about pkgng support in tinderbox?
--
Andrey Zonov