<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/fstat, branch stable/5</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F5</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F5'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-03-17T13:26:06Z</updated>
<entry>
<title>MFC:</title>
<updated>2005-03-17T13:26:06Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-03-17T13:26:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=138e5a3468a5601324dd49136e655e005fc1011e'/>
<id>urn:sha1:138e5a3468a5601324dd49136e655e005fc1011e</id>
<content type='text'>
	sanity-check fd_lastfile
	report jail dir.

Approved by:	re
</content>
</entry>
<entry>
<title>MFC revision 1.56</title>
<updated>2005-02-27T02:28:05Z</updated>
<author>
<name>Jeff Roberson</name>
<email>jeff@FreeBSD.org</email>
</author>
<published>2005-02-27T02:28:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c1946d24ef8a6e8b33769b9bd77044ef5027203'/>
<id>urn:sha1:7c1946d24ef8a6e8b33769b9bd77044ef5027203</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 1.57:</title>
<updated>2005-01-25T14:45:23Z</updated>
<author>
<name>Suleiman Souhlal</name>
<email>ssouhlal@FreeBSD.org</email>
</author>
<published>2005-01-25T14:45:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fee7fa3654f5f05caeb9c8bbeeabab8ccd9b32aa'/>
<id>urn:sha1:fee7fa3654f5f05caeb9c8bbeeabab8ccd9b32aa</id>
<content type='text'>
 Get the vnode from file.f_vnode instead of file.f_data.

  Nowadays, f_data points to the vnode only if the underlying filesystem
  doesn't use it for other purposes (devfs uses it to store the cdev,
  for example).

  Found by:       csjp
  Reviewed by:    csjp
  Approved by:    phk, wes, grehan (mentor)
  MFC after:      1 week

Approved by:	grehan (mentor)
</content>
</entry>
<entry>
<title>Introduce options list the standard way.</title>
<updated>2004-07-26T19:53:44Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2004-07-26T19:53:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2a00e8eade13ae0d4e2ad84439114683d89e6e95'/>
<id>urn:sha1:2a00e8eade13ae0d4e2ad84439114683d89e6e95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Slide pipe.h include after the _KERNEL define in preparation for disallowing</title>
<updated>2004-07-21T03:07:50Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2004-07-21T03:07:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=27eabced44b592452815298e7e1afa0bed35d7c5'/>
<id>urn:sha1:27eabced44b592452815298e7e1afa0bed35d7c5</id>
<content type='text'>
non-_KERNEL inclusions of pipe.h
</content>
</entry>
<entry>
<title>Deal with double whitespace.</title>
<updated>2004-07-03T00:24:45Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-03T00:24:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=557b7fa1488f8937156051e061ac3512330bcb7e'/>
<id>urn:sha1:557b7fa1488f8937156051e061ac3512330bcb7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T22:22:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T22:22:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6a3e8b0adc8c622ae61275a94d5d869980a68069'/>
<id>urn:sha1:6a3e8b0adc8c622ae61275a94d5d869980a68069</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1) ANSIfy.</title>
<updated>2004-06-29T21:28:09Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2004-06-29T21:28:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1e925017b3b5d2dc4141cd71466aac546793c8f6'/>
<id>urn:sha1:1e925017b3b5d2dc4141cd71466aac546793c8f6</id>
<content type='text'>
2) Use %p to print a pointer.
3) Use longs for fileids and ino to avoid comparing signed and unsigned.
4) Make the KVM_READ macro a little more cranky.
5) Set WARNS while I'm here.
</content>
</entry>
<entry>
<title>Second half of the dev_t cleanup.</title>
<updated>2004-06-17T17:16:53Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-06-17T17:16:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f3732fd15b5a493a090a0453f937a78949c65f7d'/>
<id>urn:sha1:f3732fd15b5a493a090a0453f937a78949c65f7d</id>
<content type='text'>
The big lines are:
	NODEV -&gt; NULL
	NOUDEV -&gt; NODEV
	udev_t -&gt; dev_t
	udev2dev() -&gt; findcdev()

Various minor adjustments including handling of userland access to kernel
space struct cdev etc.
</content>
</entry>
<entry>
<title>Teach fstat(1) about new location for socket state flags relating to</title>
<updated>2004-06-14T20:54:18Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2004-06-14T20:54:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=97b88fbf30957aebb68d54adf1d2c57013ba8cfb'/>
<id>urn:sha1:97b88fbf30957aebb68d54adf1d2c57013ba8cfb</id>
<content type='text'>
socket buffer state.

Submitted by:	rik
Reminded by:	le
</content>
</entry>
</feed>
