NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bin/45237: psrset(8) ignores setid arguments for -i



>Number:         45237
>Category:       bin
>Synopsis:       psrset(8) ignores setid arguments for -i
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 10 14:40:00 +0000 2011
>Originator:     Paul Goyette
>Release:        NetBSD 5.99.55
>Organization:
-------------------------------------------------------------------------
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:       |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com    |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |                          | pgoyette at netbsd.org  |
-------------------------------------------------------------------------
>Environment:
        
        
System: NetBSD screamer.whooppee.com 5.99.55 NetBSD 5.99.55 (WHOOPPEE (shared) 
2011-07-28 15:21:13) #14: Thu Jul 28 08:29:44 PDT 2011 
paul%screamer.whooppee.com@localhost:/build/netbsd-local/obj/amd64/sys/arch/amd64/compile/WHOOPPEE
 amd64
Architecture: x86_64
Machine: amd64
>Description:
When psrset(8) is invoked with the -i switch, or with no switches at all,
it always displays information for every processor set.  Based on the man
page, and additional command line arguments should be interpreted as setid
and only the specified setid's should be displayed.
>How-To-Repeat:
{223} psrset 1
system processor set 0: processor(s) 0 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 
18 19 20 21 22 23
user processor set 1: processor(s) 1
{224} psrset -i 1
system processor set 0: processor(s) 0 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 
18 19 20 21 22 23
user processor set 1: processor(s) 1
{225} 
>Fix:
        

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index