<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/bin/getfacl, 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>2004-05-16T21:34:31Z</updated>
<entry>
<title>Fixed spelling of the document date.</title>
<updated>2004-05-16T21:34:31Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-05-16T21:34:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=093be00a0041a3a5cc295c03af813c53a4f0a817'/>
<id>urn:sha1:093be00a0041a3a5cc295c03af813c53a4f0a817</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Grammar.</title>
<updated>2003-02-23T01:43:45Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-02-23T01:43:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8b6eff89b0563fd66682adc2e3bbefc8da02a423'/>
<id>urn:sha1:8b6eff89b0563fd66682adc2e3bbefc8da02a423</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "-h" arguments to getfacl and setfacl, which behave in a manner</title>
<updated>2002-12-30T15:36:29Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2002-12-30T15:36:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8051fddedce28fe287ab40642a1ba6b70cc7fd95'/>
<id>urn:sha1:8051fddedce28fe287ab40642a1ba6b70cc7fd95</id>
<content type='text'>
similar to "-h" on chown, chmod, etc, causing the operation to occur
on a final symlink in the provided path, rather than its target.

Obtained from:	TrustedBSD Project
</content>
</entry>
<entry>
<title>- Consistent use of warn() vs. perror().</title>
<updated>2002-11-03T23:22:34Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-11-03T23:22:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4e65ab954d9ea762310495c1696231cb4262c86e'/>
<id>urn:sha1:4e65ab954d9ea762310495c1696231cb4262c86e</id>
<content type='text'>
- Gracefully handle the case where standard input is missing
  a newline at EOF.
- Exit with status 1 instead of -1 (really 255) on error.
- Add a Diagnostics section to the manual page documenting
  exit status.

Approved by:	rwatson
</content>
</entry>
<entry>
<title>Consistently use __FBSDID</title>
<updated>2002-06-30T05:13:54Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-30T05:13:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5eb43ac2f70729e688f03999a2f66d1272e14a6d'/>
<id>urn:sha1:5eb43ac2f70729e688f03999a2f66d1272e14a6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Partially fix (well, work around) warnings inspired by lint, a</title>
<updated>2002-02-22T21:02:58Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-02-22T21:02:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fab912df88a4abeb6b7d0ee5a83b299d5d2ceb1d'/>
<id>urn:sha1:fab912df88a4abeb6b7d0ee5a83b299d5d2ceb1d</id>
<content type='text'>
commercial lint and WARNS=4.
</content>
</entry>
<entry>
<title>Default to WARNS=2.  Binary builds that cannot handle this must explicitly</title>
<updated>2001-12-04T01:57:47Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-12-04T01:57:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a748290789444352877e207721a7db215206cc9a'/>
<id>urn:sha1:a748290789444352877e207721a7db215206cc9a</id>
<content type='text'>
set WARNS=0.

Reviewed by:	mike
</content>
</entry>
<entry>
<title>o Update licenses, comments.</title>
<updated>2001-11-16T15:59:46Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2001-11-16T15:59:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9331ef537f86460f58af539e32a5baee3b80611d'/>
<id>urn:sha1:9331ef537f86460f58af539e32a5baee3b80611d</id>
<content type='text'>
Obtained from:	TrustedBSD Project
</content>
</entry>
<entry>
<title>Set WARNS=2 on programs which compile cleanly.</title>
<updated>2001-07-15T10:30:46Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-15T10:30:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b91c884fda0a18e8d23b3adfab84fd340efafdc6'/>
<id>urn:sha1:b91c884fda0a18e8d23b3adfab84fd340efafdc6</id>
<content type='text'>
Submitted by:	Mike Barcroft &lt;mike@q9media.com&gt;
</content>
</entry>
<entry>
<title>Silence warnings on alpha.  Unfortunately we can't add WARNS to this</title>
<updated>2001-05-20T04:47:55Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-05-20T04:47:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=28bf320298a3963e0e49b148f639bda2ecb5735b'/>
<id>urn:sha1:28bf320298a3963e0e49b148f639bda2ecb5735b</id>
<content type='text'>
because of that stupid mode_t warning bug.

MFC After:	1 week
</content>
</entry>
</feed>
