Re: new puc card for adding

2013-01-07 Thread Gregory Edigarov
On 01/03/2013 12:33 PM, Gregory Edigarov wrote: diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 3b87fb5..c5a0078 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -903,6 +903,15 @@ const struct puc_device_description puc_devs[] = { }, }, + /* SIIG JJ-E10011-S3

PATCH: Print threads in top(1) output

2013-01-07 Thread Vadim Zhukov
Small nit that allows (immediately) differentiate processes and threads output of top(1). Adds another dependency on machine.h, though. :( Tested on both smart and dumb terminals. Any comments/okays? -- WBR, Vadim Zhukov Index: display.c

Re: PATCH: Print threads in top(1) output

2013-01-07 Thread Marc Espie
On Mon, Jan 07, 2013 at 05:58:43PM +0400, Vadim Zhukov wrote: Small nit that allows (immediately) differentiate processes and threads output of top(1). Adds another dependency on machine.h, though. :( Tested on both smart and dumb terminals. Any comments/okays? -- WBR, Vadim Zhukov

userdel vs /nonexistent

2013-01-07 Thread Jan Stary
useradd treats /nonexistent specially whene creating the home dir. Should userdel also treat /nonexistent specially when deleting it? In particular, should nonexisting /nonexistent be an error? Jan Index: user.c === RCS