<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/ipcs/ipcs.c, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-03-24T04:01:43Z</updated>
<entry>
<title>Add -u option to ipcs(1) and document it in ipcs.1</title>
<updated>2004-03-24T04:01:43Z</updated>
<author>
<name>Bosko Milekic</name>
<email>bmilekic@FreeBSD.org</email>
</author>
<published>2004-03-24T04:01:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d2e8e5fb815d5597ab61e62a5f907880af932d8'/>
<id>urn:sha1:4d2e8e5fb815d5597ab61e62a5f907880af932d8</id>
<content type='text'>
It allows you to list IPC facilities owned by username/uid.

Submitted by: Christian S.J. Peron &lt;maneo@bsdpro.com&gt;
PR: bin/63463
</content>
</entry>
<entry>
<title>Cosmetic fix on some TIME related columns.</title>
<updated>2003-10-30T16:52:14Z</updated>
<author>
<name>Mitsuru IWASAKI</name>
<email>iwasaki@FreeBSD.org</email>
</author>
<published>2003-10-30T16:52:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=edc4d47f559b8434e7b7211b4d5281b53405fdb5'/>
<id>urn:sha1:edc4d47f559b8434e7b7211b4d5281b53405fdb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add -M, -Q, -S, and -T to the usage message.</title>
<updated>2003-03-24T10:40:24Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-03-24T10:40:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=147fb5d7c3840145d697eccd8dbb57ff3b78f373'/>
<id>urn:sha1:147fb5d7c3840145d697eccd8dbb57ff3b78f373</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistently use FBSDID</title>
<updated>2002-06-30T05:25:07Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-30T05:25:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e026a48c34d396fe7d0e382673a69bc047c0bfca'/>
<id>urn:sha1:e026a48c34d396fe7d0e382673a69bc047c0bfca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1) Add missing prototypes for fmt_perm and cvt_time.</title>
<updated>2002-03-30T16:46:04Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-03-30T16:46:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76e46948d7b6faf761b2b4f8da0f5a52da05b278'/>
<id>urn:sha1:76e46948d7b6faf761b2b4f8da0f5a52da05b278</id>
<content type='text'>
2) Move a break outside a #if block to keep gcc3 from seeing a "default:"
   at the end of a block.
3) Fix some format warnings. Some remain which can be fixed more easily
   when we have a full C99 printf.
</content>
</entry>
<entry>
<title>remove __P</title>
<updated>2002-03-22T01:22:50Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-22T01:22:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f1bb2cd2aa7488657658fbc09aae2ead579049ab'/>
<id>urn:sha1:f1bb2cd2aa7488657658fbc09aae2ead579049ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed divots that I created when I moved prototypes of group_from_gid</title>
<updated>2002-02-19T00:05:59Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-19T00:05:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=576541a9e697991807c130dfea6f94a788a1e6fe'/>
<id>urn:sha1:576541a9e697991807c130dfea6f94a788a1e6fe</id>
<content type='text'>
and user_from_uid to grp.h and pwd.h.  Update the man pages.

Submitted by: David Malone
Pointy hat to: imp
</content>
</entry>
<entry>
<title>Include missing header files which define functions for which gcc has</title>
<updated>2001-06-24T19:50:42Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-06-24T19:50:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7a19d1bbb9f8fe580d509ad1caf8343e876fa045'/>
<id>urn:sha1:7a19d1bbb9f8fe580d509ad1caf8343e876fa045</id>
<content type='text'>
builtins (e.g., exit, strcmp).
</content>
</entry>
<entry>
<title>Convert to use the sysctl interface to obtain the data when operating</title>
<updated>2001-05-31T22:30:39Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-05-31T22:30:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b15abefff02c043003fb31b033135223398f898a'/>
<id>urn:sha1:b15abefff02c043003fb31b033135223398f898a</id>
<content type='text'>
on a running system.  Using kvm is still supported, primarily for
postmortem analysis.

Reviewed by:	tmm
</content>
</entry>
<entry>
<title>Remove the undocumented semconfig() system calls. These cause more trouble</title>
<updated>2000-05-01T10:49:41Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-05-01T10:49:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3627ad6c005342390b9c5c52ac0ed77d04e56b46'/>
<id>urn:sha1:3627ad6c005342390b9c5c52ac0ed77d04e56b46</id>
<content type='text'>
than they are worth.
</content>
</entry>
</feed>
