<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.sbin/pstat, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2003-07-31T21:20:08Z</updated>
<entry>
<title>Remove options processing for dumping swapdevice radix map.</title>
<updated>2003-07-31T21:20:08Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-07-31T21:20:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=799aba9656862219f49a70d7be17c425ba032750'/>
<id>urn:sha1:799aba9656862219f49a70d7be17c425ba032750</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When dumping swap information, drop the "Type" field which displays</title>
<updated>2003-07-31T20:46:33Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-07-31T20:46:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=46637267ecac68270d5ce35537e940706adf100d'/>
<id>urn:sha1:46637267ecac68270d5ce35537e940706adf100d</id>
<content type='text'>
a constant string of little information these days.

This removes the need to #include &lt;vm/swap_pager.h&gt; which is due to
become a kernel only include file.
</content>
</entry>
<entry>
<title>Report NODEV devices as &lt;NFSfile&gt;</title>
<updated>2003-06-05T21:56:47Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-06-05T21:56:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1afc333e74542914e63fff275d898aface6dc999'/>
<id>urn:sha1:1afc333e74542914e63fff275d898aface6dc999</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use __FBSDID over rcsid[].  Protect copyright[] where needed.</title>
<updated>2003-05-03T21:06:42Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-03T21:06:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b728350ee67c01f96c3c5121774536fee81ad176'/>
<id>urn:sha1:b728350ee67c01f96c3c5121774536fee81ad176</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style.Makefile(5)</title>
<updated>2003-04-04T17:49:21Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-04-04T17:49:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=052238b16cf05cb96be651f5ab80deacf8d6cf0a'/>
<id>urn:sha1:052238b16cf05cb96be651f5ab80deacf8d6cf0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title> - Modernize the format of the open file showing mode output:</title>
<updated>2003-01-31T15:16:52Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2003-01-31T15:16:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=46f7e0d224bd721af5595a229f70baac773f8356'/>
<id>urn:sha1:46f7e0d224bd721af5595a229f70baac773f8356</id>
<content type='text'>
   . Print the column headers centered (except for the left-aligned
     TYPE header) using a different header for architectures where
     sizeof(uintptr_t) is not four.
   . Consistently do not print a '0x' prefix for hexadecimal values.
   . Separate columns by a single space character.
   . Pad the columns presenting an address or offset enough to hold
     their respective largest value.
   . Do not restrict the output to unknown file types, inodes and
     sockets; allow displaying of pipes, fifos, kqueues and crypto file
     descriptors too.
 - Shorten an overly long line by removing a cast of printf's return
   value to void.

PR:		alpha/45240
Tested on:	i386, sparc64, alpha
</content>
</entry>
<entry>
<title>Bow to the whining masses and change a union back into void *.  Retain</title>
<updated>2003-01-13T00:33:17Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2003-01-13T00:33:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=48e3128b34dad9618402f1f4095f7655e779843c'/>
<id>urn:sha1:48e3128b34dad9618402f1f4095f7655e779843c</id>
<content type='text'>
removal of unnecessary casts and throw in some minor cleanups to see if
anyone complains, just for the hell of it.
</content>
</entry>
<entry>
<title>Change struct file f_data to un_data, a union of the correct struct</title>
<updated>2003-01-12T01:37:13Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2003-01-12T01:37:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cd72f2180bfff020d03180e6eba1c3a0e0125468'/>
<id>urn:sha1:cd72f2180bfff020d03180e6eba1c3a0e0125468</id>
<content type='text'>
pointer types, and remove a huge number of casts from code using it.

Change struct xfile xf_data to xun_data (ABI is still compatible).

If we need to add a #define for f_data and xf_data we can, but I don't
think it will be necessary.  There are no operational changes in this
commit.
</content>
</entry>
<entry>
<title>Make struct swblock kernel only, to make vm/swap_pager.h userland includable.</title>
<updated>2003-01-03T16:23:12Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-01-03T16:23:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=42c43e6031ccea7e2e8c0bd974f882df60731e44'/>
<id>urn:sha1:42c43e6031ccea7e2e8c0bd974f882df60731e44</id>
<content type='text'>
Move struct swdevt from sys/conf.h to the more appropriate vm/swap_pager.h.
Adjust #include use in libkvm and pstat(8) to match.
</content>
</entry>
<entry>
<title>Back out rev 1.78; getbsize(3)'s original interface has been restored.</title>
<updated>2002-12-30T18:19:19Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-12-30T18:19:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c48205f33222d1f3a7f0ea6cc7d109616b1f6aa5'/>
<id>urn:sha1:c48205f33222d1f3a7f0ea6cc7d109616b1f6aa5</id>
<content type='text'>
Approved by:	markm
</content>
</entry>
</feed>
