aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.arm
Commit message (Collapse)AuthorAgeFilesLines
* Bump up the number of ttys supported by pty(4) to 512 by making use ofJohn Baldwin2007-11-191-0/+256
| | | | | | | | | | [pt]ty[lmnoLMNO][0-9a-v]. MFC after: 3 days Reviewed by: rwatson Notes: svn path=/head/; revision=173755
* Add ttys lines for pts/0-pts/255.Robert Watson2007-11-151-0/+256
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=173638
* Use ttyu instead of ttyd for arm, since we will probably never use sio(4).Olivier Houchard2007-08-121-4/+3
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=171810
* Remove more vestiges of /usr/X11R6, but leave mtree for portmgr.Doug Barton2007-05-291-1/+1
| | | | Notes: svn path=/head/; revision=170088
* Add ttyu0 as a serial console, as we're using the uart(4) driver on arm.Olivier Houchard2004-09-241-0/+1
| | | | Notes: svn path=/head/; revision=135734
* Import the ttys file for arm.Olivier Houchard2004-06-111-0/+309
make TARGET_ARCH=arm world now works (but still with external patches for the toolchain bits). Notes: svn path=/head/; revision=130350