aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tset
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-207-0/+14
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* 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-288-8/+8
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-192-3/+3
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-043-6/+8
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | | | | Complete documenting the HISTORY of what remains of the 1BSD heritageBaptiste Daroussin2015-06-061-3/+20
| |_|_|/ |/| | |
* | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| |
* | | Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+3
| |/ |/|
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-193-6/+8
|/
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-033-4/+4
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-118-32/+0
* Remove unnecessary termcap.h includes inherited from extern.h and otherXin LI2009-12-117-27/+16
* Reduce compiler warning: variable might be used uninitialized, by givingPhilippe Charnier2005-05-291-0/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-13/+13
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Add section number to .XrPhilippe Charnier2003-06-081-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* ANSIify function definitions.David Malone2002-09-041-10/+4
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'reJuli Mallett2002-05-171-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-201-4/+4
* remove __PWarner Losh2002-03-225-17/+17
* WARNS=2 fixes, use __FBSDID().Mark Murray2001-12-117-62/+74
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+3
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Nuke unused variables.Dima Dorfman2001-06-241-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Changed variable killchar to killch and erasechar to erasech to avoidDavid Greenman2000-11-113-13/+14
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-2/+1
* Take a shot at making this work under termcap/terminfo ncurses. ItPeter Wemm1999-08-304-25/+33
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-2/+3
* Add the 'reset' command to the NAME section.Mike Pritchard1999-06-241-1/+2
* 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-188-76/+73
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Remove _set_ospeed, done in tgetent now.Andrey A. Chernov1995-08-051-1/+0
* Change outc to match prototypeAndrey A. Chernov1995-08-041-2/+2
* Make tset works with non-fixed termios speeds too.Andrey A. Chernov1995-08-043-61/+8