DragonFly commits List (threaded) for 2004-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/ipcs
liamfoy 2004/11/02 11:38:49 PST
DragonFly src repository
Modified files:
usr.bin/ipcs ipcs.1 ipcs.c
Log:
- Allow ipcs to display information about IPC mechanisms owned by
a user. The option for this is -u user. User can be a username or
a uid. Obtained from FreeBSD
- Allow ipcs to display information about IPC mechanisms owned by
a group. The option for this is -g group. Group can be a group name or
a gid. Wrote by me.
Ok'ed by: dillon@ and kernel@
Revision Changes Path
1.3 +14 -2 src/usr.bin/ipcs/ipcs.1
1.7 +73 -5 src/usr.bin/ipcs/ipcs.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/ipcs/ipcs.1.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/ipcs/ipcs.c.diff?r1=1.6&r2=1.7&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]