<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/etc/root, branch master</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=master</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-08-29T16:59:19Z</updated>
<entry>
<title>Finish moving dot.cshrc and dot.profile to bin/csh/ and bin/sh/.</title>
<updated>2018-08-29T16:59:19Z</updated>
<author>
<name>Brad Davis</name>
<email>brd@FreeBSD.org</email>
</author>
<published>2018-08-29T16:59:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=94ec7ec758aad2cdfd976ef5385ca2b345a6d64d'/>
<id>urn:sha1:94ec7ec758aad2cdfd976ef5385ca2b345a6d64d</id>
<content type='text'>
Approved by:	re (gjb), will (mentor)
Differential Revision:	https://reviews.freebsd.org/D16770
</content>
</entry>
<entry>
<title>Revert parts of r337849 and r337857</title>
<updated>2018-08-15T23:18:34Z</updated>
<author>
<name>Brad Davis</name>
<email>brd@FreeBSD.org</email>
</author>
<published>2018-08-15T23:18:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3349f8bb8f35b9aa39b01b8ccfd88f4e2e21ebb5'/>
<id>urn:sha1:3349f8bb8f35b9aa39b01b8ccfd88f4e2e21ebb5</id>
<content type='text'>
This fixes the build and I will redo these changes as part of a future review
that organizes them differently.  The way I tried to do it here could be done
better.  Sorry for the noise.

Approved by:	will (mentor)
Differential Revision:	https://reviews.freebsd.org/D16737
</content>
</entry>
<entry>
<title>Move all sh and csh files into bin/sh/ or bin/csh/</title>
<updated>2018-08-15T14:41:24Z</updated>
<author>
<name>Brad Davis</name>
<email>brd@FreeBSD.org</email>
</author>
<published>2018-08-15T14:41:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b26c7f7fee919c6697b3e218c73f3f7ddd646177'/>
<id>urn:sha1:b26c7f7fee919c6697b3e218c73f3f7ddd646177</id>
<content type='text'>
This simplifies pkgbase by migrating these to CONFS so they are properly
tagged as config files.

Approved by:	will (mentor)
Differential Revision:	https://reviews.freebsd.org/D16708
</content>
</entry>
<entry>
<title>Switch the default pager for most commands to less</title>
<updated>2018-08-08T19:24:20Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2018-08-08T19:24:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=47cc9ee1b1d48870786a926ed9592cecdf9b1896'/>
<id>urn:sha1:47cc9ee1b1d48870786a926ed9592cecdf9b1896</id>
<content type='text'>
Finally, a pager for the nineties.

MFC after:	Never
Relnotes:	Yes
Differential Revision:	https://reviews.freebsd.org/D13465
Poll:		https://reviews.freebsd.org/V7
</content>
</entry>
<entry>
<title>Fix typo introduced in r320672 - check for existence of the right file.</title>
<updated>2017-07-05T15:42:33Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2017-07-05T15:42:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=124569d0ce415770385793e00b5cebd47ee4ed3c'/>
<id>urn:sha1:124569d0ce415770385793e00b5cebd47ee4ed3c</id>
<content type='text'>
Reported by:	rpokala@
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Cosmetic tweaks to the default shell rc files, mostly comments.</title>
<updated>2017-07-05T13:08:07Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2017-07-05T13:08:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=df6744e840460cddf71ba0842d2865a4a23f378e'/>
<id>urn:sha1:df6744e840460cddf71ba0842d2865a4a23f378e</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Run "resizewin -z" from the default shell profile files. This makes</title>
<updated>2017-07-05T10:37:37Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2017-07-05T10:37:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dd0e1324ba360c87d773209290fe4900ac39395e'/>
<id>urn:sha1:dd0e1324ba360c87d773209290fe4900ac39395e</id>
<content type='text'>
the terminal work properly out of the box when logging over a serial
line, which is quite important for the user experience on boards like
Raspberry Pi.  It doesn't affect cases where the terminal size is
already non-zero, such as SSH or vt(4) sessions.

Note that this doesn't handle a scenario pointed out by rgrimes@:
when the terminal is resized after login, the terminal size won't
get updated even after logging out and back in.

Reviewed by:	imp
Obtained from:	CheriBSD
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D10642
</content>
</entry>
<entry>
<title>Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;</title>
<updated>2015-02-12T05:35:00Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2015-02-12T05:35:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=11d9aa670723f508821f2bf6980a555360783a80'/>
<id>urn:sha1:11d9aa670723f508821f2bf6980a555360783a80</id>
<content type='text'>
update paths; and include everything in the "base" distribution.

The "games" distribution being optional made sense when there were more
games and we had small disks; but the "games-like" games were moved into
the ports tree a dozen years ago and the remaining "utility-like" games
occupy less than 0.001% of my laptop's small hard drive.  Meanwhile every
new user is confronted by the question "do you want games installed" when
they they try to install FreeBSD.

The next steps will be:

2. Removing punch card (bcd, ppt), phase-of-moon (pom), clock (grdc), and
caesar cipher (caesar, rot13) utilities.  I intend to keep fortune, factor,
morse, number, primes, and random, since there is evidence that those are
still being used.

3. Merging src/games into src/usr.bin.

This change will not be MFCed.

Reviewed by:	jmg
Discussed at:	EuroBSDCon
Approved by:	gjb (release-affecting changes)
</content>
</entry>
<entry>
<title>Remove hack to emulate effective uid and just use the EUID's name in the</title>
<updated>2012-12-05T13:56:39Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-12-05T13:56:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=01d9852a4dcdabf23539f045a42daf9f1a270b8e'/>
<id>urn:sha1:01d9852a4dcdabf23539f045a42daf9f1a270b8e</id>
<content type='text'>
first place.  I was unaware of this option when originally committing
this change.

Submitted by:	gcooper
Approved by:	cperciva
MFC after:	3 days
</content>
</entry>
<entry>
<title>last commit was a mistake</title>
<updated>2012-11-16T14:25:13Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-11-16T14:25:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f4dc4826836db063493fb4979f2d3cdb454a5a2a'/>
<id>urn:sha1:f4dc4826836db063493fb4979f2d3cdb454a5a2a</id>
<content type='text'>
Pointyhat to: me (for real)
Approved by: cperciva (implicit)
</content>
</entry>
</feed>
