<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin, branch release/7.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F7.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F7.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2008-12-19T20:23:38Z</updated>
<entry>
<title>MFC r186315:</title>
<updated>2008-12-19T20:23:38Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2008-12-19T20:23:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fa6af338c09e4c25aaae6412c164ec2267e884de'/>
<id>urn:sha1:fa6af338c09e4c25aaae6412c164ec2267e884de</id>
<content type='text'>
Do not segfault when procstat -f or procstat -v is called on a process not
owned by the current user.  If kinfo_getfile() or kinfo_getvmmap() return
NULL, simply exit, and do not try and derefernce the memory.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC: Fix printing of shared memory limits.</title>
<updated>2008-12-16T20:48:38Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2008-12-16T20:48:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8c5308e1d8c1be1e0b30192b2b10c7692e097b45'/>
<id>urn:sha1:8c5308e1d8c1be1e0b30192b2b10c7692e097b45</id>
<content type='text'>
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC r183009, r184807, r184808:  Fix --strip-components, plus</title>
<updated>2008-12-11T05:56:25Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2008-12-11T05:56:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=812abfab33c80a804e4309ff3db6eba855ae64cf'/>
<id>urn:sha1:812abfab33c80a804e4309ff3db6eba855ae64cf</id>
<content type='text'>
a handful of test suite improvements.

PR:		bin/128562
Submitted by:	Jaakko Heinonen
Approved by:	re
</content>
</entry>
<entry>
<title>MF7: 185716 (head 185548 + followups).  KERN_PROC_* kinfo updates.</title>
<updated>2008-12-06T20:36:46Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2008-12-06T20:36:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3b7212732b07345bb870744b06fa5e2deb36fbba'/>
<id>urn:sha1:3b7212732b07345bb870744b06fa5e2deb36fbba</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC: r175680, r175728.</title>
<updated>2008-12-06T13:37:15Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2008-12-06T13:37:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=609150d31af59b76add0a86ceabadd6054a3ad9b'/>
<id>urn:sha1:609150d31af59b76add0a86ceabadd6054a3ad9b</id>
<content type='text'>
Document the no-op -r option of BSD xargs(1).

PR:             docs/106416
Submitted by:   Pete Slagle, freebsd-stable at voidcaptain.com
Approved by:    re (kib)
</content>
</entry>
<entry>
<title>MFC r185359: Non-zero exit when directories disappear</title>
<updated>2008-11-28T20:14:41Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2008-11-28T20:14:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a5dfc4f9ecbb48bef82ee967b9b2ac7078cd0b7a'/>
<id>urn:sha1:a5dfc4f9ecbb48bef82ee967b9b2ac7078cd0b7a</id>
<content type='text'>
during the filesystem traversal.

Tested by:	David Wolfskill
Approved by:	re
</content>
</entry>
<entry>
<title>MFC: Add workaround for a back reference when no corresponding</title>
<updated>2008-11-19T18:06:29Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2008-11-19T18:06:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=62033514d4ce0d2b6df7a34bb72dbc250d1ddf3d'/>
<id>urn:sha1:62033514d4ce0d2b6df7a34bb72dbc250d1ddf3d</id>
<content type='text'>
parenthesized subexpression is defined.  For example, the
following command line caused unexpected behavior like
segmentation fault:

 % echo test | sed -e 's/test/\1/'

Approved by:	re (kib)
PR:		bin/126682
</content>
</entry>
<entry>
<title>MFC: Note that support for CPU sets will first appear in 7.1.</title>
<updated>2008-10-02T19:32:20Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-10-02T19:32:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=09d51ebe12d341adba9f9472d1e443299c2be884'/>
<id>urn:sha1:09d51ebe12d341adba9f9472d1e443299c2be884</id>
<content type='text'>
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2008-09-25T14:24:07Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2008-09-25T14:24:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bb1527c61c8a0698065a4a0ecc3c8db51cb21938'/>
<id>urn:sha1:bb1527c61c8a0698065a4a0ecc3c8db51cb21938</id>
<content type='text'>
Lockf was exiting with status 1 if the command did not exit normally.
This is easy to confuse with the actual exit status of the program.
Instead exit with EX_SOFTWARE if the command doesn't exit normally.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Cast bd_rcount, bd_dcount, and bd_fcount to intmax_t for printing</title>
<updated>2008-09-19T15:09:44Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2008-09-19T15:09:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d011cf5539c3d82fc1f47efcb2bc035fac7ba8c9'/>
<id>urn:sha1:d011cf5539c3d82fc1f47efcb2bc035fac7ba8c9</id>
<content type='text'>
until the base types for these are synced with 8-CURRENT.

Approved by:	re(kensmith)
</content>
</entry>
</feed>
