supgid/supgrp support, improved library interface
Library changes readproc . added support for supplementary groups . eliminated 2 potential mem leak sources . shortcut used for multi-threaded str vectors & ptrs was obsoleted . freeing of proc_t related dynamic memory now rests with the library . standardized/normalized many c comments sysinfo . corrected note regarding glibc & cpuinfo library.map . made the visible freeproc accessable Program changes pmap . initialized buffer for new readproc i/f . eliminated now obsolete free() call ps . added width aware supgrp support . initialized buffers for new readproc i/f . eliminated now obsolete free() calls top . added supgrp support as variable width . eliminated now obsolete free() calls . expoilted library freeproc function . corrected -h|v args text & spacing . updated some c comments Documentation changes ps.1 . added supgid and supgrp top.1 . added supgid and supgrp . addition of above required renumbering many fields in section 3a. DESCRIPTIONS
This commit is contained in:
12
ps/ps.1
12
ps/ps.1
@@ -1321,6 +1321,18 @@ suid SUID T{
|
||||
saved user\ ID. (alias\ \fBsvuid\fR).
|
||||
T}
|
||||
|
||||
supgid SUPGID T{
|
||||
group ids of supplementary groups, if any.
|
||||
See
|
||||
.BR getgroups (2).
|
||||
T}
|
||||
|
||||
supgrp SUPGRP T{
|
||||
group names of supplementary groups, if any.
|
||||
See
|
||||
.BR getgroups (2).
|
||||
T}
|
||||
|
||||
suser SUSER T{
|
||||
saved user name. This will be the textual user\ ID,
|
||||
if\ it can be obtained and the field width permits,
|
||||
|
Reference in New Issue
Block a user