| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Approved by: re (gjb), will (mentor)
Differential Revision: https://reviews.freebsd.org/D16770
Notes:
svn path=/head/; revision=338374
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=337882
|
| |
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=337849
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Finally, a pager for the nineties.
MFC after: Never
Relnotes: Yes
Differential Revision: https://reviews.freebsd.org/D13465
Poll: https://reviews.freebsd.org/V7
Notes:
svn path=/head/; revision=337497
|
| |
|
|
|
|
|
|
| |
Reported by: rpokala@
MFC after: 2 weeks
Notes:
svn path=/head/; revision=320678
|
| |
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=320672
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=320670
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=278616
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
Notes:
svn path=/head/; revision=199243
|
| |
|
|
|
|
|
|
| |
While I'm here, make the default PATH match that in the csh profile,
and login.conf.
Notes:
svn path=/head/; revision=170087
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
| |
Notes:
svn path=/head/; revision=46139
|
| |
|
|
|
|
|
|
|
|
|
| |
thing to use it at startup, when you don't know if the user can
handle vi or not, but yet another thing to leave it as a permanent
land mine for root.
2. Put /usr/X11R6/bin in path; it makes getting the desktop up a lot easier.
Notes:
svn path=/head/; revision=46114
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38678
|
| |
|
|
|
|
|
|
|
| |
Submitted by: axl@iafrica.com
change default setting of the crt env var from 24 to blank (mail(1) then uses
stty(1) setting
Notes:
svn path=/head/; revision=38319
|
| |
|
|
|
|
|
| |
Also, comment out the not so very commonly used interviews settings.
Notes:
svn path=/head/; revision=29870
|
| |
|
|
|
|
|
|
|
|
| |
`stty's. 'nuff said.
Inventor: joerg@FreeBSD.org
Reviewer: sos@FreeBSD.org
Notes:
svn path=/head/; revision=24598
|
| |
|
|
|
|
|
|
|
|
| |
or from a telnet session). So basically, this setting will only get in
effect in the single-user shell.
Closes PR # 2395.
Notes:
svn path=/head/; revision=23454
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23037
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=14397
|
| |
|
|
|
|
|
|
| |
sttys, no fancy prompts, nothing. Everything else seems to be
too contraversal, so we'll go vanilla.
Notes:
svn path=/head/; revision=12559
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3923
|
| |
|
|
| |
Notes:
svn path=/head/; revision=2976
|
| |
|
|
|
|
|
|
|
| |
stty commands self consistent.
Submitted by: bde
Notes:
svn path=/head/; revision=2821
|
| |
|
|
|
|
|
|
| |
default (ack ack, evil evil, but easier than changing syscons at this
late hour).
Notes:
svn path=/head/; revision=1742
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1193
|
| |
|
|
|
|
|
| |
at the console!
Notes:
svn path=/head/; revision=1192
|
| |
|
|
|
|
|
|
|
| |
directories).
Junked all the sccs aliases that get in the way of rcs
Notes:
svn path=/head/; revision=363
|
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=37
|