summaryrefslogtreecommitdiffstats
path: root/etc/etc.arm
Commit message (Collapse)AuthorAgeFilesLines
* Restore 256 pty(4) entries.ed2008-08-241-0/+256
| | | | | | | | | | | | As discussed with Robert Watson on the src-committers list, it is safer to keep at least some pty(4) entries in /etc/ttys, for applications that roll their own PTY allocation routine and only search for BSD-style PTY's. This means we've now just toggled the amount of entries for pts(4) and pty(4). Requested by: rwatson
* Remove old BSD-style entries from /etc/ttys and increase pts(4) to 512.ed2008-08-231-512/+256
| | | | | | | | | Because we now use pts(4)-style PTY's exclusively, there is no use for these entries in /etc/ttys. Right now the pts(4) entries only go from 0 to 255. Because we're going to touch these files anyway, increase the number to 511. Discussed with: philip (ex-mentor)
* Bump up the number of ttys supported by pty(4) to 512 by making use ofjhb2007-11-191-0/+256
| | | | | | | [pt]ty[lmnoLMNO][0-9a-v]. MFC after: 3 days Reviewed by: rwatson
* Add ttys lines for pts/0-pts/255.rwatson2007-11-151-0/+256
| | | | MFC after: 3 days
* Use ttyu instead of ttyd for arm, since we will probably never use sio(4).cognet2007-08-121-4/+3
| | | | Approved by: re (blanket)
* Remove more vestiges of /usr/X11R6, but leave mtree for portmgr.dougb2007-05-291-1/+1
|
* Add ttyu0 as a serial console, as we're using the uart(4) driver on arm.cognet2004-09-241-0/+1
|
* Import the ttys file for arm.cognet2004-06-111-0/+309
make TARGET_ARCH=arm world now works (but still with external patches for the toolchain bits).
OpenPOWER on IntegriCloud