<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin, branch upstream/10.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-08-22T14:40:56Z</updated>
<entry>
<title>MFC r322410:</title>
<updated>2017-08-22T14:40:56Z</updated>
<author>
<name>Kenneth D. Merry</name>
<email>ken@FreeBSD.org</email>
</author>
<published>2017-08-22T14:40:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eb9943a2bbfee5b263702c96161f75af03bed702'/>
<id>urn:sha1:eb9943a2bbfee5b263702c96161f75af03bed702</id>
<content type='text'>
  ------------------------------------------------------------------------
  r322410 | ken | 2017-08-11 12:43:52 -0600 (Fri, 11 Aug 2017) | 16 lines

  Add historical notes on QIC tape drives and fix a couple of issues in mt(1).

   o Density code 0x5 is also known as QIC-11, and should have a footnote
     reference.
   o Add notes on QIC tape drives from the bug report.  These may help anyone
     trying to use a QIC drive.
   o Take out a "more more" instance found by igor.
   o Bump the man page date.

  The PR is 14 years old, so it's past time to retire it.

  PR:		doc/53596
  Submitted by:	tedm@toybox.placo.com
  Reviewed by:	bcr
  Sponsored by:	Spectra Logic

  ------------------------------------------------------------------------

Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC r320991, r322016:</title>
<updated>2017-08-10T15:34:50Z</updated>
<author>
<name>Kenneth D. Merry</name>
<email>ken@FreeBSD.org</email>
</author>
<published>2017-08-10T15:34:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e0de5fb36cbef7c0cf26d6143b4880e1b1862471'/>
<id>urn:sha1:e0de5fb36cbef7c0cf26d6143b4880e1b1862471</id>
<content type='text'>
  ------------------------------------------------------------------------
  r320991 | ken | 2017-07-14 10:45:46 -0600 (Fri, 14 Jul 2017) | 17 lines

  Add IBM TS1155 density codes to libmt and the mt(1) man page.

  These are taken directly from the density report from a TS1155
  tape drive.  (Using mt getdensity)

  lib/libmt/mtlib.c:
  	Add 3592B5 encrypted/unencrypted density codes, and bpmm/bpi
  	values.  The bpmm/bpi values are the same as TS1150, but
  	there are 50% more tracks.

  usr.bin/mt/mt.1:
  	Add 3592B5 encrypted/unencrypted density codes, bpmm/bpi
  	values and number of tracks.  Bump the man page date.

  Sponsored by:	Spectra Logic

  ------------------------------------------------------------------------
  r322016 | ken | 2017-08-03 09:04:54 -0600 (Thu, 03 Aug 2017) | 6 lines

  Oracle T10000 tape drives use PRML encoding.

  Source:  	Oracle T10000 SCSI reference guide.
  Sponsored by:	Spectra Logic

  ------------------------------------------------------------------------
</content>
</entry>
<entry>
<title>MFC: r306375</title>
<updated>2017-08-05T12:33:00Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2017-08-05T12:33:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b6e5cfbbfd2b34512d8870dd95608587e0431bd'/>
<id>urn:sha1:4b6e5cfbbfd2b34512d8870dd95608587e0431bd</id>
<content type='text'>
Add a WITHOUT_DIALOG src.conf(5) knob.

It also turns off dependencies (bsdinstall, bsdconfig, dpv, tzsetup).
</content>
</entry>
<entry>
<title>MFC bmake-20170720</title>
<updated>2017-08-03T01:40:05Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2017-08-03T01:40:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f392cf9f8be7e52b89909ba4882cf10fec996e4'/>
<id>urn:sha1:3f392cf9f8be7e52b89909ba4882cf10fec996e4</id>
<content type='text'>
PR: 221023
</content>
</entry>
<entry>
<title>MFC r320807:</title>
<updated>2017-08-01T16:48:33Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2017-08-01T16:48:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=012a6e7c0a416c913f3cb7cc5a688db0b47d5713'/>
<id>urn:sha1:012a6e7c0a416c913f3cb7cc5a688db0b47d5713</id>
<content type='text'>
stdbuf(1): Add buffer definition "B" to the usage message

This option has been missing from the usage message ever since the program
was first imported.

Submitted by:	shivansh
Reviewed by:	asomers
Sponsored by:	Google, Inc (GSoC 2017)
Differential Revision:	https://reviews.freebsd.org/D11529
</content>
</entry>
<entry>
<title>MFC r321436: ar: handle partial writes from archive_write_data</title>
<updated>2017-07-31T09:28:43Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2017-07-31T09:28:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=95056c44de1570785a946bad715fe9a6a248e4e6'/>
<id>urn:sha1:95056c44de1570785a946bad715fe9a6a248e4e6</id>
<content type='text'>
libarchive may limit a single archive_write_data call to handling
0x7fffffff bytes. Add a loop to handle partial writes.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r320927,320931,320932:</title>
<updated>2017-07-20T20:16:18Z</updated>
<author>
<name>Martin Matuska</name>
<email>mm@FreeBSD.org</email>
</author>
<published>2017-07-20T20:16:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d227383961ae3b387626ef7d67a77a6143c1af51'/>
<id>urn:sha1:d227383961ae3b387626ef7d67a77a6143c1af51</id>
<content type='text'>
Bump libarchive to 3.3.2

Vendor changes:
  PR #901: don't depend on stdin in a testcase

Relnotes:	yes
</content>
</entry>
<entry>
<title>MFC r312521,r313397:</title>
<updated>2017-07-19T15:59:51Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-07-19T15:59:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9472d204bd18fa0892fdce630a602e5fc6590882'/>
<id>urn:sha1:9472d204bd18fa0892fdce630a602e5fc6590882</id>
<content type='text'>
r312521:

Add testcases for -i with hardlinks and symlinks

The symlink testcase is expected to fail, post-r312519 (the revert of
r312404); mark it so.

r313397:

Don't expect :inplace_symlink_src to fail anymore (post-r313277)

The S_ISREG check was restored, such that the code will again fail with
in-place replacements on symlinks
</content>
</entry>
<entry>
<title>MFC r318280:</title>
<updated>2017-07-18T18:33:05Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-07-18T18:33:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b661dd37592f832de9355ec4f8cc91ee78954d8'/>
<id>urn:sha1:4b661dd37592f832de9355ec4f8cc91ee78954d8</id>
<content type='text'>
getconf: use nitems(..) to compute NWORDS instead of hardcoding
the equivalent macro
</content>
</entry>
<entry>
<title>MFC r319850:</title>
<updated>2017-07-18T16:49:24Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-07-18T16:49:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=21a39509f46afb8616ecb160a8cea13fa1a813da'/>
<id>urn:sha1:21a39509f46afb8616ecb160a8cea13fa1a813da</id>
<content type='text'>
Add some initial basic tests for du(1)

Tests that exercise the following flags are added in this commit:
- -A
- -H
- -I
- -g
- -h
- -k
- -m

Additional tests will be added soon.
</content>
</entry>
</feed>
