<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/etc/root/dot.profile, branch releng/12.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<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/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/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/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/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/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/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/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/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>Switch the default terminal emulation style to xterm for most platforms.</title>
<updated>2009-11-13T05:54:55Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-11-13T05:54:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e42fc368672e8c3f1d30fbbd7f1903e3baa69b7a'/>
<id>urn:sha1:e42fc368672e8c3f1d30fbbd7f1903e3baa69b7a</id>
<content type='text'>
Right now syscons(4) uses a cons25-style terminal emulator. The
disadvantages of that are:

- Little compatibility with embedded devices with serial interfaces.
- Bad bandwidth efficiency, mainly because of the lack of scrolling
  regions.
- A very hard transition path to support for modern character sets like
  UTF-8.

Our terminal emulation library, libteken, has been supporting
xterm-style terminal emulation for months, so flip the switch and make
everyone use an xterm-style console driver.

I still have to enable this on i386. Right now pc98 and i386 share the
same /etc/ttys file. I'm not going to switch pc98, because it uses its
own Kanji-capable cons25 emulator.

IMPORTANT: What to do if things go wrong (i.e. graphical artifacts):

- Run the application inside script(1), try to reduce the problem and
  send me the log file.
- In the mean time, you can run `vidcontrol -T cons25' and `export
  TERM=cons25' so you can run applications the same way you did before.
  You can also build your kernel with `options TEKEN_CONS25' to make all
  virtual terminals use the cons25 emulator by default.

Discussed on:	current@
</content>
</entry>
<entry>
<title>Remove X11R6 from the default PATH to join the new world order.</title>
<updated>2007-05-29T06:33:10Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2007-05-29T06:33:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c61a906a585236840d3d83da244a3750648c7c1'/>
<id>urn:sha1:2c61a906a585236840d3d83da244a3750648c7c1</id>
<content type='text'>
While I'm here, make the default PATH match that in the csh profile,
and login.conf.
</content>
</entry>
</feed>
