summaryrefslogtreecommitdiff
path: root/usr.bin/tset/map.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* The memory assigned to the local variable 'copy' needs to be freed.Stephen J. Kiernan2017-06-061-0/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-5/+4
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Remove unnecessary termcap.h includes inherited from extern.h and otherXin LI2009-12-111-7/+3
* Reduce compiler warning: variable might be used uninitialized, by givingPhilippe Charnier2005-05-291-0/+1
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'reJuli Mallett2002-05-171-1/+1
* remove __PWarner Losh2002-03-221-1/+1
* WARNS=2 fixes, use __FBSDID().Mark Murray2001-12-111-15/+18
* Take a shot at making this work under termcap/terminfo ncurses. ItPeter Wemm1999-08-301-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* Use err(3) insteadof local redefinition. Sync usage string with man page.Philippe Charnier1997-08-181-5/+9
* Make tset works with non-fixed termios speeds too.Andrey A. Chernov1995-08-041-23/+5
* Speed matching code never successful, because ospeed range is [0..17]Andrey A. Chernov1994-09-091-9/+16
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+263