summaryrefslogtreecommitdiffstats
path: root/usr.bin/tset/map.c
Commit message (Expand)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.ed2012-10-191-5/+4
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Remove unnecessary termcap.h includes inherited from extern.h and otherdelphij2009-12-111-7/+3
* Reduce compiler warning: variable might be used uninitialized, by givingcharnier2005-05-291-0/+1
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'rejmallett2002-05-171-1/+1
* remove __Pimp2002-03-221-1/+1
* WARNS=2 fixes, use __FBSDID().markm2001-12-111-15/+18
* Take a shot at making this work under termcap/terminfo ncurses. Itpeter1999-08-301-3/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
* Use err(3) insteadof local redefinition. Sync usage string with man page.charnier1997-08-181-5/+9
* Make tset works with non-fixed termios speeds too.ache1995-08-041-23/+5
* Speed matching code never successful, because ospeed range is [0..17]ache1994-09-091-9/+16
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+263
OpenPOWER on IntegriCloud