summaryrefslogtreecommitdiffstats
path: root/etc/etc.powerpc
Commit message (Collapse)AuthorAgeFilesLines
* Remove pts(4) entries from /etc/ttys.ed2009-02-121-512/+0
| | | | | | | | | | | | | | | Even though I increased the amount of pts(4) entries in /etc/ttys some time ago, I didn't realize back then those entries shouldn't have been there in the first place. I just looked at the getttyent() source code and it turns out when you call setttyent(), it walks through /dev/pts and looks for the device with the highest number. After you receive EOF's from getttyent(), it makes up entries for pts(4) devices. This means that adding entries for pts(4) is somewhat harmful, because if you now traverse the list, you get redundant entries, so just remove them.
* 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
* Remove more vestiges of /usr/X11R6, but leave mtree for portmgr.dougb2007-05-291-1/+1
|
* o Remove screen, created by the unnecessary ofw_console(4)marcel2007-01-261-10/+4
| | | | | | | | o Remove ttyyX, created by the obsolete zs(4) o Replace ttydX by ttyuX, which is created by uart(4) o Enable ttyu0 as a console to better support the xserve. MFC after: 1 week
* Comment out ofw_console 'screen' entry and zs tty entries.grehan2005-09-101-3/+3
| | | | | | | | | | The OpenFirmware console isn't used on real systems anymore and I never get to multi-user mode in psim. There are problems with zs that need to be resolved before these lines can be enabled. This eliminates disconcerting warnings on boot. MFC after: 2 days
* Remove obsolete ttya/ttyb entries and replace with ttyy0/1.grehan2005-07-141-2/+4
| | | | | | Mark origin of ofw_console(4) and zs(4) devices. MFC after: 3 days
* PowerPC ttys file.grehan2004-02-041-0/+313
OpenPOWER on IntegriCloud