summaryrefslogtreecommitdiffstats
path: root/sys/teken/stress
Commit message (Collapse)AuthorAgeFilesLines
* Simply let teken_stress use arc4random.ed2011-10-071-11/+1
| | | | | This makes it run quite a bit faster, since it makes system calls less often.
* Add proper build infrastructure for teken.ed2011-05-092-0/+141
I'm not sure whether we should install teken as a library on any stock FreeBSD installation, but I can imagine people want to tinker around with it now and then. Create a /sys/teken/libteken, which holds a Makefile to install a shared library version of the terminal emulator, complete with a manpage. Also add Makefiles for the demo/stress applications, to build it against the shared library.
OpenPOWER on IntegriCloud